aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/twl6030-irq.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-01mfd: Use device_get_match_data() in a bunch of driversGravatar Rob Herring 1-5/+5
2022-04-28mfd: twl6030: Make twl6030_exit_irq() return voidGravatar Uwe Kleine-König 1-2/+1
2020-11-27mfd: twl6030: Mark of_device_id table as maybe unusedGravatar Krzysztof Kozlowski 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2018-05-16mfd: twl6030-irq: Delete an error message for a failed memory allocation in t...Gravatar Markus Elfring 1-3/+1
2017-09-04mfd: twl: Move header file out of I2C realmGravatar Wolfram Sang 1-1/+1
2015-08-11mfd: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descGravatar Jiang Liu 1-1/+1
2015-08-11mfd: Kill off set_irq_flags usageGravatar Rob Herring 1-13/+0
2015-06-22mfd: Constify regmap and irq configuration dataGravatar Krzysztof Kozlowski 1-1/+1
2014-07-25mfd: twl6030-irq: Extinguish coding style warningsGravatar Lee Jones 1-1/+3
2014-03-19mfd: Delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2014-01-21mfd: twl6030: Fix endianness problem in IRQ handlerGravatar Danke Xie 1-3/+5
2013-08-20mfd: twl6030-irq: Add interrupt mapping table for the twl6032Gravatar Oleksandr Dmytryshyn 1-1/+47
2013-08-20mfd: twl6030-irq: Create struct twl6030_irqGravatar Grygorii Strashko 1-42/+59
2013-08-20mfd: twl6030-irq: Convert to use linear irq_domainGravatar Grygorii Strashko 1-50/+69
2013-08-20mfd: twl6030-irq: Add error check when IRQs are masked initiallyGravatar Grygorii Strashko 1-4/+9
2013-08-20mfd: twl6030-irq: Migrate to IRQ threaded handlerGravatar Naga Venkata Srikanth V 1-100/+50
2012-11-21mfd/rtc/gpio: twl: No need to allocate bigger buffer for writeGravatar Peter Ujfalusi 1-2/+2
2012-03-22mfd: Replace twl-* pr_ macros by the dev_ equivalent and do various cleanupsGravatar Benoit Cousson 1-20/+19
2012-03-22mfd: Move twl-core IRQ allocation into twl[4030|6030]-irq filesGravatar Benoit Cousson 1-9/+22
2012-03-22mfd: Return twl6030_mmc_card_detect IRQ for board setupGravatar Benoit Cousson 1-1/+2
2012-03-06mfd: Make twl6030_irq_set_wake staticGravatar Nishanth Menon 1-1/+1
2012-03-06mfd: Clear twl6030 IRQ status register only onceGravatar Nishanth Menon 1-2/+11
2011-11-21freezer: don't unnecessarily set PF_NOFREEZE explicitlyGravatar Tejun Heo 1-2/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2011-10-31mfd: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredGravatar Paul Gortmaker 1-0/+1
2011-10-24mfd: Disable twl6030 IRQ during suspendGravatar Todd Poynor 1-0/+6
2011-10-24mfd: Fix twl6030 lockdep recursion warning on setting wake IRQsGravatar Todd Poynor 1-2/+44
2011-10-24mfd: Remove IRQF_DISABLEDGravatar Yong Zhang 1-1/+1
2011-10-24mfd: Set twl6030 irq_wake infrastructure upGravatar Santosh Shilimkar 1-0/+9
2011-10-24mfd: Make sure to request twl6030 IRQ before using the irq_numGravatar Axel Lin 1-8/+10
2011-05-26mfd: Fix twl6030 irq definitionsGravatar Graeme Gregory 1-2/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2011-03-27mfd: Cleanup irq namespaceGravatar Thomas Gleixner 1-4/+4
2011-03-27mfd: twl6030: Cleanup interrupt handlingGravatar Thomas Gleixner 1-16/+1
2011-01-14mfd: twl6030 irq_data conversion.Gravatar Lennert Buytenhek 1-1/+1
2010-12-10mfd: TWL6030: USBOTG VBUS event generation onGravatar Hema HK 1-1/+8
2010-10-29mfd: Fix twl-irq function declaration warningsGravatar G, Manjunath Kondaiah 1-0/+2
2010-10-29mfd: Adding twl6030 mmc card detect support for MMC1Gravatar kishore kadiyala 1-0/+73
2009-12-14mfd: Add support for twl6030 irq frameworkGravatar Balaji T K 1-0/+299