1. 5ae3d1b mfd: cros_ec_dev: Fix cros_feature_to_{name,cells} struct descriptions by Lee Jones · 4 years, 7 months ago
  2. f8db89d mfd: cros_ec: Check DT node for usbpd-notify add by Prashant Malani · 5 years ago
  3. 79703e0 Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux by Linus Torvalds · 5 years ago
  4. 4602dce mfd: cros_ec: Add cros-usbpd-notify subdevice by Prashant Malani · 5 years ago
  5. 11f1eab cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h' by Enric Balletbo i Serra · 5 years ago
  6. d60ac88 mfd / platform / iio: cros_ec: Register sensor through sensorhub by Gwendal Grignou · 5 years ago
  7. a16b2e2 mfd / platform: cros_ec: Add sensor_count and make check_features public by Gwendal Grignou · 5 years ago
  8. 28e6fcc mfd: cros_ec: Use mfd_add_hotplug_devices() helper by Enric Balletbo i Serra · 5 years ago
  9. 832a636 mfd: cros_ec: Add convenience struct to define autodetectable CrOS EC subdevices by Enric Balletbo i Serra · 5 years ago
  10. b027dcf mfd: cros_ec: Add convenience struct to define dedicated CrOS EC MCUs by Enric Balletbo i Serra · 5 years ago
  11. 5156fb7 mfd: cros_ec: Use kzalloc and cros_ec_cmd_xfer_status helper by Enric Balletbo i Serra · 5 years ago
  12. 840d9f1 mfd / platform: cros_ec: Reorganize platform and mfd includes by Enric Balletbo i Serra · 5 years ago
  13. 459aedb mfd: cros_ec: Switch to use the new cros-ec-chardev driver by Enric Balletbo i Serra · 5 years ago
  14. eda2e30 mfd / platform: cros_ec: Miscellaneous character device to talk with the EC by Enric Balletbo i Serra · 5 years ago
  15. 8de2625 Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 6 years ago
  16. ecc2ca4 mfd: cros_ec_dev: Register cros_ec_accel_legacy driver as a subdevice by Gwendal Grignou · 6 years ago
  17. 554e937 mfd: cros_ec: differentiate SCP from EC by feature bit by Pi-Hsun Shih · 6 years ago
  18. 1bb407f mfd: cros_ec: Register cros_ec_lid_angle driver when presented by Gwendal Grignou · 6 years ago
  19. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  20. 4f8f2bb mfd: cros_ec: Instantiate properly CrOS Touchpad MCU device by Enric Balletbo i Serra · 6 years ago
  21. 90486af mfd: cros_ec: Instantiate properly CrOS FP MCU device by Enric Balletbo i Serra · 6 years ago
  22. 49a65e3 mfd: cros_ec: Instantiate the CrOS USB PD logger driver by Enric Balletbo i Serra · 6 years ago
  23. d4cee95 mfd: cros_ec: Instantiate properly CrOS ISH MCU device by Rushikesh S Kadam · 6 years ago
  24. c1778e58 mfd: cros_ec_dev: Return number of bytes read with CROS_EC_DEV_IOCRDMEM by Guenter Roeck · 6 years ago
  25. 0545625 mfd / platform: cros_ec_vbc: Instantiate only if the EC has a VBC NVRAM by Enric Balletbo i Serra · 6 years ago
  26. 6fd7f2b mfd / platform: cros_ec: Move device sysfs attributes to its own driver by Enric Balletbo i Serra · 6 years ago
  27. 6fce0a2 mfd / platform: cros_ec: Move debugfs attributes to its own driver by Enric Balletbo i Serra · 6 years ago
  28. acb9900 mfd / platform: cros_ec: Move vbc attributes to its own driver by Enric Balletbo i Serra · 6 years ago
  29. ecf8a6c mfd / platform: cros_ec: Move lightbar attributes to its own driver by Enric Balletbo i Serra · 6 years ago
  30. 9deb9e1 Merge tag 'mfd-next-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 6 years ago
  31. 18e294d mfd: cros_ec_dev: Add missing mfd_remove_devices() call in remove by Enric Balletbo i Serra · 6 years ago
  32. 48a2ca0 Revert "mfd: cros_ec: Use devm_kzalloc for private data" by Enric Balletbo i Serra · 6 years ago
  33. 6eb3578 mfd: cros_ec: Avoid unneeded internal declaration warning by Nathan Chancellor · 6 years ago
  34. 532c2b9 Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 6 years ago
  35. e5ff19c Merge branches 'ib-mfd-4.19', 'ib-mfd-gpio-pinctrl-4.19', 'ib-mfd-i915-media-platform-4.19' and 'ib-mfd-regulator-4.19', tag 'ib-platform-chrome-mfd-move-cros-ec-transport-for-4.19' into ibs-for-mfd-merged by Lee Jones · 6 years ago
  36. 03a5755 mfd: cros_ec_dev: Add CEC sub-device registration by Neil Armstrong · 7 years ago
  37. ac31672 headers: separate linux/mod_devicetable.h from linux/platform_device.h by Randy Dunlap · 7 years ago
  38. 3144dce mfd: cros_ec_dev: Register cros_usbpd-charger driver as a subdevice. by Enric Balletbo i Serra · 7 years ago
  39. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  40. 556c242 mfd: cros_ec: Remove unused __remove function by Arnd Bergmann · 7 years ago
  41. df7c3bf mfd: cros_ec_dev: Don't advertise junk features on failure by Stephen Boyd · 7 years ago
  42. 3aa2177 mfd: cros_ec: Use devm_kzalloc for private data by Gwendal Grignou · 7 years ago
  43. abeed71 mfd: cros_ec_i2c: Add ACPI module device table by Wei-Ning Huang · 7 years ago
  44. e15b7f4 mfd: cros_ec_dev: Register shutdown function for debugfs by Daniel Hung-yu Wu · 7 years ago
  45. 95a4d07 mfd: cros_ec_dev: Register cros-ec-rtc driver as a subdevice by Enric Balletbo i Serra · 7 years ago
  46. 44d99d7 mfd: cros_ec: Don't try to grab log when suspended by Douglas Anderson · 7 years ago
  47. c1d1e91a platform/chrome: mfd/cros_ec_dev: Add sysfs entry to set keyboard wake lid angle by Gwendal Grignou · 7 years ago
  48. 5e01155 cros_ec: Move cros_ec_dev module to drivers/mfd by Thierry Escande · 7 years ago[Renamed (99%) from drivers/platform/chrome/cros_ec_dev.c]
  49. ea01a31 cros_ec: Split cros_ec_devs module by Thierry Escande · 7 years ago
  50. 4fbd8d1 Linux 4.15-rc1 by Linus Torvalds · 7 years ago