Message ID | pull-1437549432-994499 |
---|---|
State | New |
Headers | show |
On Wed, Jul 22, 2015 at 02:41:17AM -0700, Tony Lindgren wrote: > The following changes since commit bc0195aad0daa2ad5b0d76cce22b167bc3435590: > > Linux 4.2-rc2 (2015-07-12 15:10:30 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.3/legacy-v2-signed > > for you to fetch changes up to 7fcf7e061edd368fac7fe4841a7f9e54c83b3ec8: > > ARM: OMAP2+: Remove legacy booting support for Pandora (2015-07-16 04:12:32 -0700) > > ---------------------------------------------------------------- > Drop more omap3 legacy board-*.c files for v4.3. This time we're > dropping the board files for omap3logic and omap3pandora. > > The reason for dropping these now rather than later is that now > we can simply revert the patches in case of unexpected issues as > we are not dropping any platform data at this point. > > This leaves us with only the following board-*.c files: > > BOARD REASON NEEDED > board-ldp.c Still used in RMKs boot test system > board-rx51-*.c Needs /proc/atags support for user space > > Once we have the n900 legacy user space issues sorted out for > /proc/atags and system_rev, we can drop the remaining two > board-*.c files. And then one merge window after that we can > drop the legacy booting support assuming no unexpected issues > are found. Very cool! Merged this into next/cleanup now. -Olof
On Wed, Jul 22, 2015 at 02:41:18AM -0700, Tony Lindgren wrote: > The following changes since commit bc0195aad0daa2ad5b0d76cce22b167bc3435590: > > Linux 4.2-rc2 (2015-07-12 15:10:30 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap-for-v4.3/defconfig > > for you to fetch changes up to da104dc845afbebcad6d87bd5810c266a426f4dc: > > ARM: omap2plus_defconfig: enable support for M25P80 SPI NOR (2015-07-16 00:54:53 -0700) > > ---------------------------------------------------------------- > Sekhar Nori (4): > ARM: omap2plus_defconfig: enable support for TI ADC > ARM: omap2plus_defconfig: enable support for TI touchscreen > ARM: omap2plus_defconfig: enable support for TI CPTS > ARM: omap2plus_defconfig: enable support for M25P80 SPI NOR I think you meant to send this pull request for tags/omap-for-v4.3/defconfig-signed instead, so that's what I merged. Thanks, -Olof
* Olof Johansson <olof@lixom.net> [150722 16:45]: > On Wed, Jul 22, 2015 at 02:41:18AM -0700, Tony Lindgren wrote: > > The following changes since commit bc0195aad0daa2ad5b0d76cce22b167bc3435590: > > > > Linux 4.2-rc2 (2015-07-12 15:10:30 -0700) > > > > are available in the git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap omap-for-v4.3/defconfig > > > > for you to fetch changes up to da104dc845afbebcad6d87bd5810c266a426f4dc: > > > > ARM: omap2plus_defconfig: enable support for M25P80 SPI NOR (2015-07-16 00:54:53 -0700) > > > > ---------------------------------------------------------------- > > Sekhar Nori (4): > > ARM: omap2plus_defconfig: enable support for TI ADC > > ARM: omap2plus_defconfig: enable support for TI touchscreen > > ARM: omap2plus_defconfig: enable support for TI CPTS > > ARM: omap2plus_defconfig: enable support for M25P80 SPI NOR > > I think you meant to send this pull request for > tags/omap-for-v4.3/defconfig-signed instead, so that's what I merged. Oops indeed thanks. Tony