summaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)Author
2016-06-29mfd: hi655x-pmic: Add powerkey device to hi655x PMIC driverJohn Stultz
2016-06-29mfd: hi655x-pmic: Rename some interrupt macro namesJohn Stultz
2016-06-29mfd: hi655x-pmic: Fixup issue with un-acked interruptsJohn Stultz
2016-06-29mfd: arizona: Check if AOD interrupts are pending before dispatchingRichard Fitzgerald
2016-06-29mfd: qcom_rpm: Fix offset error for msm8660Linus Walleij
2016-06-29mfd: ti_am335x_tscadc: Rename regmap_tscadc to regmapAndrew F. Davis
2016-06-29mfd: ti_am335x_tscadc: Unify variable naming when referencing ti_tscadc_devAndrew F. Davis
2016-06-29mfd: max77620: Mask/unmask interrupt before/after servicing itLaxman Dewangan
2016-06-29mfd: axp20x: Add axp20x-usb-power-supply for axp22x pmicsHans de Goede
2016-06-29mfd: altr_a10sr: Add Altera Arria10 DevKit System Resource ChipThor Thayer
2016-06-29mfd: tps6507: Fix white space warnings reported by checkpatchBen Copeland
2016-06-29mfd: ti_am335x_tscadc: Use SIMPLE_DEV_PM_OPS helper macroAndrew F. Davis
2016-06-29mfd: ti_am335x_tscadc: Remove use of single line functionsAndrew F. Davis
2016-06-29mfd: ti_am335x_tscadc: Use variable name for sizeof() operatorAndrew F. Davis
2016-06-29mfd: omap-usb-tll: Include omap-usb.hBen Dooks
2016-06-29mfd: axp20x: Add a 500ms delay at the end of axp20x_power_offHans de Goede
2016-06-29mfd: max77620: Constify resources tablesAxel Lin
2016-06-29mfd: si476x-i2c: Fix spelling mistake "comptible" -> "compatible"Colin Ian King
2016-06-29mfd: max8925-i2c: Make it explicitly non-modularPaul Gortmaker
2016-06-29mfd: max8997: Make it explicitly non-modularPaul Gortmaker
2016-06-29mfd: max8998: Make it explicitly non-modularPaul Gortmaker
2016-06-29mfd: max77620: Make it explicitly non-modularPaul Gortmaker
2016-06-29mfd: max77843: Make it explicitly non-modularPaul Gortmaker
2016-06-29mfd: axp20x: Extend axp22x_volatile_rangesHans de Goede
2016-06-29mfd: rn5t618: Register restart handlerStefan Agner
2016-06-29mfd: rn5t618: Register power off callback optionallyStefan Agner
2016-06-29mfd: rn5t618: Add Ricoh RN5T567 PMIC supportStefan Agner
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann
2016-05-20Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-05-18mfd: hi655x: Add MFD driver for hi655xChen Feng
2016-05-18Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-05-09mfd: ab8500-debugfs: Trivial fix of spelling mistake on "between"Colin Ian King
2016-05-09mfd: vexpress: Add !ARCH_USES_GETTIMEOFFSET dependencyArnd Bergmann
2016-05-09mfd: max77620: Add core driver for MAX77620/MAX20024Laxman Dewangan
2016-05-09mfd: omap-usb-tll: Fix scheduling while atomic BUGRoger Quadros
2016-05-09mfd: wm5110: ARIZONA_CLOCK_CONTROL should be volatileRichard Fitzgerald
2016-05-09mfd: axp20x: Add a cell for the ac power_supply part of the axp20x PMICsMichael Haas
2016-05-09mfd: intel_soc_pmic_core: Terminate panel control GPIO lookup table correctlyVille Syrjälä
2016-05-09mfd: wl1273-core: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan
2016-05-09mfd: tps65910: Use devm_mfd_add_devices and devm_regmap_add_irq_chipLaxman Dewangan
2016-05-09mfd: sec: Use devm_mfd_add_devices and devm_regmap_add_irq_chipLaxman Dewangan
2016-05-09mfd: rc5t583: Use devm_mfd_add_devices and devm_request_threaded_irqLaxman Dewangan
2016-05-09mfd: max77686: Use devm_mfd_add_devices and devm_regmap_add_irq_chipLaxman Dewangan
2016-05-09mfd: as3722: Use devm_mfd_add_devices and devm_regmap_add_irq_chipLaxman Dewangan
2016-05-09mfd: twl4030-power: Remove driver path in file commentJavier Martinez Canillas
2016-05-09mfd: smsc-ece1099: Remove unnecessarily remove callbackLaxman Dewangan
2016-05-09mfd: Use IS_ENABLED(CONFIG_FOO) instead of checking FOO || FOO_MODULEJavier Martinez Canillas
2016-05-09mfd: twl6040: Disable and unprepare clk32k in twl6040_power() error pathJavier Martinez Canillas
2016-05-09mfd: twl6040: Check clk_prepare_enable() return value in twl6040_power()Javier Martinez Canillas