All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/7] ARM: SPEAr13xx: Minor fixes and updation
@ 2012-07-13  9:23 Vipul Kumar Samar
  2012-07-13  9:23 ` [PATCH V2 1/7] ARM: SPEAr13xx: Fix Interrupt bindings Vipul Kumar Samar
                   ` (6 more replies)
  0 siblings, 7 replies; 26+ messages in thread
From: Vipul Kumar Samar @ 2012-07-13  9:23 UTC (permalink / raw)
  To: linux-arm-kernel

-v2:
-Fix check retrun value from clk_set_rate and clk_set_parent.
-Fix sys_clk mask value.
-Additional patch for overwrite platform data passed from auxdata_lookup

-v1:
-Fix interrupt bindings for ethernet, i2c,.
-Fix clk enable register for uart1 and i2c1.
-Fix register con_id for ethernet.
-Update sys_clk parent.
-Pass ethernet platform data from auxdata lookup.
-Add local timer clock.

Vipul Kumar Samar (7):
  ARM: SPEAr13xx: Fix Interrupt bindings
  clk: SPEAr1340: Fix clk enable register for uart1 and i2c1.
  clk: SPEAr13xx: Add localtimer (twd) clock support
  Clk : SPEAr13xx: Register con_id for Ethernet phy clks
  Clk: SPEAr1340: Update sys clock parent array
  ARM: SPEAr13xx: Add auxdata for Ethernet controller.
  net: stmmac: Overwrite platform data if passed from auxdata

 arch/arm/boot/dts/spear13xx.dtsi                   |   11 +-
 arch/arm/mach-spear13xx/include/mach/generic.h     |    2 +
 arch/arm/mach-spear13xx/include/mach/spear.h       |    1 +
 arch/arm/mach-spear13xx/spear1340.c                |   32 ++++++
 arch/arm/mach-spear13xx/spear13xx.c                |  104 ++++++++++++++++++++
 drivers/clk/spear/spear1310_clock.c                |   14 ++-
 drivers/clk/spear/spear1340_clock.c                |   14 ++-
 .../net/ethernet/stmicro/stmmac/stmmac_platform.c  |    5 +-
 8 files changed, 166 insertions(+), 17 deletions(-)

-- 
1.7.2.2

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

end of thread, other threads:[~2012-07-26 21:44 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-13  9:23 [PATCH V2 0/7] ARM: SPEAr13xx: Minor fixes and updation Vipul Kumar Samar
2012-07-13  9:23 ` [PATCH V2 1/7] ARM: SPEAr13xx: Fix Interrupt bindings Vipul Kumar Samar
2012-07-13  9:23 ` [PATCH V2 2/7] clk: SPEAr1340: Fix clk enable register for uart1 and i2c1 Vipul Kumar Samar
2012-07-13  9:23 ` [PATCH V2 3/7] clk: SPEAr13xx: Add localtimer (twd) clock support Vipul Kumar Samar
2012-07-13  9:23 ` [PATCH V2 4/7] Clk : SPEAr13xx: Register con_id for Ethernet phy clks Vipul Kumar Samar
2012-07-13  9:23 ` [PATCH V2 5/7] Clk: SPEAr1340: Update sys clock parent array Vipul Kumar Samar
2012-07-13 10:18   ` viresh kumar
2012-07-13  9:23 ` [PATCH V2 6/7] ARM: SPEAr13xx: Add auxdata for Ethernet controller Vipul Kumar Samar
2012-07-13 10:30   ` viresh kumar
2012-07-13 14:22     ` Arnd Bergmann
2012-07-17 10:25       ` deepaksi
2012-07-17 10:41         ` Jean-Christophe PLAGNIOL-VILLARD
2012-07-17 10:00     ` deepaksi
2012-07-17 16:53       ` Arnd Bergmann
2012-07-18  9:21         ` deepaksi
2012-07-25  4:33           ` deepaksi
2012-07-25  6:31             ` Arnd Bergmann
2012-07-25  7:34               ` Shiraz Hashim
2012-07-25 17:10                 ` Arnd Bergmann
2012-07-26  4:51                   ` Shiraz Hashim
2012-07-26 21:44                     ` Arnd Bergmann
2012-07-14 11:41   ` Jean-Christophe PLAGNIOL-VILLARD
2012-07-13  9:23 ` [PATCH V2 7/7] net: stmmac: Overwrite platform data if passed from auxdata Vipul Kumar Samar
2012-07-13 10:17   ` viresh kumar
2012-07-13 10:33     ` vipul kumar samar
2012-07-13 10:48       ` viresh kumar

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.