| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'origin/ib-chrome-platform-cros-ec-sysfs-debugfs... | Benson Leung | 2018-04-10 | 2 | -41/+176 |
|\ |
|
| * | platform/chrome: mfd/cros_ec_dev: Add sysfs entry to set keyboard wake lid angle | Gwendal Grignou | 2018-04-10 | 1 | -0/+81 |
| * | platform/chrome: cros_ec_debugfs: Add PD port info to debugfs | Shawn Nematbakhsh | 2018-04-10 | 1 | -0/+72 |
| * | platform/chrome: cros_ec_debugfs: Use octal permissions '0444' | Enric Balletbo i Serra | 2018-04-10 | 1 | -2/+2 |
| * | platform/chrome: cros_ec_sysfs: use permission-specific DEVICE_ATTR variants | Enric Balletbo i Serra | 2018-04-10 | 1 | -12/+12 |
| * | platform/chrome: cros_ec_sysfs: introduce to_cros_ec_dev define. | Enric Balletbo i Serra | 2018-04-10 | 1 | -6/+5 |
| * | platform/chrome: cros_ec_sysfs: Modify error handling | Gwendal Grignou | 2018-04-10 | 1 | -21/+4 |
* | | Merge remote-tracking branch 'chrome-platform-stop-being-a-platform-driver-pl... | Benson Leung | 2018-04-09 | 1 | -440/+456 |
|\ \ |
|
| * | | platform/chrome: chromeos_laptop - discard data for unneeded boards | Dmitry Torokhov | 2018-04-09 | 1 | -212/+264 |
| * | | platform/chrome: chromeos_laptop - use device properties for Pixel | Dmitry Torokhov | 2018-04-09 | 1 | -6/+6 |
| * | | platform/chrome: chromeos_laptop - rely on I2C to set up interrupt trigger | Dmitry Torokhov | 2018-04-09 | 1 | -7/+14 |
| * | | platform/chrome: chromeos_laptop - use I2C notifier to create devices | Dmitry Torokhov | 2018-04-09 | 1 | -145/+102 |
| * | | platform/chrome: chromeos_laptop - parse DMI IRQ data once | Dmitry Torokhov | 2018-04-09 | 1 | -56/+64 |
| * | | platform/chrome: chromeos_laptop - rework i2c peripherals initialization | Dmitry Torokhov | 2018-04-09 | 1 | -232/+235 |
| * | | platform/chrome: chromeos_laptop - factor out getting IRQ from DMI | Dmitry Torokhov | 2018-04-09 | 1 | -12/+23 |
| * | | platform/chrome: chromeos_laptop - introduce pr_fmt() | Dmitry Torokhov | 2018-04-09 | 1 | -17/+14 |
| * | | platform/chrome: chromeos_laptop - stop setting suspend mode for Atmel devices | Dmitry Torokhov | 2018-04-09 | 1 | -2/+0 |
| * | | platform/chrome: chromeos_laptop - add SPDX identifier | Dmitry Torokhov | 2018-04-09 | 1 | -22/+5 |
| |/ |
|
* | | platform/chrome: cros_ec_lpc: Add support for Google devices using custom cor... | Salvatore Bellizzi | 2018-04-09 | 1 | -0/+12 |
* | | platform/chrome: cros_ec_lpc: wake up from s2idle on Chrome EC | Wenkai Du | 2018-04-09 | 1 | -0/+4 |
|/ |
|
* | Revert "platform/chrome: chromeos_laptop: make chromeos_laptop const" | Dmitry Torokhov | 2018-03-07 | 1 | -11/+11 |
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -1/+1 |
* | Merge tag 'chrome-platform-for-linus-4.16' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2018-02-10 | 4 | -19/+57 |
|\ |
|
| * | platform/chrome: Use proper protocol transfer function | Shawn Nematbakhsh | 2017-12-17 | 1 | -3/+5 |
| * | platform/chrome: cros_ec_lpc: Add support for Google Glimmer | Thierry Escande | 2017-12-17 | 1 | -0/+7 |
| * | platform/chrome: cros_ec_lpc: Register the driver if ACPI entry is missing. | Enric Balletbo i Serra | 2017-12-17 | 1 | -1/+33 |
| * | platform/chrome: cros_ec_lpc: remove redundant pointer request | Colin Ian King | 2017-12-17 | 1 | -3/+0 |
| * | cros_ec: fix nul-termination for firmware build info | Arnd Bergmann | 2017-12-15 | 1 | -1/+1 |
| * | platform/chrome: chromeos_laptop: make chromeos_laptop const | Bhumika Goyal | 2017-12-15 | 1 | -11/+11 |
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-01-30 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | the rest of drivers/*: annotate ->poll() instances | Al Viro | 2017-11-28 | 1 | -2/+2 |
* | | cros_ec: Move cros_ec_dev module to drivers/mfd | Thierry Escande | 2017-12-15 | 8 | -650/+0 |
* | | cros_ec: Split cros_ec_devs module | Thierry Escande | 2017-12-15 | 7 | -6/+23 |
|/ |
|
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | dmi: Mark all struct dmi_system_id instances const | Christoph Hellwig | 2017-09-14 | 3 | -3/+3 |
* | platform/chrome: cros_ec_lightbar - hide unused PM functions | Arnd Bergmann | 2017-06-27 | 1 | -2/+2 |
* | cros_ec: Don't signal wake event for non-wake host events | Shawn Nematbakhsh | 2017-06-27 | 2 | -6/+73 |
* | cros_ec: Fix deadlock when EC is not responsive at probe | Gwendal Grignou | 2017-06-27 | 1 | -1/+17 |
* | cros_ec: Don't return error when checking command version | Thierry Escande | 2017-06-27 | 1 | -0/+2 |
* | platform/chrome: cros_ec_lightbar - Avoid I2C xfer to EC during suspend | Jeffery Yu | 2017-06-23 | 2 | -12/+13 |
* | platform/chrome: cros_ec_lightbar - Add userspace lightbar control bit to EC | Eric Caruso | 2017-06-23 | 1 | -0/+38 |
* | platform/chrome: cros_ec_lightbar - Control of suspend/resume lightbar sequence | Eric Caruso | 2017-06-23 | 3 | -3/+125 |
* | platform/chrome: cros_ec_lightbar - Add lightbar program feature to sysfs | Eric Caruso | 2017-06-23 | 1 | -1/+68 |
* | platform/chrome: cros_ec_lpc: Add MKBP events support over ACPI | Gwendal Grignou | 2017-06-23 | 1 | -0/+32 |
* | platform/chrome: cros_ec_lpc: Add power management ops | Archana Patni | 2017-06-23 | 1 | -0/+21 |
* | platform/chrome: cros_ec_lpc: Add support for GOOG004 ACPI device | Gwendal Grignou | 2017-06-23 | 2 | -15/+10 |
* | platform/chrome: cros_ec_lpc: Add support for mec1322 EC | Shawn Nematbakhsh | 2017-06-23 | 5 | -0/+227 |
* | platform/chrome: cros_ec_lpc: Add R/W helpers to LPC protocol variants | Shawn Nematbakhsh | 2017-06-23 | 3 | -51/+104 |
* | mfd: cros_ec: Add support for dumping panic information | Nicolas Boichat | 2017-06-16 | 1 | -0/+54 |
* | cros_ec_debugfs: Pass proper struct sizes to cros_ec_cmd_xfer() | Shawn Nematbakhsh | 2017-06-16 | 1 | -3/+3 |