aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2020-08-28Merge tag 'mfd-fixes-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 1-6/+6
2020-08-28mfd: mfd-core: Ensure disabled devices are ignored without errorGravatar Lee Jones 1-4/+6
2020-08-24mfd: core: Fix double-free in mfd_remove_devices_fn()Gravatar Dmitry Osipenko 1-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 6-11/+11
2020-08-15Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 51-431/+832
2020-08-13mfd: syscon: Use a unique name with regmap_configGravatar Suman Anna 1-1/+3
2020-08-13mfd: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 12-12/+12
2020-08-13mfd: dln2: Run event handler loop under spinlockGravatar Andy Shevchenko 1-0/+4
2020-08-13mfd: madera: Improve handling of regulator unbindingGravatar Charles Keepax 1-8/+15
2020-08-13mfd: mfd-core: Add mechanism for removal of a subset of childrenGravatar Charles Keepax 1-1/+15
2020-08-13mfd: intel_soc_pmic_mrfld: Simplify the return expression of intel_scu_ipc_de...Gravatar Xu Wang 1-6/+1
2020-08-13mfd: max14577: Remove redundant initialization of variable current_bitsGravatar Colin Ian King 1-1/+1
2020-08-13mfd: rn5t618: Fix caching of battery related registersGravatar Andreas Kemnade 1-0/+3
2020-08-13mfd: rn5t618: Make restart handler atomic safeGravatar Andreas Kemnade 1-10/+33
2020-08-13mfd: kempld-core: Fix 'assignment of read-only location' errorGravatar Stephen Rothwell 1-19/+11
2020-08-13mfd: axp20x: Allow the AXP803 to be probed by I2CGravatar Frank Lee 1-0/+2
2020-08-13mfd: da9063: Add support for latest DA silicon revisionGravatar Adam Thomson 1-10/+81
2020-08-13mfd: da9063: Fix revision handling to correctly select reg tablesGravatar Adam Thomson 2-48/+167
2020-08-13mfd: motorola-cpcap: Disable interrupt for suspendGravatar Tony Lindgren 1-0/+23
2020-08-13mfd: smsc-ece1099: Remove driverGravatar Michael Walle 3-100/+0
2020-08-13mfd: core: Make a best effort attempt to match devices with the correct of_nodesGravatar Lee Jones 1-12/+83
2020-08-11Merge tag 'backlight-next-5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+0
2020-07-23irqdomain/treewide: Free firmware node after domain removalGravatar Jon Derrick 1-0/+6
2020-07-14irqdomain/treewide: Keep firmware node unconditionally allocatedGravatar Thomas Gleixner 1-2/+3
2020-07-07mfd: axp20x-i2c: Do not define 'struct acpi_device_id' when !CONFIG_ACPIGravatar Lee Jones 1-0/+2
2020-07-06mfd: sprd-sc27xx-spi: Fix-up bogus IRQ register offset and mask settingGravatar Lee Jones 1-4/+2
2020-07-06mfd: rave-sp: Fix mistake in 'struct rave_sp_deframer's kerneldocGravatar Lee Jones 1-1/+1
2020-07-06mfd: si476x-cmd: Add missing documentation for si476x_cmd_fm_rds_status()'s a...Gravatar Lee Jones 1-0/+2
2020-07-06mfd: si476x-cmd: Update si476x_cmd_am_rsq_status()'s kerneldocGravatar Lee Jones 1-6/+2
2020-07-06mfd: si476x-i2c: Fix spelling mistake in case() statement's FALLTHROUGH commentGravatar Lee Jones 1-1/+1
2020-07-06mfd: si476x-i2c: Add description for si476x_core_fwver_to_revision()'s arg 'f...Gravatar Lee Jones 1-0/+5
2020-07-06mfd: si476x-cmd: Add missing colon(s) for all documented kerneldoc argumentsGravatar Lee Jones 1-33/+33
2020-07-06mfd: si476x-cmd: Repair wrongly described function argument 's/response/resp'Gravatar Lee Jones 1-3/+3
2020-07-06mfd: tps65010: Remove delcared and set, but never used variable 'status'Gravatar Lee Jones 1-3/+2
2020-07-06mfd: ab3100-otp: Add missing colon(s) for all documented kerneldoc argumentsGravatar Lee Jones 1-10/+10
2020-07-06mfd: tps65217: Repair incorrect function argument name 's/tps65217/tps/'Gravatar Lee Jones 1-2/+2
2020-07-06mfd: tps65218: Repair incorrect function argument name 's/tps65218/tps/'Gravatar Lee Jones 1-2/+2
2020-07-06mfd: cros_ec_dev: Fix cros_feature_to_{name,cells} struct descriptionsGravatar Lee Jones 1-2/+2
2020-07-06mfd: altera-sysmgr: Supply descriptions for 'np' and 'property' function argsGravatar Lee Jones 1-0/+3
2020-07-06mfd: atmel-smc: Add missing colon(s) for 'conf' argumentsGravatar Lee Jones 1-2/+2
2020-07-06mfd: omap-usb-tll: Provide description for 'pdev' argument to .probe()Gravatar Lee Jones 1-0/+2
2020-07-06mfd: omap-usb-host: Provide description for 'pdev' argument to .probe()Gravatar Lee Jones 1-0/+2
2020-07-06mfd: omap-usb-host: Remove invalid use of kerneldoc syntaxGravatar Lee Jones 1-1/+1
2020-07-06mfd: db8500-prcmu: Remove incorrect function header from .probe() functionGravatar Lee Jones 1-4/+0
2020-07-06mfd: db8500-prcmu: Add description for 'reset_reason' in kerneldocGravatar Lee Jones 1-0/+2
2020-07-06mfd: mfd-core: Complete kerneldoc header for devm_mfd_add_devices()Gravatar Lee Jones 1-0/+10
2020-07-06mfd: wm8350-core: Supply description wm8350_reg_{un}lock argsGravatar Lee Jones 1-0/+4
2020-07-06mfd: wm831x-core: Supply description wm831x_reg_{un}lock argsGravatar Lee Jones 1-0/+4
2020-07-06mfd: wm8400-core: Supply description for wm8400_reset_codec_reg_cache's argGravatar Lee Jones 1-0/+2
2020-07-06mfd: tc3589x: Remove invalid use of kerneldoc syntaxGravatar Lee Jones 1-1/+1