index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
chrome
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-05
Merge tag 'tag-chrome-platform-for-v6.1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
9
-22
/
+494
2022-09-19
platform/chrome: cros_ec: Notify the PM of wake events during resume
Jameson Thies
1
-1
/
+7
2022-09-07
platform/chrome: cros_ec_typec: Register partner PDOs
Prashant Malani
1
-0
/
+55
2022-09-01
platform/chrome: cros_typec_switch: Inline DRV_NAME
Stephen Boyd
1
-3
/
+1
2022-09-01
platform/chrome: cros_typec_switch: Use PTR_ERR_OR_ZERO() to simplify
Stephen Boyd
1
-6
/
+2
2022-09-01
platform/chrome: cros_typec_switch: Remove impossible condition
Stephen Boyd
1
-1
/
+1
2022-09-01
platform/chrome: cros_typec_switch: Add missing newline on printk
Stephen Boyd
1
-1
/
+1
2022-08-27
platform/chrome: cros_ec_typec: Correct alt mode index
Prashant Malani
1
-1
/
+1
2022-08-27
platform/chrome: cros_ec_typec: Add bit offset for DP VDO
Prashant Malani
1
-1
/
+2
2022-08-24
platform/chrome: cros_ec: Expose suspend_timeout_ms in debugfs
Evan Green
2
-1
/
+5
2022-08-22
platform/chrome: fix memory corruption in ioctl
Dan Carpenter
1
-0
/
+3
2022-08-22
platform/chrome: fix double-free in chromeos_laptop_prepare()
Rustam Subkhankulov
1
-11
/
+13
2022-08-19
platform/chrome: cros_ec_typec: Get retimer handle
Prashant Malani
1
-3
/
+41
2022-08-19
platform/chrome: cros_ec_typec: Cleanup switch handle return paths
Prashant Malani
1
-4
/
+2
2022-08-19
platform/chrome: cros_typec_switch: Register mode switches
Prashant Malani
1
-0
/
+40
2022-08-19
platform/chrome: cros_typec_switch: Add event check
Prashant Malani
1
-2
/
+69
2022-08-19
platform/chrome: cros_typec_switch: Set EC retimer
Prashant Malani
1
-1
/
+52
2022-08-19
platform/chrome: cros_typec_switch: Add switch driver
Prashant Malani
3
-0
/
+181
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2022-08-15
platform/chrome: cros_ec_proto: Update version on GET_NEXT_EVENT failure
Patryk Duda
1
-0
/
+32
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-13
platform/chrome: cros_ec_typec: Use dev_err_probe on port register fail
Nícolas F. R. A. Prado
1
-1
/
+1
2022-06-24
platform/chrome: wilco_ec: event: Fix typo in comment
Jiang Jian
1
-1
/
+1
2022-06-14
platform/chrome: cros_ec: Always expose last resume result
Stephen Boyd
1
-4
/
+4
2022-06-14
platform/chrome: cros_ec_proto: Fix spelling mistake "unknwon" -> "unknown"
Colin Ian King
1
-1
/
+1
2022-06-10
platform/chrome: cros_ec_proto: handle empty payload in getting wake mask
Tzung-Bi Shih
1
-10
/
+14
2022-06-10
platform/chrome: cros_ec_proto: add Kunit test for getting wake mask
Tzung-Bi Shih
1
-0
/
+128
2022-06-10
platform/chrome: cros_ec_proto: return 0 on getting wake mask success
Tzung-Bi Shih
1
-1
/
+2
2022-06-10
platform/chrome: cros_ec_proto: handle empty payload in getting cmd mask
Tzung-Bi Shih
1
-0
/
+5
2022-06-10
platform/chrome: cros_ec_proto: add Kunit tests for getting cmd mask
Tzung-Bi Shih
1
-0
/
+197
[next]