All of lore.kernel.org
 help / color / mirror / Atom feed
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/8] ARM: SoC cleanups for v4.6
Date: Sun, 20 Mar 2016 21:29:53 +0100	[thread overview]
Message-ID: <3344097.G7hsSqFMa6@wuerfel> (raw)
In-Reply-To: <10465240.PKeEEAAbCF@wuerfel>

The following changes since commit 901c5ffaaed117a38be9d0c29247c4888d6c8636:

  ARM: shmobile: Remove shmobile_boot_arg (2016-02-17 18:27:21 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-cleanup

for you to fetch changes up to 809683ee060de5ea45294d465dc242dee1ff189f:

  Merge tag 'mvebu-cleanup-4.6-2' of git://git.infradead.org/linux-mvebu into next/cleanup (2016-02-29 23:53:01 +0100)

----------------------------------------------------------------
ARM: SoC cleanups for v4.6

A few simple cleanups across multiple platforms, not much standing out:

- lpc32xx removes its private implementation of the clk API, after
  generic code was merged in 4.5
- all unused Makefile.boot files get removed
- a number of simplifications for shmobile
- asm/clkdev.h gets replaced with the asm-generic version after
  all mach/clkdev.h implementations are gone

----------------------------------------------------------------
Arnd Bergmann (2):
      Merge tag 'renesas-cleanup2-for-v4.6' of git://git.kernel.org/.../horms/renesas into next/cleanup
      Merge tag 'mvebu-cleanup-4.6-2' of git://git.infradead.org/linux-mvebu into next/cleanup

Geert Uytterhoeven (5):
      ARM: shmobile: rcar-gen2: Make rcar_gen2_dma_contiguous static
      ARM: shmobile: Add includes providing forward declarations
      ARM: shmobile: Typo s/MIPDR/MPIDR/
      ARM: shmobile: r8a7779: Remove remainings of removed SCU boot setup code
      ARM: shmobile: Consolidate SCU mapping code

Magnus Damm (1):
      ARM: shmobile: Kconfig: Get rid of old comment

Masahiro Yamada (5):
      ARM: mv78xx0: use "depends on" instead of "if" after prompt
      ARM: mvebu: add missing of_node_put()
      ARM: drop unused Makefile.boot of Multiplatform SoCs
      ARM: integrator: remove redundant select in Kconfig
      ARM: netx: remove redundant "depends on ARCH_NETX"

Olof Johansson (4):
      Merge tag 'renesas-cleanup-for-v4.6' of git://git.kernel.org/.../horms/renesas into next/cleanup
      Merge tag 'mvebu-cleanup-4.6-1' of git://git.infradead.org/linux-mvebu into next/cleanup
      Merge branch 'lpc32xx/soc' of https://github.com/vzapolskiy/linux into next/cleanup
      Merge tag 'plat-versatile-cleanup' of git://git.kernel.org/.../linusw/linux-integrator into next/cleanup

Stephen Boyd (2):
      ARM: plat-versatile: Remove unused clock.c file
      ARM: Use generic clkdev.h header

Vladimir Zapolskiy (3):
      arm: lpc32xx: switch to common clock framework
      arm: lpc32xx: remove selected HAVE_IDE
      arm: lpc32xx: remove direct control of GPIOs from shared mach file

 arch/arm/Kconfig                         |    4 +-
 arch/arm/include/asm/Kbuild              |    1 +
 arch/arm/include/asm/clkdev.h            |   31 -
 arch/arm/mach-cns3xxx/Makefile.boot      |    3 -
 arch/arm/mach-exynos/Makefile.boot       |    2 -
 arch/arm/mach-integrator/Kconfig         |    6 -
 arch/arm/mach-integrator/Makefile.boot   |    4 -
 arch/arm/mach-keystone/Makefile.boot     |    1 -
 arch/arm/mach-lpc32xx/Makefile           |    3 +-
 arch/arm/mach-lpc32xx/clock.c            | 1284 ------------------------------
 arch/arm/mach-lpc32xx/phy3250.c          |   53 --
 arch/arm/mach-lpc32xx/serial.c           |    3 -
 arch/arm/mach-lpc32xx/timer.c            |  144 ----
 arch/arm/mach-mmp/Makefile.boot          |    1 -
 arch/arm/mach-mv78xx0/Kconfig            |    3 +-
 arch/arm/mach-mv78xx0/Makefile.boot      |    3 -
 arch/arm/mach-mvebu/platsmp.c            |    1 +
 arch/arm/mach-netx/Kconfig               |    3 -
 arch/arm/mach-nspire/Makefile.boot       |    0
 arch/arm/mach-omap2/Makefile.boot        |    3 -
 arch/arm/mach-orion5x/Makefile.boot      |    3 -
 arch/arm/mach-prima2/Makefile.boot       |    3 -
 arch/arm/mach-realview/Makefile.boot     |    9 -
 arch/arm/mach-s3c64xx/Makefile.boot      |    2 -
 arch/arm/mach-shmobile/Kconfig           |    2 -
 arch/arm/mach-shmobile/common.h          |    5 +-
 arch/arm/mach-shmobile/cpufreq.c         |    2 +
 arch/arm/mach-shmobile/headsmp-scu.S     |    2 +-
 arch/arm/mach-shmobile/platsmp-scu.c     |   10 +-
 arch/arm/mach-shmobile/setup-rcar-gen2.c |    7 +-
 arch/arm/mach-shmobile/smp-emev2.c       |    3 +-
 arch/arm/mach-shmobile/smp-r8a7779.c     |    3 +-
 arch/arm/mach-shmobile/smp-sh73a0.c      |    3 +-
 arch/arm/mach-shmobile/suspend.c         |    2 +
 arch/arm/mach-shmobile/timer.c           |    2 +
 arch/arm/mach-spear/Makefile.boot        |    3 -
 arch/arm/mach-u300/Makefile.boot         |    4 -
 arch/arm/mach-ux500/Makefile.boot        |    3 -
 arch/arm/mach-zynq/Makefile.boot         |    3 -
 arch/arm/plat-versatile/Kconfig          |    3 -
 arch/arm/plat-versatile/Makefile         |    1 -
 arch/arm/plat-versatile/clock.c          |   74 --
 42 files changed, 30 insertions(+), 1672 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: arm@kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL 2/8] ARM: SoC cleanups for v4.6
