summaryrefslogtreecommitdiff
path: root/include/linux/mfd
AgeCommit message (Expand)AuthorFilesLines
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+4
2017-05-03Merge tag 'regulator-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+4
2017-05-03Merge tag 'mfd-next-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds12-165/+740
2017-05-01Merge tag 'leds_for_4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/j....Linus Torvalds1-0/+3
2017-04-30Merge remote-tracking branches 'regulator/topic/anatop', 'regulator/topic/ari...Mark Brown1-3/+4
2017-04-27mfd: axp20x: Support AXP803 variantIcenowy Zheng1-1/+39
2017-04-27mfd: exynos-lpass: Remove pad retention controlMarek Szyprowski1-3/+0
2017-04-27mfd: Add support for DA9061Steve Twiss2-4/+30
2017-04-27mfd: syscon: atmel-smc: Remove unused helpers/macrosBoris Brezillon1-152/+0
2017-04-27mfd: syscon: atmel-smc: Add new helpers to ease SMC regs manipulationBoris Brezillon1-0/+87
2017-04-27mfd: intel_soc_pmic_bxtwc: Rename header to follow c-fileAndy Shevchenko1-1/+1
2017-04-27mfd: intel_soc_pmic_bxtwc: Move inclusion to c-fileAndy Shevchenko1-2/+0
2017-04-27mfd: axp20x: Correct name of temperature data ADC registersQuentin Schulz1-2/+2
2017-04-27mfd: Add TI LMU driverMilo Kim2-0/+367
2017-04-27mfd: cros_ec: Add ACPI GPE handler for LID0 devicesArchana Patni1-0/+18
2017-04-27Merge branches 'ib-mfd-gpio-4.12', 'ib-mfd-iio-input-4.12', 'ib-mfd-input-4.1...Lee Jones2-0/+192
2017-04-25regulator: arizona-ldo1: Move pdata into a separate structureRichard Fitzgerald1-2/+2
2017-04-25regulator: arizona-micsupp: Move pdata into a separate structureRichard Fitzgerald1-1/+2
2017-04-11mfd: cpcap: Implement IRQ sense helperSebastian Reichel1-0/+2
2017-04-05mfd: cros-ec: Fix host command buffer sizeVic Yang1-1/+2
2017-04-03Merge tag 'v4.11-rc5' into nextDmitry Torokhov10-45/+404
2017-04-03Input: cros_ec_keyb - add an EC event for sysrqRajat Jain1-0/+4
2017-03-28mfd: cpcap: Add missing include dependenciesSebastian Reichel1-0/+3
2017-03-23mfd: mxs-lradc: Add support for mxs-lradcKsenija Stanojevic1-0/+187
2017-03-23mfd: wm831x: Add basic device tree bindingCharles Keepax1-1/+8
2017-02-28Merge tag 'rtc-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds1-0/+1
2017-02-23Merge tag 'mfd-for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-12/+396
2017-02-22Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+73
2017-02-21Merge tag 'mmc-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-4/+2
2017-02-20Merge tag 'for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds1-30/+1
2017-02-13mmc: host: tmio: SDIO_STATUS_QUIRK is rather SDIO_STATUS_SETBITSWolfram Sang1-4/+2
2017-02-13mfd: cpcap: Add minimal supportTony Lindgren1-0/+292
2017-02-13mfd: cros_ec: Send suspend state notification to ECShawn Nematbakhsh1-0/+14
2017-02-13mfd: cros_ec: Prevent data transfer while device is suspendedJoseph Lo1-0/+2
2017-02-13mfd: abx500: Fix spelling mistake: "Celcius" -> "Celsius"Colin Ian King2-3/+3
2017-02-13mfd: axp20x: Add a few missing defines for AXP288 specific registersHans de Goede1-5/+11
2017-02-13mfd: axp20x: Drop wrong AXP288_PMIC_ADC_EN defineHans de Goede1-1/+0
2017-02-13mfd: axp20x: Use IRQF_TRIGGER_LOW on the axp288Hans de Goede1-0/+1
2017-02-13mfd: axp20x: Correct a typo in axp20x_device_remove documentationCorentin Labbe1-1/+1
2017-02-13Merge branches 'ib-mfd-arm-iio-pwm-4.11', 'ib-mfd-input-4.11-1', 'ib-mfd-mtd-...Lee Jones3-31/+75
2017-02-13input: cros_ec_keyb: Add Tablet Mode switchGwendal Grignou1-0/+1
2017-02-08mfd: cros-ec: Update cros_ec_commands.h for buttons and switchesDouglas Anderson1-2/+71
2017-01-28Merge tag 'ib-mfd-iio-pwm-4.11' into testJonathan Cameron1-0/+71
2017-01-28iio: cros_ec: Add cros_ec barometer driverGwendal Grignou1-1/+2
2017-01-23mfd: Add STM32 Timers driverBenjamin Gaignard1-0/+71
2017-01-12power: supply: axp20x_usb_power: fix warning on 64bitMichal Suchanek1-1/+1
2017-01-10rtc: tps65910: Add RTC calibration supportVesa Jääskeläinen1-0/+1
2017-01-04power: supply: axp288_fuel_gauge: Drop platform_data dependencyHans de Goede1-22/+0
2017-01-04power: supply: axp288_charger: Drop platform_data dependencyHans de Goede1-7/+0
2017-01-03mfd: lpc_ich: Add support for SPI serial flash host controllerMika Westerberg1-0/+3