summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/tc6393xb.c
AgeCommit message (Expand)AuthorLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-05-14mfd: Use dev_get_drvdata() directlyKefeng Wang-15/+8
2017-07-06mfd: tc6393xb: Handle return value of clk_prepare_enableArvind Yadav-1/+3
2017-04-27mfd: tc6393xb: Make use of raw_spinlock variantsJulia Cartwright-26/+26
2016-04-19mfd: tc6393xb: Use gpiochip data pointerLinus Walleij-7/+7
2016-01-14mfd: tc6393xb: Be sure to clamp return valueLinus Walleij-2/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner-2/+1
2015-08-11mfd: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu-1/+1
2015-08-11mfd: tc6393xb: Consolidate chained IRQ handler install/removeThomas Gleixner-4/+3
2015-08-11mfd: Kill off set_irq_flags usageRob Herring-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-11-25mfd: tc6393xb: Prepare/unprepare clocksDmitry Eremin-Solenikov-5/+5
2014-11-25mfd: tc6393xb: Fail ohci suspend if full state restore is requiredDmitry Eremin-Solenikov-1/+12
2014-10-20mfd: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe-9/+4
2013-07-31mfd: Use dev_get_platdata()Jingoo Han-4/+4
2013-06-11mfd: tc6393xb: Remove unnecessary platform_set_drvdata()Jingoo Han-1/+0
2012-11-28mfd: remove use of __devexitBill Pemberton-1/+1
2012-11-28mfd: remove use of __devinitdataBill Pemberton-3/+3
2012-11-28mfd: remove use of __devinitBill Pemberton-1/+1
2012-11-28mfd: remove use of __devexit_pBill Pemberton-1/+1
2012-09-15mfd: core: Push irqdomain mapping out into devicesMark Brown-2/+2
2011-05-26mtd: Use platform_data to retrieve tmio_nand platform bitsSamuel Ortiz-1/+3
2011-05-26fb: Use platform_data to retrieve tmiofb platform bitsSamuel Ortiz-1/+2
2011-05-26mmc: Use device platform_data to retrieve tmio_mmc platform bitsSamuel Ortiz-1/+2
2011-03-27mfd: Fold irq_set_chip/irq_set_handlerThomas Gleixner-2/+1
2011-03-27mfd: Cleanup irq namespaceThomas Gleixner-11/+11
2011-03-23fb: Use mfd_data instead of driver_data for tmio-fbAndres Salomon-1/+1
2011-03-23mtd: Use mfd_data instead of driver_data for tmio_nandAndres Salomon-1/+1
2011-03-23mmc: Use mfd_data instead of driver_data for tmio-mmcAndres Salomon-1/+1
2011-03-23mfd: mfd_cell is now implicitly available to tc6393xb driversAndres Salomon-19/+0
2011-01-14mfd: Convert tc6393xb driver to new irq_ APIsMark Brown-11/+11
2010-10-29mfd: Remove __devinitdata from tc6393xb_mmc_resourcesMarek Vasut-1/+1
2010-08-12mfd: Fix wrong goto labels for tc6393xb error handlingAxel Lin-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-07mfd: Use resouce_size for tc6393xbH Hartley Sweeten-1/+1
2010-01-18mfd: tmio_mmc hardware abstraction for CNF areaIan Molton-9/+47
2009-06-17mfd: fix tmio related warningsSamuel Ortiz-1/+1
2009-06-13MFD,mmc: tmio_mmc: make HCLK configurablePhilipp Zabel-0/+5
2009-04-05mfd: Storage class should be before const qualifierTobias Klauser-1/+1
2008-10-19mfd: support tmiofb cell on tc6393xbDmitry Baryshkov-0/+114
2008-10-19mfd: add OHCI cell to tc6393xbDmitry Baryshkov-0/+87
2008-10-19mfd: do tcb6393xb state restore on resume only if requestedDmitry Baryshkov-40/+34
2008-10-19mfd: provide and use setup hook for tc6393xbDmitry Baryshkov-7/+14
2008-08-10mfd: tc6393 cleanup and updateIan Molton-63/+93
2008-08-10mfd: Fix tc6393 according to the new tmio.hSamuel Ortiz-3/+0
2008-07-29mfd: accept pure device as a parent, not only platform_deviceDmitry Baryshkov-2/+2
2008-07-29mfd: add platform_data to mfd_cellMike Rapoport-0/+4
2008-07-27[ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*Dmitry Baryshkov-1/+1
2008-07-07[ARM] 5128/1: tc6393xb: tmio-nand supportDmitry Baryshkov-0/+63