linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 2/3] omap defconfig changes for v4.1
       [not found] <pull-1426799683-420388>
  2015-03-19 23:14 ` [GIT PULL 2/3] omap defconfig changes for v4.1 Tony Lindgren
@ 2015-03-19 23:14 ` Tony Lindgren
  2015-03-19 23:14 ` [GIT PULL 3/3] omap legacy boot clean-up " Tony Lindgren
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2015-03-19 23:14 UTC (permalink / raw)
  To: arm; +Cc: linux-omap, linux-arm-kernel

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/v4.1-defconfig

for you to fetch changes up to 1fd6d08cbd4bd8984241c7cef2f7c5cb67fce1aa:

  ARM: omap2plus_defconfig: Enable n900 modem as loadable modules (2015-03-16 12:48:44 -0700)

----------------------------------------------------------------
Few omap2plus_defconfig updates to add commonly used drivers as
loadable modules.

Note that I'll do patches for armv7_defconfig for these at some
point too once we're happy with omap2plus_defconfig to avoid
extra churn on the defconfig files.

----------------------------------------------------------------
Felipe Balbi (1):
      arm: config: omap2plus_defconfig: switch over to LZMA compression

Paul Walmsley (1):
      ARM: omap1_defconfig: drop obsolete Kconfig symbols

Roger Quadros (1):
      ARM: omap2plus_defconfig: Enable EXTCON_GPIO_USB

Tony Lindgren (3):
      ARM: omap2plus_defconfig: Enable leds-pwm
      ARM: omap2plus_defconfig: Update bluetooth options
      ARM: omap2plus_defconfig: Enable n900 modem as loadable modules

 arch/arm/configs/omap1_defconfig     | 16 ----------------
 arch/arm/configs/omap2plus_defconfig | 27 +++++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 16 deletions(-)

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

* [GIT PULL 2/3] omap defconfig changes for v4.1
       [not found] <pull-1426799683-420388>
@ 2015-03-19 23:14 ` Tony Lindgren
  2015-03-19 23:14 ` Tony Lindgren
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2015-03-19 23:14 UTC (permalink / raw)
  To: arm; +Cc: linux-omap, linux-arm-kernel

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/v4.1-defconfig

for you to fetch changes up to 1fd6d08cbd4bd8984241c7cef2f7c5cb67fce1aa:

  ARM: omap2plus_defconfig: Enable n900 modem as loadable modules (2015-03-16 12:48:44 -0700)

----------------------------------------------------------------
Few omap2plus_defconfig updates to add commonly used drivers as
loadable modules.

Note that I'll do patches for armv7_defconfig for these at some
point too once we're happy with omap2plus_defconfig to avoid
extra churn on the defconfig files.

----------------------------------------------------------------
Felipe Balbi (1):
      arm: config: omap2plus_defconfig: switch over to LZMA compression

Paul Walmsley (1):
      ARM: omap1_defconfig: drop obsolete Kconfig symbols

Roger Quadros (1):
      ARM: omap2plus_defconfig: Enable EXTCON_GPIO_USB

Tony Lindgren (3):
      ARM: omap2plus_defconfig: Enable leds-pwm
      ARM: omap2plus_defconfig: Update bluetooth options
      ARM: omap2plus_defconfig: Enable n900 modem as loadable modules

 arch/arm/configs/omap1_defconfig     | 16 ----------------
 arch/arm/configs/omap2plus_defconfig | 27 +++++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 16 deletions(-)

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

* [GIT PULL 3/3] omap legacy boot clean-up for v4.1
       [not found] <pull-1426799683-420388>
                   ` (2 preceding siblings ...)
  2015-03-19 23:14 ` [GIT PULL 3/3] omap legacy boot clean-up " Tony Lindgren
@ 2015-03-19 23:14 ` Tony Lindgren
       [not found] ` <550b5961.65f8420a.142c.ffff9cfeSMTPIN_ADDED_BROKEN@mx.google.com>
       [not found] ` <550b5960.65f8420a.142c.ffff9cddSMTPIN_ADDED_BROKEN@mx.google.com>
  5 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2015-03-19 23:14 UTC (permalink / raw)
  To: arm; +Cc: linux-omap, linux-arm-kernel

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/v4.1-legacy

for you to fetch changes up to 01ea0d4247bb3a224a66007e0a1291232c15d61a:

  ARM: OMAP2+: Remove legacy support for omap3 TouchBook (2015-03-16 17:07:26 -0700)

----------------------------------------------------------------
Drop three omap3 legacy board-*.c files

We want to get omap3 moved over to device tree only based booting.

These three board-*.c files seem to be inactive, so let's attempt
to drop them now rather than later. With these dropped, we have
omap3 device tree conversion status in a known state. Then we know
that we have .dts support for the remaining omap3 board-*.c files,
or it's being worked on.

By dropping these files now, we can simply revert them if really
needed for the next few merge cycles if we run into suprises.
Reverting things later on will not be so easily done.

----------------------------------------------------------------
Tony Lindgren (3):
      ARM: OMAP3: Remove legacy support for EMA-Tech Stalker board
      ARM: OMAP3: Remove legacy support for devkit8000
      ARM: OMAP2+: Remove legacy support for omap3 TouchBook

 arch/arm/mach-omap2/Kconfig                |  18 -
 arch/arm/mach-omap2/Makefile               |   4 -
 arch/arm/mach-omap2/board-devkit8000.c     | 654 -----------------------------
 arch/arm/mach-omap2/board-omap3stalker.c   | 433 -------------------
 arch/arm/mach-omap2/board-omap3touchbook.c | 395 -----------------
 5 files changed, 1504 deletions(-)
 delete mode 100644 arch/arm/mach-omap2/board-devkit8000.c
 delete mode 100644 arch/arm/mach-omap2/board-omap3stalker.c
 delete mode 100644 arch/arm/mach-omap2/board-omap3touchbook.c

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

