summaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-16/+30
2019-09-19Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-660/+147
2019-09-18Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+0
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-290/+113
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+2
2019-09-03Merge generic_lookup_helpers into usb-nextGreg Kroah-Hartman1-12/+2
2019-09-03mfd: don't select DMA_DECLARE_COHERENT for the sm501 and tc6393xb driversChristoph Hellwig1-2/+0
2019-09-02mfd: cros_ec: Use mfd_add_hotplug_devices() helperEnric Balletbo i Serra1-12/+6
2019-09-02mfd: cros_ec: Add convenience struct to define autodetectable CrOS EC subdevicesEnric Balletbo i Serra1-58/+73
2019-09-02mfd: cros_ec: Add convenience struct to define dedicated CrOS EC MCUsEnric Balletbo i Serra1-39/+49
2019-09-02mfd: cros_ec: Use kzalloc and cros_ec_cmd_xfer_status helperEnric Balletbo i Serra1-10/+7
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra1-1/+2
2019-09-02mfd / platform: cros_ec: Rename config to a better nameEnric Balletbo i Serra2-8/+11
2019-09-02mfd: cros_ec: Switch to use the new cros-ec-chardev driverEnric Balletbo i Serra1-214/+6
2019-09-02mfd / platform: cros_ec: Miscellaneous character device to talk with the ECEnric Balletbo i Serra2-36/+3
2019-09-02mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra3-295/+2
2019-09-02mfd / platform: cros_ec: Handle chained ECs as platform devicesEnric Balletbo i Serra1-30/+31
2019-08-27Merge tag 'mfd-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-3/+3
2019-08-27mfd: rk808: Make PM function declaration staticLee Jones1-1/+1
2019-08-27mfd: rk808: Mark pm functions __maybe_unusedArnd Bergmann1-2/+2
2019-08-12Merge 5.3-rc4 into driver-core-nextGreg Kroah-Hartman2-2/+4
2019-08-09mfd: omap-usb-host: Mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2019-08-09mfd: db8500-prcmu: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-08-08mfd/syscon: Add device_node_to_regmap()Paul Cercueil1-16/+30
2019-08-01mfd: aat2870: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-11/+2
2019-08-01mfd: ab8500: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-226/+98
2019-08-01mfd: ab3100: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-53/+13
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose1-12/+2
2019-07-15Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds23-362/+4191
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-23/+2
2019-07-11Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+5
2019-07-09Merge tag 'leds-for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-16/+12
2019-07-02mfd: hi655x-pmic: Fix missing return value check for devm_regmap_init_mmio_clkAxel Lin1-0/+2
2019-07-02mfd: madera: Fixup SPDX headersCharles Keepax8-32/+8
2019-07-02mfd: madera: Remove some unused registers and fix some defaultsCharles Keepax5-249/+6
2019-07-02mfd: intel-lpss: Release IDA resourcesAndy Shevchenko1-0/+1
2019-07-02mfd: intel-lpss: Add Intel Elkhart Lake PCH PCI IDsAndy Shevchenko1-0/+15
2019-07-02mfd: cs5535-mfd: Remove ifdef OLPC noiseLubomir Rintel1-17/+7
2019-07-02mfd: cros_ec_dev: Register cros_ec_accel_legacy driver as a subdeviceGwendal Grignou1-0/+69
2019-07-02mfd: rk808: Prepare rk805 for poweroffStefan Mavrodiev1-15/+35
2019-07-02mfd: rk808: Check pm_power_off pointerStefan Mavrodiev1-6/+11
2019-07-02mfd: cros_ec: differentiate SCP from EC by feature bitPi-Hsun Shih1-0/+10
2019-07-02mfd: madera: Add Madera core support for CS47L92Richard Fitzgerald7-0/+2045
2019-07-02mfd: madera: Add Madera core support for CS47L15Richard Fitzgerald7-0/+1375
2019-07-02mfd: madera: Add supply mapping for MICVDDCharles Keepax1-3/+15
2019-07-02mfd: madera: Fix potential uninitialised use of variableStuart Henderson1-1/+1
2019-07-02mfd: arizona: Fix undefined behaviorArnd Bergmann1-1/+1
2019-07-02mfd: core: Set fwnode for created devicesRobert Hancock1-0/+1
2019-07-02mfd: intel-lpss: Keep device tables sorted by IDAndy Shevchenko1-3/+3
2019-07-02mfd: menelaus: Remove superfluous error messageAlexandre Belloni1-2/+0