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.12.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
/
88pm860x-core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mfd: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-06-15
1
-1
/
+1
*
mfd: Remove redundant dev_set_drvdata() from I2C drivers
Guiting Shen
2023-06-15
1
-1
/
+0
*
mfd: various: Use of_property_read_bool() for boolean properties
Rob Herring
2023-04-26
1
-2
/
+1
*
mfd: 88pm860x: Remove MODULE_LICENSE in non-modules
Nick Alcock
2023-04-26
1
-1
/
+0
*
mfd: 88pm860x: Remove #ifdef guards for PM related functions
Paul Cercueil
2022-12-07
1
-4
/
+2
*
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-16
1
-2
/
+1
*
mfd: Constify static struct resources
Rikard Falkeborn
2020-11-19
1
-25
/
+25
*
mfd: 88pm860x-core: Convert to i2c_new_dummy_device
Wolfram Sang
2019-08-12
1
-3
/
+3
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
mfd: 88pm860x: Move over to new I2C device .probe() call
Lee Jones
2016-11-17
1
-3
/
+2
*
mfd: 88pm860x-core: Fix commenting and declaration spacing
Lee Jones
2016-01-14
1
-3
/
+6
*
mfd: Use to_i2c_client() instead of open-coding it
Geliang Tang
2016-01-14
1
-2
/
+2
*
mfd: Kill off set_irq_flags usage
Rob Herring
2015-08-11
1
-4
/
+0
*
mfd: Drop owner assignment from i2c_drivers
Krzysztof Kozlowski
2015-08-11
1
-1
/
+0
*
mfd: Constify regmap and irq configuration data
Krzysztof Kozlowski
2015-06-22
1
-1
/
+1
*
mfd: 88pm860x-core: Constify struct regmap_config
Krzysztof Kozlowski
2015-01-22
1
-1
/
+1
*
mfd: 88pm860x-core: Repair formatting issues
Lee Jones
2014-07-09
1
-15
/
+22
*
mfd: 88pm860x: Fix possible NULL pointer dereference on i2c_new_dummy error
Krzysztof Kozlowski
2014-03-19
1
-0
/
+5
*
mfd: 88pm860x: Fix I2C device resource leak on regmap init fail
Krzysztof Kozlowski
2014-03-19
1
-0
/
+1
*
mfd: 88pm860x: Remove redundant of_match_ptr
Sachin Kamat
2013-10-23
1
-1
/
+1
*
mfd: Use dev_get_platdata()
Jingoo Han
2013-07-31
1
-1
/
+1
*
mfd: 88pm860x: Convert to managed resources for allocating memory
Lee Jones
2013-06-13
1
-3
/
+2
*
mfd: 88pm860x: Use devm_regmap_init_i2c()
Sachin Kamat
2013-06-13
1
-2
/
+1
*
mfd: 88pm860x: Drop devm_kfree of devm_kzalloc'd data
Jingoo Han
2013-04-08
1
-9
/
+3
*
mfd: remove use of __devexit
Bill Pemberton
2012-11-28
1
-2
/
+2
*
mfd: remove use of __devinitdata
Bill Pemberton
2012-11-28
1
-34
/
+34
*
mfd: remove use of __devinit
Bill Pemberton
2012-11-28
1
-15
/
+15
*
mfd: remove use of __devexit_p
Bill Pemberton
2012-11-28
1
-1
/
+1
*
Merge tag 'for-v3.7' of git://git.infradead.org/battery-2.6
Linus Torvalds
2012-10-07
1
-1
/
+21
|
\
|
*
Merge with upstream to accommodate with MFD changes
Anton Vorontsov
2012-09-24
1
-11
/
+12
|
|
\
|
|
*
mfd: core: Push irqdomain mapping out into devices
Mark Brown
2012-09-15
1
-10
/
+11
|
*
|
88pm860x_battery and charger: Fix a few post-merge issues
Anton Vorontsov
2012-09-20
1
-2
/
+2
|
*
|
power_supply: Enable battery-charger for 88pm860x
Jett.Zhou
2012-09-20
1
-1
/
+21
|
|
/
*
|
mfd: 88pm860x: Move gpadc init into touch
Haojian Zhuang
2012-10-02
1
-51
/
+0
*
|
mfd: 88pm860x: Device tree support
Haojian Zhuang
2012-10-02
1
-9
/
+53
*
|
mfd: 88pm860x: Use irqdomain
Haojian Zhuang
2012-10-02
1
-27
/
+38
*
|
mfd: 88pm860x: Move initilization code
Haojian Zhuang
2012-09-19
1
-3
/
+159
*
|
mfd: 88pm860x: Avoid to check resource for preg regulator
Haojian Zhuang
2012-09-19
1
-7
/
+1
*
|
mfd: Use IRQF_ONESHOT for 88pm860x
Fengguang Wu
2012-09-19
1
-1
/
+1
*
|
mfd: 88pm860x: Fix section mismatch warning
Haojian Zhuang
2012-09-14
1
-3
/
+3
*
|
mfd: core: Push irqdomain mapping out into devices
Mark Brown
2012-09-14
1
-10
/
+11
*
|
mfd: 88pm860x: Use REG resource in regulator
Haojian Zhuang
2012-09-11
1
-66
/
+199
*
|
mfd: 88pm860x: Use REG in leds resource
Haojian Zhuang
2012-09-11
1
-40
/
+74
*
|
mfd: 88pm860x: Use REG resource for backlight
Haojian Zhuang
2012-09-11
1
-35
/
+43
*
|
mfd: 88pm860x: Convert to IORESOURCE_REG
Mark Brown
2012-09-11
1
-63
/
+29
*
|
mfd: 88pm860x: Move _IO resources out of ioport_ioresource
Mark Brown
2012-09-11
1
-29
/
+63
|
/
*
mfd: Add pre-regulator device for 88pm860x
Jett.Zhou
2012-07-09
1
-0
/
+23
*
mfd: Fix pm8606 build failure
Samuel Ortiz
2012-03-06
1
-0
/
+2
*
mfd: Code cleanup for pm8606 sub-dev initialization
Jett.Zhou
2012-03-06
1
-6
/
+11
*
mfd: Add power control interface for pm8606 chip
Jett.Zhou
2012-03-06
1
-0
/
+95
[next]