* [GIT PULL 3/3] omap legacy boot clean-up for v4.1
       [not found] <pull-1426799683-420388>
  2015-03-19 23:14 ` [GIT PULL 2/3] omap defconfig changes for v4.1 Tony Lindgren
  2015-03-19 23:14 ` Tony Lindgren
@ 2015-03-19 23:14 ` Tony Lindgren
  2015-03-19 23:14 ` Tony Lindgren
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2015-03-19 23:14 UTC (permalink / raw)
  To: arm; +Cc: linux-omap, linux-arm-kernel

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/v4.1-legacy

for you to fetch changes up to 01ea0d4247bb3a224a66007e0a1291232c15d61a:

  ARM: OMAP2+: Remove legacy support for omap3 TouchBook (2015-03-16 17:07:26 -0700)

----------------------------------------------------------------
Drop three omap3 legacy board-*.c files

We want to get omap3 moved over to device tree only based booting.

These three board-*.c files seem to be inactive, so let's attempt
to drop them now rather than later. With these dropped, we have
omap3 device tree conversion status in a known state. Then we know
that we have .dts support for the remaining omap3 board-*.c files,
or it's being worked on.

By dropping these files now, we can simply revert them if really
needed for the next few merge cycles if we run into suprises.
Reverting things later on will not be so easily done.

----------------------------------------------------------------
Tony Lindgren (3):
      ARM: OMAP3: Remove legacy support for EMA-Tech Stalker board
      ARM: OMAP3: Remove legacy support for devkit8000
      ARM: OMAP2+: Remove legacy support for omap3 TouchBook

 arch/arm/mach-omap2/Kconfig                |  18 -
 arch/arm/mach-omap2/Makefile               |   4 -
 arch/arm/mach-omap2/board-devkit8000.c     | 654 -----------------------------
 arch/arm/mach-omap2/board-omap3stalker.c   | 433 -------------------
 arch/arm/mach-omap2/board-omap3touchbook.c | 395 -----------------
 5 files changed, 1504 deletions(-)
 delete mode 100644 arch/arm/mach-omap2/board-devkit8000.c
 delete mode 100644 arch/arm/mach-omap2/board-omap3stalker.c
 delete mode 100644 arch/arm/mach-omap2/board-omap3touchbook.c

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

* Re: [GIT PULL 2/3] omap defconfig changes for v4.1
       [not found] ` <550b5961.65f8420a.142c.ffff9cfeSMTPIN_ADDED_BROKEN@mx.google.com>
@ 2015-04-03 17:50   ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2015-04-03 17:50 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: arm, linux-omap, linux-arm-kernel

On Thu, Mar 19, 2015 at 04:14:00PM -0700, Tony Lindgren wrote:
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
> 
>   Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/v4.1-defconfig
> 
> for you to fetch changes up to 1fd6d08cbd4bd8984241c7cef2f7c5cb67fce1aa:
> 
>   ARM: omap2plus_defconfig: Enable n900 modem as loadable modules (2015-03-16 12:48:44 -0700)
> 
> ----------------------------------------------------------------
> Few omap2plus_defconfig updates to add commonly used drivers as
> loadable modules.
> 
> Note that I'll do patches for armv7_defconfig for these at some
> point too once we're happy with omap2plus_defconfig to avoid
> extra churn on the defconfig files.

Merged, thanks.

-Olof

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

* Re: [GIT PULL 3/3] omap legacy boot clean-up for v4.1
       [not found] ` <550b5960.65f8420a.142c.ffff9cddSMTPIN_ADDED_BROKEN@mx.google.com>
@ 2015-04-03 17:51   ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2015-04-03 17:51 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: arm, linux-omap, linux-arm-kernel

On Thu, Mar 19, 2015 at 04:14:01PM -0700, Tony Lindgren wrote:
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
> 
>   Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/v4.1-legacy
> 
> for you to fetch changes up to 01ea0d4247bb3a224a66007e0a1291232c15d61a:
> 
>   ARM: OMAP2+: Remove legacy support for omap3 TouchBook (2015-03-16 17:07:26 -0700)

Merged, thanks.


-Olof

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

end of thread, other threads:[~2015-04-03 17:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <pull-1426799683-420388>
2015-03-19 23:14 ` [GIT PULL 2/3] omap defconfig changes for v4.1 Tony Lindgren
2015-03-19 23:14 ` Tony Lindgren
2015-03-19 23:14 ` [GIT PULL 3/3] omap legacy boot clean-up " Tony Lindgren
2015-03-19 23:14 ` Tony Lindgren
     [not found] ` <550b5961.65f8420a.142c.ffff9cfeSMTPIN_ADDED_BROKEN@mx.google.com>
2015-04-03 17:50   ` [GIT PULL 2/3] omap defconfig changes " Olof Johansson
     [not found] ` <550b5960.65f8420a.142c.ffff9cddSMTPIN_ADDED_BROKEN@mx.google.com>
2015-04-03 17:51   ` [GIT PULL 3/3] omap legacy boot clean-up " Olof Johansson

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