aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/ezx-pcap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-nextMark Brown1-1/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
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: ezx-pcap: Consolidate chained IRQ handler install/removeThomas Gleixner1-2/+1
2015-08-11mfd: Kill off set_irq_flags usageRob Herring1-5/+1
2014-07-25mfd: ezx-pcap: Repair coding style errors picked up with checkpatchLee Jones1-2/+1
2013-10-23mfd: ezx-pcap: Drop devm_free_irq of devm_ allocated irqWei Yongjun1-7/+1
2013-07-31mfd: Use dev_get_platdata()Jingoo Han1-3/+3
2013-04-09mfd: ezx-pcap: Use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-2/+2
2013-04-08mfd: ezx-pcap: Use devm_*() functionsJingoo Han1-10/+7
2012-11-28mfd: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devinitBill Pemberton1-2/+2
2012-11-28mfd: remove use of __devexit_pBill Pemberton1-1/+1
2012-08-09ARM: pxa: remove irq_to_gpio from ezx-pcap driverArnd Bergmann1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-27mfd: Cleanup irq namespaceThomas Gleixner1-10/+10
2011-03-27mfd: ezx-pcap: Remvove open coded irq handlingThomas Gleixner1-11/+3
2011-01-14mfd: Convert ezx-pcap to new irq_ methodsLennert Buytenhek1-10/+10
2011-01-14mfd: Update WARN usesJoe Perches1-3/+2
2010-10-29mfd: Fix ezx_pcap_probe error pathAxel Lin1-0/+1
2010-10-29mfd: Fix pcap_add_subdev error pathAxel Lin1-1/+9
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
2009-12-13mfd: ezx-pcap: Don't pass pcap pointer as subdev drvdata.Antonio Ospite1-1/+0
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-0/+1
2009-09-17mfd: register ezx-pcap earlierAntonio Ospite1-1/+1
2009-09-17mfd: add ezx_pcap_setbitsDaniel Ribeiro1-0/+23
2009-09-17mfd: fix pcap irq bottom handlerDaniel Ribeiro1-22/+27
2009-09-17mfd: add set_ts_bits for pcapDaniel Ribeiro1-4/+18
2009-09-17mfd: Introduce irq_to_pcap()Daniel Ribeiro1-4/+5
2009-07-03mfd: fix pcap adc lockingDaniel Ribeiro1-1/+3
2009-06-17mfd: add PCAP driverDaniel Ribeiro1-0/+505