All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vasanth Ananthan <vasanthananthan@gmail.com>
To: linux-ide@vger.kernel.org
Cc: jeff@garzik.org, jgarzik@redhat.com,
	linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com,
	thomas.abraham@linaro.org,
	Vasanth Ananthan <vasanthananthan@gmail.com>
Subject: [PATCH v2 0/2]	Adding SATA PHY framework and PHY controller driver
Date: Tue,  5 Feb 2013 19:51:38 +0530	[thread overview]
Message-ID: <1360074100-26357-1-git-send-email-vasanthananthan@gmail.com> (raw)

Changes since v1:
	
	1. Moved regs-sata.h to driver/ata/ and renamed to sata_exynos_phy.h

	2. Added support for getting the sata phy PMU control register base address
	   through device tree.

Vasanth Ananthan (2):
  driver: ata: SATA PHY framework
  driver: ata: add new Exynos5250 SATA PHY controller driver

 drivers/ata/Kconfig           |   20 +++
 drivers/ata/Makefile          |    2 +
 drivers/ata/sata_exynos_phy.c |  297 +++++++++++++++++++++++++++++++++++++++++
 drivers/ata/sata_exynos_phy.h |   31 +++++
 drivers/ata/sata_phy.c        |  146 ++++++++++++++++++++
 drivers/ata/sata_phy.h        |   29 ++++
 6 files changed, 525 insertions(+)
 create mode 100644 drivers/ata/sata_exynos_phy.c
 create mode 100644 drivers/ata/sata_exynos_phy.h
 create mode 100644 drivers/ata/sata_phy.c
 create mode 100644 drivers/ata/sata_phy.h

-- 
1.7.9.5


             reply	other threads:[~2013-02-05 14:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-05 14:21 Vasanth Ananthan [this message]
2013-02-05 14:21 ` [PATCH v2 1/2] driver: ata: SATA PHY framework Vasanth Ananthan
2013-02-05 14:21 ` [PATCH v2 2/2] driver: ata: add new Exynos5250 SATA PHY controller driver Vasanth Ananthan

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=1360074100-26357-1-git-send-email-vasanthananthan@gmail.com \
    --to=vasanthananthan@gmail.com \
    --cc=jeff@garzik.org \
    --cc=jgarzik@redhat.com \
    --cc=kgene.kim@samsung.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=thomas.abraham@linaro.org \
    /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.