aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-17mfd: early init for MFD running regulatorsSamuel Ortiz3-3/+3
2009-06-17mfd: fix tmio related warningsSamuel Ortiz3-3/+3
2009-06-17mfd: asic3: enable SD/SDIO cellPhilipp Zabel1-1/+113
2009-06-17mfd: asic3: enable DS1WM cellPhilipp Zabel2-0/+100
2009-06-17mfd: asic3: use resource_size macro instead of local variablePhilipp Zabel1-4/+2
2009-06-17mfd: asic3: add clock handling for MFD cellsPhilipp Zabel1-0/+80
2009-06-17mfd: asic3: add asic3_set_register common operationPhilipp Zabel1-0/+15
2009-06-17mfd: Fix Kconfig help text for WM8350Mark Brown1-1/+1
2009-06-17mfd: add PCAP driverDaniel Ribeiro3-0/+514
2009-06-17mfd: add U300 AB3100 core supportLinus Walleij3-1/+1007
2009-06-17drivers/mfd: remove obsolete irq_desc_t typedefThomas Gleixner1-1/+1
2009-06-17mfd/pcf50633-gpio.c: add MODULE_LICENSEAdrian Bunk1-0/+3
2009-06-17mfd: Mark WM8350 mask revision as readable to match siliconMark Brown1-1/+1
2009-06-17mfd: Mark clocks_init as non-init in twl4030-core.cRakib Mullick1-1/+1
2009-06-17mfd: Correct readability of WM8350 register 227Mark Brown1-1/+1
2009-06-15mfd: remove driver_data direct access of struct deviceGreg Kroah-Hartman3-4/+4
2009-06-13MFD,mmc: tmio_mmc: make HCLK configurablePhilipp Zabel3-0/+15
2009-05-19mfd: pcf50633: fix unsafe disable_irq()Nelson Castillo1-1/+1
2009-05-19mfd: Keep a cache of WM8350 volatile valuesMark Brown1-8/+0
2009-04-05mfd: fix da903x warningSamuel Ortiz1-1/+1
2009-04-05mfd: Use the value of the final spin when reading the AUXADCMark Brown1-1/+1
2009-04-05mfd: Storage class should be before const qualifierTobias Klauser3-4/+4
2009-04-05mfd: PASIC3: supply clock_rate to DS1WM via driver_dataPhilipp Zabel1-9/+13
2009-04-05mfd: convert PASIC3 to use MFD corePhilipp Zabel2-98/+62
2009-04-05mfd: Support active high IRQs on WM835xMark Brown1-1/+15
2009-04-05mfd: Use bulk read to fill WM8350 register cacheMark Brown1-9/+12
2009-04-05mfd: remove duplicated #include from pcf50633Huang Weiyi1-1/+0
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-03-31twl4030-regulator: expose VPLL2David Brownell1-2/+0
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante1-1/+1
2009-03-24mfd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-2/+2
2009-03-12mfd: add support for WM8351 revision BMark Brown1-0/+5
2009-02-17mfd: Fix sm501_register_gpio section mismatchRakib Mullick1-1/+1
2009-02-17mfd: fix sm501 section mismatchesAlexey Dobriyan1-12/+12
2009-02-17mfd: terminate pcf50633 i2c_device_id listJean Delvare1-0/+1
2009-02-17mfd: Ensure all WM8350 IRQs are masked at startupMark Brown1-0/+7
2009-02-17mfd: fix htc-egpio iomem resource handling using resource_sizePhilipp Zabel1-1/+1
2009-02-17mfd: Fix TWL4030 build on some ARM variantsMark Brown1-1/+1
2009-02-17mfd: wm8350 tries reaches -1Roel Kluin1-1/+1
2009-02-17mfd: Mark WM835x USB_SLV_500MA bit as accessibleMark Brown1-1/+1
2009-02-17mfd: Improve diagnostics for WM8350 ID register probeMark Brown1-4/+19
2009-02-17mfd: Initialise WM8350 interrupts earlierMark Brown1-9/+9
2009-02-17mfd: Fix egpio kzalloc return testJulia Lawall1-1/+1
2009-01-15mfd: Remove non exported references from pcf50633Balaji Rao1-1/+0
2009-01-13Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-4/+4
2009-01-13TWL4030: fix clk API usageRussell King1-4/+4
2009-01-11mfd: Fix twl4030-core buildSamuel Ortiz1-0/+3
2009-01-11mfd: Ensure sm501 GPIO pin mode is GPIO when configuredBen Dooks1-2/+28
2009-01-11mfd: dm355 evm MMC/SD card detectionDavid Brownell1-0/+10
2009-01-11mfd: PCF50633 gpio supportBalaji Rao3-1/+127