summaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2014-10-15mfd: sec-core: Postpone handling of IRQ until I2C bus is enabled.Jonghwa Lee1-0/+5
2014-10-07mfd: max77686: Add registration of max77686-clk for control 32khz clock outputsInha Song1-0/+1
2014-10-08mfd: max14577: Add compatible string to max77836 charger's mfd cell.Jonghwa Lee1-1/+3
2014-08-08mfd: max14577: Add max14577/max77836 MFD driver to support muic/charger deviceChanwoo Choi3-0/+465
2014-08-08mfd: sec-core: Add support for S2MPS14Krzysztof Kozlowski2-49/+418
2014-08-08mfd: max77686: check the interrupt is specified or notHyungwon Hwang1-0/+6
2014-08-08upstream: treewide: Fix typo in KconfigMasanari Iida1-2/+2
2014-08-08mfd: max77686: Add suspend/resume callback function for alarm wake-up.Jonghwa Lee1-0/+38
2014-08-08mfd: max77693: Fix mapping IRQ during mask/unmaskKrzysztof Kozlowski1-1/+2
2014-08-08mfd: max77693: Add max77693-pmuic compatibleLukasz Czerwinski1-1/+1
2014-08-08mfd: max77686: Enable register cacheTomasz Figa1-0/+19
2014-08-08mfd: max8998: Add support for Device TreeTomasz Figa1-2/+65
2014-08-08mfd: max8998: Add irq domain supportTomasz Figa2-25/+41
2014-08-08mfd: max77686: Fix NULL pointer error of max77686 platform data.Jonghwa Lee1-1/+2
2014-08-08mfd: max77693: Support device tree in max77693 mfd driver.Jonghwa Lee1-0/+34
2014-08-08mfd: wm8994-irq: Enable initialization with NULL platform_dataSylwester Nawrocki1-2/+4
2014-05-06mfd: tps65910: Fix possible invalid pointer dereference on regmap_add_irq_chi...Krzysztof Kozlowski1-1/+3
2014-05-06mfd: max8997: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+18
2014-05-06mfd: max8998: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+4
2014-05-06mfd: max8925: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+9
2014-05-06mfd: max77693: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-1/+11
2014-05-06mfd: max77686: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+4
2014-05-06mfd: 88pm860x: Fix I2C device resource leak on regmap init failKrzysztof Kozlowski1-0/+1
2014-05-06mfd: 88pm860x: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+5
2014-05-06mfd: sec-core: Fix possible NULL pointer dereference when i2c_new_dummy errorKrzysztof Kozlowski1-0/+4
2014-02-13mfd: lpc_ich: iTCO_wdt patch for Intel Coleto Creek DeviceIDsSeth Heasley1-0/+7
2014-02-13mfd: lpc_ich: Add support for Intel Avoton SoCJames Ralston1-0/+10
2014-02-06mfd: max77686: Fix regmap resource leak on driver removeKrzysztof Kozlowski1-1/+1
2014-01-15mfd: rtsx_pcr: Disable interrupts before cancelling delayed worksThomas Gleixner1-2/+8
2013-06-24mfd: tps6586x: correct device name of the regulator cellMarc Dietrich1-1/+1
2013-05-22Merge tag 'mfd-fixes-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-94/+134
2013-05-21mfd: ab8500-sysctrl: Let sysctrl driver work without pdataFabio Baltieri1-3/+2
2013-05-18drivers/mfd: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-17mfd: db8500-prcmu: Update stored DSI PLL divider valueUlf Hansson1-0/+2
2013-05-17mfd: ab8500-sysctrl: Always enable pm_power_off handlerFabio Baltieri1-1/+5
2013-05-17mfd: ab8500-core: Pass GPADC compatible string to MFD coreLee Jones1-0/+3
2013-05-17mfd: db8500-prcmu: Supply the pdata_size attribute for db8500-thermalLee Jones1-0/+1
2013-05-17mfd: ab8500-core: Use the correct driver name when enabling gpio/pinctrlLee Jones1-3/+3
2013-05-17mfd: ab8500: Pass AB8500 IRQ to debugfs code by resourceLinus Walleij2-4/+27
2013-05-17mfd: ab8500-gpadc: Suppress 'ignoring regulator_enable() return value' warningLee Jones1-2/+5
2013-05-17mfd: ab8500-sysctrl: Set sysctrl_dev during probeFabio Baltieri1-0/+2
2013-05-17mfd: ab8500-sysctrl: Fix sparse warningFabio Baltieri1-1/+1
2013-05-17mfd: abx500-core: Fix sparse warningFabio Baltieri1-1/+1
2013-05-17mfd: ab8500: Debugfs code depends on gpadcArnd Bergmann1-1/+1
2013-05-16mfd: si476x: Use get_unaligned_be16() for unaligned be16 loadsGeert Uytterhoeven1-13/+15
2013-05-16mfd: cros_ec_spi: Use %z to format pointer differencesGeert Uytterhoeven1-3/+3
2013-05-16mfd: si476x: Do not use binary constantsGeert Uytterhoeven1-61/+61
2013-05-16mfd: tps65912: Select MFD_COREDavid Rientjes1-0/+1
2013-05-05Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds54-1263/+5608
2013-05-03Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds1-0/+10