[PATCH 0/8] tegra-next

Lucas Stach dev at lynxeye.de
Tue Dec 3 14:56:53 EST 2013


In an attempt to sneak those into -next before the .12 release,
just a quick dump.
For the first time barebox is now able to load and boot a
Linux kernel from SDcard on Tegra. Makes it a lot more useful in
the real world.

Lucas Stach (8):
  tegra: fix fallout from relocatable code changes in PLLX init
  tegra: speed up system bus
  tegra: switch main CPU complex to PLLX early
  gpio: tegra: remove leftover debug code
  clk: tegra: add SDMMC clocks
  tegra: add SDMMC controller driver
  dts: tegra: add SDMMC nodes
  dts: tegra: activate SDMMC on Colibri T20

 arch/arm/dts/tegra20-colibri-iris.dts          |   5 +
 arch/arm/dts/tegra20-colibri.dtsi              |   4 +
 arch/arm/dts/tegra20.dtsi                      |  32 ++
 arch/arm/mach-tegra/include/mach/tegra20-car.h |  44 +++
 arch/arm/mach-tegra/tegra_avp_init.c           |   2 +
 arch/arm/mach-tegra/tegra_maincomplex_init.c   |   9 +
 drivers/clk/tegra/clk-tegra20.c                |  25 ++
 drivers/gpio/gpio-tegra.c                      |   2 -
 drivers/mci/Kconfig                            |   7 +
 drivers/mci/Makefile                           |   1 +
 drivers/mci/tegra-sdmmc.c                      | 465 +++++++++++++++++++++++++
 11 files changed, 594 insertions(+), 2 deletions(-)
 create mode 100644 drivers/mci/tegra-sdmmc.c

-- 
1.8.3.1




More information about the barebox mailing list