summaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'chrome-platform-for-linus-4.18' of git://git.kernel.org/pub/scm/li...Linus Torvalds2018-06-048-57/+426
|\
| * platform/chrome: Use to_cros_ec_dev more broadlyGwendal Grignou2018-05-303-22/+10
| * platform/chrome: chromeos_laptop: fix touchpad button mapping on CelesDmitry Torokhov2018-05-291-1/+9
| * Merge branch 'ib-chrome-platform-atmel-mxt-ts-device-properties' into working...Benson Leung2018-05-281-29/+278
| |\
| | * platform/chrome: chromeos_laptop - supply properties for ACPI devicesDmitry Torokhov2018-05-231-29/+278
| * | platform: chrome: Add input dependency for tablet switch driverArnd Bergmann2018-05-281-0/+1
| * | platform/chrome: chromeos_tbmc - add SPDX identifierBenson Leung2018-05-231-22/+5
| * | platform: chrome: Add Tablet Switch ACPI driverGwendal Grignou2018-05-233-0/+139
| * | platform/chrome: cros_ec_lpc: do not try DMI match when ACPI device foundDmitry Torokhov2018-05-221-6/+7
* | | mfd: cros_ec: Retry commands when EC is known to be busyBrian Norris2018-05-231-0/+2
|/ /
* | Merge remote-tracking branch 'origin/ib-chrome-platform-cros-ec-sysfs-debugfs...Benson Leung2018-04-102-41/+176
|\ \
| * | platform/chrome: mfd/cros_ec_dev: Add sysfs entry to set keyboard wake lid angleGwendal Grignou2018-04-101-0/+81
| * | platform/chrome: cros_ec_debugfs: Add PD port info to debugfsShawn Nematbakhsh2018-04-101-0/+72
| * | platform/chrome: cros_ec_debugfs: Use octal permissions '0444'Enric Balletbo i Serra2018-04-101-2/+2
| * | platform/chrome: cros_ec_sysfs: use permission-specific DEVICE_ATTR variantsEnric Balletbo i Serra2018-04-101-12/+12
| * | platform/chrome: cros_ec_sysfs: introduce to_cros_ec_dev define.Enric Balletbo i Serra2018-04-101-6/+5
| * | platform/chrome: cros_ec_sysfs: Modify error handlingGwendal Grignou2018-04-101-21/+4
* | | Merge remote-tracking branch 'chrome-platform-stop-being-a-platform-driver-pl...Benson Leung2018-04-091-440/+456
|\ \ \ | | |/ | |/|
| * | platform/chrome: chromeos_laptop - discard data for unneeded boardsDmitry Torokhov2018-04-091-212/+264
| * | platform/chrome: chromeos_laptop - use device properties for PixelDmitry Torokhov2018-04-091-6/+6
| * | platform/chrome: chromeos_laptop - rely on I2C to set up interrupt triggerDmitry Torokhov2018-04-091-7/+14
| * | platform/chrome: chromeos_laptop - use I2C notifier to create devicesDmitry Torokhov2018-04-091-145/+102
| * | platform/chrome: chromeos_laptop - parse DMI IRQ data onceDmitry Torokhov2018-04-091-56/+64
| * | platform/chrome: chromeos_laptop - rework i2c peripherals initializationDmitry Torokhov2018-04-091-232/+235
| * | platform/chrome: chromeos_laptop - factor out getting IRQ from DMIDmitry Torokhov2018-04-091-12/+23
| * | platform/chrome: chromeos_laptop - introduce pr_fmt()Dmitry Torokhov2018-04-091-17/+14
| * | platform/chrome: chromeos_laptop - stop setting suspend mode for Atmel devicesDmitry Torokhov2018-04-091-2/+0
| * | platform/chrome: chromeos_laptop - add SPDX identifierDmitry Torokhov2018-04-091-22/+5
| |/
* | platform/chrome: cros_ec_lpc: Add support for Google devices using custom cor...Salvatore Bellizzi2018-04-091-0/+12
* | platform/chrome: cros_ec_lpc: wake up from s2idle on Chrome ECWenkai Du2018-04-091-0/+4
|/
* Revert "platform/chrome: chromeos_laptop: make chromeos_laptop const"Dmitry Torokhov2018-03-071-11/+11
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge tag 'chrome-platform-for-linus-4.16' of git://git.kernel.org/pub/scm/li...Linus Torvalds2018-02-104-19/+57
|\
| * platform/chrome: Use proper protocol transfer functionShawn Nematbakhsh2017-12-171-3/+5
| * platform/chrome: cros_ec_lpc: Add support for Google GlimmerThierry Escande2017-12-171-0/+7
| * platform/chrome: cros_ec_lpc: Register the driver if ACPI entry is missing.Enric Balletbo i Serra2017-12-171-1/+33
| * platform/chrome: cros_ec_lpc: remove redundant pointer requestColin Ian King2017-12-171-3/+0
| * cros_ec: fix nul-termination for firmware build infoArnd Bergmann2017-12-151-1/+1
| * platform/chrome: chromeos_laptop: make chromeos_laptop constBhumika Goyal2017-12-151-11/+11
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\ \ | |/ |/|
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* | cros_ec: Move cros_ec_dev module to drivers/mfdThierry Escande2017-12-158-650/+0
* | cros_ec: Split cros_ec_devs moduleThierry Escande2017-12-157-6/+23
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-143-3/+3
* platform/chrome: cros_ec_lightbar - hide unused PM functionsArnd Bergmann2017-06-271-2/+2
* cros_ec: Don't signal wake event for non-wake host eventsShawn Nematbakhsh2017-06-272-6/+73
* cros_ec: Fix deadlock when EC is not responsive at probeGwendal Grignou2017-06-271-1/+17
* cros_ec: Don't return error when checking command versionThierry Escande2017-06-271-0/+2
* platform/chrome: cros_ec_lightbar - Avoid I2C xfer to EC during suspendJeffery Yu2017-06-232-12/+13
OpenPOWER on IntegriCloud