linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] drop last omap3 board files for v4.8
@ 2016-08-16 15:52 Tony Lindgren
  2016-09-01 15:40 ` Tony Lindgren
  0 siblings, 1 reply; 5+ messages in thread
From: Tony Lindgren @ 2016-08-16 15:52 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 79cdad3635b3a253d712aba115fa274ef94a8c6b:

  ir-rx51: use hrtimer instead of dmtimer (2016-06-29 21:54:35 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.8/legacy-signed

for you to fetch changes up to e92fc4f04a34a407f5ff8acaa13127c62b7bec07:

  ARM: OMAP2+: Drop legacy board file for LDP (2016-07-10 23:47:38 -0700)

----------------------------------------------------------------
Remove the last two legacy board-*.c files for omap3 for legacy
booting for v4.8 to allow making mach-omap2 device tree only for
v4.9.

We've had Nokia N900 and omap3 LDP board-*.c files remaining
while other omap3 devices have been device tree only for quite
a while now. Also N900 and LDP have had device tree based booting
working for years now, but few drivers for N900 were still only
working in legacy only mode until recently. With the remaining
issues out of the way, we discussed on the mailing lists that
we're finally OK to remove the remaining board-*.c files.

For the timing of this pull request, I wanted to wait until
v4.8-rc1 is out to make sure the legacy booting still works fine
after the merge window before doing it.

And for v4.8, let's not touch any other platform data in case we
still need to revert for some reason. This makes the revert just a
question of adding back the legacy board-*.c files.

Then if no issues, we can remove the unused remaining platform
data later on for v4.9.

----------------------------------------------------------------
Tony Lindgren (3):
      Merge remote-tracking branch 'peter/peter/for-4.8_omapdss_part1' into omap-for-v4.8/legacy
      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 | 1312 --------------------------
 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 -
 arch/arm/mach-omap2/display.c                |    2 +-
 arch/arm/mach-omap2/display.h                |    5 +
 arch/arm/mach-omap2/dss-common.c             |    2 +-
 include/linux/platform_data/omapdss.h        |   42 +
 include/video/omapdss.h                      |   31 +-
 12 files changed, 50 insertions(+), 2008 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
 create mode 100644 include/linux/platform_data/omapdss.h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] drop last omap3 board files for v4.8
  2016-08-16 15:52 [GIT PULL] drop last omap3 board files for v4.8 Tony Lindgren
@ 2016-09-01 15:40 ` Tony Lindgren
  2016-09-02 14:05   ` Arnd Bergmann
  0 siblings, 1 reply; 5+ messages in thread
From: Tony Lindgren @ 2016-09-01 15:40 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

* Tony Lindgren <tony@atomide.com> [160816 08:53]:
> The following changes since commit 79cdad3635b3a253d712aba115fa274ef94a8c6b:
> 
>   ir-rx51: use hrtimer instead of dmtimer (2016-06-29 21:54:35 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.8/legacy-signed
> 
> for you to fetch changes up to e92fc4f04a34a407f5ff8acaa13127c62b7bec07:
> 
>   ARM: OMAP2+: Drop legacy board file for LDP (2016-07-10 23:47:38 -0700)
> 
> ----------------------------------------------------------------
> Remove the last two legacy board-*.c files for omap3 for legacy
> booting for v4.8 to allow making mach-omap2 device tree only for
> v4.9.
> 
> We've had Nokia N900 and omap3 LDP board-*.c files remaining
> while other omap3 devices have been device tree only for quite
> a while now. Also N900 and LDP have had device tree based booting
> working for years now, but few drivers for N900 were still only
> working in legacy only mode until recently. With the remaining
> issues out of the way, we discussed on the mailing lists that
> we're finally OK to remove the remaining board-*.c files.
> 
> For the timing of this pull request, I wanted to wait until
> v4.8-rc1 is out to make sure the legacy booting still works fine
> after the merge window before doing it.
> 
> And for v4.8, let's not touch any other platform data in case we
> still need to revert for some reason. This makes the revert just a
> question of adding back the legacy board-*.c files.
> 
> Then if no issues, we can remove the unused remaining platform
> data later on for v4.9.

Naturally this can wait for v4.9 merge window too if considered
too intrusive this late.

Regards,

Tony

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] drop last omap3 board files for v4.8
  2016-09-01 15:40 ` Tony Lindgren
@ 2016-09-02 14:05   ` Arnd Bergmann
  2016-09-02 14:57     ` Tony Lindgren
  0 siblings, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2016-09-02 14:05 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday, September 1, 2016 8:40:57 AM CEST Tony Lindgren wrote:
