public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] SMDK5250: Modify MAX77686 as per the latest Implementation
@ 2012-12-10 11:55 Rajeshwari Shinde
  2012-12-10 11:55 ` [U-Boot] [PATCH 1/2] POWER: MAX77686: Modified " Rajeshwari Shinde
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Rajeshwari Shinde @ 2012-12-10 11:55 UTC (permalink / raw)
  To: u-boot

Resolved the compilation errors for PMIC MAX77686 on SMDK5250.
Based on resolve branch of u-boot-samsung.

Rajeshwari Shinde (2):
  POWER: MAX77686: Modified as per the latest Implementation
  SMDK5250: Enable pmic MAX77686

 board/samsung/smdk5250/smdk5250.c  |   15 +++-
 drivers/misc/pmic_max77686.c       |   42 ----------
 drivers/power/pmic/Makefile        |    1 +
 drivers/power/pmic/pmic_max77686.c |   48 +++++++++++
 include/configs/smdk5250.h         |    8 +-
 include/max77686_pmic.h            |  158 ------------------------------------
 include/power/max77686_pmic.h      |  158 ++++++++++++++++++++++++++++++++++++
 7 files changed, 222 insertions(+), 208 deletions(-)
 delete mode 100644 drivers/misc/pmic_max77686.c
 create mode 100644 drivers/power/pmic/pmic_max77686.c
 delete mode 100644 include/max77686_pmic.h
 create mode 100644 include/power/max77686_pmic.h

-- 
1.7.4.4

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

end of thread, other threads:[~2012-12-12 14:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-10 11:55 [U-Boot] [PATCH 0/2] SMDK5250: Modify MAX77686 as per the latest Implementation Rajeshwari Shinde
2012-12-10 11:55 ` [U-Boot] [PATCH 1/2] POWER: MAX77686: Modified " Rajeshwari Shinde
2012-12-12 14:27   ` Simon Glass
2012-12-10 11:55 ` [U-Boot] [PATCH 2/2] SMDK5250: Enable pmic MAX77686 Rajeshwari Shinde
2012-12-12 14:28   ` Simon Glass
2012-12-10 13:16 ` [U-Boot] [PATCH 0/2] SMDK5250: Modify MAX77686 as per the latest Implementation Lukasz Majewski
2012-12-11  4:03   ` Minkyu Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox