linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 5/5] Clean-up for omap
  2012-02-29 20:15 [GIT PULL 1/5] non-critical fixes for v3.4 merge window Tony Lindgren
@ 2012-02-29 20:15 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2012-02-29 20:15 UTC (permalink / raw)
  To: linux-arm-kernel


This is mostly changes needed for io.h removal, and one
patch to remove unused flag for McSPI. Note that these
are based on RMK's for-armsoc.

Also, these cause a minor merge conflict for mach-omap2/Kconfig
with the fixes-non-critical posted in this series of pull
requests.

Regards,

Tony

The following changes since commit 61b80086a525c8a6081257ae40da5dee2bcaee16:
  Russell King (1):
        Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux into for-armsoc

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap cleanup

Jarkko Nikula (1):
      ARM: OMAP: McSPI: Remove unused flag from struct omap2_mcspi_device_config

Paul Walmsley (1):
      ARM: OMAP2xxx: PM: remove obsolete timer disable code in the suspend path

Tony Lindgren (10):
      ARM: OMAP2+: Drop DISPC L3 firewall code
      ARM: OMAP2+: Move SDRC related functions from io.h into local common.h
      ARM: OMAP: Move omap_init_consistent_dma_size() to local common.h
      ARM: OMAP1: Move 16xx GPIO system clock to platform init code
      ARM: OMAP1: Move most of plat/io.h into local iomap.h
      ARM: OMAP2+: Move most of plat/io.h into local iomap.h
      ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.h
      ARM: OMAP2+: Limit omap_read/write usage to legacy USB drivers
      Merge branch 'iomap' into cleanup
      ARM: OMAP2+: Fix L4_EMU_34XX_BASE error after iomap changes

 arch/arm/mach-omap1/ams-delta-fiq-handler.S        |    3 +-
 arch/arm/mach-omap1/ams-delta-fiq.c                |    1 +
 arch/arm/mach-omap1/board-ams-delta.c              |   10 ++-
 arch/arm/mach-omap1/board-fsample.c                |    7 +-
 arch/arm/mach-omap1/board-h2.c                     |    6 +-
 arch/arm/mach-omap1/board-h3.c                     |    8 +-
 arch/arm/mach-omap1/board-htcherald.c              |    5 +-
 arch/arm/mach-omap1/board-innovator.c              |    7 +-
 arch/arm/mach-omap1/board-nokia770.c               |    6 +-
 arch/arm/mach-omap1/board-osk.c                    |    7 +-
 arch/arm/mach-omap1/board-palmte.c                 |    4 +-
 arch/arm/mach-omap1/board-palmtt.c                 |    9 +-
 arch/arm/mach-omap1/board-palmz71.c                |    9 +-
 arch/arm/mach-omap1/board-perseus2.c               |    7 +-
 arch/arm/mach-omap1/board-sx1.c                    |    6 +-
 arch/arm/mach-omap1/board-voiceblue.c              |    6 +-
 arch/arm/mach-omap1/clock.c                        |    5 +-
 arch/arm/mach-omap1/clock_data.c                   |    5 +-
 arch/arm/mach-omap1/common.h                       |    1 +
 arch/arm/mach-omap1/devices.c                      |    8 +-
 arch/arm/mach-omap1/dma.c                          |    2 +-
 arch/arm/mach-omap1/flash.c                        |    4 +-
 arch/arm/mach-omap1/fpga.c                         |    5 +-
 arch/arm/mach-omap1/gpio16xx.c                     |    7 ++
 arch/arm/mach-omap1/id.c                           |    3 +
 arch/arm/mach-omap1/include/mach/entry-macro.S     |    4 +-
 arch/arm/mach-omap1/include/mach/hardware.h        |   36 +++++++++
 arch/arm/mach-omap1/include/mach/io.h              |   43 ++++++++++-
 arch/arm/mach-omap1/include/mach/memory.h          |    3 +-
 arch/arm/mach-omap1/io.c                           |    3 +
 arch/arm/mach-omap1/iomap.h                        |   42 ++++++++++
 arch/arm/mach-omap1/irq.c                          |    4 +-
 arch/arm/mach-omap1/lcd_dma.c                      |    3 +-
 arch/arm/mach-omap1/mcbsp.c                        |    5 +-
 arch/arm/mach-omap1/pm.c                           |    4 +-
 arch/arm/mach-omap1/reset.c                        |    3 +-
 arch/arm/mach-omap1/sleep.S                        |    4 +
 arch/arm/mach-omap1/sram.S                         |    4 +
 arch/arm/mach-omap1/time.c                         |    3 +-
 arch/arm/mach-omap1/timer32k.c                     |    7 +-
 arch/arm/mach-omap2/board-cm-t35.c                 |    1 -
 arch/arm/mach-omap2/board-n8x0.c                   |    1 -
 arch/arm/mach-omap2/board-rx51-peripherals.c       |    3 -
 arch/arm/mach-omap2/board-zoom-display.c           |    1 -
 arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c       |    1 +
 arch/arm/mach-omap2/clkt_dpll.c                    |    1 +
 arch/arm/mach-omap2/clock2420_data.c               |    3 +
 arch/arm/mach-omap2/clock2430.c                    |    2 +
 arch/arm/mach-omap2/clock2430_data.c               |    2 +
 arch/arm/mach-omap2/clock2xxx.c                    |    1 +
 arch/arm/mach-omap2/clock3xxx.c                    |    1 +
 arch/arm/mach-omap2/clock3xxx_data.c               |    3 +-
 arch/arm/mach-omap2/clock44xx_data.c               |    3 +
 arch/arm/mach-omap2/cm2xxx_3xxx.c                  |    2 +-
 arch/arm/mach-omap2/cm44xx.c                       |    2 +-
 arch/arm/mach-omap2/cminst44xx.c                   |    2 +-
 arch/arm/mach-omap2/common-board-devices.c         |    1 -
 arch/arm/mach-omap2/common.c                       |    4 +-
 arch/arm/mach-omap2/common.h                       |    7 ++
 arch/arm/mach-omap2/control.c                      |    3 +-
 arch/arm/mach-omap2/control.h                      |    1 -
 arch/arm/mach-omap2/devices.c                      |    2 +-
 arch/arm/mach-omap2/display.c                      |    1 +
 arch/arm/mach-omap2/emu.c                          |    4 +
 arch/arm/mach-omap2/gpmc-nand.c                    |    1 +
 arch/arm/mach-omap2/gpmc-onenand.c                 |    1 +
 arch/arm/mach-omap2/include/mach/io.h              |   46 +++++++++++-
 arch/arm/mach-omap2/io.c                           |   57 ++------------
 .../include/plat/io.h => mach-omap2/iomap.h}       |   80 +-------------------
 arch/arm/mach-omap2/irq.c                          |    5 +-
 arch/arm/mach-omap2/omap-smp.c                     |    3 +-
 arch/arm/mach-omap2/opp2420_data.c                 |    2 +
 arch/arm/mach-omap2/opp2430_data.c                 |    2 +
 arch/arm/mach-omap2/pm24xx.c                       |   27 +------
 arch/arm/mach-omap2/prcm_mpu44xx.c                 |    2 +-
 arch/arm/mach-omap2/prm44xx.c                      |    3 +-
 arch/arm/mach-omap2/prminst44xx.c                  |    2 +-
 arch/arm/mach-omap2/sdram-nokia.c                  |    1 -
 arch/arm/mach-omap2/sdrc2xxx.c                     |    5 +-
 arch/arm/mach-omap2/sleep24xx.S                    |    1 -
 arch/arm/mach-omap2/sleep34xx.S                    |    5 +-
 arch/arm/mach-omap2/sram242x.S                     |    4 +-
 arch/arm/mach-omap2/sram243x.S                     |    4 +-
 arch/arm/mach-omap2/sram34xx.S                     |    5 +-
 arch/arm/plat-omap/counter_32k.c                   |    1 +
 arch/arm/plat-omap/dma.c                           |    2 +
 arch/arm/plat-omap/dmtimer.c                       |    2 +
 arch/arm/plat-omap/include/plat/hardware.h         |    6 ++
 arch/arm/plat-omap/include/plat/keypad.h           |    2 +
 arch/arm/plat-omap/include/plat/mcspi.h            |    3 -
 arch/arm/plat-omap/include/plat/tc.h               |   17 ----
 arch/arm/plat-omap/include/plat/usb.h              |   41 ++++++++++
 arch/arm/plat-omap/mux.c                           |    5 +-
 arch/arm/plat-omap/sram.c                          |    9 +-
 arch/arm/plat-omap/usb.c                           |    4 +
 drivers/char/hw_random/omap-rng.c                  |    2 +
 drivers/gpio/gpio-omap.c                           |    7 --
 drivers/video/omap2/dss/dispc.c                    |    5 -
 drivers/video/omap2/dss/dss.c                      |    3 +
 99 files changed, 446 insertions(+), 280 deletions(-)
 create mode 100644 arch/arm/mach-omap1/iomap.h
 rename arch/arm/{plat-omap/include/plat/io.h => mach-omap2/iomap.h} (77%)

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