> * Tony Lindgren <tony@atomide.com> [160816 08:53]:
> > The following changes since commit 79cdad3635b3a253d712aba115fa274ef94a8c6b:
> > 
> >   ir-rx51: use hrtimer instead of dmtimer (2016-06-29 21:54:35 -0700)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.8/legacy-signed
> > 
> > for you to fetch changes up to e92fc4f04a34a407f5ff8acaa13127c62b7bec07:
> > 
> >   ARM: OMAP2+: Drop legacy board file for LDP (2016-07-10 23:47:38 -0700)
> > 
> > ----------------------------------------------------------------
> > Remove the last two legacy board-*.c files for omap3 for legacy
> > booting for v4.8 to allow making mach-omap2 device tree only for
> > v4.9.
> > 
> > We've had Nokia N900 and omap3 LDP board-*.c files remaining
> > while other omap3 devices have been device tree only for quite
> > a while now. Also N900 and LDP have had device tree based booting
> > working for years now, but few drivers for N900 were still only
> > working in legacy only mode until recently. With the remaining
> > issues out of the way, we discussed on the mailing lists that
> > we're finally OK to remove the remaining board-*.c files.
> > 
> > For the timing of this pull request, I wanted to wait until
> > v4.8-rc1 is out to make sure the legacy booting still works fine
> > after the merge window before doing it.
> > 
> > And for v4.8, let's not touch any other platform data in case we
> > still need to revert for some reason. This makes the revert just a
> > question of adding back the legacy board-*.c files.
> > 
> > Then if no issues, we can remove the unused remaining platform
> > data later on for v4.9.
> 
> Naturally this can wait for v4.9 merge window too if considered
> too intrusive this late.

I'd prefer to do it as a cleanup for 4.9, and added the pull
request to my todo folder for that now, will get to it along
with the other pull requests.

	Arnd

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] drop last omap3 board files for v4.8
  2016-09-02 14:05   ` Arnd Bergmann
@ 2016-09-02 14:57     ` Tony Lindgren
  2016-09-02 16:31       ` Arnd Bergmann
  0 siblings, 1 reply; 5+ messages in thread
From: Tony Lindgren @ 2016-09-02 14:57 UTC (permalink / raw)
  To: linux-arm-kernel

* Arnd Bergmann <arnd@arndb.de> [160902 07:05]:
> On Thursday, September 1, 2016 8:40:57 AM CEST Tony Lindgren wrote:
> > * Tony Lindgren <tony@atomide.com> [160816 08:53]:
> > > The following changes since commit 79cdad3635b3a253d712aba115fa274ef94a8c6b:
> > > 
> > >   ir-rx51: use hrtimer instead of dmtimer (2016-06-29 21:54:35 -0700)
> > > 
> > > are available in the git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.8/legacy-signed
> > > 
> > > for you to fetch changes up to e92fc4f04a34a407f5ff8acaa13127c62b7bec07:
> > > 
> > >   ARM: OMAP2+: Drop legacy board file for LDP (2016-07-10 23:47:38 -0700)
> > > 
> > > ----------------------------------------------------------------
> > > Remove the last two legacy board-*.c files for omap3 for legacy
> > > booting for v4.8 to allow making mach-omap2 device tree only for
> > > v4.9.
> > > 
> > > We've had Nokia N900 and omap3 LDP board-*.c files remaining
> > > while other omap3 devices have been device tree only for quite
> > > a while now. Also N900 and LDP have had device tree based booting
> > > working for years now, but few drivers for N900 were still only
> > > working in legacy only mode until recently. With the remaining
> > > issues out of the way, we discussed on the mailing lists that
> > > we're finally OK to remove the remaining board-*.c files.
> > > 
> > > For the timing of this pull request, I wanted to wait until
> > > v4.8-rc1 is out to make sure the legacy booting still works fine
> > > after the merge window before doing it.
> > > 
> > > And for v4.8, let's not touch any other platform data in case we
> > > still need to revert for some reason. This makes the revert just a
> > > question of adding back the legacy board-*.c files.
> > > 
> > > Then if no issues, we can remove the unused remaining platform
> > > data later on for v4.9.
> > 
> > Naturally this can wait for v4.9 merge window too if considered
> > too intrusive this late.
> 
> I'd prefer to do it as a cleanup for 4.9, and added the pull
> request to my todo folder for that now, will get to it along
> with the other pull requests.

Sure thanks. Let's just not touch any of the now unused platform
data until v4.10 then. Otherwise we'll fast reach a point of no
return without reverting large patches.

Regards,

Tony

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] drop last omap3 board files for v4.8
  2016-09-02 14:57     ` Tony Lindgren
@ 2016-09-02 16:31       ` Arnd Bergmann
  0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2016-09-02 16:31 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday, September 2, 2016 7:57:18 AM CEST Tony Lindgren wrote:
> Sure thanks. Let's just not touch any of the now unused platform
> data until v4.10 then. Otherwise we'll fast reach a point of no
> return without reverting large patches.

Ok, I've applied the branch to next/cleanup now,
thanks a lot for getting omap to this point!

	Arnd

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-09-02 16:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-16 15:52 [GIT PULL] drop last omap3 board files for v4.8 Tony Lindgren
2016-09-01 15:40 ` Tony Lindgren
2016-09-02 14:05   ` Arnd Bergmann
2016-09-02 14:57     ` Tony Lindgren
2016-09-02 16:31       ` Arnd Bergmann

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).