Date: Sun, 20 Mar 2016 21:29:53 +0100	[thread overview]
Message-ID: <3344097.G7hsSqFMa6@wuerfel> (raw)
In-Reply-To: <10465240.PKeEEAAbCF@wuerfel>

The following changes since commit 901c5ffaaed117a38be9d0c29247c4888d6c8636:

  ARM: shmobile: Remove shmobile_boot_arg (2016-02-17 18:27:21 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-cleanup

for you to fetch changes up to 809683ee060de5ea45294d465dc242dee1ff189f:

  Merge tag 'mvebu-cleanup-4.6-2' of git://git.infradead.org/linux-mvebu into next/cleanup (2016-02-29 23:53:01 +0100)

----------------------------------------------------------------
ARM: SoC cleanups for v4.6

A few simple cleanups across multiple platforms, not much standing out:

- lpc32xx removes its private implementation of the clk API, after
  generic code was merged in 4.5
- all unused Makefile.boot files get removed
- a number of simplifications for shmobile
- asm/clkdev.h gets replaced with the asm-generic version after
  all mach/clkdev.h implementations are gone

----------------------------------------------------------------
Arnd Bergmann (2):
      Merge tag 'renesas-cleanup2-for-v4.6' of git://git.kernel.org/.../horms/renesas into next/cleanup
      Merge tag 'mvebu-cleanup-4.6-2' of git://git.infradead.org/linux-mvebu into next/cleanup

Geert Uytterhoeven (5):
      ARM: shmobile: rcar-gen2: Make rcar_gen2_dma_contiguous static
      ARM: shmobile: Add includes providing forward declarations
      ARM: shmobile: Typo s/MIPDR/MPIDR/
      ARM: shmobile: r8a7779: Remove remainings of removed SCU boot setup code
      ARM: shmobile: Consolidate SCU mapping code

Magnus Damm (1):
      ARM: shmobile: Kconfig: Get rid of old comment

Masahiro Yamada (5):
      ARM: mv78xx0: use "depends on" instead of "if" after prompt
      ARM: mvebu: add missing of_node_put()
      ARM: drop unused Makefile.boot of Multiplatform SoCs
      ARM: integrator: remove redundant select in Kconfig
      ARM: netx: remove redundant "depends on ARCH_NETX"

Olof Johansson (4):
      Merge tag 'renesas-cleanup-for-v4.6' of git://git.kernel.org/.../horms/renesas into next/cleanup
      Merge tag 'mvebu-cleanup-4.6-1' of git://git.infradead.org/linux-mvebu into next/cleanup
      Merge branch 'lpc32xx/soc' of https://github.com/vzapolskiy/linux into next/cleanup
      Merge tag 'plat-versatile-cleanup' of git://git.kernel.org/.../linusw/linux-integrator into next/cleanup

Stephen Boyd (2):
      ARM: plat-versatile: Remove unused clock.c file
      ARM: Use generic clkdev.h header

Vladimir Zapolskiy (3):
      arm: lpc32xx: switch to common clock framework
      arm: lpc32xx: remove selected HAVE_IDE
      arm: lpc32xx: remove direct control of GPIOs from shared mach file

 arch/arm/Kconfig                         |    4 +-
 arch/arm/include/asm/Kbuild              |    1 +
 arch/arm/include/asm/clkdev.h            |   31 -
 arch/arm/mach-cns3xxx/Makefile.boot      |    3 -
 arch/arm/mach-exynos/Makefile.boot       |    2 -
 arch/arm/mach-integrator/Kconfig         |    6 -
 arch/arm/mach-integrator/Makefile.boot   |    4 -
 arch/arm/mach-keystone/Makefile.boot     |    1 -
 arch/arm/mach-lpc32xx/Makefile           |    3 +-
 arch/arm/mach-lpc32xx/clock.c            | 1284 ------------------------------
 arch/arm/mach-lpc32xx/phy3250.c          |   53 --
 arch/arm/mach-lpc32xx/serial.c           |    3 -
 arch/arm/mach-lpc32xx/timer.c            |  144 ----
 arch/arm/mach-mmp/Makefile.boot          |    1 -
 arch/arm/mach-mv78xx0/Kconfig            |    3 +-
 arch/arm/mach-mv78xx0/Makefile.boot      |    3 -
 arch/arm/mach-mvebu/platsmp.c            |    1 +
 arch/arm/mach-netx/Kconfig               |    3 -
 arch/arm/mach-nspire/Makefile.boot       |    0
 arch/arm/mach-omap2/Makefile.boot        |    3 -
 arch/arm/mach-orion5x/Makefile.boot      |    3 -
 arch/arm/mach-prima2/Makefile.boot       |    3 -
 arch/arm/mach-realview/Makefile.boot     |    9 -
 arch/arm/mach-s3c64xx/Makefile.boot      |    2 -
 arch/arm/mach-shmobile/Kconfig           |    2 -
 arch/arm/mach-shmobile/common.h          |    5 +-
 arch/arm/mach-shmobile/cpufreq.c         |    2 +
 arch/arm/mach-shmobile/headsmp-scu.S     |    2 +-
 arch/arm/mach-shmobile/platsmp-scu.c     |   10 +-
 arch/arm/mach-shmobile/setup-rcar-gen2.c |    7 +-
 arch/arm/mach-shmobile/smp-emev2.c       |    3 +-
 arch/arm/mach-shmobile/smp-r8a7779.c     |    3 +-
 arch/arm/mach-shmobile/smp-sh73a0.c      |    3 +-
 arch/arm/mach-shmobile/suspend.c         |    2 +
 arch/arm/mach-shmobile/timer.c           |    2 +
 arch/arm/mach-spear/Makefile.boot        |    3 -
 arch/arm/mach-u300/Makefile.boot         |    4 -
 arch/arm/mach-ux500/Makefile.boot        |    3 -
 arch/arm/mach-zynq/Makefile.boot         |    3 -
 arch/arm/plat-versatile/Kconfig          |    3 -
 arch/arm/plat-versatile/Makefile         |    1 -
 arch/arm/plat-versatile/clock.c          |   74 --
 42 files changed, 30 insertions(+), 1672 deletions(-)

  parent reply	other threads:[~2016-03-20 20:29 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-20 20:21 [GIT PULL 0/8] ARM: SoC changes for 4.6 Arnd Bergmann
2016-03-20 20:21 ` Arnd Bergmann
2016-03-20 20:24 ` [GIT PULL 1/8] ARM: SoC non-urgent fixes for v4.6 Arnd Bergmann
2016-03-20 20:24   ` Arnd Bergmann
2016-03-20 20:29 ` Arnd Bergmann [this message]
2016-03-20 20:29   ` [GIT PULL 2/8] ARM: SoC cleanups " Arnd Bergmann
2016-03-20 20:31 ` [GIT PULL 3/8] ARM: SoC platform updates " Arnd Bergmann
2016-03-20 20:31   ` Arnd Bergmann
2016-03-20 20:34 ` [GIT PULL 4/8] ARM: SoC changes for 4.6 Arnd Bergmann
2016-03-20 20:34   ` Arnd Bergmann
2016-03-20 20:59 ` [GIT PULL 5/8] ARM: DT updates for v4.6 Arnd Bergmann
2016-03-20 20:59   ` Arnd Bergmann
2016-03-20 21:01 ` [GIT PULL 6/8] ARM: 64-bit " Arnd Bergmann
2016-03-20 21:01   ` Arnd Bergmann
2016-03-20 21:03 ` [GIT PULL 7/8] ARM: SoC defconfig " Arnd Bergmann
2016-03-20 21:03   ` Arnd Bergmann
2016-03-20 21:04 ` [GIT PULL 8/8] ARM: SoC driver " Arnd Bergmann
2016-03-20 21:04   ` Arnd Bergmann

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=3344097.G7hsSqFMa6@wuerfel \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.