mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Lucas Stach <dev@lynxeye.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 0/8] tegra-next
Date: Wed, 4 Dec 2013 17:01:49 +0100	[thread overview]
Message-ID: <20131204160149.GM24559@pengutronix.de> (raw)
In-Reply-To: <1386100622-8498-1-git-send-email-dev@lynxeye.de>

On Tue, Dec 03, 2013 at 08:56:53PM +0100, Lucas Stach wrote:
> 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.

Indeed ;)

Applied, thanks

Sascha

> 
> 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
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

      parent reply	other threads:[~2013-12-04 16:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-03 19:56 Lucas Stach
2013-12-03 19:56 ` [PATCH] gpio: reduce noise when parsing DT Lucas Stach
2013-12-03 19:56 ` [PATCH 1/8] tegra: fix fallout from relocatable code changes in PLLX init Lucas Stach
2013-12-03 19:56 ` [PATCH 2/8] tegra: speed up system bus Lucas Stach
2013-12-03 19:56 ` [PATCH 3/8] tegra: switch main CPU complex to PLLX early Lucas Stach
2013-12-03 19:56 ` [PATCH 4/8] gpio: tegra: remove leftover debug code Lucas Stach
2013-12-03 19:56 ` [PATCH 5/8] clk: tegra: add SDMMC clocks Lucas Stach
2013-12-03 19:57 ` [PATCH 6/8] tegra: add SDMMC controller driver Lucas Stach
2013-12-03 19:57 ` [PATCH 7/8] dts: tegra: add SDMMC nodes Lucas Stach
2013-12-03 19:57 ` [PATCH 8/8] dts: tegra: activate SDMMC on Colibri T20 Lucas Stach
2013-12-04 16:01 ` Sascha Hauer [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=20131204160149.GM24559@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=dev@lynxeye.de \
    /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