aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/asic3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-28mfd: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-15mfd: core: Push irqdomain mapping out into devicesMark Brown1-3/+3
2012-08-08mfd/asic3: fix asic3_mfd_probe return valueArnd Bergmann1-0/+1
2012-05-01mfd: No need to check for the GPIO offset from asic3_gpio_to_irqSamuel Ortiz1-1/+1
2012-05-01mfd: Avoid unbalanced asic3 irq wakeup enables/disablesPaul Parsons1-0/+16
2012-05-01mfd: Set asic3 DS1WM clock_ratePaul Parsons1-3/+6
2012-05-01mfd: Add PCMCIA/CF support to asic3Paul Parsons1-0/+6
2012-04-16mfd: Fix asic3_gpio_to_irqDmitry Artamonow1-1/+3
2012-03-06mfd: Add to_irq() member to asic3 gpio_chip structurePaul Parsons1-0/+6
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31mfd: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker1-0/+1
2011-10-24mfd: Define asic3 gpio_chip labelPaul Parsons1-0/+1
2011-10-24mfd: Make asic3_clk_enable() a void functionPaul Parsons1-3/+1
2011-10-24mfd: Add asic3 based LED suspend/resume handlersPaul Parsons1-0/+19
2011-10-24mfd: Fix asic3 based SD card resume after suspendPaul Parsons1-0/+2
2011-07-08w1: ds1wm: add a reset recovery parameterJean-François Dagenais1-0/+1
2011-05-26mfd: Fix ASIC3 SD Host Controller Configuration sizePaul Parsons1-1/+2
2011-05-26mfd: Add ASIC3 LED supportPaul Parsons1-6/+68
2011-05-26w1: Use device platform_data to retrieve ds1wm platform bitsSamuel Ortiz1-1/+2
2011-05-26mmc: Use device platform_data to retrieve tmio_mmc platform bitsSamuel Ortiz1-1/+2
2011-05-11mfd: Fix asic3 build errorAxel Lin1-1/+1
2011-03-27mfd: Fold irq_set_chip/irq_set_handlerThomas Gleixner1-2/+1
2011-03-27mfd: Cleanup irq namespaceThomas Gleixner1-11/+11
2011-03-27mfd: asic3: Cleanup irq handlingThomas Gleixner1-11/+6
2011-03-23mmc: Use mfd_data instead of driver_data for tmio-mmcAndres Salomon1-1/+1
2011-03-23w1: Use mfd_data instead of driver_data for dsw1wm.cAndres Salomon1-1/+1
2011-03-23mfd: mfd_cell is now implicitly available to asic3 driversAndres Salomon1-6/+0
2011-03-02mfd: Fix ASIC3 build with GENERIC_HARDIRQS_NO_DEPRECATEDLennert Buytenhek1-2/+2
2011-01-14mfd: Convert ASIC3 to new irq_ APIsMark Brown1-28/+28
2011-01-14mfd: Correct ASIC3 IRQ_OWM resource setupMark Brown1-1/+1
2011-01-14mfd: Staticise unexported symbols in ASIC3Mark Brown1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-18mfd: tmio_mmc hardware abstraction for CNF areaIan Molton1-8/+32
2009-12-13mfd: Move asic3_remove to .devexit.textUwe Kleine-König1-1/+1
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