summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
Commit message (Expand)AuthorAgeFilesLines
...
| * mfd: si476x-cmd: Add missing colon(s) for all documented kerneldoc argumentsLee Jones2020-07-061-33/+33
| * mfd: si476x-cmd: Repair wrongly described function argument 's/response/resp'Lee Jones2020-07-061-3/+3
| * mfd: tps65010: Remove delcared and set, but never used variable 'status'Lee Jones2020-07-061-3/+2
| * mfd: ab3100-otp: Add missing colon(s) for all documented kerneldoc argumentsLee Jones2020-07-061-10/+10
| * mfd: tps65217: Repair incorrect function argument name 's/tps65217/tps/'Lee Jones2020-07-061-2/+2
| * mfd: tps65218: Repair incorrect function argument name 's/tps65218/tps/'Lee Jones2020-07-061-2/+2
| * mfd: cros_ec_dev: Fix cros_feature_to_{name,cells} struct descriptionsLee Jones2020-07-061-2/+2
| * mfd: altera-sysmgr: Supply descriptions for 'np' and 'property' function argsLee Jones2020-07-061-0/+3
| * mfd: atmel-smc: Add missing colon(s) for 'conf' argumentsLee Jones2020-07-061-2/+2
| * mfd: omap-usb-tll: Provide description for 'pdev' argument to .probe()Lee Jones2020-07-061-0/+2
| * mfd: omap-usb-host: Provide description for 'pdev' argument to .probe()Lee Jones2020-07-061-0/+2
| * mfd: omap-usb-host: Remove invalid use of kerneldoc syntaxLee Jones2020-07-061-1/+1
| * mfd: db8500-prcmu: Remove incorrect function header from .probe() functionLee Jones2020-07-061-4/+0
| * mfd: db8500-prcmu: Add description for 'reset_reason' in kerneldocLee Jones2020-07-061-0/+2
| * mfd: mfd-core: Complete kerneldoc header for devm_mfd_add_devices()Lee Jones2020-07-061-0/+10
| * mfd: wm8350-core: Supply description wm8350_reg_{un}lock argsLee Jones2020-07-061-0/+4
| * mfd: wm831x-core: Supply description wm831x_reg_{un}lock argsLee Jones2020-07-061-0/+4
| * mfd: wm8400-core: Supply description for wm8400_reset_codec_reg_cache's argLee Jones2020-07-061-0/+2
| * mfd: tc3589x: Remove invalid use of kerneldoc syntaxLee Jones2020-07-061-1/+1
| * mfd: ab8500-debugfs: Fix incompatible types in comparison expression issueLee Jones2020-07-061-1/+1
| * mfd: ab3100-core: Fix incompatible types in comparison expression warningLee Jones2020-07-061-1/+1
| * mfd: sprd-sc27xx-spi: Fix symbol 'sprd_pmic_detect_charger_type' was not decl...Lee Jones2020-07-061-0/+1
| * mfd: altera-sysmgr: Fix physical address storing hacksLee Jones2020-07-061-10/+6
| * mfd: tps6586x: Fix cast to restricted __le32 warningLee Jones2020-07-061-3/+4
| * mfd: twl4030-irq: Fix cast to restricted __le32 warningLee Jones2020-07-061-1/+1
| * mfd: twl4030-irq: Fix incorrect type in assignment warningLee Jones2020-07-061-1/+1
| * mfd: lm3533: Expand control-bank accessorsJohan Hovold2020-07-011-38/+56
| * mfd: intel-lpss: Add Intel Tiger Lake PCH-H PCI IDsAndy Shevchenko2020-06-301-0/+16
| * mfd: sprd: Populate sub-devices defined in DTChunyan Zhang2020-06-251-72/+3
| * mfd: Add support for the Khadas System control MicrocontrollerNeil Armstrong2020-06-183-0/+164
| * mfd: madera: Fix minor formatting issuesCharles Keepax2020-06-182-7/+6
| * mfd: arizona: Ensure 32k clock is put on driver unbind and errorCharles Keepax2020-06-181-0/+18
| * mfd: arizona: Remove BUG_ON usageCharles Keepax2020-06-181-1/+1
| * mfd: intel-lpss: Add Intel Emmitsburg PCH PCI IDsAndy Shevchenko2020-06-181-0/+3
| * mfd: stm32: Enable regmap fast_io for stm32-lptimerBenjamin Gaignard2020-06-181-0/+1
* | Merge tag 'backlight-next-5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-111-2/+0
|\ \
| * | backlight: sky81452: Privatize platform dataLinus Walleij2020-07-011-2/+0
| |/
* | irqdomain/treewide: Free firmware node after domain removalJon Derrick2020-07-231-0/+6
* | irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner2020-07-141-2/+3
* | mfd: mt6360: Fix register driver NULL pointer by adding driver nameGene Chen2020-06-161-0/+1
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-5/+5
* Merge tag 'gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2020-06-052-17/+8
|\
| * gpio: dwapb: Remove unneeded has_irq member in struct dwapb_port_propertyAndy Shevchenko2020-05-251-1/+0
| * mfd: sm501: Use GPIO_LOOKUP_IDX() helper macroGeert Uytterhoeven2020-05-181-16/+8
* | Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-06-042-95/+9
|\ \
| * | vexpress: Move setting master site to vexpress-config busRob Herring2020-05-131-24/+1
| * | mfd: vexpress-sysreg: Support building as a moduleRob Herring2020-05-132-12/+5
| * | mfd: vexpress-sysreg: Use devres API variantsRob Herring2020-05-131-2/+2
| * | mfd: vexpress-sysreg: Drop unused syscon child devicesRob Herring2020-05-131-36/+0
| * | mfd: vexpress-sysreg: Drop selecting CONFIG_CLKSRC_MMIORob Herring2020-05-131-2/+1