aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-04Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds1-35/+0
2020-02-03Merge tag 'mfd-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds10-74/+1089
2020-02-03mfd: syscon: Fix syscon_regmap_lookup_by_phandle_args() dummyGeert Uytterhoeven1-1/+1
2020-01-29mfd: wcd934x: Add support to wcd9340/wcd9341 codecSrinivas Kandagatla2-0/+562
2020-01-27Merge tag 'mmc-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-3/+0
2020-01-24mfd: syscon: Add arguments support for syscon referenceOrson Zhai1-0/+14
2020-01-24mfd: dbx500-prcmu: Drop DSI pll clock functionsLinus Walleij2-32/+0
2020-01-24mfd: dbx500-prcmu: Drop set_display_clocks()Linus Walleij2-16/+0
2020-01-24rtc: bd70528: add BD71828 supportMatti Vaittinen3-13/+25
2020-01-24mfd: bd70528: Fix hour register maskMatti Vaittinen1-1/+1
2020-01-24regulator: bd718x7: Split driver to common and bd718x7 specific partsMatti Vaittinen1-0/+66
2020-01-24clk: bd718x7: Support ROHM BD71828 clk blockMatti Vaittinen3-16/+0
2020-01-24mfd: bd71828: Support ROHM BD71828 PMIC - coreMatti Vaittinen2-0/+426
2020-01-24mfd: Rohm PMICs: Use platform_device_id to match MFD sub-devicesMatti Vaittinen1-2/+1
2020-01-07cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'Enric Balletbo i Serra1-35/+0
2019-12-16mmc: renesas_sdhi: remove 4taps as a TMIO flagWolfram Sang1-3/+0
2019-12-11rtc: mt6397: fix alarm register overwriteRan Bi1-0/+8
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+0
2019-12-05Merge tag 'pwm/for-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds1-8/+4
2019-12-01Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds9-38/+126
2019-11-11mfd: db8500-prcmu: Support U8420-sysclk firmwareLinus Walleij2-5/+6
2019-11-11mfd: mfd-core: Remove usage counting for .{en,dis}able() call-backsLee Jones1-2/+0
2019-11-11mfd: mfd-core: Remove mfd_clone_cell()Lee Jones1-18/+0
2019-11-11mfd: madera: Add support for requesting the supply clocksCharles Keepax1-0/+11
2019-11-11mfd: wm8998: Remove some unused registersCharles Keepax1-7/+0
2019-11-11mfd: twl: Endian fixups in i2c write and read wrappersJonathan Cameron1-4/+8
2019-11-11mfd: max77620: Do not allocate IRQs upfrontThierry Reding1-1/+0
2019-11-11mfd: Provide MACRO to declare commonly defined MFD cell attributesLee Jones1-0/+29
2019-11-11mfd: rk808: Fix RK818 ID templateDaniel Schultz1-1/+1
2019-11-07memory: atmel-ebi: move NUM_CS definition inside EBI driverTudor Ambarus1-1/+0
2019-10-24rtc: mt6397: move some common definitions into rtc.hJosef Friedl1-0/+71
2019-10-21pwm: stm32: Remove clutter from ternary operatorThierry Reding1-8/+4
2019-10-18mfd: Switch the AB8500 GPADC to IIOLinus Walleij1-75/+0
2019-09-23Merge tag 'mfd-next-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds3-60/+92
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-0/+6
2019-09-19Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds2-6005/+0
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra2-6021/+0
2019-09-02mfd: cros_ec: Switch to use the new cros-ec-chardev driverEnric Balletbo i Serra1-2/+0
2019-09-02mfd / platform: cros_ec: Handle chained ECs as platform devicesEnric Balletbo i Serra1-0/+18
2019-09-02mfd: mt6397: Add mutex includeJosef Friedl1-0/+2
2019-09-02mfd: Add support for Merrifield Basin Cove PMICAndy Shevchenko1-0/+81
2019-08-12mfd: mt6397: Extract IRQ related code from core driverHsin-Hsiung Wang1-0/+9
2019-08-12mfd: da9063: Remove now unused platform_dataWolfram Sang1-60/+0
2019-08-12mfd: cros_ec: Update cros_ec_commands.hYicheng Li1-0/+12
2019-08-12mfd: aat2870: No need to check return value of debugfs_create functionsGreg Kroah-Hartman1-1/+0
2019-08-08mfd/syscon: Add device_node_to_regmap()Paul Cercueil1-0/+6
2019-08-01mfd: aat2870: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-1/+0
2019-07-15Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds10-111/+828
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-6/+0
2019-07-11Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds2-711/+2884