summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
AgeCommit message (Expand)AuthorLines
2019-01-29mfd: Fix unmet dependency warning for MFD_TPS68470Sinan Kaya-1/+1
2019-01-15Merge tag 'mfd-next-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-97/+133
2019-01-03mfd: exynos-lpass: Enable UART module supportBeomho Seo-1/+3
2019-01-03mfd: mc13xxx: Fix a missing check of a register-read failureKangjie Lu-1/+3
2019-01-03mfd: madera: Remove spurious semicolon in while loopRichard Fitzgerald-1/+1
2019-01-03mfd: rave-sp: Fix typo in rave_sp_checksum commentYangtao Li-1/+1
2019-01-03mfd: tps65218: Use devm_regmap_add_irq_chip and clean up error path in probe()Keerthy-21/+3
2019-01-03mfd: Use of_node_name_eq() for node name comparisonsRob Herring-7/+7
2019-01-03mfd: cros_ec_dev: Add missing mfd_remove_devices() call in removeEnric Balletbo i Serra-0/+1
2019-01-03mfd: axp20x: Add supported cells for AXP803Oskari Lemmela-0/+14
2019-01-03mfd: axp20x: Re-align MFD cell entriesChen-Yu Tsai-56/+51
2019-01-03mfd: axp20x: Add AC power supply cell for AXP813Oskari Lemmela-0/+5
2019-01-03mfd: wm5110: Add missing ASRC rate registerCharles Keepax-0/+2
2019-01-03mfd: qcom_rpm: write fw_version to CTRL_REGJonathan Marek-0/+4
2019-01-03mfd: tps6586x: Handle interrupts on suspendJonathan Hunter-0/+24
2019-01-03mfd: madera: Add shared data for accessory detectionRichard Fitzgerald-0/+3
2019-01-03mfd: at91-usart: Add platform dependencyJean Delvare-0/+1
2019-01-03mfd: bd9571mwv: Add volatile register to make DVFS workDien Pham-0/+1
2019-01-03mfd: ab8500-core: Return zero in get_register_interruptible()Dan Carpenter-1/+1
2019-01-03mfd: mt6397: Do not call irq_domain_remove if PMIC unsupportedNicolas Boichat-2/+1
2019-01-03mfd: db8500-prcmu: Fix some section annotationsNathan Chancellor-2/+2
2019-01-03mfd: twl-core: Fix section annotations on {,un}protect_pm_masterNathan Chancellor-2/+2
2018-12-13mfd: axp20x: use explicit bit definesOlliver Schinagl-1/+1
2018-12-13mfd: axp20x: Clean up included headersOlliver Schinagl-5/+6
2018-12-11Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown-1/+7
2018-12-05Revert "mfd: cros_ec: Use devm_kzalloc for private data"Enric Balletbo i Serra-1/+7
2018-12-03mfd: ti_am335x_tscadc: Use PLATFORM_DEVID_AUTO while registering mfd cellsVignesh R-2/+3
2018-11-15regulator: wm8994: Pass descriptor instead of GPIO numberLinus Walleij-9/+0
2018-10-31Merge tag 'tag-chrome-platform-for-v4.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-6/+7
2018-10-25Merge tag 'mfd-next-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-425/+396
2018-10-23mfd: cros_ec: Avoid unneeded internal declaration warningNathan Chancellor-0/+1
2018-10-23mfd: ti-lmu: Use of_device_get_match_data() helperPavel Machek-16/+14
2018-10-23mfd: ti-lmu: Use managed resource for everythingPavel Machek-13/+8
2018-10-23mfd: ti-lmu: Switch to GPIODPavel Machek-16/+12
2018-10-23mfd: ti-lmu: constify mfd_cell tablesSebastian Reichel-7/+7
2018-10-23mfd: max8997: Disable interrupt handling for suspend/resume cycleMarek Szyprowski-0/+2
2018-10-23mfd: max8997: Enale irq-wakeup unconditionallyMarek Szyprowski-7/+1
2018-10-23mfd: arizona: Make array mclk_name static, shrinks object sizeColin Ian King-1/+1
2018-10-23mfd: Convert Intel PMIC drivers to use SPDX identifierAndy Shevchenko-51/+10
2018-10-23mfd: Sort headers alphabetically for Intel PMIC driversAndy Shevchenko-9/+12
2018-10-23mfd: intel_soc_pmic_bxtwc: Chain power button IRQs as wellAndy Shevchenko-10/+31
2018-10-23mfd: intel_soc_pmic_crc: Use REGMAP_IRQ_REG() macroAndy Shevchenko-21/+7
2018-10-23mfd: intel_soc_pmic_crc: Use DEFINE_RES_IRQ_NAMED() macroAndy Shevchenko-30/+5
2018-10-23mfd: intel_msic: Use DEFINE_RES_IRQ() macroAndy Shevchenko-34/+10
2018-10-23mfd: motorola-cpcap: Add audio-codec supportSebastian Reichel-1/+50
2018-10-23mfd: mc13xxx-core: Fix PMIC shutdown when reading ADC valuesFabio Estevam-1/+2
2018-10-23mfd: max77620: Convert to using %pOFn instead of device_node.nameRob Herring-1/+1
2018-10-23mfd: madera: Don't use regmap_read_poll_timeout to poll for BOOT_DONERichard Fitzgerald-13/+20
2018-10-23mfd: arizona: Correct calling of runtime_put_syncSapthagiri Baratam-4/+4
2018-10-23mfd: cros_ec: Check for mkbp events on resume only if supported.RaviChandra Sadineni-1/+2