| Commit message (Expand) | Author | Age | Files | Lines |
* | mfd: Remove htc-i2cpld driver | Arnd Bergmann | 2022-12-07 | 1 | -627/+0 |
* | mfd: htc-i2cpld: Fix an IS_ERR() vs NULL bug in htcpld_core_probe() | Peng Wu | 2022-09-28 | 1 | -3/+6 |
* | mfd/omap1: htc-i2cpld: Convert to a pure GPIO driver | Linus Walleij | 2022-09-28 | 1 | -33/+26 |
* | mfd: Move from strlcpy with unused retval to strscpy | Wolfram Sang | 2022-09-28 | 1 | -1/+1 |
* | mfd: htc-i2cpld: Add the missed i2c_put_adapter() in htcpld_register_chip_i2c() | Jing Xiangfeng | 2020-11-19 | 1 | -0/+2 |
* | mfd: htc-i2cpld: Convert to use i2c_new_client_device() | Wolfram Sang | 2020-05-26 | 1 | -3/+3 |
* | mfd: htc-i2cpld: Drop check because i2c_unregister_device() is NULL safe | Wolfram Sang | 2019-09-02 | 1 | -2/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 2019-05-24 | 1 | -14/+1 |
* | mfd: htc-i2cpld: Make it explicitly non-modular | Paul Gortmaker | 2019-02-01 | 1 | -17/+1 |
* | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 2018-06-13 | 1 | -1/+3 |
* | mfd: htc-i2cpld: Delete error message for a failed memory allocation | Markus Elfring | 2018-05-16 | 1 | -3/+1 |
* | mfd: htc-i2cpld: Use gpiochip data pointer | Linus Walleij | 2016-04-19 | 1 | -10/+5 |
* | gpio: change member .dev to .parent | Linus Walleij | 2015-11-19 | 1 | -2/+2 |
* | mfd: htc-i2cpld: Remove unneded ret variable | Javier Martinez Canillas | 2015-10-30 | 1 | -2/+1 |
* | mfd: Kill off set_irq_flags usage | Rob Herring | 2015-08-11 | 1 | -5/+1 |
* | mfd: htc-i2cpld: Pass the IRQF_ONESHOT flag | Fabio Estevam | 2015-06-22 | 1 | -1/+2 |
* | Merge tag 'mfd-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-10-15 | 1 | -30/+14 |
|\ |
|
| * | mfd: htc-i2cpld: Rectify pointer offset error | Lee Jones | 2014-09-26 | 1 | -23/+10 |
| * | mfd: htc-i2cpld: Use '!variable' instead of 'variable == NULL' | Lee Jones | 2014-09-26 | 1 | -2/+2 |
| * | mfd: htc-i2cpld: container_of() cannot return NULL | Lee Jones | 2014-09-26 | 1 | -5/+2 |
* | | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2014-10-09 | 1 | -7/+1 |
|\ \ |
|
| * | | driver:gpio remove all usage of gpio_remove retval in driver | abdoulaye berthe | 2014-09-18 | 1 | -7/+1 |
| |/ |
|
* / | mfd: htc-i2cpld: Fix %d confusingly prefixed with 0x in format string | Hans Wennborg | 2014-08-20 | 1 | -1/+1 |
|/ |
|
* | mfd: htc-i2cpld: Remove unused code | Sachin Kamat | 2014-07-28 | 1 | -5/+0 |
* | mfd: Use dev_get_platdata() | Jingoo Han | 2013-07-31 | 1 | -5/+5 |
* | mfd: htc-i2cpld: Convert to managed resources for allocating memory | Lee Jones | 2013-06-13 | 1 | -10/+5 |
* | mfd: remove use of __devinit | Bill Pemberton | 2012-11-28 | 1 | -6/+6 |
* | mfd: Fold irq_set_chip/irq_set_handler | Thomas Gleixner | 2011-03-27 | 1 | -2/+2 |
* | mfd: Cleanup irq namespace | Thomas Gleixner | 2011-03-27 | 1 | -4/+4 |
* | mfd: htc-i2cpld: Cleanup interrupt handling | Thomas Gleixner | 2011-03-27 | 1 | -18/+7 |
* | mfd: Convert HTC I2C CPLD driver to irq_ API | Mark Brown | 2011-01-14 | 1 | -15/+15 |
* | mfd: Staticise internal functions in HTC I2CCPLD driver | Mark Brown | 2011-01-14 | 1 | -5/+5 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | mfd: Add HTCPLD driver | Cory Maccarrone | 2010-03-07 | 1 | -0/+710 |