aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-29platform/chrome: Use kobj_to_dev() instead of container_of()Wang Qing2-3/+3
2020-09-21platform/chrome: cros_ec_proto: Drop cros_ec_cmd_xfer()Prashant Malani1-33/+11
2020-09-21platform/chrome: cros_ec_proto: Update cros_ec_cmd_xfer() call-sitesPrashant Malani1-11/+4
2020-09-04platform/chrome: Kconfig: Remove the transitional MFD_CROS_EC configEnric Balletbo i Serra1-10/+0
2020-09-04platform/chrome: cros_ec_lightbar: Reduce ligthbar get version commandGwendal Grignou1-0/+2
2020-08-31platform/chrome: cros_ec_trace: Add fields to command tracesGwendal Grignou1-6/+21
2020-08-24platform/chrome: cros_ec_typec: Re-order connector configuration stepsAzhar Shaikh1-6/+7
2020-08-24platform/chrome: cros_ec_typec: Avoid setting usb role twice during disconnectAzhar Shaikh1-4/+7
2020-08-24platform/chrome: cros_ec_typec: Send enum values to usb_role_switch_set_role()Azhar Shaikh1-1/+2
2020-08-24platform/chrome: cros_ec_typec: USB4 supportHeikki Krogerus1-1/+32
2020-08-24platform/chrome: cros_ec_proto: Convert EC error codes to Linux error codesGuenter Roeck1-11/+46
2020-08-24platform/input: cros_ec: Replace -ENOTSUPP with -ENOPROTOOPTGuenter Roeck1-2/+2
2020-08-24platform/chrome: cros_ec_sysfs: Report range of error codes from ECGuenter Roeck1-15/+9
2020-08-24cros_ec_lightbar: Accept more error codes from cros_ec_cmd_xfer_statusGuenter Roeck1-6/+4
2020-08-11Merge tag 'tag-chrome-platform-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds8-116/+459
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+3
2020-07-31platform/chrome: cros_ec_proto: check for missing EC_CMD_HOST_EVENT_GET_WAKE_MASKBrian Norris1-0/+13
2020-07-31platform/chrome: cros_ec_proto: ignore unnecessary wakeups on old ECsBrian Norris1-6/+18
2020-07-31platform/chrome: cros_ec_sensorhub: Simplify legacy timestamp spreadingGwendal Grignou1-61/+33
2020-07-23platform/chrome: cros_ec_proto: Do not export cros_ec_cmd_xfer()Enric Balletbo i Serra1-3/+2
2020-07-20platform/chrome: cros_ec_typec: Unregister partner on errorPrashant Malani1-41/+42
2020-06-30platform/chrome: cros_ec_sensorhub: Fix EC timestamp overflowGwendal Grignou1-3/+1
2020-06-30platform/chrome: cros_ec_typec: Add PM supportPrashant Malani1-0/+24
2020-06-30platform/chrome: cros_ec_typec: Use workqueue for port updatePrashant Malani1-4/+17
2020-06-30platform/chrome: cros_ec_typec: Add a dependency on USB_ROLE_SWITCHEnric Balletbo i Serra1-0/+1
2020-06-30platform/chrome: cros_ec_ishtp: Fix a double-unlock issueQiushi Wu1-1/+3
2020-06-30platform/chrome: cros_ec_rpmsg: Document missing struct parametersEnric Balletbo i Serra1-0/+3
2020-06-30platform/chrome: cros_ec_spi: Document missing function parametersEnric Balletbo i Serra1-0/+4
2020-06-25platform/chrome: cros_ec_typec: Add TBT compat supportPrashant Malani1-1/+69
2020-06-22platform/chrome: cros_ec_typec: Make configure_mux staticPrashant Malani1-3/+3
2020-06-19platform/chrome: cros_ec_typec: Support DP alt modePrashant Malani1-10/+80
2020-06-19platform/chrome: cros_ec_typec: Add USB mux controlPrashant Malani1-3/+97
2020-06-19platform/chrome: cros_ec_typec: Register PD CTRL cmd v2Prashant Malani1-7/+9
2020-06-19platform/chrome: cros_ec_typec: Register Type C switchesPrashant Malani1-0/+47
2020-06-19platform/chrome: cros_ec_debugfs: Control uptime information requestGwendal Grignou1-2/+22
2020-06-15Merge series "Add support for voltage regulator on ChromeOS EC." from Pi-Hsun Shih <pihsun@chromium.org>:Mark Brown1-0/+5
2020-06-15platform/chrome: cros_ec: Add command for regulator control.Pi-Hsun Shih1-0/+5
2020-06-15sched: Remove sched_set_*() return valuePeter Zijlstra1-4/+3
2020-06-15sched,spi: Convert to sched_set_fifo*()Peter Zijlstra1-5/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-06-04Merge tag 'tag-chrome-platform-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds7-31/+145
2020-06-01Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2020-05-30pstore/ram: Introduce max_reason and convert dump_oopsKees Cook1-1/+1
2020-05-04platform/chrome: cros_usbpd_logger: Add __printf annotation to append_str()Enric Balletbo i Serra1-0/+1
2020-05-04platform/chrome: cros_ec_i2c: Appease the kernel-doc deityEnric Balletbo i Serra1-1/+1
2020-04-29Merge remote-tracking branch 'origin/chrome-platform-5.7-fixes' into for-kernelciEnric Balletbo i Serra2-61/+92
2020-04-29platform/chrome: cros_ec_sensorhub: Allocate sensorhub resource before claiming sensorsGwendal Grignou2-61/+92
2020-04-21platform/chrome: typec: Fix ret value check errorPrashant Malani1-1/+1
2020-04-15platform/chrome: cros_ec_typec: Register port partnerPrashant Malani1-0/+48
2020-04-15platform/chrome: cros_ec_typec: Add struct for port dataPrashant Malani1-17/+31