Age | Commit message (Expand) | Author | Files | Lines |
2019-02-01 | platform/chrome: cros_ec_lightbar: Instantiate only if the EC has a lightbar | Enric Balletbo i Serra | 1 | -35/+18 |
2019-02-01 | mfd / platform: cros_ec_vbc: Instantiate only if the EC has a VBC NVRAM | Enric Balletbo i Serra | 1 | -16/+0 |
2019-02-01 | mfd / platform: cros_ec: Move device sysfs attributes to its own driver | Enric Balletbo i Serra | 4 | -7/+48 |
2019-02-01 | mfd / platform: cros_ec: Move debugfs attributes to its own driver | Enric Balletbo i Serra | 3 | -22/+55 |
2019-02-01 | mfd / platform: cros_ec: Move vbc attributes to its own driver | Enric Balletbo i Serra | 3 | -2/+55 |
2019-02-01 | mfd / platform: cros_ec: Move lightbar attributes to its own driver | Enric Balletbo i Serra | 3 | -23/+86 |
2019-02-01 | mfd / platform: cros_ec: Use devm_mfd_add_devices | Enric Balletbo i Serra | 3 | -25/+0 |
2018-11-13 | platform/chrome: don't report EC_MKBP_EVENT_SENSOR_FIFO as wakeup | Brian Norris | 1 | -3/+15 |
2018-11-13 | platform/chrome: straighten out cros_ec_get_{next,host}_event() error codes | Brian Norris | 1 | -2/+2 |
2018-10-09 | platform/chrome: chromeos_tbmc - Remove unneeded const | Nathan Chancellor | 1 | -1/+1 |
2018-10-09 | platform/chrome: Add a new interrupt path for cros_ec_lpc | Enrico Granata | 1 | -1/+14 |
2018-10-09 | Merge remote-tracking branch 'origin/ib-chrome-platform-mfd-move-cros_ec_lpc'... | Benson Leung | 5 | -3/+157 |
2018-10-09 | mfd: cros-ec: copy the whole event in get_next_event_xfer | Emil Karlson | 1 | -1/+1 |
2018-09-07 | platform/chrome: Move mfd/cros_ec_lpc* includes to drivers/platform. | Enric Balletbo i Serra | 5 | -3/+157 |
2018-08-21 | Merge tag 'chrome-platform-for-linus-4.19' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -1/+9 |
2018-07-27 | Merge branches 'ib-mfd-4.19', 'ib-mfd-gpio-pinctrl-4.19', 'ib-mfd-i915-media-... | Lee Jones | 5 | -9/+1182 |
2018-07-13 | mfd: cros-ec: Increase maximum mkbp event size | Neil Armstrong | 1 | -9/+31 |
2018-07-09 | Merge tag 'ib-platform-chrome-mfd-move-cros-ec-transport-for-4.19' into worki... | Benson Leung | 4 | -0/+1151 |
2018-07-03 | platform/chrome: Move cros-ec transport drivers to drivers/platform. | Enric Balletbo i Serra | 4 | -0/+1151 |
2018-06-16 | platform/chrome: chromeos_tbmc - fix SPDX identifier | Benson Leung | 1 | -1/+9 |
2018-06-11 | Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 1 | -0/+20 |
2018-06-04 | Merge tag 'chrome-platform-for-linus-4.18' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 8 | -57/+426 |
2018-05-30 | platform/chrome: Use to_cros_ec_dev more broadly | Gwendal Grignou | 3 | -22/+10 |
2018-05-29 | platform/chrome: chromeos_laptop: fix touchpad button mapping on Celes | Dmitry Torokhov | 1 | -1/+9 |
2018-05-29 | mfd: cros_ec: Don't try to grab log when suspended | Douglas Anderson | 1 | -0/+20 |
2018-05-28 | Merge branch 'ib-chrome-platform-atmel-mxt-ts-device-properties' into working... | Benson Leung | 1 | -29/+278 |
2018-05-28 | platform: chrome: Add input dependency for tablet switch driver | Arnd Bergmann | 1 | -0/+1 |
2018-05-23 | platform/chrome: chromeos_laptop - supply properties for ACPI devices | Dmitry Torokhov | 1 | -29/+278 |
2018-05-23 | platform/chrome: chromeos_tbmc - add SPDX identifier | Benson Leung | 1 | -22/+5 |
2018-05-23 | platform: chrome: Add Tablet Switch ACPI driver | Gwendal Grignou | 3 | -0/+139 |
2018-05-23 | mfd: cros_ec: Retry commands when EC is known to be busy | Brian Norris | 1 | -0/+2 |
2018-05-22 | platform/chrome: cros_ec_lpc: do not try DMI match when ACPI device found | Dmitry Torokhov | 1 | -6/+7 |
2018-04-10 | Merge remote-tracking branch 'origin/ib-chrome-platform-cros-ec-sysfs-debugfs... | Benson Leung | 2 | -41/+176 |
2018-04-10 | platform/chrome: mfd/cros_ec_dev: Add sysfs entry to set keyboard wake lid angle | Gwendal Grignou | 1 | -0/+81 |
2018-04-10 | platform/chrome: cros_ec_debugfs: Add PD port info to debugfs | Shawn Nematbakhsh | 1 | -0/+72 |
2018-04-10 | platform/chrome: cros_ec_debugfs: Use octal permissions '0444' | Enric Balletbo i Serra | 1 | -2/+2 |
2018-04-10 | platform/chrome: cros_ec_sysfs: use permission-specific DEVICE_ATTR variants | Enric Balletbo i Serra | 1 | -12/+12 |
2018-04-10 | platform/chrome: cros_ec_sysfs: introduce to_cros_ec_dev define. | Enric Balletbo i Serra | 1 | -6/+5 |
2018-04-10 | platform/chrome: cros_ec_sysfs: Modify error handling | Gwendal Grignou | 1 | -21/+4 |
2018-04-09 | Merge remote-tracking branch 'chrome-platform-stop-being-a-platform-driver-pl... | Benson Leung | 1 | -440/+456 |
2018-04-09 | platform/chrome: cros_ec_lpc: Add support for Google devices using custom cor... | Salvatore Bellizzi | 1 | -0/+12 |
2018-04-09 | platform/chrome: cros_ec_lpc: wake up from s2idle on Chrome EC | Wenkai Du | 1 | -0/+4 |
2018-04-09 | platform/chrome: chromeos_laptop - discard data for unneeded boards | Dmitry Torokhov | 1 | -212/+264 |
2018-04-09 | platform/chrome: chromeos_laptop - use device properties for Pixel | Dmitry Torokhov | 1 | -6/+6 |
2018-04-09 | platform/chrome: chromeos_laptop - rely on I2C to set up interrupt trigger | Dmitry Torokhov | 1 | -7/+14 |
2018-04-09 | platform/chrome: chromeos_laptop - use I2C notifier to create devices | Dmitry Torokhov | 1 | -145/+102 |
2018-04-09 | platform/chrome: chromeos_laptop - parse DMI IRQ data once | Dmitry Torokhov | 1 | -56/+64 |
2018-04-09 | platform/chrome: chromeos_laptop - rework i2c peripherals initialization | Dmitry Torokhov | 1 | -232/+235 |
2018-04-09 | platform/chrome: chromeos_laptop - factor out getting IRQ from DMI | Dmitry Torokhov | 1 | -12/+23 |
2018-04-09 | platform/chrome: chromeos_laptop - introduce pr_fmt() | Dmitry Torokhov | 1 | -17/+14 |