* [GIT PULL] Please pull tegra board updates for .39
@ 2011-02-22 20:40 Olof Johansson
2011-02-23 21:17 ` Olof Johansson
0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2011-02-22 20:40 UTC (permalink / raw)
To: linux-arm-kernel
Colin,
The following changes since commit 92591f0c0e55f647ea0718711178bbeb2a261374:
Colin Cross (1):
ARM: tegra: common: Enable core clocks
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra-2.6.git
boards-for-next
Olof Johansson (7):
ARM: tegra: add tegra_gpio_table and tegra_gpio_config
ARM: tegra: harmony: move over to tegra_gpio_config
ARM: tegra: common device resources
ARM: tegra: remove stale nvidia atag handler
ARM: tegra: harmony: register sdhci devices
ARM: tegra: harmony: fix pinmux for MMC slot
ARM: tegra: add seaboard, wario and kaen boards
arch/arm/mach-tegra/Kconfig | 19 +
arch/arm/mach-tegra/Makefile | 4 +
arch/arm/mach-tegra/board-harmony-pinmux.c | 19 +-
arch/arm/mach-tegra/board-harmony.c | 55 ++--
arch/arm/mach-tegra/board-seaboard-pinmux.c | 179 ++++++++++
arch/arm/mach-tegra/board-seaboard.c | 196 +++++++++++
arch/arm/mach-tegra/board-seaboard.h | 38 ++
arch/arm/mach-tegra/devices.c | 505 +++++++++++++++++++++++++++
arch/arm/mach-tegra/devices.h | 46 +++
arch/arm/mach-tegra/gpio.c | 14 +
arch/arm/mach-tegra/include/mach/gpio.h | 7 +
11 files changed, 1054 insertions(+), 28 deletions(-)
create mode 100644 arch/arm/mach-tegra/board-seaboard-pinmux.c
create mode 100644 arch/arm/mach-tegra/board-seaboard.c
create mode 100644 arch/arm/mach-tegra/board-seaboard.h
create mode 100644 arch/arm/mach-tegra/devices.c
create mode 100644 arch/arm/mach-tegra/devices.h
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] Please pull tegra board updates for .39
2011-02-22 20:40 [GIT PULL] Please pull tegra board updates for .39 Olof Johansson
@ 2011-02-23 21:17 ` Olof Johansson
2011-02-23 21:31 ` Colin Cross
0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2011-02-23 21:17 UTC (permalink / raw)
To: linux-arm-kernel
Colin,
Since things got held up due to rebases and a few patch respins,
here's a fresh pull request and diff stats. Please pull
boards-for-next.
Given current activity, I expect to stage one more pull before the
merge window once the i2c driver is in the main tegra for-next branch.
The following changes since commit 38376866a1fe5b1e6d9510ec4913c2b461f456f3:
Mark Brown (1):
ARM: tegra: Hide EMC scaling config behind ARCH_TEGRA
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra-2.6.git
boards-for-next
Olof Johansson (7):
ARM: tegra: add tegra_gpio_table and tegra_gpio_config
ARM: tegra: harmony: move over to tegra_gpio_config
ARM: tegra: common device resources
ARM: tegra: remove stale nvidia atag handler
ARM: tegra: harmony: register sdhci devices
ARM: tegra: harmony: fix pinmux for MMC slot
ARM: tegra: add seaboard, wario and kaen boards
arch/arm/mach-tegra/Kconfig | 19 +
arch/arm/mach-tegra/Makefile | 4 +
arch/arm/mach-tegra/board-harmony-pinmux.c | 19 +-
arch/arm/mach-tegra/board-harmony.c | 55 ++--
arch/arm/mach-tegra/board-seaboard-pinmux.c | 179 ++++++++++
arch/arm/mach-tegra/board-seaboard.c | 196 +++++++++++
arch/arm/mach-tegra/board-seaboard.h | 38 ++
arch/arm/mach-tegra/devices.c | 505 +++++++++++++++++++++++++++
arch/arm/mach-tegra/devices.h | 46 +++
arch/arm/mach-tegra/gpio.c | 14 +
arch/arm/mach-tegra/include/mach/gpio.h | 7 +
11 files changed, 1054 insertions(+), 28 deletions(-)
create mode 100644 arch/arm/mach-tegra/board-seaboard-pinmux.c
create mode 100644 arch/arm/mach-tegra/board-seaboard.c
create mode 100644 arch/arm/mach-tegra/board-seaboard.h
create mode 100644 arch/arm/mach-tegra/devices.c
create mode 100644 arch/arm/mach-tegra/devices.h
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] Please pull tegra board updates for .39
2011-02-23 21:17 ` Olof Johansson
@ 2011-02-23 21:31 ` Colin Cross
0 siblings, 0 replies; 3+ messages in thread
From: Colin Cross @ 2011-02-23 21:31 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Feb 23, 2011 at 1:17 PM, Olof Johansson <olof@lixom.net> wrote:
> Colin,
>
> Since things got held up due to rebases and a few patch respins,
> here's a fresh pull request and diff stats. Please pull
> boards-for-next.
>
> Given current activity, I expect to stage one more pull before the
> merge window once the i2c driver is in the main tegra for-next branch.
>
>
>
> The following changes since commit 38376866a1fe5b1e6d9510ec4913c2b461f456f3:
> ?Mark Brown (1):
> ? ? ? ?ARM: tegra: Hide EMC scaling config behind ARCH_TEGRA
>
> are available in the git repository at:
>
> ?git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra-2.6.git
> boards-for-next
>
> Olof Johansson (7):
> ? ? ?ARM: tegra: add tegra_gpio_table and tegra_gpio_config
> ? ? ?ARM: tegra: harmony: move over to tegra_gpio_config
> ? ? ?ARM: tegra: common device resources
> ? ? ?ARM: tegra: remove stale nvidia atag handler
> ? ? ?ARM: tegra: harmony: register sdhci devices
> ? ? ?ARM: tegra: harmony: fix pinmux for MMC slot
> ? ? ?ARM: tegra: add seaboard, wario and kaen boards
>
> ?arch/arm/mach-tegra/Kconfig ? ? ? ? ? ? ? ? | ? 19 +
> ?arch/arm/mach-tegra/Makefile ? ? ? ? ? ? ? ?| ? ?4 +
> ?arch/arm/mach-tegra/board-harmony-pinmux.c ?| ? 19 +-
> ?arch/arm/mach-tegra/board-harmony.c ? ? ? ? | ? 55 ++--
> ?arch/arm/mach-tegra/board-seaboard-pinmux.c | ?179 ++++++++++
> ?arch/arm/mach-tegra/board-seaboard.c ? ? ? ?| ?196 +++++++++++
> ?arch/arm/mach-tegra/board-seaboard.h ? ? ? ?| ? 38 ++
> ?arch/arm/mach-tegra/devices.c ? ? ? ? ? ? ? | ?505 +++++++++++++++++++++++++++
> ?arch/arm/mach-tegra/devices.h ? ? ? ? ? ? ? | ? 46 +++
> ?arch/arm/mach-tegra/gpio.c ? ? ? ? ? ? ? ? ?| ? 14 +
> ?arch/arm/mach-tegra/include/mach/gpio.h ? ? | ? ?7 +
> ?11 files changed, 1054 insertions(+), 28 deletions(-)
> ?create mode 100644 arch/arm/mach-tegra/board-seaboard-pinmux.c
> ?create mode 100644 arch/arm/mach-tegra/board-seaboard.c
> ?create mode 100644 arch/arm/mach-tegra/board-seaboard.h
> ?create mode 100644 arch/arm/mach-tegra/devices.c
> ?create mode 100644 arch/arm/mach-tegra/devices.h
> --
> To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at ?http://vger.kernel.org/majordomo-info.html
>
Thanks, merged to tegra/for-next
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-02-23 21:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-22 20:40 [GIT PULL] Please pull tegra board updates for .39 Olof Johansson
2011-02-23 21:17 ` Olof Johansson
2011-02-23 21:31 ` Colin Cross
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).