linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT 00/16] Renesas ARM based SoC updates for v3.12
@ 2013-07-24  0:33 Simon Horman
  2013-07-24  0:33 ` [PATCH 01/16] ARM: shmobile: r8a7790: add clocks for thermal Simon Horman
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Simon Horman @ 2013-07-24  0:33 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Arnd,

please consider the following Renesas ARM based SoC updates for v3.12.

This pull request is based on renesas-dt-for-v3.12 which I have
previously sent a pull request for.

The following changes since commit 66a5cab04d339d02b93a4671eadf8e251dbfdc2c:

  ARM: shmobile: Add SMSC ethernet chip to KZM9D DT reference (2013-07-17 10:06:47 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc-for-v3.12

for you to fetch changes up to 81b9d5351fa96caad4accc6711bc1b9342927d4a:

  ARM: shmobile: Setup r8a7790 arch timer based on MD pins (2013-07-17 14:26:56 +0900)

----------------------------------------------------------------
Renesas ARM based SoC updates for v3.12

* Setup arch timer based on MD pins on r8a7790 SoC
* Thermal driver support for r8a7790 SoC
* Make arch timer optional for r8a7790 and r8a73a4 SoCs
* CMT10 clock event for r8a7790 and r8a73a4 SoCs
* Increased clock coverage for r8a73a4 SoC
* MMCIF DMA definitions for r8a7740 SoC
* Disconnect SMP code from clocks on emev2 SoC

----------------------------------------------------------------
Guennadi Liakhovetski (6):
      ARM: shmobile: r8a73a4: wait for completion when kicking the clock
      ARM: shmobile: r8a73a4: implement CPU clock scaling for CPUFreq
      ARM: shmobile: r8a73a4: safeguard against wrong clk_set_rate() uses
      ARM: shmobile: r8a73a4: add Z2 clock support
      ARM: shmobile: r8a73a4: add clocks for I2C controllers
      ARM: shmobile: r8a7740: add MMCIF DMA definitions

Magnus Damm (8):
      ARM: shmobile: Sort r8a7790 MSTP entries
      ARM: shmobile: Add r8a7790 CMT00 clock event
      ARM: shmobile: Make r8a7790 Arch timer optional
      ARM: shmobile: Add r8a73a4 CMT10 clock event
      ARM: shmobile: Make r8a73a4 Arch timer optional
      ARM: shmobile: Disconnect EMEV2 SMP code from clocks
      ARM: shmobile: Introduce r8a7790_read_mode_pins()
      ARM: shmobile: Setup r8a7790 arch timer based on MD pins

Simon Horman (2):
      ARM: shmobile: r8a7790: add clocks for thermal
      ARM: shmobile: r8a7790: add thermal driver support

 arch/arm/mach-shmobile/Kconfig                |   4 +-
 arch/arm/mach-shmobile/board-ape6evm.c        |   1 +
 arch/arm/mach-shmobile/board-lager.c          |   1 +
 arch/arm/mach-shmobile/clock-emev2.c          |  18 ---
 arch/arm/mach-shmobile/clock-r8a73a4.c        | 199 ++++++++++++++++++++++++--
 arch/arm/mach-shmobile/clock-r8a7790.c        |  23 +--
 arch/arm/mach-shmobile/include/mach/emev2.h   |   1 -
 arch/arm/mach-shmobile/include/mach/r8a73a4.h |   1 +
 arch/arm/mach-shmobile/include/mach/r8a7740.h |   2 +
 arch/arm/mach-shmobile/include/mach/r8a7790.h |   4 +
 arch/arm/mach-shmobile/setup-r8a73a4.c        |  30 ++++
 arch/arm/mach-shmobile/setup-r8a7740.c        |  10 ++
 arch/arm/mach-shmobile/setup-r8a7790.c        | 106 +++++++++++++-
 arch/arm/mach-shmobile/smp-emev2.c            |  11 +-
 14 files changed, 363 insertions(+), 48 deletions(-)

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

end of thread, other threads:[~2013-08-14  7:26 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-24  0:33 [GIT 00/16] Renesas ARM based SoC updates for v3.12 Simon Horman
2013-07-24  0:33 ` [PATCH 01/16] ARM: shmobile: r8a7790: add clocks for thermal Simon Horman
2013-07-24  0:33 ` [PATCH 02/16] ARM: shmobile: r8a7790: add thermal driver support Simon Horman
2013-07-24  0:33 ` [PATCH 03/16] ARM: shmobile: r8a73a4: wait for completion when kicking the clock Simon Horman
2013-07-24  0:33 ` [PATCH 04/16] ARM: shmobile: r8a73a4: implement CPU clock scaling for CPUFreq Simon Horman
2013-07-24  0:33 ` [PATCH 05/16] ARM: shmobile: r8a73a4: safeguard against wrong clk_set_rate() uses Simon Horman
2013-07-24  0:34 ` [PATCH 06/16] ARM: shmobile: r8a73a4: add Z2 clock support Simon Horman
2013-07-24  0:34 ` [PATCH 07/16] ARM: shmobile: r8a73a4: add clocks for I2C controllers Simon Horman
2013-07-24  0:34 ` [PATCH 08/16] ARM: shmobile: Sort r8a7790 MSTP entries Simon Horman
2013-07-24  0:34 ` [PATCH 09/16] ARM: shmobile: Add r8a7790 CMT00 clock event Simon Horman
2013-07-24  0:34 ` [PATCH 10/16] ARM: shmobile: Make r8a7790 Arch timer optional Simon Horman
2013-07-24  0:34 ` [PATCH 11/16] ARM: shmobile: Add r8a73a4 CMT10 clock event Simon Horman
2013-07-24  0:34 ` [PATCH 12/16] ARM: shmobile: Make r8a73a4 Arch timer optional Simon Horman
2013-07-24  0:34 ` [PATCH 13/16] ARM: shmobile: Disconnect EMEV2 SMP code from clocks Simon Horman
2013-07-24  0:34 ` [PATCH 14/16] ARM: shmobile: r8a7740: add MMCIF DMA definitions Simon Horman
2013-07-24  0:34 ` [PATCH 15/16] ARM: shmobile: Introduce r8a7790_read_mode_pins() Simon Horman
2013-07-24  0:34 ` [PATCH 16/16] ARM: shmobile: Setup r8a7790 arch timer based on MD pins Simon Horman
2013-07-24  8:06 ` [GIT 00/16] Renesas ARM based SoC updates for v3.12 Simon Horman
2013-08-14  7:26 ` 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).