02 Jun, 2015
1 commit
-
Signed-off-by: Axel Lin
Signed-off-by: Mark Brown
09 Jul, 2014
1 commit
-
This patch moves data allocated using regulator_register to
devm_regulator_register and does away with the calls to
regulator_unregister. Also some labels are removed and a new labelerr is
introduced which is less specific to context.Signed-off-by: Himangi Saraogi
Acked-by: Julia Lawall
Signed-off-by: Mark Brown
01 Sep, 2013
2 commits
30 Jul, 2013
1 commit
-
Use the wrapper function for retrieving the platform data instead of
accessing dev->platform_data directly.Signed-off-by: Jingoo Han
Signed-off-by: Mark Brown
03 Jul, 2013
1 commit
-
Improve performance when setting voltages by avoiding a scan through the
selectors when we can simply calculate the selector we want.Signed-off-by: Mark Brown
12 May, 2013
1 commit
-
All the drivers that need delay for the regulator voltage output voltage to
stabilize after being enabled or after being set to a new value has been
converted to implement enable_time and set_voltage_time_sel callbacks.
Then regulator core will take care of the necessary delay.This patch removes the unneeded include of linux/delay.h in regulator drivers.
Signed-off-by: Axel Lin
Cc: Daniel Jeong
Cc: Sangbeom Kim
Cc: Chiwoong Byun
Signed-off-by: Mark Brown
27 Jan, 2013
1 commit
-
Signed-off-by: Axel Lin
Signed-off-by: Mark Brown
17 Jan, 2013
2 commits
-
We already have enum lp8755_bucks in lp8755.h, so it looks pointless adding
enum bucks in lp8755.c.Signed-off-by: Axel Lin
Tested-by: Daniel Jeong
Signed-off-by: Mark Brown -
Signed-off-by: Axel Lin
Signed-off-by: Mark Brown
08 Jan, 2013
2 commits
-
According to the datasheet, it has 9 multi-phase mode from 0 to 8 and it takes
4 bits in the register.
The mask for pchip->mphase should be 0x0F.Signed-off-by: Axel Lin
Signed-off-by: Mark Brown -
It's safe to pass NULL argument to regulator_unregister(), so we can remove
the NULL checking before calling regulator_unregister().
However pass a ERR_PTR to regulator_unregister() is wrong, so we need to
explicitly set "pchip->rdev[buck_num] = NULL" before goto err_buck.This patch also includes below cleanups:
Show correct regulator id in dev_err.
Remove __devexit_p.Signed-off-by: Axel Lin
Signed-off-by: Mark Brown
25 Dec, 2012
1 commit
-
This patch is for new lp8755 regulator dirver and
several unsed variables were deleted and then test was done.LP8755 :
The LP8755 is a high performance power management unit.It contains
six step-down DC-DC converters which can can be filexibly bundled
together in multiphase converters as required by application.
www.ti.comSigned-off-by: Daniel Jeong
Signed-off-by: Mark Brown