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