From: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
To: Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>,
kishon-l0cyMroinI0@public.gmane.org
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Gregory Clement
<gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
Sebastian Hesselbarth
<sebastian.hesselbarth-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>,
Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
Subject: [PATCH 0/5] MVEBU SATA PHY driver
Date: Wed, 4 Dec 2013 18:15:59 +0100 [thread overview]
Message-ID: <1386177364-10164-1-git-send-email-andrew@lunn.ch> (raw)
Marvell Kirkwood and Dove can turn the SATA PHY off in order to save
power. For Dove, this can be in the order of 220mW when its SATA PHY
is turned off.
Andrew Lunn (5):
Phy: DT binding documentation for Marvell MVEBU SATA phy.
Phy: Add a PHY driver for Marvell MVEBU SATA PHY.
SATA: MV: Add support for the optional PHYs
Phy: Add DT nodes on kirkwood and Dove for the SATA PHY
ARM: defconfig: Enable generic phy in dove and kirkwood.
Documentation/devicetree/bindings/ata/marvell.txt | 6 +
.../devicetree/bindings/phy/phy-mvebu-sata.txt | 22 ++++
arch/arm/boot/dts/dove.dtsi | 11 ++
arch/arm/boot/dts/kirkwood-6281.dtsi | 2 +
arch/arm/boot/dts/kirkwood-6282.dtsi | 2 +
arch/arm/boot/dts/kirkwood.dtsi | 18 +++
arch/arm/configs/dove_defconfig | 1 +
arch/arm/configs/kirkwood_defconfig | 1 +
drivers/ata/sata_mv.c | 19 +++
drivers/phy/Kconfig | 5 +
drivers/phy/Makefile | 1 +
drivers/phy/phy-mvebu-sata.c | 130 +++++++++++++++++++++
12 files changed, 218 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/phy-mvebu-sata.txt
create mode 100644 drivers/phy/phy-mvebu-sata.c
--
1.8.5
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2013-12-04 17:15 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-04 17:15 Andrew Lunn [this message]
2013-12-04 17:16 ` [PATCH 1/5] Phy: DT binding documentation for Marvell MVEBU SATA phy Andrew Lunn
2013-12-05 6:03 ` Kishon Vijay Abraham I
2013-12-05 9:43 ` Andrew Lunn
2013-12-05 9:47 ` Andrew Lunn
2013-12-05 10:35 ` Kishon Vijay Abraham I
2013-12-10 22:59 ` Andrew Lunn
2013-12-11 5:41 ` Kishon Vijay Abraham I
[not found] ` <1386177364-10164-1-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
2013-12-04 17:16 ` [PATCH 2/5] Phy: Add a PHY driver for Marvell MVEBU SATA PHY Andrew Lunn
2013-12-05 6:10 ` Kishon Vijay Abraham I
2013-12-04 17:16 ` [PATCH 3/5] SATA: MV: Add support for the optional PHYs Andrew Lunn
2013-12-05 6:15 ` Kishon Vijay Abraham I
2013-12-04 17:16 ` [PATCH 4/5] Phy: Add DT nodes on kirkwood and Dove for the SATA PHY Andrew Lunn
2013-12-04 20:01 ` Sergei Shtylyov
2013-12-04 19:18 ` Andrew Lunn
2013-12-05 6:17 ` Kishon Vijay Abraham I
2013-12-04 17:16 ` [PATCH 5/5] ARM: defconfig: Enable generic phy in dove and kirkwood Andrew Lunn
2013-12-04 20:03 ` Sergei Shtylyov
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=1386177364-10164-1-git-send-email-andrew@lunn.ch \
--to=andrew-g2dyl2zd6by@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
--cc=jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org \
--cc=kishon-l0cyMroinI0@public.gmane.org \
--cc=linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=sebastian.hesselbarth-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.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 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).