From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/1] omap board removal for some omap3 boards for v3.13 merge window
Date: Fri, 18 Oct 2013 10:49:54 -0700 [thread overview]
Message-ID: <pull-1382118594-957435> (raw)
The following changes since commit f41509ad0d4c11d0911630440749d409ce2aa1aa:
Merge branches 'omap-for-v3.13/dt' and 'omap-for-v3.13/quirk' into omap-for-v3.13/board-removal (2013-10-14 11:33:07 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.13/board-removal-signed-take2
for you to fetch changes up to 06ff74fd197aa8205443cf64b94383802602e320:
ARM: OMAP2+: remove legacy support for IGEP boards (2013-10-18 10:25:46 -0700)
----------------------------------------------------------------
Changes needed to drop legacy booting support for some
omap3 boards.
Note that that these are based on a merge of the
following for the dependencies:
- v3.12-rc5 for fixes to pinctrl mask
- omap-for-v3.13/dt-signed to avoid pointless merge conflicts
- omap-for-v3.13/quirk-signed for legacy pdata handling
----------------------------------------------------------------
Aaro Koskinen (2):
ARM: dts: add minimal DT support for Nokia N950 & N9 phones
ARM: OMAP2: delete board-rm680
Javier Martinez Canillas (1):
ARM: OMAP2+: remove legacy support for IGEP boards
Tony Lindgren (6):
ARM: dts: Shared file for omap GPMC connected smsc911x
ARM: dts: Add common support for omap3-evm
ARM: dts: Add basic support for TMDSEVM3730 (Mistral AM/DM37x EVM)
ARM: dts: Add basic support for zoom3
ARM: OMAP2+: Remove legacy booting support for omap3 EVM
ARM: OMAP2+: Remove legacy support for zoom platforms
MAINTAINERS | 2 +-
arch/arm/boot/dts/Makefile | 4 +
arch/arm/boot/dts/omap-gpmc-smsc911x.dtsi | 52 ++
arch/arm/boot/dts/omap-zoom-common.dtsi | 33 ++
arch/arm/boot/dts/omap3-evm-37xx.dts | 151 ++++++
arch/arm/boot/dts/omap3-evm-common.dtsi | 94 ++++
arch/arm/boot/dts/omap3-evm.dts | 58 +-
arch/arm/boot/dts/omap3-igep0020.dts | 45 +-
arch/arm/boot/dts/omap3-n9.dts | 18 +
arch/arm/boot/dts/omap3-n950-n9.dtsi | 174 ++++++
arch/arm/boot/dts/omap3-n950.dts | 18 +
arch/arm/boot/dts/omap3-zoom3.dts | 217 ++++++++
arch/arm/mach-omap2/Kconfig | 46 --
arch/arm/mach-omap2/Makefile | 12 -
arch/arm/mach-omap2/board-3630sdp.c | 225 --------
arch/arm/mach-omap2/board-igep0020.c | 683 ------------------------
arch/arm/mach-omap2/board-ldp.c | 3 +-
arch/arm/mach-omap2/board-omap3evm.c | 756 ---------------------------
arch/arm/mach-omap2/board-rm680.c | 167 ------
arch/arm/mach-omap2/board-zoom-debugboard.c | 139 -----
arch/arm/mach-omap2/board-zoom-display.c | 71 ---
arch/arm/mach-omap2/board-zoom-peripherals.c | 360 -------------
arch/arm/mach-omap2/board-zoom.c | 159 ------
arch/arm/mach-omap2/board-zoom.h | 10 -
24 files changed, 767 insertions(+), 2730 deletions(-)
create mode 100644 arch/arm/boot/dts/omap-gpmc-smsc911x.dtsi
create mode 100644 arch/arm/boot/dts/omap-zoom-common.dtsi
create mode 100644 arch/arm/boot/dts/omap3-evm-37xx.dts
create mode 100644 arch/arm/boot/dts/omap3-evm-common.dtsi
create mode 100644 arch/arm/boot/dts/omap3-n9.dts
create mode 100644 arch/arm/boot/dts/omap3-n950-n9.dtsi
create mode 100644 arch/arm/boot/dts/omap3-n950.dts
create mode 100644 arch/arm/boot/dts/omap3-zoom3.dts
delete mode 100644 arch/arm/mach-omap2/board-3630sdp.c
delete mode 100644 arch/arm/mach-omap2/board-igep0020.c
delete mode 100644 arch/arm/mach-omap2/board-omap3evm.c
delete mode 100644 arch/arm/mach-omap2/board-rm680.c
delete mode 100644 arch/arm/mach-omap2/board-zoom-debugboard.c
delete mode 100644 arch/arm/mach-omap2/board-zoom-display.c
delete mode 100644 arch/arm/mach-omap2/board-zoom-peripherals.c
delete mode 100644 arch/arm/mach-omap2/board-zoom.c
delete mode 100644 arch/arm/mach-omap2/board-zoom.h
next reply other threads:[~2013-10-18 17:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-18 17:49 Tony Lindgren [this message]
[not found] <526174c7.410be00a.37ba.ffffbc8eSMTPIN_ADDED_BROKEN@mx.google.com>
2013-10-18 18:42 ` [GIT PULL 1/1] omap board removal for some omap3 boards for v3.13 merge window Kevin Hilman
2013-10-18 18:42 ` Kevin Hilman
-- strict thread matches above, loose matches on Subject: below --
2013-10-18 17:49 Tony Lindgren
2013-10-18 17:49 Tony Lindgren
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=pull-1382118594-957435 \
--to=tony@atomide.com \
--cc=linux-arm-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.