linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7]: ARM: SAMSUNG: Add SPI clkdev support
@ 2011-09-23 11:53 Padmavathi Venna
  2011-09-23 11:53 ` [PATCH 1/7] SPI: S3C64XX: Use bus clocks created using clkdev Padmavathi Venna
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Padmavathi Venna @ 2011-09-23 11:53 UTC (permalink / raw)
  To: linux-arm-kernel

This patchset modifies the existing clkdev to make SPI driver
independent of the clock names send from platform data. This
patches enables the SPI driver to request SPI bus clocks
using generic connection ID.

The patches are created against "for-next" branch of Kukjin Kim's tree at:
git://github.com/kgene/linux-samsung.git

Due to the issue with the GPIO in the latest commits of for-next branch,
following patches are tested against the following commit: 
9eb1e9aeec6f6f68d83a463446d1b30cb8ffcc65
ARM: S5PV210: enable TV support on GONI board

Padmavathi Venna (7):
  SPI: S3C64XX: Use bus clocks created using clkdev
  ARM: SAMSUNG: Add CLK Macro for clkdev support
  ARM: S3C64XX: Add SPI clkdev support
  ARM: S5PC100: Add SPI clkdev support
  ARM: S5P64X0: Add SPI clkdev support
  ARM: S5PV210: Add SPI clkdev support
  ARM: SAMSUNG: Remove SPI bus clocks from platform data

 arch/arm/mach-s3c64xx/clock.c                    |   98 +++++++++++-----
 arch/arm/mach-s3c64xx/dev-spi.c                  |    7 -
 arch/arm/mach-s5p64x0/clock-s5p6440.c            |   57 ++++++----
 arch/arm/mach-s5p64x0/clock-s5p6450.c            |   57 ++++++----
 arch/arm/mach-s5p64x0/dev-spi.c                  |    6 -
 arch/arm/mach-s5pc100/clock.c                    |  132 +++++++++++++---------
 arch/arm/mach-s5pc100/dev-spi.c                  |    7 -
 arch/arm/mach-s5pv210/clock.c                    |   58 ++++++----
 arch/arm/mach-s5pv210/dev-spi.c                  |    6 -
 arch/arm/plat-samsung/include/plat/clock.h       |    7 +
 arch/arm/plat-samsung/include/plat/s3c64xx-spi.h |    2 -
 drivers/spi/spi-s3c64xx.c                        |   14 +--
 12 files changed, 271 insertions(+), 180 deletions(-)

-- 
1.7.4.4

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

end of thread, other threads:[~2011-11-02 11:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-23 11:53 [PATCH 0/7]: ARM: SAMSUNG: Add SPI clkdev support Padmavathi Venna
2011-09-23 11:53 ` [PATCH 1/7] SPI: S3C64XX: Use bus clocks created using clkdev Padmavathi Venna
2011-09-23 23:12   ` Grant Likely
2011-09-26 23:22     ` Kukjin Kim
2011-11-01  7:41       ` padma venkat
2011-11-02 11:15         ` Kukjin Kim
2011-09-23 11:53 ` [PATCH 2/7] ARM: SAMSUNG: Add CLK Macro for clkdev support Padmavathi Venna
2011-09-23 20:26   ` Russell King - ARM Linux
2011-09-28  4:25     ` padma venkat
2011-09-23 11:53 ` [PATCH 3/7] ARM: S3C64XX: Add SPI " Padmavathi Venna
2011-09-23 11:53 ` [PATCH 4/7] ARM: S5PC100: " Padmavathi Venna
2011-09-23 11:53 ` [PATCH 5/7] ARM: S5P64X0: " Padmavathi Venna
2011-09-23 11:53 ` [PATCH 6/7] ARM: S5PV210: " Padmavathi Venna
2011-09-23 11:53 ` [PATCH 7/7] ARM: SAMSUNG: Remove SPI bus clocks from platform data Padmavathi Venna

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