aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/asic3.c
Commit message (Expand)AuthorAgeFilesLines
* w1: ds1wm: add a reset recovery parameterJean-François Dagenais2011-07-081-0/+1
* mfd: Fix ASIC3 SD Host Controller Configuration sizePaul Parsons2011-05-261-1/+2
* mfd: Add ASIC3 LED supportPaul Parsons2011-05-261-6/+68
* w1: Use device platform_data to retrieve ds1wm platform bitsSamuel Ortiz2011-05-261-1/+2
* mmc: Use device platform_data to retrieve tmio_mmc platform bitsSamuel Ortiz2011-05-261-1/+2
* mfd: Fix asic3 build errorAxel Lin2011-05-111-1/+1
* mfd: Fold irq_set_chip/irq_set_handlerThomas Gleixner2011-03-271-2/+1
* mfd: Cleanup irq namespaceThomas Gleixner2011-03-271-11/+11
* mfd: asic3: Cleanup irq handlingThomas Gleixner2011-03-271-11/+6
* mmc: Use mfd_data instead of driver_data for tmio-mmcAndres Salomon2011-03-231-1/+1
* w1: Use mfd_data instead of driver_data for dsw1wm.cAndres Salomon2011-03-231-1/+1
* mfd: mfd_cell is now implicitly available to asic3 driversAndres Salomon2011-03-231-6/+0
* mfd: Fix ASIC3 build with GENERIC_HARDIRQS_NO_DEPRECATEDLennert Buytenhek2011-03-021-2/+2
* mfd: Convert ASIC3 to new irq_ APIsMark Brown2011-01-141-28/+28
* mfd: Correct ASIC3 IRQ_OWM resource setupMark Brown2011-01-141-1/+1
* mfd: Staticise unexported symbols in ASIC3Mark Brown2011-01-141-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mfd: tmio_mmc hardware abstraction for CNF areaIan Molton2010-01-181-8/+32
* mfd: Move asic3_remove to .devexit.textUwe Kleine-König2009-12-131-1/+1
* mfd: asic3: enable SD/SDIO cellPhilipp Zabel2009-06-171-1/+113
* mfd: asic3: enable DS1WM cellPhilipp Zabel2009-06-171-0/+99
* mfd: asic3: use resource_size macro instead of local variablePhilipp Zabel2009-06-171-4/+2
* mfd: asic3: add clock handling for MFD cellsPhilipp Zabel2009-06-171-0/+80
* mfd: asic3: add asic3_set_register common operationPhilipp Zabel2009-06-171-0/+15
* [ARM] remove memzero()Russell King2008-11-271-3/+3
* generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-161-2/+2
* mfd: Fix asic3 compilationSamuel Ortiz2008-09-301-1/+1
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*Dmitry Baryshkov2008-07-271-7/+7
* asic3: platform_get_irq() may return signed unnoticedRoel Kluin2008-07-261-3/+5
* mfd: let asic3 use mem resource instead of bus_shiftPhilipp Zabel2008-07-201-6/+5
* mfd: fix the asic3 irq demux codePhilipp Zabel2008-07-201-1/+1
* mfd: fix asic3 config array initialisationPhilipp Zabel2008-07-201-3/+3
* mfd: move asic3 probe functions into __init sectionPhilipp Zabel2008-07-201-6/+5
* mfd: Use uppercase only for asic3 macros and definesSamuel Ortiz2008-07-201-44/+44
* mfd: use dev_* macros for asic3 debuggingSamuel Ortiz2008-07-201-14/+13
* mfd: New asic3 gpio configuration codeSamuel Ortiz2008-07-201-56/+43
* mfd: asic3 children platform data removalSamuel Ortiz2008-07-201-8/+0
* mfd: asic3 gpiolib supportSamuel Ortiz2008-07-201-71/+153
* drivers: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-3/+3
* mfd/asic3: ioread/iowrite take pointer, not unsigned longAl Viro2008-03-301-2/+2
* ASIC3 driverSamuel Ortiz2008-02-071-0/+588