index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mfd
/
htc-i2cpld.c
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-12
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