From: thierry.reding@gmail.com (Thierry Reding)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/4]: phy: tegra: Changes for v4.7-rc1
Date: Fri, 29 Apr 2016 17:52:26 +0200 [thread overview]
Message-ID: <1461945149-23686-2-git-send-email-thierry.reding@gmail.com> (raw)
In-Reply-To: <1461945149-23686-1-git-send-email-thierry.reding@gmail.com>
The following changes since commit 3358d2d9f47af86bdd71edb24b361f72a54ec04e:
clk: tegra: Add interface to enable hardware control of SATA/XUSB PLLs (2016-04-28 12:41:44 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.7-phy
for you to fetch changes up to 87d66f280672800c9c2ad1ce3b7a993ce1e04769:
phy: tegra: Add Tegra210 support (2016-04-29 16:44:48 +0200)
This depends on the first patch of a separate branch that will be
merged through the clk tree.
Thierry
----------------------------------------------------------------
phy: tegra: Changes for v4.7-rc1
This set of patches adds support for the Tegra XUSB pad controller. The
controller provides a set of pads (lanes) that are used for I/O by other
IP blocks within Tegra SoCs (PCIe, SATA and XUSB).
----------------------------------------------------------------
Thierry Reding (6):
Merge branch 'for-4.7/clk' into for-4.7/phy
phy: core: Allow children node to be overridden
dt-bindings: phy: Add NVIDIA Tegra XUSB pad controller binding
dt-bindings: phy: tegra-xusb-padctl: Add Tegra210 support
phy: Add Tegra XUSB pad controller support
phy: tegra: Add Tegra210 support
.../bindings/phy/nvidia,tegra124-xusb-padctl.txt | 733 +++++++
.../pinctrl/nvidia,tegra124-xusb-padctl.txt | 6 +
Documentation/phy.txt | 16 +-
drivers/phy/Kconfig | 2 +
drivers/phy/Makefile | 2 +
drivers/phy/phy-core.c | 50 +-
drivers/phy/tegra/Kconfig | 8 +
drivers/phy/tegra/Makefile | 6 +
drivers/phy/tegra/xusb-tegra124.c | 1752 +++++++++++++++++
drivers/phy/tegra/xusb-tegra210.c | 2045 ++++++++++++++++++++
drivers/phy/tegra/xusb.c | 1021 ++++++++++
drivers/phy/tegra/xusb.h | 421 ++++
drivers/pinctrl/tegra/pinctrl-tegra-xusb.c | 20 +-
include/linux/phy/phy.h | 31 +-
include/linux/phy/tegra/xusb.h | 30 +
include/soc/tegra/fuse.h | 1 +
16 files changed, 6110 insertions(+), 34 deletions(-)
create mode 100644 Documentation/devicetree/bindings/phy/nvidia,tegra124-xusb-padctl.txt
create mode 100644 drivers/phy/tegra/Kconfig
create mode 100644 drivers/phy/tegra/Makefile
create mode 100644 drivers/phy/tegra/xusb-tegra124.c
create mode 100644 drivers/phy/tegra/xusb-tegra210.c
create mode 100644 drivers/phy/tegra/xusb.c
create mode 100644 drivers/phy/tegra/xusb.h
create mode 100644 include/linux/phy/tegra/xusb.h
next prev parent reply other threads:[~2016-04-29 15:52 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-29 15:52 [GIT PULL 0/4] ARM: tegra: Add XUSB controller support Thierry Reding
2016-04-29 15:52 ` Thierry Reding [this message]
2016-05-09 14:20 ` [GIT PULL 1/4]: phy: tegra: Changes for v4.7-rc1 Arnd Bergmann
2016-04-29 15:52 ` [GIT PULL 2/4]: PCI: " Thierry Reding
2016-05-09 14:22 ` Arnd Bergmann
2016-04-29 15:52 ` [GIT PULL 3/4]: usb: host: xhci-tegra: " Thierry Reding
2016-05-09 14:24 ` Arnd Bergmann
2016-04-29 15:52 ` [GIT PULL 4/4]: ARM: tegra: Enable the XUSB controller Thierry Reding
2016-04-29 16:13 ` [GIT PULL v2 " Thierry Reding
2016-05-09 14:27 ` Arnd Bergmann
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=1461945149-23686-2-git-send-email-thierry.reding@gmail.com \
--to=thierry.reding@gmail.com \
--cc=linux-arm-kernel@lists.infradead.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).