All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/3] imx: mx6slevk add pmic support
@ 2015-02-12  1:36 Peng Fan
  2015-02-12  1:36 ` [U-Boot] [PATCH v3 1/3] imx:mx6sl add I2c pad settings Peng Fan
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Peng Fan @ 2015-02-12  1:36 UTC (permalink / raw)
  To: u-boot

This patch set is extracted from the previous "imx:mx6 add ldo bypass"
patch set, with only one return value change.

patch 1/3 is add pad settings for I2C1
patch 2/3 is add I2C and PMIC support in board header file
patch 3/3 is to add pmic support for mx6slevk.

patch 3/3 is from patch 3/12 in previous "imx:mx6 add ldo bypass" patch,
with only one small change is return value.

Changes v3:
 Take Fabio's suggestion, for patch 3/3, remove ret variable, and directly
 "return pfuze_mode_init(xxx)"

Changes v2:
 Changing "return -EIO" to "return ret".

Peng Fan (3):
  imx:mx6sl add I2c pad settings
  imx:mx6slevk add pmic and i2c configuration
  imx:mx6slevk implement power init board

 arch/arm/include/asm/arch-mx6/mx6sl_pins.h |  5 ++++
 board/freescale/mx6slevk/mx6slevk.c        | 42 ++++++++++++++++++++++++++++++
 include/configs/mx6slevk.h                 | 12 +++++++++
 3 files changed, 59 insertions(+)

-- 
1.8.4

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-02-23  8:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-12  1:36 [U-Boot] [PATCH v3 0/3] imx: mx6slevk add pmic support Peng Fan
2015-02-12  1:36 ` [U-Boot] [PATCH v3 1/3] imx:mx6sl add I2c pad settings Peng Fan
2015-02-23  8:19   ` Stefano Babic
2015-02-12  1:36 ` [U-Boot] [PATCH v3 2/3] imx:mx6slevk add pmic and i2c configuration Peng Fan
2015-02-23  8:18   ` Stefano Babic
2015-02-12  1:36 ` [U-Boot] [PATCH v3 3/3] imx:mx6slevk implement power init board Peng Fan
2015-02-23  8:18   ` Stefano Babic
2015-02-12 10:37 ` [U-Boot] [PATCH v3 0/3] imx: mx6slevk add pmic support Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.