index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mfd
/
max8998.c
Age
Commit message (
Expand
)
Author
2019-08-12
mfd: max8998: Convert to i2c_new_dummy_device
Wolfram Sang
2018-10-23
mfd: maxim: Add SPDX license identifiers
Krzysztof Kozlowski
2017-09-05
mfd: max8998: Fix potential NULL pointer dereference
Christophe JAILLET
2016-06-29
mfd: max8998: Make it explicitly non-modular
Paul Gortmaker
2016-01-14
mfd: Use to_i2c_client() instead of open-coding it
Geliang Tang
2015-08-11
mfd: Drop owner assignment from i2c_drivers
Krzysztof Kozlowski
2014-06-03
mfd: max8998: Make of_device_id array const
Krzysztof Kozlowski
2014-03-19
mfd: max8998: Fix possible NULL pointer dereference on i2c_new_dummy error
Krzysztof Kozlowski
2014-02-19
mfd: max8998: Naturalise cross-architecture discrepancies
Lee Jones
2014-01-23
drivers/mfd/max8998.c: fix pointer-integer size mismatch warning in max8998_i...
David Howells
2014-01-06
mfd: maxim: Constify struct mfd_cell where possible
Geert Uytterhoeven
2013-08-20
mfd: max8998: Use devm_*() functions
Jingoo Han
2013-07-31
mfd: Use dev_get_platdata()
Jingoo Han
2013-06-30
mfd: max8998: Add support for Device Tree
Tomasz Figa
2012-09-15
mfd: core: Push irqdomain mapping out into devices
Mark Brown
2012-01-09
mfd: Use standard device wakeup for handling max8998 wakeup device
Jonghwan Choi
2011-07-08
power_supply: Add charger driver for MAX8998/LP3974
Donggeun Kim
2011-03-27
mfd: Cleanup irq namespace
Thomas Gleixner
2011-03-23
mfd: Staticise non-exported symbols in MAX8998 driver
Mark Brown
2011-01-14
mfd: Support LP3974 RTC
MyungJoo Ham
2011-01-14
mfd: MAX8998/LP3974 hibernation support
MyungJoo Ham
2010-10-29
mfd: Fix resource reclaim for max8998
Axel Lin
2010-10-29
mfd: Remove unneeded ret value checking for max8998 register updates
Axel Lin
2010-10-29
mfd: Support for ICs compliant with max8998
Lukasz Majewski
2010-10-29
rtc: Add MAX8998 rtc driver
Joonyoung Shim
2010-10-29
mfd: Add MAX8998 interrupts support
Joonyoung Shim
2010-10-29
mfd: Use i2c_client as an argument on MAX8998 i2c routines
Joonyoung Shim
2010-10-29
mfd: LP3974 PMIC support
Kyungmin Park
2010-08-11
mfd: max8998 - fix incorrect kfree(i2c) in i2c_driver probe callback handler
Axel Lin
2010-08-11
drivers: regulator: add Maxim 8998 driver
Kyungmin Park