aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/asic3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-17mfd: asic3: enable SD/SDIO cellPhilipp Zabel1-1/+113
2009-06-17mfd: asic3: enable DS1WM cellPhilipp Zabel1-0/+99
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
2008-11-27[ARM] remove memzero()Russell King1-3/+3
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu1-2/+2
2008-09-30mfd: Fix asic3 compilationSamuel Ortiz1-1/+1
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-07-27[ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*Dmitry Baryshkov1-7/+7
2008-07-26asic3: platform_get_irq() may return signed unnoticedRoel Kluin1-3/+5
2008-07-20mfd: let asic3 use mem resource instead of bus_shiftPhilipp Zabel1-6/+5
2008-07-20mfd: fix the asic3 irq demux codePhilipp Zabel1-1/+1
2008-07-20mfd: fix asic3 config array initialisationPhilipp Zabel1-3/+3
2008-07-20mfd: move asic3 probe functions into __init sectionPhilipp Zabel1-6/+5
2008-07-20mfd: Use uppercase only for asic3 macros and definesSamuel Ortiz1-44/+44
2008-07-20mfd: use dev_* macros for asic3 debuggingSamuel Ortiz1-14/+13
2008-07-20mfd: New asic3 gpio configuration codeSamuel Ortiz1-56/+43
2008-07-20mfd: asic3 children platform data removalSamuel Ortiz1-8/+0
2008-07-20mfd: asic3 gpiolib supportSamuel Ortiz1-71/+153
2008-04-30drivers: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-03-30mfd/asic3: ioread/iowrite take pointer, not unsigned longAl Viro1-2/+2
2008-02-07ASIC3 driverSamuel Ortiz1-0/+588