All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: linux-omap@vger.kernel.org
Cc: "Ivaylo Dimitrov" <ivo.g.dimitrov.75@gmail.com>,
	"Arnd Bergmann" <arnd@arndb.de>,
	"Aaro Koskinen" <aaro.koskinen@iki.fi>,
	"Kevin Hilman" <khilman@baylibre.com>,
	"Timo Kokkonen" <timo.t.kokkonen@iki.fi>,
	"Sebastian Reichel" <sre@kernel.org>,
	"Russell King" <rmk+kernel@armlinux.org.uk>,
	"Pavel Machek" <pavel@ucw.cz>,
	"Pali Rohár" <pali.rohar@gmail.com>,
	"Olof Johansson" <olof@lixom.net>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] Drop last two remaining omap3 legacy board files
Date: Wed, 15 Jun 2016 03:48:07 -0700	[thread overview]
Message-ID: <1465987689-14812-1-git-send-email-tony@atomide.com> (raw)

Hi all,

Here are two patches to drop the last remaining omap3 legacy boot
files. We have device tree based booting working for these boards,
and the legacy booting has been mostly kept around to validate
against regressions.

Let's not touch the rest of the platform init code until around
v4.9 so we can revert these two patches if needed.

Cheers,

Tony

Tony Lindgren (2):
  ARM: OMAP2+: Drop legacy board file for n900
  ARM: OMAP2+: Drop legacy board file for LDP

 arch/arm/mach-omap2/Kconfig                  |   12 -
 arch/arm/mach-omap2/Makefile                 |    4 -
 arch/arm/mach-omap2/board-ldp.c              |  429 ---------
 arch/arm/mach-omap2/board-rx51-peripherals.c | 1317 --------------------------
 arch/arm/mach-omap2/board-rx51-video.c       |   67 --
 arch/arm/mach-omap2/board-rx51.c             |  141 ---
 arch/arm/mach-omap2/board-rx51.h             |   11 -
 7 files changed, 1981 deletions(-)
 delete mode 100644 arch/arm/mach-omap2/board-ldp.c
 delete mode 100644 arch/arm/mach-omap2/board-rx51-peripherals.c
 delete mode 100644 arch/arm/mach-omap2/board-rx51-video.c
 delete mode 100644 arch/arm/mach-omap2/board-rx51.c
 delete mode 100644 arch/arm/mach-omap2/board-rx51.h

-- 
2.8.1

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] Drop last two remaining omap3 legacy board files
Date: Wed, 15 Jun 2016 03:48:07 -0700	[thread overview]
Message-ID: <1465987689-14812-1-git-send-email-tony@atomide.com> (raw)

Hi all,

Here are two patches to drop the last remaining omap3 legacy boot
files. We have device tree based booting working for these boards,
and the legacy booting has been mostly kept around to validate
against regressions.

Let's not touch the rest of the platform init code until around
v4.9 so we can revert these two patches if needed.

Cheers,

Tony

Tony Lindgren (2):
  ARM: OMAP2+: Drop legacy board file for n900
  ARM: OMAP2+: Drop legacy board file for LDP

 arch/arm/mach-omap2/Kconfig                  |   12 -
 arch/arm/mach-omap2/Makefile                 |    4 -
 arch/arm/mach-omap2/board-ldp.c              |  429 ---------
 arch/arm/mach-omap2/board-rx51-peripherals.c | 1317 --------------------------
 arch/arm/mach-omap2/board-rx51-video.c       |   67 --
 arch/arm/mach-omap2/board-rx51.c             |  141 ---
 arch/arm/mach-omap2/board-rx51.h             |   11 -
 7 files changed, 1981 deletions(-)
 delete mode 100644 arch/arm/mach-omap2/board-ldp.c
 delete mode 100644 arch/arm/mach-omap2/board-rx51-peripherals.c
 delete mode 100644 arch/arm/mach-omap2/board-rx51-video.c
 delete mode 100644 arch/arm/mach-omap2/board-rx51.c
 delete mode 100644 arch/arm/mach-omap2/board-rx51.h

-- 
2.8.1

             reply	other threads:[~2016-06-15 10:48 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-15 10:48 Tony Lindgren [this message]
2016-06-15 10:48 ` [PATCH 0/2] Drop last two remaining omap3 legacy board files Tony Lindgren
2016-06-15 10:48 ` [PATCH 1/2] ARM: OMAP2+: Drop legacy board file for n900 Tony Lindgren
2016-06-15 10:48   ` Tony Lindgren
2016-06-15 10:55   ` Pali Rohár
2016-06-15 10:55     ` Pali Rohár
2016-06-15 11:02     ` Tony Lindgren
2016-06-15 11:02       ` Tony Lindgren
2016-06-15 11:49       ` Pali Rohár
2016-06-15 11:49         ` Pali Rohár
2016-06-15 12:05         ` Tony Lindgren
2016-06-15 12:05           ` Tony Lindgren
2016-06-21 11:25           ` Tony Lindgren
2016-06-21 11:25             ` Tony Lindgren
2016-06-21 11:29             ` Pali Rohár
2016-06-21 11:29               ` Pali Rohár
2016-06-21 11:32               ` Tony Lindgren
2016-06-21 11:32                 ` Tony Lindgren
2016-06-22 16:48                 ` Pali Rohár
2016-06-22 16:48                   ` Pali Rohár
2016-06-22 17:59                   ` Pavel Machek
2016-06-22 17:59                     ` Pavel Machek
2016-06-22 18:35                     ` Ivaylo Dimitrov
2016-06-22 18:35                       ` Ivaylo Dimitrov
2016-06-23  9:16                       ` Pavel Machek
2016-06-23  9:16                         ` Pavel Machek
2016-06-22 18:34                   ` Ivaylo Dimitrov
2016-06-22 18:34                     ` Ivaylo Dimitrov
2016-06-22 19:30                     ` Ivaylo Dimitrov
2016-06-22 19:30                       ` Ivaylo Dimitrov
2016-06-23  4:36                   ` Tony Lindgren
2016-06-23  4:36                     ` Tony Lindgren
2016-06-15 13:47   ` Sebastian Reichel
2016-06-15 13:47     ` Sebastian Reichel
2016-06-15 18:34   ` Aaro Koskinen
2016-06-15 18:34     ` Aaro Koskinen
2016-06-15 10:48 ` [PATCH 2/2] ARM: OMAP2+: Drop legacy board file for LDP Tony Lindgren
2016-06-15 10:48   ` Tony Lindgren
2016-08-05 17:45 ` [PATCH 0/2] Drop last two remaining omap3 legacy board files Sebastian Reichel
2016-08-05 17:45   ` Sebastian Reichel
2016-08-06  6:26   ` Tony Lindgren
2016-08-06  6:26     ` 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=1465987689-14812-1-git-send-email-tony@atomide.com \
    --to=tony@atomide.com \
    --cc=aaro.koskinen@iki.fi \
    --cc=arnd@arndb.de \
    --cc=ivo.g.dimitrov.75@gmail.com \
    --cc=khilman@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=pali.rohar@gmail.com \
    --cc=pavel@ucw.cz \
    --cc=rmk+kernel@armlinux.org.uk \
    --cc=sre@kernel.org \
    --cc=timo.t.kokkonen@iki.fi \
    /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.