All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Introduce Samsung's new board Trats2
@ 2013-03-25  9:58 Piotr Wilczek
  2013-03-25  9:58 ` [U-Boot] [PATCH 1/2] pmic:max77686: add function to set voltage and mode Piotr Wilczek
  2013-03-25  9:58 ` [U-Boot] [PATCH 2/2] samsung: trats2: add support for new board Trats2 Piotr Wilczek
  0 siblings, 2 replies; 7+ messages in thread
From: Piotr Wilczek @ 2013-03-25  9:58 UTC (permalink / raw)
  To: u-boot

This patchset add support for a new Samsung board Trats2


Piotr Wilczek (2):
  pmic:max77686: add function to set voltage and mode
  samsung: trats2: add support for new board Trats2

 board/samsung/trats2/Makefile      |   50 ++++
 board/samsung/trats2/trats2.c      |  465 ++++++++++++++++++++++++++++++++++++
 boards.cfg                         |    1 +
 drivers/power/pmic/pmic_max77686.c |  186 +++++++++++++++
 include/configs/trats2.h           |  291 ++++++++++++++++++++++
 include/power/max77686_pmic.h      |   11 +
 6 files changed, 1004 insertions(+)
 create mode 100644 board/samsung/trats2/Makefile
 create mode 100644 board/samsung/trats2/trats2.c
 create mode 100644 include/configs/trats2.h

-- 
1.7.9.5

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

end of thread, other threads:[~2013-04-02  8:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-25  9:58 [U-Boot] [PATCH 0/2] Introduce Samsung's new board Trats2 Piotr Wilczek
2013-03-25  9:58 ` [U-Boot] [PATCH 1/2] pmic:max77686: add function to set voltage and mode Piotr Wilczek
2013-03-25 10:23   ` Rajeshwari Birje
2013-03-25 12:53     ` Piotr Wilczek
2013-03-25  9:58 ` [U-Boot] [PATCH 2/2] samsung: trats2: add support for new board Trats2 Piotr Wilczek
2013-04-02  5:00   ` Minkyu Kang
2013-04-02  8:51     ` Piotr Wilczek

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.