* [GIT PULL 5/5] Clean-up for omap
       [not found] <0M0SaL-1SHLTi0asf-00u7ia@mx.kundenserver.de>
@ 2012-02-29 21:20 ` Arnd Bergmann
  2012-02-29 21:24   ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2012-02-29 21:20 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 29 February 2012, Tony Lindgren wrote:
> This is mostly changes needed for io.h removal, and one
> patch to remove unused flag for McSPI. Note that these
> are based on RMK's for-armsoc.
> 
> Also, these cause a minor merge conflict for mach-omap2/Kconfig
> with the fixes-non-critical posted in this series of pull
> requests.

Hmm, I did not see the conflict in this one, but I saw one in the
dt branch that I fixed.

I pulled this one into next/cleanup.

	Arnd

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

* [GIT PULL 5/5] Clean-up for omap
  2012-02-29 21:20 ` [GIT PULL 5/5] Clean-up for omap Arnd Bergmann
@ 2012-02-29 21:24   ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2012-02-29 21:24 UTC (permalink / raw)
  To: linux-arm-kernel

* Arnd Bergmann <arnd@arndb.de> [120229 12:48]:
> On Wednesday 29 February 2012, Tony Lindgren wrote:
> > This is mostly changes needed for io.h removal, and one
> > patch to remove unused flag for McSPI. Note that these
> > are based on RMK's for-armsoc.
> > 
> > Also, these cause a minor merge conflict for mach-omap2/Kconfig
> > with the fixes-non-critical posted in this series of pull
> > requests.
> 
> Hmm, I did not see the conflict in this one, but I saw one in the
> dt branch that I fixed.

