mbox

[GIT,0/4] Second round of Renesas ARM based SoC fixes for v3.11

Message ID cover.1375234088.git.horms+renesas@verge.net.au
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-fixes2-for-v3.11

Message

Simon Horman July 31, 2013, 1:33 a.m. UTC
Hi Olof, Hi Arnd,

please consider the following Renesas ARM based SoC fixes for v3.11.

The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:

  Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-fixes2-for-v3.11

for you to fetch changes up to a601469386b543df2a4d97ad7d524716945278a3:

  ARM: shmobile: lager: do not annotate gpio_buttons as __initdata (2013-07-31 10:11:17 +0900)

----------------------------------------------------------------
Second round of Renesas ARM based SoC fixes for v3.11

* Lager board: do not annotate gpio_buttons as __initdata
  - This avoids accessing uninitialised memory if keys are pressed
    after kernel initialisation completes.
  - Bug introduced in gpio-keys were enabled in v3.11-rc1

* Bock-W board: fix SDHI0 PFC settings
  - Allow detection of SD card
  - Bug introduced in SDHI support was added in v3.11-rc1

* shdma: fixup sh_dmae_get_partial() calculation error
  - Bug introduced in 2.6.34-rc1.

* armadillo800eva board: Don't request GPIO 166 in board code
  - Allow use of touchscreen
  - Bug introduced in v3.11-rc1

----------------------------------------------------------------
Kuninori Morimoto (2):
      ARM: shmobile: armadillo800eva: Don't request GPIO 166 in board code
      shdma: fixup sh_dmae_get_partial() calculation error

Sergei Shtylyov (1):
      ARM: shmobile: BOCK-W: fix SDHI0 PFC settings

Simon Horman (1):
      ARM: shmobile: lager: do not annotate gpio_buttons as __initdata

 arch/arm/mach-shmobile/board-armadillo800eva.c | 3 ---
 arch/arm/mach-shmobile/board-bockw.c           | 8 +++++++-
 arch/arm/mach-shmobile/board-lager.c           | 2 +-
 drivers/dma/sh/shdma.c                         | 4 ++--
 4 files changed, 10 insertions(+), 7 deletions(-)

Comments

Olof Johansson Aug. 4, 2013, 8:38 p.m. UTC | #1
On Wed, Jul 31, 2013 at 10:33:44AM +0900, Simon Horman wrote:
> Hi Olof, Hi Arnd,
> 
> please consider the following Renesas ARM based SoC fixes for v3.11.
> 
> The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:
> 
>   Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-fixes2-for-v3.11
> 
> for you to fetch changes up to a601469386b543df2a4d97ad7d524716945278a3:
> 
>   ARM: shmobile: lager: do not annotate gpio_buttons as __initdata (2013-07-31 10:11:17 +0900)
> 
> ----------------------------------------------------------------
> Second round of Renesas ARM based SoC fixes for v3.11
> 
> * Lager board: do not annotate gpio_buttons as __initdata
>   - This avoids accessing uninitialised memory if keys are pressed
>     after kernel initialisation completes.
>   - Bug introduced in gpio-keys were enabled in v3.11-rc1
> 
> * Bock-W board: fix SDHI0 PFC settings
>   - Allow detection of SD card
>   - Bug introduced in SDHI support was added in v3.11-rc1
> 
> * shdma: fixup sh_dmae_get_partial() calculation error
>   - Bug introduced in 2.6.34-rc1.
> 
> * armadillo800eva board: Don't request GPIO 166 in board code
>   - Allow use of touchscreen
>   - Bug introduced in v3.11-rc1

Pulled, thanks for the excellent tag description.


-Olof