01 Jul, 2013
3 commits
-
This patch adds Device Tree support to max8998 driver.
Signed-off-by: Tomasz Figa
Acked-by: Mark Brown
Signed-off-by: Samuel Ortiz -
This patch modifies the platform data of max8998 to use arrays for
specifying predefined voltages of buck1 and buck2 instead of separate
field for each voltage.This allows to simplify the code a bit and will help in adding support
for Device Tree, which will be introduced in further patch.Signed-off-by: Tomasz Figa
Acked-by: Mark Brown
Signed-off-by: Samuel Ortiz -
This patch adds irq domain support for max8998 interrupts.
To keep both non-DT and DT worlds happy, simple domain is used, which is
linear when no explicit IRQ base is specified and legacy, with static
mapping, otherwise.Signed-off-by: Tomasz Figa
Signed-off-by: Samuel Ortiz
02 Sep, 2012
1 commit
-
Correct spelling typo in drivers/mfd
Signed-off-by: Masanari Iida
Signed-off-by: Jiri Kosina
08 Jul, 2011
1 commit
-
This patch supports power supply APIs for MAX8998/LP3974.
Signed-off-by: Donggeun Kim
Signed-off-by: MyungJoo Ham
Signed-off-by: KyungMin Park
Acked-by: Samuel Ortiz
Signed-off-by: Anton Vorontsov
14 Jan, 2011
3 commits
-
The previous driver did not support BUCK1-DVS3, BUCK1-DVS4, and
BUCK2-DVS2 modes. This patch adds such modes and an option to block
setting buck1/2 voltages out of the preset values.Signed-off-by: MyungJoo Ham
Signed-off-by: Kyungmin Park
Acked-by: Mark Brown
Signed-off-by: Samuel Ortiz -
The first releases of LP3974 have a large delay in RTC registers,
which requires 2 seconds of delay after writing to a rtc register
(recommended by National Semiconductor's engineers)
before reading it.If "rtc_delay" field of the platform data is true, the rtc driver
assumes that such delays are required. Although we have not seen
LP3974s without requiring such delays, we assume that such LP3974s
will be released soon (or they have done so already) and they are
supported by "lp3974" without setting "rtc_delay" at the platform
data.This patch adds delays with msleep when writing values to RTC registers
if the platform data has rtc_delay set.Signed-off-by: MyungJoo Ham
Signed-off-by: Kyungmin Park
Reviewed-by: Mark Brown
Signed-off-by: Samuel Ortiz -
This patch makes the driver to save and restore register values
for hibernation.Signed-off-by: MyungJoo Ham
Signed-off-by: Kyungmin Park
Signed-off-by: Samuel Ortiz
29 Oct, 2010
2 commits
-
Signed-off-by: Lukasz Majewski
Signed-off-by: Kyungmin Park
Acked-by: Mark Brown
Acked-by: Liam Girdwood
Signed-off-by: Samuel Ortiz -
Use genirq and provide seperated file for interrupts support.
Signed-off-by: Joonyoung Shim
Signed-off-by: Kyungmin Park
Reviewed-by: Mark Brown
Signed-off-by: Samuel Ortiz
11 Aug, 2010
1 commit
-
Acked-by: Mark Brown
This patch adds voltage regulator driver for Maxim 8998 chip. This chip
is used on Samsung Aquila and GONI boards and provides following
functionalities:
- 4 BUCK voltage converters, 17 LDO power regulators and 5 other power
controllers
- battery chargerThis patch adds basic driver for voltage regulators and MAX 8998 MFD core.
Signed-off-by: Kyungmin Park
Signed-off-by: Marek Szyprowski
Acked-by: Samuel Ortiz
Acked-by: Mark Brown
Signed-off-by: Liam Girdwood