mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 00/13] Tegra124 PCIe
@ 2014-11-02 20:13 Lucas Stach
  2014-11-02 20:13 ` [PATCH 01/13] net: rtl8169: add support for RTL-8168/8111g Lucas Stach
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Lucas Stach @ 2014-11-02 20:13 UTC (permalink / raw)
  To: barebox

This series implements PCIe on Tegra124 aka K1. With
this applied the Jetson-TK1 platform is finally useable
for proper development, as the network is working now.

The series is spun against -next, as it depends on the
previous Tegra PCIe work found there. I hope Sascha can
still squeeze this in before the next release.

Lucas Stach (13):
  net: rtl8169: add support for RTL-8168/8111g
  net: rtl8169: clean receive buffer after net handler
  tegra: defconfig: enable barebox OF drivers
  pinctrl: tegra: try to select "boot" state
  arm: dts: jetson-tk1: switch to upstream DT
  clk: tegra: slow down MSELECT to 102MHz
  tegra: pmc: work around power domain failure
  tegra: jetson-tk1: enable 1.05V_RUN
  clk: tegra124: add PLLE setup functions
  clk: tegra124: add PCIe clocks
  add generic PHY framework
  pinctrl: tegra: add XUSB pad controller
  pci: tegra: add tegra124 support

 arch/arm/boards/nvidia-jetson-tk1/Makefile |    2 +-
 arch/arm/boards/nvidia-jetson-tk1/board.c  |   50 +
 arch/arm/configs/tegra_v7_defconfig        |    1 +
 arch/arm/dts/tegra124-jetson-tk1.dts       | 1823 +---------------------------
 arch/arm/mach-tegra/tegra20-pmc.c          |    2 +
 drivers/Kconfig                            |    1 +
 drivers/Makefile                           |    1 +
 drivers/clk/tegra/clk-pll.c                |  173 ++-
 drivers/clk/tegra/clk-tegra124.c           |   37 +-
 drivers/clk/tegra/clk-tegra30.c            |    2 +-
 drivers/clk/tegra/clk.h                    |    7 +
 drivers/net/rtl8169.c                      |   12 +
 drivers/pci/pci-tegra.c                    |  156 ++-
 drivers/phy/Kconfig                        |   18 +
 drivers/phy/Makefile                       |    5 +
 drivers/phy/phy-core.c                     |  318 +++++
 drivers/pinctrl/Kconfig                    |    8 +
 drivers/pinctrl/Makefile                   |    1 +
 drivers/pinctrl/pinctrl-tegra-xusb.c       |  519 ++++++++
 drivers/pinctrl/pinctrl-tegra20.c          |    8 +-
 drivers/pinctrl/pinctrl-tegra30.c          |    8 +-
 include/linux/phy/phy.h                    |  240 ++++
 22 files changed, 1538 insertions(+), 1854 deletions(-)
 create mode 100644 arch/arm/boards/nvidia-jetson-tk1/board.c
 create mode 100644 drivers/phy/Kconfig
 create mode 100644 drivers/phy/Makefile
 create mode 100644 drivers/phy/phy-core.c
 create mode 100644 drivers/pinctrl/pinctrl-tegra-xusb.c
 create mode 100644 include/linux/phy/phy.h

-- 
1.9.3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-11-03  8:41 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-02 20:13 [PATCH 00/13] Tegra124 PCIe Lucas Stach
2014-11-02 20:13 ` [PATCH 01/13] net: rtl8169: add support for RTL-8168/8111g Lucas Stach
2014-11-02 20:13 ` [PATCH 02/13] net: rtl8169: clean receive buffer after net handler Lucas Stach
2014-11-02 20:13 ` [PATCH 03/13] tegra: defconfig: enable barebox OF drivers Lucas Stach
2014-11-02 20:13 ` [PATCH 04/13] pinctrl: tegra: try to select "boot" state Lucas Stach
2014-11-02 20:13 ` [PATCH 05/13] arm: dts: jetson-tk1: switch to upstream DT Lucas Stach
2014-11-02 20:13 ` [PATCH 06/13] clk: tegra: slow down MSELECT to 102MHz Lucas Stach
2014-11-02 20:13 ` [PATCH 07/13] tegra: pmc: work around power domain failure Lucas Stach
2014-11-02 20:13 ` [PATCH 08/13] tegra: jetson-tk1: enable 1.05V_RUN Lucas Stach
2014-11-02 20:13 ` [PATCH 09/13] clk: tegra124: add PLLE setup functions Lucas Stach
2014-11-02 20:13 ` [PATCH 10/13] clk: tegra124: add PCIe clocks Lucas Stach
2014-11-02 20:13 ` [PATCH 11/13] add generic PHY framework Lucas Stach
2014-11-02 20:13 ` [PATCH 12/13] pinctrl: tegra: add XUSB pad controller Lucas Stach
2014-11-02 20:13 ` [PATCH 13/13] pci: tegra: add tegra124 support Lucas Stach
2014-11-03  8:40 ` [PATCH 00/13] Tegra124 PCIe Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox