aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/t7l66xb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-14mfd: Use dev_get_drvdata() directlyKefeng Wang1-8/+4
2017-09-05mfd: t7l66xb: Handle return value of clk_prepare_enableArvind Yadav1-3/+14
2017-04-27mfd: t7l66xb: Make use of raw_spinlock variantsJulia Cartwright1-10/+10
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-08-11mfd: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+1
2015-08-11mfd: t7l66xb: Consolidate chained IRQ handler install/removeThomas Gleixner1-4/+2
2015-08-11mfd: Kill off set_irq_flags usageRob Herring1-6/+0
2015-08-11mfd: t7l66xb: Remove unnecessary pdata checkManinder Singh1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-25mfd: t7l66xb: prepare/unprepare clocksDmitry Eremin-Solenikov1-7/+7
2014-10-20mfd: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-07-31mfd: Use dev_get_platdata()Jingoo Han1-4/+4
2013-06-11mfd: t7l66xb: Remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2012-09-15mfd: core: Push irqdomain mapping out into devicesMark Brown1-1/+1
2012-01-09mfd: Convert MFD drivers to use module_platform_driverMark Brown1-15/+1
2011-05-26mtd: Use platform_data to retrieve tmio_nand platform bitsSamuel Ortiz1-1/+2
2011-05-26mmc: Use device platform_data to retrieve tmio_mmc platform bitsSamuel Ortiz1-1/+2
2011-03-27mfd: Fold irq_set_chip/irq_set_handlerThomas Gleixner1-2/+1
2011-03-27mfd: Cleanup irq namespaceThomas Gleixner1-11/+11
2011-03-23mtd: Use mfd_data instead of driver_data for tmio_nandAndres Salomon1-1/+1
2011-03-23mmc: Use mfd_data instead of driver_data for tmio-mmcAndres Salomon1-1/+1
2011-03-23mfd: mfd_cell is now implicitly available to t7166xb driversAndres Salomon1-9/+0
2011-01-14mfd: Convert t7166xb driver to new irq_ APIMark Brown1-10/+10
2010-08-12mfd: Properly free t7l66xb clk32k clock sourceAxel Lin1-1/+2
2010-05-28mfd: Check t7l66 platform_data pointerSamuel Ortiz1-0/+3
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-03-07mfd: Correct use after free for t7l66xbJulia Lawall1-1/+1
2010-03-07mfd: Use resource_size() for t7l66xbH Hartley Sweeten1-1/+1
2010-01-18mfd: tmio_mmc hardware abstraction for CNF areaIan Molton1-18/+37
2009-06-17mfd: fix tmio related warningsSamuel Ortiz1-1/+1
2009-06-13MFD,mmc: tmio_mmc: make HCLK configurablePhilipp Zabel1-0/+5
2009-04-05mfd: Storage class should be before const qualifierTobias Klauser1-2/+2
2008-10-19mfd: update TMIO drivers to use the clock APIIan Molton1-8/+32
2008-08-10mfd: t7l66 MMC platform dataIan Molton1-0/+5
2008-08-10mfd: Fix 7l66 and 6387 according to the new mfd-core APISamuel Ortiz1-3/+8
2008-08-10mfd: driver for the T7L66XB TMIO SoCIan Molton1-0/+409