All of lore.kernel.org
 help / color / mirror / Atom feed
From: Piotr Wilczek <p.wilczek@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/2] Introduce Samsung's new board Trats2
Date: Mon, 25 Mar 2013 10:58:45 +0100	[thread overview]
Message-ID: <1364205527-14750-1-git-send-email-p.wilczek@samsung.com> (raw)

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

             reply	other threads:[~2013-03-25  9:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-25  9:58 Piotr Wilczek [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1364205527-14750-1-git-send-email-p.wilczek@samsung.com \
    --to=p.wilczek@samsung.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.