
22 Apr
2015
22 Apr
'15
7:11 p.m.
On 22 April 2015 at 10:31, Simon Glass sjg@chromium.org wrote:
Hi Przemyslaw,
On 20 April 2015 at 12:07, Przemyslaw Marczak p.marczak@samsung.com wrote:
This commit change the old pmic framework calls to the new ones.
Signed-off-by: Przemyslaw Marczak p.marczak@samsung.com
Changes v2:
- remove board_init_i2c() call
- update regulator calls
- update headers
- samsung/misc.c: include required header
Changes v3:
- adjust regulator calls to new api
Changes V4:
- use regulator_list_autoset() for mmc regulators
board/samsung/common/misc.c | 1 + board/samsung/odroid/odroid.c | 77 +++++++++++++++++++++++++------------------ 2 files changed, 46 insertions(+), 32 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm/next, thanks!