All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V5 0/6] SMDK5420: Add S2MPS11 pmic support to SMDK5420
@ 2014-01-16  8:55 Leela Krishna Amudala
  2014-01-16  8:55 ` [U-Boot] [PATCH V5 1/6] exynos: Use common pmic_reg_update() definition Leela Krishna Amudala
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Leela Krishna Amudala @ 2014-01-16  8:55 UTC (permalink / raw)
  To: u-boot

This patchset adds support for S2MPS11 pmic on SMDK5420

Changes since V4:
	- Made conditional inclusion for headers s2mps11_pmic.h and max77686_pmic.h
	  in board/samsung/common/board.c file
	- moved board_init_s2mps11() under "#if defined(CONFIG_POWER)"
	- Added author information in pmic_common.c file
	- changed data type from u8 to u32 in "struct pmic_init_ops"
	- changed the function pmic_common_init() prototype to send total number of registers 
 
Changes since V3:
	- Removed pmic_deselect() function and made one common function for i2c
	  bus selection.
	- Made some cosmetic changes suggested by Minkyu Kang <mk7.kang@samsung.com>

Changes since V2:
	- Rebased on V6 version patchset sent by Rajeshwari
	  http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/172653

Changes since V1:
	- In patch "exynos: Use common pmic_reg_update() definition"
	  moved pmic_reg_update() from drivers/power/power_i2c.c to power_core.c
	  suggested by Lukasz Majewski <l.majewski@samsung.com>
	- Changed the License details to GPL 2.0+ license for below pathces
	  SMDK5420: S2MPS11: Adds the register settings for S2MPS11
	  exynos: Add a common DT based PMIC driver initialization
	- corrected the typo error in "config: SMDK5420: Enable S2MPS11 pmic"
	  patch header

Leela Krishna Amudala (6):
  exynos: Use common pmic_reg_update() definition
  power: Explicitly select pmic device's bus
  FDT: Exynos5420: Add compatible srings for PMIC
  SMDK5420: S2MPS11: Adds the register settings for S2MPS11
  exynos: Add a common DT based PMIC driver initialization
  config: SMDK5420: Enable S2MPS11 pmic

 board/samsung/common/board.c     |   41 ++++++-----
 drivers/power/pmic/Makefile      |    1 +
 drivers/power/pmic/pmic_common.c |   87 +++++++++++++++++++++++
 drivers/power/power_core.c       |   34 +++++++++
 drivers/power/power_i2c.c        |   48 +++++++++++--
 include/configs/smdk5420.h       |    2 +
 include/fdtdec.h                 |    1 +
 include/power/pmic.h             |   37 ++++++++++
 include/power/s2mps11_pmic.h     |  141 ++++++++++++++++++++++++++++++++++++++
 lib/fdtdec.c                     |    1 +
 10 files changed, 371 insertions(+), 22 deletions(-)
 create mode 100644 drivers/power/pmic/pmic_common.c
 create mode 100644 include/power/s2mps11_pmic.h

-- 
1.7.9.5

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

end of thread, other threads:[~2014-02-03  7:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-16  8:55 [U-Boot] [PATCH V5 0/6] SMDK5420: Add S2MPS11 pmic support to SMDK5420 Leela Krishna Amudala
2014-01-16  8:55 ` [U-Boot] [PATCH V5 1/6] exynos: Use common pmic_reg_update() definition Leela Krishna Amudala
2014-01-16  8:55 ` [U-Boot] [PATCH V5 2/6] power: Explicitly select pmic device's bus Leela Krishna Amudala
2014-01-16  8:55 ` [U-Boot] [PATCH V5 3/6] FDT: Exynos5420: Add compatible srings for PMIC Leela Krishna Amudala
2014-01-16  8:55 ` [U-Boot] [PATCH V5 4/6] SMDK5420: S2MPS11: Adds the register settings for S2MPS11 Leela Krishna Amudala
2014-01-16  8:55 ` [U-Boot] [PATCH V5 5/6] exynos: Add a common DT based PMIC driver initialization Leela Krishna Amudala
     [not found]   ` <52EF4023.9070907@samsung.com>
2014-02-03  7:25     ` Minkyu Kang
2014-01-16  8:55 ` [U-Boot] [PATCH V5 6/6] config: SMDK5420: Enable S2MPS11 pmic Leela Krishna Amudala

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.