aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/twl6030-irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-16mfd: twl6030-irq: Delete an error message for a failed memory allocation in twl6030_init_irq()Markus Elfring1-3/+1
2017-09-04mfd: twl: Move header file out of I2C realmWolfram Sang1-1/+1
2015-08-11mfd: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+1
2015-08-11mfd: Kill off set_irq_flags usageRob Herring1-13/+0
2015-06-22mfd: Constify regmap and irq configuration dataKrzysztof Kozlowski1-1/+1
2014-07-25mfd: twl6030-irq: Extinguish coding style warningsLee Jones1-1/+3
2014-03-19mfd: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-21mfd: twl6030: Fix endianness problem in IRQ handlerDanke Xie1-3/+5
2013-08-20mfd: twl6030-irq: Add interrupt mapping table for the twl6032Oleksandr Dmytryshyn1-1/+47
2013-08-20mfd: twl6030-irq: Create struct twl6030_irqGrygorii Strashko1-42/+59
2013-08-20mfd: twl6030-irq: Convert to use linear irq_domainGrygorii Strashko1-50/+69
2013-08-20mfd: twl6030-irq: Add error check when IRQs are masked initiallyGrygorii Strashko1-4/+9
2013-08-20mfd: twl6030-irq: Migrate to IRQ threaded handlerNaga Venkata Srikanth V1-100/+50
2012-11-21mfd/rtc/gpio: twl: No need to allocate bigger buffer for writePeter Ujfalusi1-2/+2
2012-03-22mfd: Replace twl-* pr_ macros by the dev_ equivalent and do various cleanupsBenoit Cousson1-20/+19
2012-03-22mfd: Move twl-core IRQ allocation into twl[4030|6030]-irq filesBenoit Cousson1-9/+22
2012-03-22mfd: Return twl6030_mmc_card_detect IRQ for board setupBenoit Cousson1-1/+2
2012-03-06mfd: Make twl6030_irq_set_wake staticNishanth Menon1-1/+1
2012-03-06mfd: Clear twl6030 IRQ status register only onceNishanth Menon1-2/+11
2011-11-21freezer: don't unnecessarily set PF_NOFREEZE explicitlyTejun Heo1-2/+0
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: Disable twl6030 IRQ during suspendTodd Poynor1-0/+6
2011-10-24mfd: Fix twl6030 lockdep recursion warning on setting wake IRQsTodd Poynor1-2/+44
2011-10-24mfd: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-10-24mfd: Set twl6030 irq_wake infrastructure upSantosh Shilimkar1-0/+9
2011-10-24mfd: Make sure to request twl6030 IRQ before using the irq_numAxel Lin1-8/+10
2011-05-26mfd: Fix twl6030 irq definitionsGraeme Gregory1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-27mfd: Cleanup irq namespaceThomas Gleixner1-4/+4
2011-03-27mfd: twl6030: Cleanup interrupt handlingThomas Gleixner1-16/+1
2011-01-14mfd: twl6030 irq_data conversion.Lennert Buytenhek1-1/+1
2010-12-10mfd: TWL6030: USBOTG VBUS event generation onHema HK1-1/+8
2010-10-29mfd: Fix twl-irq function declaration warningsG, Manjunath Kondaiah1-0/+2
2010-10-29mfd: Adding twl6030 mmc card detect support for MMC1kishore kadiyala1-0/+73
2009-12-14mfd: Add support for twl6030 irq frameworkBalaji T K1-0/+299