OK sounds like I did not remember correctly where the conflict was.
 
> I pulled this one into next/cleanup.

Thanks.

Tony

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

* [GIT PULL 5/5] Clean-up for omap
       [not found] <E1S2pwp-0004tL-BA@merlin.infradead.org>
@ 2012-03-01  0:39 ` Kevin Hilman
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2012-03-01  0:39 UTC (permalink / raw)
  To: linux-arm-kernel

+Grant (for conflict w/GPIO series already queued)

Tony Lindgren <tony@atomide.com> writes:

> This is mostly changes needed for io.h removal, and one
> patch to remove unused flag for McSPI. Note that these
> are based on RMK's for-armsoc.
>
> Also, these cause a minor merge conflict for mach-omap2/Kconfig
> with the fixes-non-critical posted in this series of pull
> requests.

Grant, FYI... this series will cause a minor conflict with the GPIO
runtime PM cleanup you've already pulled from me.

Basically, this patch from $SUBJECT series by Tony:

  ARM: OMAP1: Move 16xx GPIO system clock to platform init code

duplicates work already done in the branch you've pulled.

Not sure how you want to handle this, but maybe you want to merge this
cleanup branch as well.  If so, the fix is to resolve in favor of the
GPIO branch you've already pulled from me.

Kevin

> Regards,
>
> Tony
>
> The following changes since commit 61b80086a525c8a6081257ae40da5dee2bcaee16:
>   Russell King (1):
>         Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux into for-armsoc
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap cleanup
>
> Jarkko Nikula (1):
>       ARM: OMAP: McSPI: Remove unused flag from struct omap2_mcspi_device_config
>
> Paul Walmsley (1):
>       ARM: OMAP2xxx: PM: remove obsolete timer disable code in the suspend path
>
> Tony Lindgren (10):
>       ARM: OMAP2+: Drop DISPC L3 firewall code
>       ARM: OMAP2+: Move SDRC related functions from io.h into local common.h
>       ARM: OMAP: Move omap_init_consistent_dma_size() to local common.h
>       ARM: OMAP1: Move 16xx GPIO system clock to platform init code
>       ARM: OMAP1: Move most of plat/io.h into local iomap.h
>       ARM: OMAP2+: Move most of plat/io.h into local iomap.h
>       ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.h
>       ARM: OMAP2+: Limit omap_read/write usage to legacy USB drivers
>       Merge branch 'iomap' into cleanup
>       ARM: OMAP2+: Fix L4_EMU_34XX_BASE error after iomap changes
>
>  arch/arm/mach-omap1/ams-delta-fiq-handler.S        |    3 +-
>  arch/arm/mach-omap1/ams-delta-fiq.c                |    1 +
>  arch/arm/mach-omap1/board-ams-delta.c              |   10 ++-
>  arch/arm/mach-omap1/board-fsample.c                |    7 +-
>  arch/arm/mach-omap1/board-h2.c                     |    6 +-
>  arch/arm/mach-omap1/board-h3.c                     |    8 +-
>  arch/arm/mach-omap1/board-htcherald.c              |    5 +-
>  arch/arm/mach-omap1/board-innovator.c              |    7 +-
>  arch/arm/mach-omap1/board-nokia770.c               |    6 +-
>  arch/arm/mach-omap1/board-osk.c                    |    7 +-
>  arch/arm/mach-omap1/board-palmte.c                 |    4 +-
>  arch/arm/mach-omap1/board-palmtt.c                 |    9 +-
>  arch/arm/mach-omap1/board-palmz71.c                |    9 +-
>  arch/arm/mach-omap1/board-perseus2.c               |    7 +-
>  arch/arm/mach-omap1/board-sx1.c                    |    6 +-
>  arch/arm/mach-omap1/board-voiceblue.c              |    6 +-
>  arch/arm/mach-omap1/clock.c                        |    5 +-
>  arch/arm/mach-omap1/clock_data.c                   |    5 +-
>  arch/arm/mach-omap1/common.h                       |    1 +
>  arch/arm/mach-omap1/devices.c                      |    8 +-
>  arch/arm/mach-omap1/dma.c                          |    2 +-
>  arch/arm/mach-omap1/flash.c                        |    4 +-
>  arch/arm/mach-omap1/fpga.c                         |    5 +-
>  arch/arm/mach-omap1/gpio16xx.c                     |    7 ++
>  arch/arm/mach-omap1/id.c                           |    3 +
>  arch/arm/mach-omap1/include/mach/entry-macro.S     |    4 +-
>  arch/arm/mach-omap1/include/mach/hardware.h        |   36 +++++++++
>  arch/arm/mach-omap1/include/mach/io.h              |   43 ++++++++++-
>  arch/arm/mach-omap1/include/mach/memory.h          |    3 +-
>  arch/arm/mach-omap1/io.c                           |    3 +
>  arch/arm/mach-omap1/iomap.h                        |   42 ++++++++++
>  arch/arm/mach-omap1/irq.c                          |    4 +-
>  arch/arm/mach-omap1/lcd_dma.c                      |    3 +-
>  arch/arm/mach-omap1/mcbsp.c                        |    5 +-
>  arch/arm/mach-omap1/pm.c                           |    4 +-
>  arch/arm/mach-omap1/reset.c                        |    3 +-
>  arch/arm/mach-omap1/sleep.S                        |    4 +
>  arch/arm/mach-omap1/sram.S                         |    4 +
>  arch/arm/mach-omap1/time.c                         |    3 +-
>  arch/arm/mach-omap1/timer32k.c                     |    7 +-
>  arch/arm/mach-omap2/board-cm-t35.c                 |    1 -
>  arch/arm/mach-omap2/board-n8x0.c                   |    1 -
>  arch/arm/mach-omap2/board-rx51-peripherals.c       |    3 -
>  arch/arm/mach-omap2/board-zoom-display.c           |    1 -
>  arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c       |    1 +
>  arch/arm/mach-omap2/clkt_dpll.c                    |    1 +
>  arch/arm/mach-omap2/clock2420_data.c               |    3 +
>  arch/arm/mach-omap2/clock2430.c                    |    2 +
>  arch/arm/mach-omap2/clock2430_data.c               |    2 +
>  arch/arm/mach-omap2/clock2xxx.c                    |    1 +
>  arch/arm/mach-omap2/clock3xxx.c                    |    1 +
>  arch/arm/mach-omap2/clock3xxx_data.c               |    3 +-
>  arch/arm/mach-omap2/clock44xx_data.c               |    3 +
>  arch/arm/mach-omap2/cm2xxx_3xxx.c                  |    2 +-
>  arch/arm/mach-omap2/cm44xx.c                       |    2 +-
>  arch/arm/mach-omap2/cminst44xx.c                   |    2 +-
>  arch/arm/mach-omap2/common-board-devices.c         |    1 -
>  arch/arm/mach-omap2/common.c                       |    4 +-
>  arch/arm/mach-omap2/common.h                       |    7 ++
>  arch/arm/mach-omap2/control.c                      |    3 +-
>  arch/arm/mach-omap2/control.h                      |    1 -
>  arch/arm/mach-omap2/devices.c                      |    2 +-
>  arch/arm/mach-omap2/display.c                      |    1 +
>  arch/arm/mach-omap2/emu.c                          |    4 +
>  arch/arm/mach-omap2/gpmc-nand.c                    |    1 +
>  arch/arm/mach-omap2/gpmc-onenand.c                 |    1 +
>  arch/arm/mach-omap2/include/mach/io.h              |   46 +++++++++++-
>  arch/arm/mach-omap2/io.c                           |   57 ++------------
>  .../include/plat/io.h => mach-omap2/iomap.h}       |   80 +-------------------
>  arch/arm/mach-omap2/irq.c                          |    5 +-
>  arch/arm/mach-omap2/omap-smp.c                     |    3 +-
>  arch/arm/mach-omap2/opp2420_data.c                 |    2 +
>  arch/arm/mach-omap2/opp2430_data.c                 |    2 +
>  arch/arm/mach-omap2/pm24xx.c                       |   27 +------
>  arch/arm/mach-omap2/prcm_mpu44xx.c                 |    2 +-
>  arch/arm/mach-omap2/prm44xx.c                      |    3 +-
>  arch/arm/mach-omap2/prminst44xx.c                  |    2 +-
>  arch/arm/mach-omap2/sdram-nokia.c                  |    1 -
>  arch/arm/mach-omap2/sdrc2xxx.c                     |    5 +-
>  arch/arm/mach-omap2/sleep24xx.S                    |    1 -
>  arch/arm/mach-omap2/sleep34xx.S                    |    5 +-
>  arch/arm/mach-omap2/sram242x.S                     |    4 +-
>  arch/arm/mach-omap2/sram243x.S                     |    4 +-
>  arch/arm/mach-omap2/sram34xx.S                     |    5 +-
>  arch/arm/plat-omap/counter_32k.c                   |    1 +
>  arch/arm/plat-omap/dma.c                           |    2 +
>  arch/arm/plat-omap/dmtimer.c                       |    2 +
>  arch/arm/plat-omap/include/plat/hardware.h         |    6 ++
>  arch/arm/plat-omap/include/plat/keypad.h           |    2 +
>  arch/arm/plat-omap/include/plat/mcspi.h            |    3 -
>  arch/arm/plat-omap/include/plat/tc.h               |   17 ----
>  arch/arm/plat-omap/include/plat/usb.h              |   41 ++++++++++
>  arch/arm/plat-omap/mux.c                           |    5 +-
>  arch/arm/plat-omap/sram.c                          |    9 +-
>  arch/arm/plat-omap/usb.c                           |    4 +
>  drivers/char/hw_random/omap-rng.c                  |    2 +
>  drivers/gpio/gpio-omap.c                           |    7 --
>  drivers/video/omap2/dss/dispc.c                    |    5 -
>  drivers/video/omap2/dss/dss.c                      |    3 +
>  99 files changed, 446 insertions(+), 280 deletions(-)
>  create mode 100644 arch/arm/mach-omap1/iomap.h
>  rename arch/arm/{plat-omap/include/plat/io.h => mach-omap2/iomap.h} (77%)
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2012-03-01  0:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <0M0SaL-1SHLTi0asf-00u7ia@mx.kundenserver.de>
2012-02-29 21:20 ` [GIT PULL 5/5] Clean-up for omap Arnd Bergmann
2012-02-29 21:24   ` Tony Lindgren
     [not found] <E1S2pwp-0004tL-BA@merlin.infradead.org>
2012-03-01  0:39 ` Kevin Hilman
2012-02-29 20:15 [GIT PULL 1/5] non-critical fixes for v3.4 merge window Tony Lindgren
2012-02-29 20:15 ` [GIT PULL 5/5] Clean-up for omap Tony Lindgren

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