All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/4]: ARM: SAMSUNG: Add SPI clkdev support
@ 2011-10-10  8:03 ` Padmavathi Venna
  0 siblings, 0 replies; 14+ messages in thread
From: Padmavathi Venna @ 2011-10-10  8:03 UTC (permalink / raw)
  To: padma.v, padma.kvr, linux-samsung-soc, linux-arm-kernel
  Cc: ben-linux, linux, kgene.kim

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.

V1 patch series are:
	http://www.spinics.net/lists/arm-kernel/msg141671.html

Changes since V1:
	-Add newly introduced CLKDEV_INIT macro for creating clk_lookup
	structure as suggested by Russell King
	V2 patches series are:
	http://www.spinics.net/lists/arm-kernel/msg142733.html

Changes since V2:
	-Reworked the patches as per the following link. Patch series in
	the following link removed & and , from the macro declaration and added
	in the macro defination. 
	http://www.spinics.net/lists/arm-kernel/msg143663.html

Padmavathi Venna (4):
  ARM: S3C64XX: Add SPI clkdev support
  ARM: S5PC100: Add SPI clkdev support
  ARM: S5P64X0: Add SPI clkdev support
  ARM: S5PV210: Add SPI clkdev support

 arch/arm/mach-s3c64xx/clock.c         |   98 ++++++++++++++++--------
 arch/arm/mach-s5p64x0/clock-s5p6440.c |   57 +++++++++-----
 arch/arm/mach-s5p64x0/clock-s5p6450.c |   57 +++++++++-----
 arch/arm/mach-s5pc100/clock.c         |  132 ++++++++++++++++++++-------------
 arch/arm/mach-s5pv210/clock.c         |   58 ++++++++++-----
 5 files changed, 259 insertions(+), 143 deletions(-)

-- 
1.7.4.4

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

end of thread, other threads:[~2011-10-24 15:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10  8:03 [PATCH V3 0/4]: ARM: SAMSUNG: Add SPI clkdev support Padmavathi Venna
2011-10-10  8:03 ` Padmavathi Venna
2011-10-10  8:03 ` [PATCH V3 1/4] ARM: S3C64XX: " Padmavathi Venna
2011-10-10  8:03   ` Padmavathi Venna
2011-10-10  8:03 ` [PATCH V3 2/4] ARM: S5PC100: " Padmavathi Venna
2011-10-10  8:03   ` Padmavathi Venna
2011-10-10  8:03 ` [PATCH V3 3/4] ARM: S5P64X0: " Padmavathi Venna
2011-10-10  8:03   ` Padmavathi Venna
2011-10-10  8:03 ` [PATCH V3 4/4] ARM: S5PV210: " Padmavathi Venna
2011-10-10  8:03   ` Padmavathi Venna
2011-10-10  9:42 ` [PATCH V3 0/4]: ARM: SAMSUNG: " Kukjin Kim
2011-10-10  9:42   ` Kukjin Kim
2011-10-24 15:19   ` Kukjin Kim
2011-10-24 15:19     ` Kukjin Kim

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.