index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
platform
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
4
-12
/
+4
2022-08-12
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-0
/
+3
2022-08-11
virtio: find_vqs() add arg sizes
Xuan Zhuo
1
-0
/
+1
2022-08-11
virtio: record the maximum queue num supported by the device.
Xuan Zhuo
1
-0
/
+2
2022-08-05
Merge tag 'platform-drivers-x86-v6.0-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
55
-753
/
+2375
2022-08-05
Merge tag 'tag-chrome-platform-for-v5.20' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
12
-295
/
+3439
2022-08-01
platform/x86/intel/vsec: Fix wrong type for local status variables
Hans de Goede
1
-4
/
+4
2022-08-01
platform/x86: p2sb: Move out of X86_PLATFORM_DEVICES dependency
Andy Shevchenko
5
-14
/
+16
2022-08-01
Merge tag 'ib-mfd-edac-i2c-leds-pinctrl-platform-watchdog-v5.20' into review-...
Hans de Goede
4
-39
/
+151
2022-07-29
Merge branch 'acpi-bus'
Rafael J. Wysocki
1
-26
/
+27
2022-07-28
platform/surface: gpe: Add support for 13" Intel version of Surface Laptop 4
Maximilian Luz
1
-0
/
+12
2022-07-28
platform/olpc: Fix uninitialized data in debugfs write
Dan Carpenter
1
-1
/
+1
2022-07-28
platform/mellanox: mlxreg-lc: Fix error flow and extend verbosity
Vadim Pasternak
1
-19
/
+63
2022-07-28
platform/x86: pmc_atom: Match all Lex BayTrail boards with critclk_systems DM...
Hans de Goede
1
-12
/
+7
2022-07-28
platform/x86: sony-laptop: Remove useless comparisons in sony_pic_read_possib...
Andrey Strachuk
1
-6
/
+1
2022-07-21
platform/chrome: cros_kunit_util: add default value for `msg->result`
Tzung-Bi Shih
2
-1
/
+6
2022-07-21
platform/chrome: merge Kunit utils and test cases
Tzung-Bi Shih
3
-24
/
+5
2022-07-20
platform/chrome: cros_kbd_led_backlight: fix build warning
Tzung-Bi Shih
1
-5
/
+5
2022-07-20
platform/chrome: cros_ec_proto: add Kunit test for cros_ec_cmd()
Tzung-Bi Shih
1
-0
/
+48
2022-07-20
platform/chrome: cros_ec_proto: add Kunit tests for get_sensor_count
Tzung-Bi Shih
3
-0
/
+182
2022-07-20
platform/chrome: cros_ec_proto: add Kunit tests for check_features
Tzung-Bi Shih
1
-0
/
+77
2022-07-20
platform/chrome: cros_ec_proto: add Kunit tests for get_host_event
Tzung-Bi Shih
1
-0
/
+59
2022-07-20
platform/chrome: cros_ec_proto: add Kunit tests for get_next_event
Tzung-Bi Shih
1
-0
/
+266
2022-07-20
platform/chrome: cros_ec_proto: add Kunit test for cros_ec_map_error()
Tzung-Bi Shih
1
-0
/
+49
2022-07-20
platform/chrome: cros_ec_proto: add Kunit tests for cmd_xfer_status
Tzung-Bi Shih
1
-0
/
+42
2022-07-20
platform/chrome: cros_ec_proto: return -EPROTO if empty payload
Tzung-Bi Shih
1
-0
/
+5
2022-07-20
platform/chrome: cros_ec_proto: add Kunit test for empty payload
Tzung-Bi Shih
1
-0
/
+31
2022-07-20
platform/chrome: cros_ec_proto: return -EAGAIN when retries timed out
Tzung-Bi Shih
1
-0
/
+3
2022-07-20
platform/chrome: cros_ec_proto: change Kunit expectation when timed out
Tzung-Bi Shih
1
-3
/
+1
2022-07-20
platform/chrome: cros_ec_proto: separate cros_ec_wait_until_complete()
Tzung-Bi Shih
1
-39
/
+35
2022-07-20
platform/chrome: cros_ec_proto: separate cros_ec_xfer_command()
Tzung-Bi Shih
1
-3
/
+10
2022-07-20
platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_send_command()
Tzung-Bi Shih
3
-0
/
+289
2022-07-20
platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_cmd_xfer()
Tzung-Bi Shih
1
-0
/
+149
2022-07-20
platform/chrome: cros_ec_proto: add "cros_ec_" prefix to send_command()
Tzung-Bi Shih
1
-8
/
+7
2022-07-18
platform/chrome: cros_ec_typec: Register port altmodes
Prashant Malani
1
-11
/
+40
2022-07-18
platform/chrome: cros_ec_typec: Rename port altmode array
Prashant Malani
1
-8
/
+7
2022-07-17
platform/surface: tabletsw: Fix __le32 integer access
Maximilian Luz
1
-2
/
+2
2022-07-15
Merge tag 'platform-drivers-x86-v5.19-4' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
6
-7
/
+33
2022-07-14
platform/mellanox: mlxreg-io: Add locking for io operations
Vadim Pasternak
1
-0
/
+23
2022-07-14
platform/x86: mlx-platform: Add COME board revision register
Vadim Pasternak
1
-0
/
+21
2022-07-14
platform/x86: mlx-platform: Add support for new system XH3000
Vadim Pasternak
1
-0
/
+51
2022-07-14
platform/x86: mlx-platform: Introduce support for COMe NVSwitch management mo...
Vadim Pasternak
1
-0
/
+269
2022-07-14
platform/x86: mlx-platform: Add support for systems equipped with two ASICs
Vadim Pasternak
1
-1
/
+51
2022-07-14
platform/x86: mlx-platform: Add cosmetic changes for alignment
Vadim Pasternak
1
-20
/
+16
2022-07-14
platform/x86: mlx-platform: Make activation of some drivers conditional
Vadim Pasternak
1
-27
/
+35
2022-07-14
platform/x86: asus-wmi: Add mic-mute LED classdev support
PaddyKP_Yao
2
-0
/
+27
2022-07-14
leds: simatic-ipc-leds-gpio: Add GPIO version of Siemens driver
Henning Schild
1
-1
/
+4
2022-07-14
platform/x86: simatic-ipc: drop custom P2SB bar code
Henning Schild
1
-38
/
+0
2022-07-14
i2c: i801: convert to use common P2SB accessor
Andy Shevchenko
1
-0
/
+6
2022-07-14
platform/x86/intel: Add Primary to Sideband (P2SB) bridge support
Jonathan Yong
3
-0
/
+141
[next]