All of lore.kernel.org
 help / color / mirror / Atom feed
* ARM: shmobile: r8a7778/bockw: add I2C/HSPI/MMC support
@ 2013-05-16  7:05 Kuninori Morimoto
  2013-05-16  7:13   ` Kuninori Morimoto
                   ` (4 more replies)
  0 siblings, 5 replies; 29+ messages in thread
From: Kuninori Morimoto @ 2013-05-16  7:05 UTC (permalink / raw)
  To: linux-sh


Hi Simon

These patches add I2C/HSPI/MMC support to r8a7778/BockW/defconfig
I know Sergei is posting I2C patch for r8a7778, but it seems depend on USB patch,
and it still isn't applied on Simon's tree.
This I2C doesn't depend on USB.

These patches are based on renesas-next-20130513 tag

MMC patch needs Guennadi's
[PATCH] mmc: mmcif: don't clear masked interrupts

I sent SPI fixup patch to SPI ML several month ago,
but I didn't get result about it.
So, I added it on top of these patch set

MTD needs new ID setting on driver.
It was posted to LinuxML too.

1) - 2) are no SH patch
3) - 5) are pfc patches
6) - 8) are r8a7778 patches
9) - b) are bockw patches
c) - e) are defconfig patches

Kuninori Morimoto (14):
      1) spi: hspi: fixup long delay time
      2) mtd: m25p80: add support for the Spansion s25fl008k chip
      3) sh-pfc: r8a7778: add I2C pin groups
      4) sh-pfc: r8a7778: add HSPI pin groups
      5) sh-pfc: r8a7778: add MMCIF pin groups
      6) ARM: shmobile: r8a7778: add I2C support
      7) ARM: shmobile: r8a7778: add HSPI support
      8) ARM: shmobile: r8a7778: add MMCIF support
      9) ARM: shmobile: bockw: add I2C device support
      a) ARM: shmobile: bockw: add SPI FLASH support
      b) ARM: shmobile: bockw: add MMCIF support
      c) ARM: shmobile: bockw defconfig: add RTC RX8581 support
      d) ARM: shmobile: bockw defconfig: add M25P80 support
      e) ARM: shmobile: bockw defconfig: add MMCIF support

 arch/arm/configs/bockw_defconfig              |   11 ++
 arch/arm/mach-shmobile/board-bockw.c          |   80 +++++++++++++
 arch/arm/mach-shmobile/clock-r8a7778.c        |   23 +++-
 arch/arm/mach-shmobile/include/mach/r8a7778.h |    5 +
 arch/arm/mach-shmobile/setup-r8a7778.c        |   61 ++++++++++
 drivers/mtd/devices/m25p80.c                  |    1 +
 drivers/pinctrl/sh-pfc/pfc-r8a7778.c          |  154 +++++++++++++++++++++++++
 drivers/spi/spi-sh-hspi.c                     |    2 +-
 8 files changed, 335 insertions(+), 2 deletions(-)


Best regards
---
Kuninori Morimoto

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

end of thread, other threads:[~2014-02-23  2:25 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-16  7:05 ARM: shmobile: r8a7778/bockw: add I2C/HSPI/MMC support Kuninori Morimoto
2013-05-16  7:13 ` [PATCH] spi: hspi: fixup long delay time Kuninori Morimoto
2013-05-16  7:13   ` Kuninori Morimoto
2013-05-16  7:14 ` [PATCH] mtd: m25p80: add support for the Spansion s25fl008k chip Kuninori Morimoto
2013-05-16  7:14   ` Kuninori Morimoto
2013-05-16  7:14   ` Kuninori Morimoto
2014-02-11  8:51   ` Geert Uytterhoeven
2014-02-11  8:51     ` Geert Uytterhoeven
2014-02-23  2:25     ` Brian Norris
2014-02-23  2:25       ` Brian Norris
2013-05-23  3:13 ` ARM: shmobile: r8a7778/bockw: add I2C/HSPI/MMC support Kuninori Morimoto
2013-05-23  3:14   ` [PATCH 01/17 v2] spi: hspi: fixup long delay time Kuninori Morimoto
2013-05-25  1:47     ` Simon Horman
2013-05-25  1:47       ` Simon Horman
2013-05-25 14:32       ` Mark Brown
2013-05-25 14:32         ` Mark Brown
2013-05-26 13:28         ` Simon Horman
2013-05-26 13:28           ` Simon Horman
2013-05-27  0:59           ` [PATCH] " Kuninori Morimoto
2013-05-27  0:59             ` Kuninori Morimoto
2013-05-27 12:17             ` Mark Brown
2013-05-27 12:17               ` Mark Brown
2013-05-23  3:15   ` [PATCH 02/17 v2] mtd: m25p80: add support for the Spansion s25fl008k chip Kuninori Morimoto
2013-05-25  1:49     ` Simon Horman
2013-05-25  1:49       ` Simon Horman
2013-05-27  1:02       ` [PATCH] " Kuninori Morimoto
2013-05-27  1:02         ` Kuninori Morimoto
2013-05-27  0:52 ` ARM: shmobile: r8a7778/bockw: add I2C/HSPI/MMC support Kuninori Morimoto
2013-05-28  4:20 ` Kuninori Morimoto

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.