aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/htc-i2cpld.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-26mfd: htc-i2cpld: Convert to use i2c_new_client_device()Gravatar Wolfram Sang 1-3/+3
2019-09-02mfd: htc-i2cpld: Drop check because i2c_unregister_device() is NULL safeGravatar Wolfram Sang 1-2/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Gravatar Thomas Gleixner 1-14/+1
2019-02-01mfd: htc-i2cpld: Make it explicitly non-modularGravatar Paul Gortmaker 1-17/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-1/+3
2018-05-16mfd: htc-i2cpld: Delete error message for a failed memory allocationGravatar Markus Elfring 1-3/+1
2016-04-19mfd: htc-i2cpld: Use gpiochip data pointerGravatar Linus Walleij 1-10/+5
2015-11-19gpio: change member .dev to .parentGravatar Linus Walleij 1-2/+2
2015-10-30mfd: htc-i2cpld: Remove unneded ret variableGravatar Javier Martinez Canillas 1-2/+1
2015-08-11mfd: Kill off set_irq_flags usageGravatar Rob Herring 1-5/+1
2015-06-22mfd: htc-i2cpld: Pass the IRQF_ONESHOT flagGravatar Fabio Estevam 1-1/+2
2014-10-15Merge tag 'mfd-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-30/+14
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-7/+1
2014-09-26mfd: htc-i2cpld: Rectify pointer offset errorGravatar Lee Jones 1-23/+10
2014-09-26mfd: htc-i2cpld: Use '!variable' instead of 'variable == NULL'Gravatar Lee Jones 1-2/+2
2014-09-26mfd: htc-i2cpld: container_of() cannot return NULLGravatar Lee Jones 1-5/+2
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverGravatar abdoulaye berthe 1-7/+1
2014-08-20mfd: htc-i2cpld: Fix %d confusingly prefixed with 0x in format stringGravatar Hans Wennborg 1-1/+1
2014-07-28mfd: htc-i2cpld: Remove unused codeGravatar Sachin Kamat 1-5/+0
2013-07-31mfd: Use dev_get_platdata()Gravatar Jingoo Han 1-5/+5
2013-06-13mfd: htc-i2cpld: Convert to managed resources for allocating memoryGravatar Lee Jones 1-10/+5
2012-11-28mfd: remove use of __devinitGravatar Bill Pemberton 1-6/+6
2011-03-27mfd: Fold irq_set_chip/irq_set_handlerGravatar Thomas Gleixner 1-2/+2
2011-03-27mfd: Cleanup irq namespaceGravatar Thomas Gleixner 1-4/+4
2011-03-27mfd: htc-i2cpld: Cleanup interrupt handlingGravatar Thomas Gleixner 1-18/+7
2011-01-14mfd: Convert HTC I2C CPLD driver to irq_ APIGravatar Mark Brown 1-15/+15
2011-01-14mfd: Staticise internal functions in HTC I2CCPLD driverGravatar Mark Brown 1-5/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-07mfd: Add HTCPLD driverGravatar Cory Maccarrone 1-0/+710