From: Tomasz Figa <tomasz.figa@gmail.com>
To: Vasanth Ananthan <vasanthananthan@gmail.com>
Cc: linux-ide@vger.kernel.org, jeff@garzik.org, jgarzik@redhat.com,
linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com,
thomas.abraham@linaro.org, girish.shivananjappa@linaro.org
Subject: Re: [PATCH 0/2] Adding SATA PHY framework and PHY controller driver
Date: Tue, 29 Jan 2013 20:18:57 +0100 [thread overview]
Message-ID: <27192849.OiIKBt794p@flatron> (raw)
In-Reply-To: <1359472758-31350-1-git-send-email-vasanthananthan@gmail.com>
Hi,
On Tuesday 29 of January 2013 20:49:16 Vasanth Ananthan wrote:
> Adding SATA PHY framework. The framework acts as an interface
> between the SATA controller and the PHY controller.
>
> The framework can be used by any platform with device tree support.
> It primarily serves to de-couple the SATA controller driver and the
> PHY controller driver.
>
> Vasanth Ananthan (2):
> driver: ata: SATA PHY framework
> driver: ata: add new Exynos5250 SATA PHY controller driver
>
> arch/arm/mach-exynos/include/mach/regs-pmu.h | 3 +
> arch/arm/mach-exynos/include/mach/regs-sata.h | 29 +++
> drivers/ata/Kconfig | 10 +
> drivers/ata/Makefile | 1 +
> drivers/ata/sata_exynos_phy.c | 265
> +++++++++++++++++++++++++ drivers/ata/sata_phy.c
> | 145 ++++++++++++++ drivers/ata/sata_phy.h |
> 29 +++
> 7 files changed, 482 insertions(+)
> create mode 100644 arch/arm/mach-exynos/include/mach/regs-sata.h
> create mode 100644 drivers/ata/sata_exynos_phy.c
> create mode 100644 drivers/ata/sata_phy.c
> create mode 100644 drivers/ata/sata_phy.h
It seems like you haven't addressed any of the comments received last time
you posted this series...
Best regards,
Tomasz
prev parent reply other threads:[~2013-01-29 19:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-29 15:19 [PATCH 0/2] Adding SATA PHY framework and PHY controller driver Vasanth Ananthan
2013-01-29 15:19 ` [PATCH 1/2] driver: ata: SATA PHY framework Vasanth Ananthan
2013-01-29 15:19 ` [PATCH 2/2] driver: ata: add new Exynos5250 SATA PHY controller driver Vasanth Ananthan
2013-01-29 18:13 ` Kukjin Kim
2013-02-05 14:23 ` Tomasz Figa
2013-02-06 8:51 ` Vasanth Ananthan
2013-01-29 19:18 ` Tomasz Figa [this message]
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=27192849.OiIKBt794p@flatron \
--to=tomasz.figa@gmail.com \
--cc=girish.shivananjappa@linaro.org \
--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 \
--cc=vasanthananthan@gmail.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).