summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds2013-05-0654-1263/+5608
|\
| * mfd: vexpress: Handle pending config transactionsPawel Moll2013-04-261-14/+21
| * mfd: ab8500: Export ab8500_gpadc_sw_hw_convert properlyArnd Bergmann2013-04-261-1/+1
| * mfd: si476x: Fix i2c warningHans Verkuil2013-04-191-1/+1
| * mfd: si476x: Add header files and Kbuild plumbingAndrey Smirnov2013-04-192-0/+17
| * mfd: si476x: Add chip properties handling codeAndrey Smirnov2013-04-191-0/+241
| * mfd: si476x: Add the bulk of the core driverAndrey Smirnov2013-04-191-0/+886
| * mfd: si476x: Add commands abstraction layerAndrey Smirnov2013-04-191-0/+1553
| * mfd: rtsx: Support RTS5249Wei WANG2013-04-194-1/+248
| * mfd: retu: Add Tahvo supportAaro Koskinen2013-04-192-13/+78
| * mfd: ucb1400: Pass ucb1400-gpio data through ac97 busMarek Vasut2013-04-191-0/+5
| * mfd: wm8994: Add some OF propertiesMark Brown2013-04-191-2/+71
| * mfd: wm8994: Add device ID data to WM8994 OF device IDsMark Brown2013-04-191-3/+3
| * mfd: tps65090: Add compatible string for charger subnodeRhyland Klein2013-04-111-0/+1
| * mfd: db8500-prcmu: Support platform dependant device selectionLee Jones2013-04-091-8/+24
| * mfd: syscon: Fix warnings when printing resource_size_tAlexander Shiyan2013-04-091-1/+1
| * mfd: omap-usb-tll: Convert to devm_ioremap_resource()Sachin Kamat2013-04-091-6/+3Star
| * mfd: omap-usb-host: Convert to devm_ioremap_resource()Sachin Kamat2013-04-091-5/+4Star
| * mfd: Kconfig alphabetical re-orderingSamuel Ortiz2013-04-091-677/+680
| * mfd: support stmpe1801 18 bits enhanced port expanderJean-Nicolas Graux2013-04-094-1/+147
| * mfd: stmpe: Use spi_get_drvdata()Jingoo Han2013-04-091-1/+1
| * mfd: arizona: Use spi_get_drvdata()Jingoo Han2013-04-091-1/+1
| * mfd: mc13xxx: Use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-091-3/+3
| * mfd: ezx-pcap: Use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-091-2/+2
| * mfd: da9052: Use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-091-2/+2
| * mfd: wm831x: Use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-091-3/+3
| * mfd: vexpress: Give the "leds-gpio" device a real parentPawel Moll2013-04-091-2/+2
| * mfd: ab8500: sysctrl: Initialize driver at arch_initcallUlf Hansson2013-04-091-1/+1
| * mfd: db8500-prcmu: Return early if the TCPM cannot be locatedLee Jones2013-04-091-19/+21
| * mfd: ab8500-core: Add of_compatilbe property for ab8500-usbFabio Baltieri2013-04-091-0/+1
| * mfd: omap-usb-host: Add device tree support and binding informationRoger Quadros2013-04-091-6/+155
| * mfd: omap-usb-host: Remove PHY reset handling codeRoger Quadros2013-04-091-28/+0Star
| * mfd: wm8994: Don't use system PM operationsMark Brown2013-04-091-3/+4
| * mfd: ab8500-core: Ignore masked out interruptsFabio Baltieri2013-04-091-13/+14
| * mfd: Remove twelve unused Kconfig symbolsPaul Bolle2013-04-091-48/+0Star
| * mfd: da9055: Change irq state to defaultAshish Jangam2013-04-091-1/+1
| * mfd: omap-usb-tll: Add device tree support and binding informationRoger Quadros2013-04-091-0/+10
| * mfd: omap-usb-tll: Move configuration code to omap_tll_init()Roger Quadros2013-04-093-109/+107Star
| * mfd: omap-usb-host: Update nports in platform_dataRoger Quadros2013-04-091-0/+1
| * mfd: da9055: Drop "select PMIC_DA9055"Paul Bolle2013-04-081-1/+0Star
| * mfd: wm5102: Map in additional FLL control registersMark Brown2013-04-081-0/+8
| * mfd: palmas: Initialise client->of_node for dummy created clientLaxman Dewangan2013-04-081-0/+1
| * mfd: tps65090: Add resources for chargerRhyland Klein2013-04-081-0/+10
| * mfd: sta2x11: Build warning fixAlessandro Rubini2013-04-081-11/+0Star
| * mfd: tc3589x: Use devm_*() functionsJingoo Han2013-04-081-15/+6Star
| * mfd: da903x: Use devm_*() functionsJingoo Han2013-04-081-13/+6Star
| * mfd: ezx-pcap: Use devm_*() functionsJingoo Han2013-04-081-10/+7Star
| * mfd: twl6040: Use devm_*() functionsJingoo Han2013-04-081-20/+11Star
| * mfd: aat2870: Use use devm_*() functionsJingoo Han2013-04-081-14/+6Star
| * mfd: omap-usb-host: Use devm_gpio_request_one()Jingoo Han2013-04-081-21/+2Star