aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/twl4030-irq.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-28mfd: twl4030: Add missed linux/device.h headerGravatar Andy Shevchenko 1-0/+1
2022-04-28mfd: twl4030: Make twl4030_exit_irq() return voidGravatar Uwe Kleine-König 1-5/+2
2020-07-06mfd: twl4030-irq: Fix cast to restricted __le32 warningGravatar Lee Jones 1-1/+1
2020-07-06mfd: twl4030-irq: Fix incorrect type in assignment warningGravatar Lee Jones 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2017-09-04mfd: twl: Move header file out of I2C realmGravatar Wolfram Sang 1-1/+1
2017-07-06mfd: twl4030-irq: Log an error in twl4030_sih_setup if the module cannot be f...Gravatar Uwe Kleine-König 1-1/+3
2016-05-27remove lots of IS_ERR_VALUE abusesGravatar Arnd Bergmann 1-1/+1
2015-08-11mfd: Kill off set_irq_flags usageGravatar Rob Herring 1-10/+1
2015-06-22mfd: twl4030-irq: Pass the IRQF_ONESHOT flagGravatar Fabio Estevam 1-1/+1
2014-09-26mfd: twl4030-irq: Check return value from twl_i2c_write() - warn() on failureGravatar Lee Jones 1-2/+6
2014-07-25mfd: twl4030-irq: Fix style warnings relating to pr_warn() and sizeof()Gravatar Lee Jones 1-3/+3
2014-03-19mfd: Delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-07-10Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Gravatar Linus Torvalds 1-0/+1
2013-06-25mfd: twl4030-irq: Use irq_get_trigger_type() to get IRQ flagsGravatar Javier Martinez Canillas 1-4/+1
2013-06-18mfd: twl4030: Allow IRQ wake enable to succeed on subchip IRQsGravatar Kevin Hilman 1-0/+1
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Gravatar Linus Torvalds 1-5/+5
2012-11-21mfd: twl4030: Fix chained irq handling on resume from suspendGravatar Kalle Jokiniemi 1-1/+2
2012-11-21mfd: twl4030-irq: Change TWL4030_MODULE_* ids to TWL_MODULE_*Gravatar Peter Ujfalusi 1-2/+2
2012-11-21mfd/rtc/gpio: twl: No need to allocate bigger buffer for writeGravatar Peter Ujfalusi 1-3/+3
2012-05-09mfd: enable wakeup on twl4030 IRQ.Gravatar NeilBrown 1-0/+1
2012-03-22mfd: Replace twl-* pr_ macros by the dev_ equivalent and do various cleanupsGravatar Benoit Cousson 1-11/+8
2012-03-22mfd: Micro-optimization on twl4030 IRQ handlerGravatar Felipe Balbi 1-7/+7
2012-03-22mfd: Make twl4030 SIH SPARSE_IRQ capableGravatar Benoit Cousson 1-17/+6
2012-03-22mfd: Move twl-core IRQ allocation into twl[4030|6030]-irq filesGravatar Benoit Cousson 1-2/+27
2012-03-06mfd: Trivial twl4030 code-style fixesGravatar Felipe Contreras 1-12/+14
2012-01-09mfd: Fix twl4030-irq typoGravatar NeilBrown 1-1/+1
2012-01-09mfd: Set twl4030-irq tertiary interrupts to be nested/threaded.Gravatar NeilBrown 1-0/+1
2011-12-20mfd: Use request_threaded_irq for twl4030-irq instead of irq_set_chained_handlerGravatar NeilBrown 1-5/+8
2011-12-20mfd: Base interrupt for twl4030-irq must be one-shotGravatar NeilBrown 1-2/+3
2011-10-24mfd: Remove IRQF_DISABLED flag from twl4030-irqGravatar Samuel Ortiz 1-2/+2
2011-10-24mfd: Set twl4030-irq irq nested flagGravatar Felipe Balbi 1-5/+6
2011-10-24mfd: Drop twl4030-irq's edge_workGravatar Felipe Balbi 1-72/+52
2011-10-24mfd: Drop twl4030-irq's mask_workGravatar Felipe Balbi 1-48/+34
2011-10-24mfd: Drop the twl4030-irq kthreadGravatar Felipe Balbi 1-73/+21
2011-10-24mfd: Implement bus_lock/bus_sync_unlock twl4030-irq methodsGravatar Felipe Balbi 1-16/+21
2011-10-24mfd: Remove twl4030-irq trailing whitespacesGravatar Felipe Balbi 1-1/+1
2011-03-27mfd: Cleanup irq namespaceGravatar Thomas Gleixner 1-10/+10
2011-03-27mfd: twl4030: Cleanup interrupt handlingGravatar Thomas Gleixner 1-38/+8
2011-01-14mfd: Convert TWL4030 to new irq_ APIsGravatar Mark Brown 1-14/+14
2010-10-29mfd: Fix twl-irq function declaration warningsGravatar G, Manjunath Kondaiah 1-0/+1
2010-10-29mfd: Fix TWL4030 COR bit polarity for BCI SIH blockGravatar Grazvydas Ignotas 1-1/+2
2010-10-08mfd: twl4030: Fix dummy irq chip usageGravatar Thomas Gleixner 1-1/+1
2010-10-04mfd: Rename struct irq_data to struct sih_irq_dataGravatar Thomas Gleixner 1-1/+1
2010-05-28mfd: Rename twl5031 sih modulesGravatar Ilkka Koskinen 1-5/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-31twl4030-irq.c: fix compiler warning due to raw-spinlock conversionGravatar Linus Torvalds 1-2/+2
2009-12-14mfd: Add support for twl6030 irq frameworkGravatar Balaji T K 1-3/+3
2009-12-13mfd: Rename all twl4030_i2c*Gravatar Balaji T K 1-9/+9
2009-12-13mfd: Rename twl4030* driver files to enable re-useGravatar Santosh Shilimkar 1-1/+1