aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/htc-i2cpld.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-19gpio: change member .dev to .parentLinus Walleij1-2/+2
2015-10-30mfd: htc-i2cpld: Remove unneded ret variableJavier Martinez Canillas1-2/+1
2015-08-11mfd: Kill off set_irq_flags usageRob Herring1-5/+1
2015-06-22mfd: htc-i2cpld: Pass the IRQF_ONESHOT flagFabio Estevam1-1/+2
2014-10-15Merge tag 'mfd-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-30/+14
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-7/+1
2014-09-26mfd: htc-i2cpld: Rectify pointer offset errorLee Jones1-23/+10
2014-09-26mfd: htc-i2cpld: Use '!variable' instead of 'variable == NULL'Lee Jones1-2/+2
2014-09-26mfd: htc-i2cpld: container_of() cannot return NULLLee Jones1-5/+2
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-7/+1
2014-08-20mfd: htc-i2cpld: Fix %d confusingly prefixed with 0x in format stringHans Wennborg1-1/+1
2014-07-28mfd: htc-i2cpld: Remove unused codeSachin Kamat1-5/+0
2013-07-31mfd: Use dev_get_platdata()Jingoo Han1-5/+5
2013-06-13mfd: htc-i2cpld: Convert to managed resources for allocating memoryLee Jones1-10/+5
2012-11-28mfd: remove use of __devinitBill Pemberton1-6/+6
2011-03-27mfd: Fold irq_set_chip/irq_set_handlerThomas Gleixner1-2/+2
2011-03-27mfd: Cleanup irq namespaceThomas Gleixner1-4/+4
2011-03-27mfd: htc-i2cpld: Cleanup interrupt handlingThomas Gleixner1-18/+7
2011-01-14mfd: Convert HTC I2C CPLD driver to irq_ APIMark Brown1-15/+15
2011-01-14mfd: Staticise internal functions in HTC I2CCPLD driverMark Brown1-5/+5
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: Add HTCPLD driverCory Maccarrone1-0/+710