summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/cros_ec_dev.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: cros_ec_dev: Add GPIO device if feature present on ECStephen Boyd2024-02-231-0/+9
* mfd: cros_ec: Register EC-based watchdog subdeviceLukasz Majczak2024-02-231-0/+9
* mfd: cros_ec_dev: Convert to platform remove callback returning voidUwe Kleine-König2023-12-071-3/+2
* mfd: Explicitly include correct DT includesRob Herring2023-08-181-1/+1
* drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
* Revert "mfd: cros_ec: Add SCP Core-1 as a new CrOS EC MCU"Prashant Malani2023-01-091-5/+0
* Merge tag 'mfd-next-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2022-08-061-0/+5
|\
| * mfd: cros_ec: Add SCP Core-1 as a new CrOS EC MCUTinghan Shen2022-07-191-0/+5
* | platform/chrome: cros_ec_proto: Rename cros_ec_command functionPrashant Malani2022-06-081-2/+2
|/
* mfd: cros_ec_dev: Only register PCHG device if presentStephen Boyd2022-04-261-0/+19
* Merge tag 'tag-chrome-platform-for-v5.16' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2021-11-101-2/+2
|\
| * platform/chrome: cros_ec_proto: Use EC struct for featuresPrashant Malani2021-10-311-2/+2
* | mfd: cros_ec: Drop unneeded MODULE_ALIASKrzysztof Kozlowski2021-11-051-1/+0
|/
* mfd: cros_ec: Add peripheral device chargerDaisuke Nojiri2021-06-221-0/+1
* mfd: cros_ec_dev: Load lightbar module only presentGwendal Grignou2021-06-021-1/+19
* mfd: cros_ec_dev: Fix cros_feature_to_{name,cells} struct descriptionsLee Jones2020-07-061-2/+2
* mfd: cros_ec: Check DT node for usbpd-notify addPrashant Malani2020-03-301-1/+1
* Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-02-041-1/+0
|\
| * cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'Enric Balletbo i Serra2020-01-071-1/+0
* | mfd: cros_ec: Add cros-usbpd-notify subdevicePrashant Malani2020-01-241-0/+22
|/
* mfd / platform / iio: cros_ec: Register sensor through sensorhubGwendal Grignou2019-11-211-191/+12
* mfd / platform: cros_ec: Add sensor_count and make check_features publicGwendal Grignou2019-11-211-32/+0
* mfd: cros_ec: Use mfd_add_hotplug_devices() helperEnric Balletbo i Serra2019-09-021-12/+6
* mfd: cros_ec: Add convenience struct to define autodetectable CrOS EC subdevicesEnric Balletbo i Serra2019-09-021-58/+73
* mfd: cros_ec: Add convenience struct to define dedicated CrOS EC MCUsEnric Balletbo i Serra2019-09-021-39/+49
* mfd: cros_ec: Use kzalloc and cros_ec_cmd_xfer_status helperEnric Balletbo i Serra2019-09-021-10/+7
* mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra2019-09-021-1/+2
* mfd: cros_ec: Switch to use the new cros-ec-chardev driverEnric Balletbo i Serra2019-09-021-214/+6
* mfd / platform: cros_ec: Miscellaneous character device to talk with the ECEnric Balletbo i Serra2019-09-021-1/+3
* Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-07-151-3/+89
|\
| * mfd: cros_ec_dev: Register cros_ec_accel_legacy driver as a subdeviceGwendal Grignou2019-07-021-0/+69
| * mfd: cros_ec: differentiate SCP from EC by feature bitPi-Hsun Shih2019-07-021-0/+10
| * mfd: cros_ec: Register cros_ec_lid_angle driver when presentedGwendal Grignou2019-07-021-3/+10
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
|/
* mfd: cros_ec: Instantiate properly CrOS Touchpad MCU deviceEnric Balletbo i Serra2019-05-141-0/+10
* mfd: cros_ec: Instantiate properly CrOS FP MCU deviceEnric Balletbo i Serra2019-05-141-0/+10
* mfd: cros_ec: Instantiate the CrOS USB PD logger driverEnric Balletbo i Serra2019-05-141-1/+2
* mfd: cros_ec: Instantiate properly CrOS ISH MCU deviceRushikesh S Kadam2019-05-141-0/+13
* mfd: cros_ec_dev: Return number of bytes read with CROS_EC_DEV_IOCRDMEMGuenter Roeck2019-02-071-1/+1
* mfd / platform: cros_ec_vbc: Instantiate only if the EC has a VBC NVRAMEnric Balletbo i Serra2019-02-011-1/+18
* mfd / platform: cros_ec: Move device sysfs attributes to its own driverEnric Balletbo i Serra2019-02-011-6/+1
* mfd / platform: cros_ec: Move debugfs attributes to its own driverEnric Balletbo i Serra2019-02-011-40/+1
* mfd / platform: cros_ec: Move vbc attributes to its own driverEnric Balletbo i Serra2019-02-011-1/+1
* mfd / platform: cros_ec: Move lightbar attributes to its own driverEnric Balletbo i Serra2019-02-011-11/+13
* Merge tag 'mfd-next-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2019-01-151-0/+1
|\
| * mfd: cros_ec_dev: Add missing mfd_remove_devices() call in removeEnric Balletbo i Serra2019-01-031-0/+1
* | Revert "mfd: cros_ec: Use devm_kzalloc for private data"Enric Balletbo i Serra2018-12-051-1/+7
|/
* mfd: cros_ec: Avoid unneeded internal declaration warningNathan Chancellor2018-10-231-0/+1
* Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-08-201-0/+32
|\
| *---. Merge branches 'ib-mfd-4.19', 'ib-mfd-gpio-pinctrl-4.19', 'ib-mfd-i915-media-...Lee Jones2018-07-271-0/+16
| |\ \ \