linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Add support for Exynos5 ISP SPI ports
@ 2012-09-18 18:21 Simon Glass
  2012-09-18 18:21 ` [PATCH 1/7] PM / Domains: add generic function 'pm_genpd_of_add_device_by_name' Simon Glass
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Simon Glass @ 2012-09-18 18:21 UTC (permalink / raw)
  To: linux-arm-kernel

This series adds support for the two additional SPI ports on exynos,
attached to the ISP.

I have included a required PM patch as well, so that it compiles.

This has been tested using flashrom on SPI1, and a chip to chip SPI
interface (with an STM32 micro) on ISP SPI1.

This series may need more work, but I think it is worth sending out as is.


Prathyush K (1):
  PM / Domains: add generic function 'pm_genpd_of_add_device_by_name'

Simon Glass (6):
  spi: s3c64xx: Fix enum dma_data_direction warning
  spi: s3c64xx: Add support for ISP SPI ports
  spi: s3c64xx: Use jiffies instead of loops for timeout
  spi: s3c64xx: Allow use with SPI ports without dma
  spi: s3c64xx: Tidy up SPI chip select handling
  spi: s3c64xx: Write to PACKET_CNT after reset

 .../devicetree/bindings/spi/spi-samsung.txt        |    7 +
 arch/arm/mach-exynos/clock-exynos5.c               |   69 +++++++++
 arch/arm/mach-exynos/include/mach/map.h            |    2 +
 arch/arm/mach-exynos/include/mach/regs-clock.h     |    1 +
 arch/arm/mach-exynos/mach-exynos5-dt.c             |    4 +
 arch/arm/plat-samsung/include/plat/s3c64xx-spi.h   |    6 +-
 drivers/spi/spi-s3c64xx.c                          |  150 +++++++++++++-------
 include/linux/pm_domain.h                          |   19 +++
 8 files changed, 202 insertions(+), 56 deletions(-)

-- 
1.7.7.3

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

end of thread, other threads:[~2012-09-18 18:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-18 18:21 [PATCH 0/7] Add support for Exynos5 ISP SPI ports Simon Glass
2012-09-18 18:21 ` [PATCH 1/7] PM / Domains: add generic function 'pm_genpd_of_add_device_by_name' Simon Glass
2012-09-18 18:21 ` [PATCH 2/7] spi: s3c64xx: Fix enum dma_data_direction warning Simon Glass
2012-09-18 18:21 ` [PATCH 3/7] spi: s3c64xx: Add support for ISP SPI ports Simon Glass
2012-09-18 18:21 ` [PATCH 4/7] spi: s3c64xx: Use jiffies instead of loops for timeout Simon Glass
2012-09-18 18:21 ` [PATCH 5/7] spi: s3c64xx: Allow use with SPI ports without dma Simon Glass
2012-09-18 18:21 ` [PATCH 6/7] spi: s3c64xx: Tidy up SPI chip select handling Simon Glass
2012-09-18 18:21 ` [PATCH 7/7] spi: s3c64xx: Write to PACKET_CNT after reset Simon Glass

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