summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.0.4' into dev-5.0Joel Stanley2019-03-251-0/+3
|\
| * mfd: sm501: Fix potential NULL pointer dereferenceGustavo A. R. Silva2019-03-231-0/+3
* | mfd: intel-peci-client: Add PECI client MFD driverJae Hyun Yoo2019-03-203-0/+165
|/
* mfd: Fix unmet dependency warning for MFD_TPS68470Sinan Kaya2019-01-291-1/+1
* Merge tag 'mfd-next-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2019-01-1519-97/+133
|\
| * mfd: exynos-lpass: Enable UART module supportBeomho Seo2019-01-031-1/+3
| * mfd: mc13xxx: Fix a missing check of a register-read failureKangjie Lu2019-01-031-1/+3
| * mfd: madera: Remove spurious semicolon in while loopRichard Fitzgerald2019-01-031-1/+1
| * mfd: rave-sp: Fix typo in rave_sp_checksum commentYangtao Li2019-01-031-1/+1
| * mfd: tps65218: Use devm_regmap_add_irq_chip and clean up error path in probe()Keerthy2019-01-031-21/+3
| * mfd: Use of_node_name_eq() for node name comparisonsRob Herring2019-01-032-7/+7
| * mfd: cros_ec_dev: Add missing mfd_remove_devices() call in removeEnric Balletbo i Serra2019-01-031-0/+1
| * mfd: axp20x: Add supported cells for AXP803Oskari Lemmela2019-01-031-0/+14
| * mfd: axp20x: Re-align MFD cell entriesChen-Yu Tsai2019-01-031-56/+51
| * mfd: axp20x: Add AC power supply cell for AXP813Oskari Lemmela2019-01-031-0/+5
| * mfd: wm5110: Add missing ASRC rate registerCharles Keepax2019-01-031-0/+2
| * mfd: qcom_rpm: write fw_version to CTRL_REGJonathan Marek2019-01-031-0/+4
| * mfd: tps6586x: Handle interrupts on suspendJonathan Hunter2019-01-031-0/+24
| * mfd: madera: Add shared data for accessory detectionRichard Fitzgerald2019-01-031-0/+3
| * mfd: at91-usart: Add platform dependencyJean Delvare2019-01-031-0/+1
| * mfd: bd9571mwv: Add volatile register to make DVFS workDien Pham2019-01-031-0/+1
| * mfd: ab8500-core: Return zero in get_register_interruptible()Dan Carpenter2019-01-031-1/+1
| * mfd: mt6397: Do not call irq_domain_remove if PMIC unsupportedNicolas Boichat2019-01-031-2/+1
| * mfd: db8500-prcmu: Fix some section annotationsNathan Chancellor2019-01-031-2/+2
| * mfd: twl-core: Fix section annotations on {,un}protect_pm_masterNathan Chancellor2019-01-031-2/+2
| * mfd: ti_am335x_tscadc: Use PLATFORM_DEVID_AUTO while registering mfd cellsVignesh R2018-12-031-2/+3
* | mfd: axp20x: use explicit bit definesOlliver Schinagl2018-12-131-1/+1
* | mfd: axp20x: Clean up included headersOlliver Schinagl2018-12-131-5/+6
* | Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2018-12-111-1/+7
|\ \
| * | Revert "mfd: cros_ec: Use devm_kzalloc for private data"Enric Balletbo i Serra2018-12-051-1/+7
| |/
* | regulator: wm8994: Pass descriptor instead of GPIO numberLinus Walleij2018-11-151-9/+0
|/
* Merge tag 'tag-chrome-platform-for-v4.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2018-10-311-6/+7
|\
| * Merge remote-tracking branch 'origin/ib-chrome-platform-mfd-move-cros_ec_lpc'...Benson Leung2018-10-091-6/+7
| |\
| | * mfd: cros_ec: Fix and improve kerneldoc comments.Enric Balletbo i Serra2018-09-071-6/+7
* | | Merge tag 'mfd-next-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-10-2531-425/+396
|\ \ \
| * | | mfd: cros_ec: Avoid unneeded internal declaration warningNathan Chancellor2018-10-231-0/+1
| * | | mfd: ti-lmu: Use of_device_get_match_data() helperPavel Machek2018-10-231-16/+14
| * | | mfd: ti-lmu: Use managed resource for everythingPavel Machek2018-10-231-13/+8
| * | | mfd: ti-lmu: Switch to GPIODPavel Machek2018-10-231-16/+12
| * | | mfd: ti-lmu: constify mfd_cell tablesSebastian Reichel2018-10-231-7/+7
| * | | mfd: max8997: Disable interrupt handling for suspend/resume cycleMarek Szyprowski2018-10-231-0/+2
| * | | mfd: max8997: Enale irq-wakeup unconditionallyMarek Szyprowski2018-10-231-7/+1
| * | | mfd: arizona: Make array mclk_name static, shrinks object sizeColin Ian King2018-10-231-1/+1
| * | | mfd: Convert Intel PMIC drivers to use SPDX identifierAndy Shevchenko2018-10-237-51/+10
| * | | mfd: Sort headers alphabetically for Intel PMIC driversAndy Shevchenko2018-10-233-9/+12
| * | | mfd: intel_soc_pmic_bxtwc: Chain power button IRQs as wellAndy Shevchenko2018-10-231-10/+31
| * | | mfd: intel_soc_pmic_crc: Use REGMAP_IRQ_REG() macroAndy Shevchenko2018-10-231-21/+7
| * | | mfd: intel_soc_pmic_crc: Use DEFINE_RES_IRQ_NAMED() macroAndy Shevchenko2018-10-231-30/+5
| * | | mfd: intel_msic: Use DEFINE_RES_IRQ() macroAndy Shevchenko2018-10-231-34/+10
| * | | mfd: motorola-cpcap: Add audio-codec supportSebastian Reichel2018-10-231-1/+50
OpenPOWER on IntegriCloud