All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] ARM: ux500: Provide a means to obtain the SMSC9115 clock when DT is enabled
@ 2012-12-19 17:19 ` Lee Jones
  0 siblings, 0 replies; 57+ messages in thread
From: Lee Jones @ 2012-12-19 17:19 UTC (permalink / raw)
  To: linux-arm-kernel

Device Tree names devices differently to how some frameworks expect
them. Until we can move a platform over to the new way of obtaining
resources, we have to use the OF_DEV_AUXDATA() macros to craft a
device name which can be used in searches during allocation time.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/mach-ux500/cpu-db8500.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c
index db0bb75..dfb68ce 100644
--- a/arch/arm/mach-ux500/cpu-db8500.c
+++ b/arch/arm/mach-ux500/cpu-db8500.c
@@ -284,6 +284,7 @@ static struct of_dev_auxdata u8500_auxdata_lookup[] __initdata = {
 	OF_DEV_AUXDATA("st,nomadik-i2c", 0x80128000, "nmk-i2c.2", NULL),
 	OF_DEV_AUXDATA("st,nomadik-i2c", 0x80110000, "nmk-i2c.3", NULL),
 	OF_DEV_AUXDATA("st,nomadik-i2c", 0x8012a000, "nmk-i2c.4", NULL),
+	OF_DEV_AUXDATA("smsc,lan9115", 0x50000000, "smsc911x", NULL),
 	/* Requires device name bindings. */
 	OF_DEV_AUXDATA("stericsson,nmk_pinctrl", 0, "pinctrl-db8500", NULL),
 	/* Requires clock name and DMA bindings. */
-- 
1.7.9.5

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

end of thread, other threads:[~2013-01-17 19:37 UTC | newest]

Thread overview: 57+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-19 17:19 [PATCH 1/4] ARM: ux500: Provide a means to obtain the SMSC9115 clock when DT is enabled Lee Jones
2012-12-19 17:19 ` Lee Jones
2012-12-19 17:19 ` [PATCH 2/4] clk: ux500: Ensure the FMSC clock is obtainable Lee Jones
2012-12-19 17:19   ` Lee Jones
2013-01-15 23:52   ` Mike Turquette
2013-01-15 23:52     ` Mike Turquette
2013-01-16  9:59     ` Lee Jones
2013-01-16  9:59       ` Lee Jones
2012-12-19 17:19 ` [PATCH 3/4] clk: ux500: Provide an alias for the SMSC911x Ethernet chip Lee Jones
2012-12-19 17:19   ` Lee Jones
2013-01-09  8:56   ` Lee Jones
2013-01-09  8:56     ` Lee Jones
2013-01-09 16:26     ` Ulf Hansson
2013-01-09 16:26       ` Ulf Hansson
2013-01-15 23:53     ` Mike Turquette
2013-01-15 23:53       ` Mike Turquette
2012-12-19 17:19 ` [PATCH 4/4] net/smsc911x: Provide common clock functionality Lee Jones
2012-12-19 17:19   ` Lee Jones
2012-12-20 19:12   ` Linus Walleij
2012-12-20 19:12     ` Linus Walleij
2012-12-20 19:24     ` Russell King - ARM Linux
2012-12-20 19:24       ` Russell King - ARM Linux
2012-12-20 20:35       ` Lee Jones
2012-12-20 20:35         ` Lee Jones
2012-12-20 20:51         ` Russell King - ARM Linux
2012-12-20 20:51           ` Russell King - ARM Linux
2012-12-21  9:13           ` Lee Jones
2012-12-21  9:13             ` Lee Jones
2012-12-21  9:13             ` Lee Jones
2012-12-21  9:24             ` Russell King - ARM Linux
2012-12-21  9:24               ` Russell King - ARM Linux
2012-12-21 11:41               ` [PATCH 4/4 v2] " Lee Jones
2012-12-21 11:41                 ` Lee Jones
2012-12-26  0:51                 ` Linus Walleij
2012-12-26  0:51                   ` Linus Walleij
2012-12-27 19:31                   ` Lee Jones
2012-12-27 19:31                     ` Lee Jones
2013-01-03 11:14                 ` [PATCH 4/4 v3] " Lee Jones
2013-01-03 11:14                   ` Lee Jones
2013-01-03 14:28                   ` Linus Walleij
2013-01-03 14:28                     ` Linus Walleij
2013-01-07 14:16                     ` Lee Jones
2013-01-07 14:16                       ` Lee Jones
2013-01-09  8:55                     ` Lee Jones
2013-01-09  8:55                       ` Lee Jones
2013-01-09 16:32                       ` Ulf Hansson
2013-01-09 16:32                         ` Ulf Hansson
2013-01-17 10:25                       ` Linus Walleij
2013-01-17 10:25                         ` Linus Walleij
2013-01-17 10:47                         ` Lee Jones
2013-01-17 10:47                           ` Lee Jones
2013-01-17 19:36                           ` David Miller
2013-01-17 19:36                             ` David Miller
2013-01-09  8:56   ` [PATCH 4/4] " Lee Jones
2013-01-09  8:56     ` Lee Jones
2012-12-20 19:09 ` [PATCH 1/4] ARM: ux500: Provide a means to obtain the SMSC9115 clock when DT is enabled Linus Walleij
2012-12-20 19:09   ` Linus Walleij

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.