aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/tc6393xb.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-19mfd: tc6393xb: Use gpiochip data pointerGravatar Linus Walleij 1-7/+7
2016-01-14mfd: tc6393xb: Be sure to clamp return valueGravatar Linus Walleij 1-2/+2
2015-09-16genirq: Remove irq argument from irq flow handlersGravatar Thomas Gleixner 1-2/+1
2015-08-11mfd: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descGravatar Jiang Liu 1-1/+1
2015-08-11mfd: tc6393xb: Consolidate chained IRQ handler install/removeGravatar Thomas Gleixner 1-4/+3
2015-08-11mfd: Kill off set_irq_flags usageGravatar Rob Herring 1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-11-25mfd: tc6393xb: Prepare/unprepare clocksGravatar Dmitry Eremin-Solenikov 1-5/+5
2014-11-25mfd: tc6393xb: Fail ohci suspend if full state restore is requiredGravatar Dmitry Eremin-Solenikov 1-1/+12
2014-10-20mfd: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverGravatar abdoulaye berthe 1-9/+4
2013-07-31mfd: Use dev_get_platdata()Gravatar Jingoo Han 1-4/+4
2013-06-11mfd: tc6393xb: Remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-1/+0
2012-11-28mfd: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28mfd: remove use of __devinitdataGravatar Bill Pemberton 1-3/+3
2012-11-28mfd: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-28mfd: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-09-15mfd: core: Push irqdomain mapping out into devicesGravatar Mark Brown 1-2/+2
2011-05-26mtd: Use platform_data to retrieve tmio_nand platform bitsGravatar Samuel Ortiz 1-1/+3
2011-05-26fb: Use platform_data to retrieve tmiofb platform bitsGravatar Samuel Ortiz 1-1/+2
2011-05-26mmc: Use device platform_data to retrieve tmio_mmc platform bitsGravatar Samuel Ortiz 1-1/+2
2011-03-27mfd: Fold irq_set_chip/irq_set_handlerGravatar Thomas Gleixner 1-2/+1
2011-03-27mfd: Cleanup irq namespaceGravatar Thomas Gleixner 1-11/+11
2011-03-23fb: Use mfd_data instead of driver_data for tmio-fbGravatar Andres Salomon 1-1/+1
2011-03-23mtd: Use mfd_data instead of driver_data for tmio_nandGravatar Andres Salomon 1-1/+1
2011-03-23mmc: Use mfd_data instead of driver_data for tmio-mmcGravatar Andres Salomon 1-1/+1
2011-03-23mfd: mfd_cell is now implicitly available to tc6393xb driversGravatar Andres Salomon 1-19/+0
2011-01-14mfd: Convert tc6393xb driver to new irq_ APIsGravatar Mark Brown 1-11/+11
2010-10-29mfd: Remove __devinitdata from tc6393xb_mmc_resourcesGravatar Marek Vasut 1-1/+1
2010-08-12mfd: Fix wrong goto labels for tc6393xb error handlingGravatar Axel Lin 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-07mfd: Use resouce_size for tc6393xbGravatar H Hartley Sweeten 1-1/+1
2010-01-18mfd: tmio_mmc hardware abstraction for CNF areaGravatar Ian Molton 1-9/+47
2009-06-17mfd: fix tmio related warningsGravatar Samuel Ortiz 1-1/+1
2009-06-13MFD,mmc: tmio_mmc: make HCLK configurableGravatar Philipp Zabel 1-0/+5
2009-04-05mfd: Storage class should be before const qualifierGravatar Tobias Klauser 1-1/+1
2008-10-19mfd: support tmiofb cell on tc6393xbGravatar Dmitry Baryshkov 1-0/+114
2008-10-19mfd: add OHCI cell to tc6393xbGravatar Dmitry Baryshkov 1-0/+87
2008-10-19mfd: do tcb6393xb state restore on resume only if requestedGravatar Dmitry Baryshkov 1-40/+34
2008-10-19mfd: provide and use setup hook for tc6393xbGravatar Dmitry Baryshkov 1-7/+14
2008-08-10mfd: tc6393 cleanup and updateGravatar Ian Molton 1-63/+93
2008-08-10mfd: Fix tc6393 according to the new tmio.hGravatar Samuel Ortiz 1-3/+0
2008-07-29mfd: accept pure device as a parent, not only platform_deviceGravatar Dmitry Baryshkov 1-2/+2
2008-07-29mfd: add platform_data to mfd_cellGravatar Mike Rapoport 1-0/+4
2008-07-27[ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*Gravatar Dmitry Baryshkov 1-1/+1
2008-07-07[ARM] 5128/1: tc6393xb: tmio-nand supportGravatar Dmitry Baryshkov 1-0/+63
2008-07-07[ARM] 5096/2: Support Toshiba TC6393XB Mobile I/O Controller.Gravatar Dmitry Baryshkov 1-0/+537