summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-03-19mfd: twl-core: Fix accessibility of some twl4030 audio registersTomas Novotny1-5/+5
2014-03-19mfd: tps65218: Fix reported randconfig errorLee Jones1-0/+1
2014-03-19mfd: syscon: Simplify syscon_match_pdevname()Alexander Shiyan1-7/+0
2014-03-19mfd: pm8921: Fixup probe() error path when irq invalidJosh Cartwright1-2/+1
2014-03-19mfd: da9055: Add DT support for PMICAdam Thomson1-0/+8
2014-03-19mfd: vexpress: Staticize vexpress_config_bridgesSachin Kamat1-1/+1
2014-03-19mfd: as3722: Make FUSE7_REG readableStephen Warren1-0/+1
2014-03-19mfd: pm8921: Use IRQCHIP_SKIP_SET_WAKEStephen Boyd1-7/+1
2014-03-19mfd: pm8921: Drop irq_set_lockdep_class() codeStephen Boyd1-3/+0
2014-03-19mfd: mc13xxx: Add missing spi_setup()Alexander Shiyan1-0/+3
2014-03-19mfd: mc13xxx: Limit maximum SPI speedAlexander Shiyan1-0/+2
2014-03-19mfd: timberdale: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-1/+1
2014-03-19mfd: ucb1x00-core: Use SIMPLE_DEV_PM_OPS macroJingoo Han1-3/+1
2014-03-19mfd: pm8921: Loosen Kconfig dependencyStephen Boyd1-1/+1
2014-03-19mfd: pm8921: Add DT match tableStephen Boyd1-0/+8
2014-03-19mfd: pm8921: Use ssbi regmapStephen Boyd2-28/+39
2014-03-19mfd: pm8921: Migrate to irqdomainsStephen Boyd2-123/+76
2014-03-19mfd: pm8921: Update for genirq changesStephen Boyd2-3/+5
2014-03-19mfd: pm8xxx: Move pm8xxx-irq.c contents into only driver that uses itStephen Boyd4-382/+348
2014-03-19mfd: twl6040: Check for error when reading revision registerFlorian Vaussard1-0/+5
2014-03-19mfd: twl6040: Remove duplicate register writeFlorian Vaussard1-1/+0
2014-03-19mfd: da9052: Add new DA9053 BC chip variantOpensource [Anthony Olech]2-1/+5
2014-03-19mfd: syscon: Move diagnostic messages to dev_dbg()Alexander Shiyan1-1/+1
2014-03-19mfd: kempld: Add support for COMe-mBT10, COMe-cBT6 and COMe-cHL6 to Kontron P...Michael Brunner2-0/+29
2014-03-19gpio: ich: Add support for Intel AvotonVincent Donnefort1-1/+25
2014-03-19gpio: ich: Add output levels cache supportVincent Donnefort1-2/+19
2014-03-19gpio: ich: Add support for multiple register addressesVincent Donnefort1-12/+31
2014-03-19gpio: ich: Add blink capability optionVincent Donnefort1-1/+9
2014-03-19mfd: lpc_ich: Add support for Intel Avoton GPIOsVincent Donnefort1-0/+1
2014-03-19mfd: da9063: Add support for production silicon variant codeOpensource [Steve Twiss]1-11/+14
2014-03-19mfd: wm8400-core: Remove unnecessary gotoSachin Kamat1-17/+5
2014-03-19mfd: Add realtek USB card reader driverRoger Tseng3-0/+771
2014-03-19mfd: stw481x: Check the return value of devm_regmap_init_i2cSachin Kamat1-0/+6
2014-03-19mfd: stw481x: Staticize stw481x_regmap_configSachin Kamat1-1/+1
2014-03-19mfd: max14577: Include missing err.hSachin Kamat1-0/+1
2014-03-19mfd: vexpress-sysreg: Initialize 'site' variableSemen Protsenko1-1/+1
2014-03-19mfd: 88pm800: Fix I2C device resource leak if probe failsKrzysztof Kozlowski1-2/+1
2014-03-19mfd: Trivial: Fix a grammar issues in MFD KconfigLaszlo Papp1-8/+8
2014-03-19mfd: ti_am335x_tscadc: Use devm_ioremap_resource()Jingoo Han1-19/+4
2014-03-19mfd: da9052: Fix volatile register definition ommissionsanthony.olech.opensource@diasemi.com1-0/+3
2014-03-19mfd: max77693: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-1/+11
2014-03-19mfd: 88pm860x: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+5
2014-03-19mfd: 88pm860x: Fix I2C device resource leak on regmap init failKrzysztof Kozlowski1-0/+1
2014-03-19mfd: max8925: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+9
2014-03-19mfd: max8998: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+4
2014-03-19mfd: max77686: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+4
2014-03-19mfd: max8997: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+18
2014-03-19mfd: Delete non-required instances of include <linux/init.h>Paul Gortmaker21-21/+0
2014-03-19mfd: stmpe: Trivial: Remove unnecessary semicolonSachin Kamat1-1/+1
2014-03-19mfd: tps65218: Add driver for the TPS65218 PMICKeerthy3-0/+298