From: "Teresa Gámez" <t.gamez@phytec.de>
To: barebox@lists.infradead.org
Subject: [PATCH 0/7] Adding pcm051 support
Date: Tue, 18 Dec 2012 15:13:18 +0100 [thread overview]
Message-ID: <1355840005-11408-1-git-send-email-t.gamez@phytec.de> (raw)
This patch stack is based on top of the patch series AM33XX support
by Jan Luebbe.
It includes the wrapper for adding omap devices and pcm051 support.
Teresa Gámez (7):
ARM OMAP4: Add SRAM base define
ARM OMAP4: Add EHCI base define
ARM AM33XX: Add MMC Bases
ARM OMAP: Create device file
ARM OMAP: Use wrapper in board files
ARM AM33XX: Add mmc0 pin mux function
pcm051: Add inital support
arch/arm/Makefile | 1 +
arch/arm/boards/archosg9/board.c | 19 ++----
arch/arm/boards/beagle/board.c | 20 ++----
arch/arm/boards/beaglebone/board.c | 17 +----
arch/arm/boards/omap343xdsp/board.c | 12 +--
arch/arm/boards/omap3evm/board.c | 20 ++----
arch/arm/boards/panda/board.c | 22 ++-----
arch/arm/boards/pcm049/board.c | 21 ++----
arch/arm/boards/pcm051/Makefile | 1 +
arch/arm/boards/pcm051/board.c | 64 ++++++++++++++++++
arch/arm/boards/pcm051/config.h | 21 ++++++
arch/arm/boards/pcm051/env/boot/sd | 10 +++
arch/arm/boards/pcm051/env/config | 22 ++++++
arch/arm/boards/phycard-a-l1/pca-a-l1.c | 20 ++----
arch/arm/boards/phycard-a-xl2/pca-a-xl2.c | 21 ++----
arch/arm/configs/pcm051_defconfig | 56 ++++++++++++++++
arch/arm/mach-omap/Kconfig | 10 +++
arch/arm/mach-omap/Makefile | 4 +-
arch/arm/mach-omap/am33xx_mux.c | 5 ++
arch/arm/mach-omap/devices.c | 69 +++++++++++++++++++
arch/arm/mach-omap/include/mach/am33xx-devices.h | 36 ++++++++++
arch/arm/mach-omap/include/mach/am33xx-mux.h | 1 +
arch/arm/mach-omap/include/mach/am33xx-silicon.h | 2 +
arch/arm/mach-omap/include/mach/devices.h | 27 ++++++++
arch/arm/mach-omap/include/mach/omap3-devices.h | 60 ++++++++++++++++-
arch/arm/mach-omap/include/mach/omap4-devices.h | 77 ++++++++++++++++++++++
arch/arm/mach-omap/include/mach/omap4-silicon.h | 5 ++
27 files changed, 517 insertions(+), 126 deletions(-)
create mode 100644 arch/arm/boards/pcm051/Makefile
create mode 100644 arch/arm/boards/pcm051/board.c
create mode 100644 arch/arm/boards/pcm051/config.h
create mode 100644 arch/arm/boards/pcm051/env/boot/sd
create mode 100644 arch/arm/boards/pcm051/env/config
create mode 100644 arch/arm/configs/pcm051_defconfig
create mode 100644 arch/arm/mach-omap/devices.c
create mode 100644 arch/arm/mach-omap/include/mach/am33xx-devices.h
create mode 100644 arch/arm/mach-omap/include/mach/devices.h
create mode 100644 arch/arm/mach-omap/include/mach/omap4-devices.h
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2012-12-18 14:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-18 14:13 Teresa Gámez [this message]
2012-12-18 14:13 ` [PATCH 1/7] ARM OMAP4: Add SRAM base define Teresa Gámez
2012-12-18 14:13 ` [PATCH 2/7] ARM OMAP4: Add EHCI " Teresa Gámez
2012-12-18 14:13 ` [PATCH 3/7] ARM AM33XX: Add MMC Bases Teresa Gámez
2012-12-18 14:13 ` [PATCH 4/7] ARM OMAP: Create device file Teresa Gámez
2012-12-18 17:29 ` Jean-Christophe PLAGNIOL-VILLARD
2012-12-18 14:13 ` [PATCH 5/7] ARM OMAP: Use wrapper in board files Teresa Gámez
2012-12-18 14:13 ` [PATCH 6/7] ARM AM33XX: Add mmc0 pin mux function Teresa Gámez
2012-12-18 14:13 ` [PATCH 7/7] pcm051: Add inital support Teresa Gámez
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=1355840005-11408-1-git-send-email-t.gamez@phytec.de \
--to=t.gamez@phytec.de \
--cc=barebox@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