| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'tag-chrome-platform-for-v6.1' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2022-10-05 | 9 | -22/+494 |
|\ |
|
| * | platform/chrome: cros_ec: Notify the PM of wake events during resume | Jameson Thies | 2022-09-19 | 1 | -1/+7 |
| * | platform/chrome: cros_ec_typec: Register partner PDOs | Prashant Malani | 2022-09-07 | 1 | -0/+55 |
| * | platform/chrome: cros_typec_switch: Inline DRV_NAME | Stephen Boyd | 2022-09-01 | 1 | -3/+1 |
| * | platform/chrome: cros_typec_switch: Use PTR_ERR_OR_ZERO() to simplify | Stephen Boyd | 2022-09-01 | 1 | -6/+2 |
| * | platform/chrome: cros_typec_switch: Remove impossible condition | Stephen Boyd | 2022-09-01 | 1 | -1/+1 |
| * | platform/chrome: cros_typec_switch: Add missing newline on printk | Stephen Boyd | 2022-09-01 | 1 | -1/+1 |
| * | platform/chrome: cros_ec_typec: Correct alt mode index | Prashant Malani | 2022-08-26 | 1 | -1/+1 |
| * | platform/chrome: cros_ec_typec: Add bit offset for DP VDO | Prashant Malani | 2022-08-26 | 1 | -1/+2 |
| * | platform/chrome: cros_ec: Expose suspend_timeout_ms in debugfs | Evan Green | 2022-08-24 | 2 | -1/+5 |
| * | platform/chrome: fix memory corruption in ioctl | Dan Carpenter | 2022-08-22 | 1 | -0/+3 |
| * | platform/chrome: fix double-free in chromeos_laptop_prepare() | Rustam Subkhankulov | 2022-08-22 | 1 | -11/+13 |
| * | platform/chrome: cros_ec_typec: Get retimer handle | Prashant Malani | 2022-08-18 | 1 | -3/+41 |
| * | platform/chrome: cros_ec_typec: Cleanup switch handle return paths | Prashant Malani | 2022-08-18 | 1 | -4/+2 |
| * | platform/chrome: cros_typec_switch: Register mode switches | Prashant Malani | 2022-08-18 | 1 | -0/+40 |
| * | platform/chrome: cros_typec_switch: Add event check | Prashant Malani | 2022-08-18 | 1 | -2/+69 |
| * | platform/chrome: cros_typec_switch: Set EC retimer | Prashant Malani | 2022-08-18 | 1 | -1/+52 |
| * | platform/chrome: cros_typec_switch: Add switch driver | Prashant Malani | 2022-08-18 | 3 | -0/+181 |
| * | platform/chrome: cros_ec_proto: Update version on GET_NEXT_EVENT failure | Patryk Duda | 2022-08-15 | 1 | -0/+32 |
* | | i2c: Make remove callback return void | Uwe Kleine-König | 2022-08-16 | 1 | -3/+1 |
|/ |
|
* | platform/chrome: cros_kunit_util: add default value for `msg->result` | Tzung-Bi Shih | 2022-07-21 | 2 | -1/+6 |
* | platform/chrome: merge Kunit utils and test cases | Tzung-Bi Shih | 2022-07-21 | 3 | -24/+5 |
* | platform/chrome: cros_kbd_led_backlight: fix build warning | Tzung-Bi Shih | 2022-07-20 | 1 | -5/+5 |
* | platform/chrome: cros_ec_proto: add Kunit test for cros_ec_cmd() | Tzung-Bi Shih | 2022-07-20 | 1 | -0/+48 |
* | platform/chrome: cros_ec_proto: add Kunit tests for get_sensor_count | Tzung-Bi Shih | 2022-07-20 | 3 | -0/+182 |
* | platform/chrome: cros_ec_proto: add Kunit tests for check_features | Tzung-Bi Shih | 2022-07-20 | 1 | -0/+77 |
* | platform/chrome: cros_ec_proto: add Kunit tests for get_host_event | Tzung-Bi Shih | 2022-07-20 | 1 | -0/+59 |
* | platform/chrome: cros_ec_proto: add Kunit tests for get_next_event | Tzung-Bi Shih | 2022-07-20 | 1 | -0/+266 |
* | platform/chrome: cros_ec_proto: add Kunit test for cros_ec_map_error() | Tzung-Bi Shih | 2022-07-20 | 1 | -0/+49 |
* | platform/chrome: cros_ec_proto: add Kunit tests for cmd_xfer_status | Tzung-Bi Shih | 2022-07-20 | 1 | -0/+42 |
* | platform/chrome: cros_ec_proto: return -EPROTO if empty payload | Tzung-Bi Shih | 2022-07-20 | 1 | -0/+5 |
* | platform/chrome: cros_ec_proto: add Kunit test for empty payload | Tzung-Bi Shih | 2022-07-20 | 1 | -0/+31 |
* | platform/chrome: cros_ec_proto: return -EAGAIN when retries timed out | Tzung-Bi Shih | 2022-07-20 | 1 | -0/+3 |
* | platform/chrome: cros_ec_proto: change Kunit expectation when timed out | Tzung-Bi Shih | 2022-07-20 | 1 | -3/+1 |
* | platform/chrome: cros_ec_proto: separate cros_ec_wait_until_complete() | Tzung-Bi Shih | 2022-07-20 | 1 | -39/+35 |
* | platform/chrome: cros_ec_proto: separate cros_ec_xfer_command() | Tzung-Bi Shih | 2022-07-20 | 1 | -3/+10 |
* | platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_send_command() | Tzung-Bi Shih | 2022-07-20 | 3 | -0/+289 |
* | platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_cmd_xfer() | Tzung-Bi Shih | 2022-07-20 | 1 | -0/+149 |
* | platform/chrome: cros_ec_proto: add "cros_ec_" prefix to send_command() | Tzung-Bi Shih | 2022-07-20 | 1 | -8/+7 |
* | platform/chrome: cros_ec_typec: Register port altmodes | Prashant Malani | 2022-07-18 | 1 | -11/+40 |
* | platform/chrome: cros_ec_typec: Rename port altmode array | Prashant Malani | 2022-07-18 | 1 | -8/+7 |
* | platform/chrome: cros_ec_typec: Use dev_err_probe on port register fail | Nícolas F. R. A. Prado | 2022-07-13 | 1 | -1/+1 |
* | platform/chrome: wilco_ec: event: Fix typo in comment | Jiang Jian | 2022-06-24 | 1 | -1/+1 |
* | platform/chrome: cros_ec: Always expose last resume result | Stephen Boyd | 2022-06-14 | 1 | -4/+4 |
* | platform/chrome: cros_ec_proto: Fix spelling mistake "unknwon" -> "unknown" | Colin Ian King | 2022-06-14 | 1 | -1/+1 |
* | platform/chrome: cros_ec_proto: handle empty payload in getting wake mask | Tzung-Bi Shih | 2022-06-10 | 1 | -10/+14 |
* | platform/chrome: cros_ec_proto: add Kunit test for getting wake mask | Tzung-Bi Shih | 2022-06-10 | 1 | -0/+128 |
* | platform/chrome: cros_ec_proto: return 0 on getting wake mask success | Tzung-Bi Shih | 2022-06-10 | 1 | -1/+2 |
* | platform/chrome: cros_ec_proto: handle empty payload in getting cmd mask | Tzung-Bi Shih | 2022-06-10 | 1 | -0/+5 |
* | platform/chrome: cros_ec_proto: add Kunit tests for getting cmd mask | Tzung-Bi Shih | 2022-06-10 | 1 | -0/+197 |