summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-453/+0
|\
| * mfd: intel_msic: Remove driver for deprecated platformAndy Shevchenko2021-02-091-453/+0
* | Merge tag 'mfd-next-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2021-02-225-38/+35
|\ \
| * | mfd: iqs62x: Do not poll during ATIJeff LaBundy2021-02-081-7/+4
| * | mfd: intel-m10-bmc: Expose MAC address and countRuss Weight2021-02-081-0/+9
| * | mfd: Standardise MFD_CELL_* helper namesLee Jones2021-02-081-3/+3
| | |
| | \
| *-. \ Merge branches 'ib-mfd-asoc-5.12', 'ib-mfd-bus-5.12' and 'ib-mfd-gpio-regulat...Lee Jones2021-02-083-29/+20
| |\ \ \ | | |_|/ | |/| |
| | | * mfd: bd9571mwv: Add support for BD9574MWFKhiem Nguyen2021-01-141-3/+14
| | | * mfd: bd9571mwv: Make the driver more genericKhiem Nguyen2021-01-141-16/+2
| | | * mfd: bd9571mwv: Use the SPDX license identifierYoshihiro Shimoda2021-01-141-9/+1
| | | * mfd: rohm-generic: Add BD9571 and BD9574Yoshihiro Shimoda2021-01-141-0/+2
| | |/ | |/|
* | | Merge tag 'regulator-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-222-11/+6
|\ \ \
| * \ \ Merge remote-tracking branch 'regulator/for-5.12' into regulator-nextMark Brown2021-02-121-3/+0
| |\ \ \
| | * | | regulator: ab8500: Remove unused platform dataLinus Walleij2021-01-131-3/+0
| | |/ /
| * / / regulator: bd718x7, bd71828, Fix dvs voltage levelsMatti Vaittinen2021-02-121-8/+6
| |/ /
* | | Merge tag 'staging-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-201-26/+3
|\ \ \ | |_|/ |/| |
| * | staging: hikey9xx: hi6421-spmi-pmic: update copyright notesMauro Carvalho Chehab2021-01-311-0/+1
| * | staging: hikey9xx: hi6421-spmi-pmic: cleanup header fileMauro Carvalho Chehab2021-01-311-20/+0
| * | staging: hikey9xx: hi6421-spmi-pmic: rename some varsMauro Carvalho Chehab2021-01-311-1/+1
| * | staging: hikey9xx: spmi driver: convert to regmapMauro Carvalho Chehab2021-01-311-5/+2
| * | staging: hikey9xx: hi6421v600-regulator: fix delay logicMauro Carvalho Chehab2021-01-261-1/+0
| |/
* / mfd/bus: sunxi-rsb: Make .remove() callback return voidUwe Kleine-König2021-01-151-1/+1
|/
* Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-161-0/+39
|\
| * Merge tag 'zynqmp-soc-for-v5.11-v2' of https://github.com/Xilinx/linux-xlnx i...Arnd Bergmann2020-12-091-0/+39
| |\
| | * soc: xilinx: vcu: add missing register NUM_COREMichael Tretter2020-12-091-0/+1
| | * soc: xilinx: vcu: use vcu-settings syscon registersMichael Tretter2020-12-091-0/+38
* | | Merge tag 'mfd-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2020-12-166-690/+27
|\ \ \
| * | | mfd: si476x-core.h: Fix "regulator" spelling in commentMichael Klein2020-11-271-1/+1
| * | | mfd: rt5033: Fix errorneous definesMichael Srba2020-11-191-14/+14
| * | | mfd: madera: Add special errata reset handling for cs47l15Charles Keepax2020-11-191-0/+1
| * | | mfd: tps65910: Remove unused pointersMichał Mirosław2020-11-191-5/+0
| * | | mfd: tps65910: Clean up after switching to regmapMichał Mirosław2020-11-191-35/+0
| * | | mfd: madera: Delete register field xxx_WIDTH definesRichard Fitzgerald2020-11-191-635/+0
| |/ /
| * / mfd: syscon: Add syscon_regmap_lookup_by_phandle_optional() function.Enric Balletbo i Serra2020-11-191-0/+11
| |/
* / mmc: tmio: set max_busy_timeoutWolfram Sang2020-12-041-1/+6
|/
* Merge tag 'rtc-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2020-10-211-1/+0
|\
| * rtc: mt6397: Remove unused member devFei Shao2020-10-151-1/+0
* | Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-151-0/+53
|\ \
| * | staging: mfd: hi6421-spmi-pmic: get rid of interrupt propertiesMauro Carvalho Chehab2020-08-181-15/+0
| * | staging: mfd: hi6421-spmi-pmic: cleanup the codeMauro Carvalho Chehab2020-08-181-5/+7
| * | staging: mfd: hi6421-spmi-pmic: fix some coding style issuesMauro Carvalho Chehab2020-08-181-1/+1
| * | staging: mfd: hi6421-spmi-pmic: change namespace on its functionsMauro Carvalho Chehab2020-08-181-32/+19
| * | staging: mfd: hi6421-spmi-pmic: get rid of unused OF propertiesMauro Carvalho Chehab2020-08-181-11/+3
| * | staging: mfd: hi6421-spmi-pmic: cleanup hi6421-spmi-pmic.h headerMauro Carvalho Chehab2020-08-181-26/+0
| * | staging: mfd: hi6421-spmi-pmic: get rid of the static varsMauro Carvalho Chehab2020-08-181-15/+5
| * | staging: mfd: hi6421-spmi-pmic: get rid of unused codeMauro Carvalho Chehab2020-08-181-42/+0
| * | staging: mfd: add a PMIC driver for HiSilicon 6421 SPMI versionMayulong2020-08-181-0/+165
| |/
* | Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2020-10-142-0/+66
|\ \
| * | mfd: intel-m10-bmc: Add Intel MAX 10 BMC chip support for Intel FPGA PACXu Yilun2020-09-301-0/+65
| * | mfd: lp87565: Add LP87524-Q1 variantLuca Ceresoli2020-09-301-0/+1
| |/