All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] of: export of_platform_populate()
@ 2012-06-07 23:57 Stephen Warren
       [not found] ` <1339113456-27089-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  2012-06-11 14:26 ` [PATCH] of: export of_platform_populate() Rob Herring
  0 siblings, 2 replies; 6+ messages in thread
From: Stephen Warren @ 2012-06-07 23:57 UTC (permalink / raw)
  To: Grant Likely, Rob Herring
  Cc: devicetree-discuss, linux-kernel, Stephen Warren

From: Stephen Warren <swarren@nvidia.com>

Without this, modules can't use this API, leading to build failures.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
This is useful in 3.5.

 drivers/of/platform.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/of/platform.c b/drivers/of/platform.c
index 343ad29..3132ea0 100644
--- a/drivers/of/platform.c
+++ b/drivers/of/platform.c
@@ -462,4 +462,5 @@ int of_platform_populate(struct device_node *root,
 	of_node_put(root);
 	return rc;
 }
+EXPORT_SYMBOL_GPL(of_platform_populate);
 #endif /* CONFIG_OF_ADDRESS */
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH 0/2] EDAC support for Calxeda Highbank
@ 2012-06-06 22:02 Rob Herring
  2012-06-06 22:02 ` [PATCH 1/2] edac: add support for Calxeda highbank memory controller Rob Herring
  0 siblings, 1 reply; 6+ messages in thread
From: Rob Herring @ 2012-06-06 22:02 UTC (permalink / raw)
  To: linux-edac, linux-kernel, devicetree-discuss; +Cc: Doug Thompson, Rob Herring

From: Rob Herring <rob.herring@calxeda.com>

This series adds EDAC support for Calxeda Highbank platform L2 and
memory ECC hardware.

Rob

Rob Herring (2):
  edac: add support for Calxeda highbank memory controller
  edac: add support for Calxeda highbank L2 cache ecc

 .../devicetree/bindings/arm/calxeda/l2ecc.txt      |   17 ++
 .../devicetree/bindings/arm/calxeda/mem-ctrlr.txt  |   17 ++
 arch/arm/boot/dts/highbank.dts                     |   12 +
 drivers/edac/Kconfig                               |   16 +-
 drivers/edac/Makefile                              |    4 +
 drivers/edac/highbank_l2_edac.c                    |  149 ++++++++++++
 drivers/edac/highbank_mc_edac.c                    |  238 ++++++++++++++++++++
 7 files changed, 452 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/arm/calxeda/l2ecc.txt
 create mode 100644 Documentation/devicetree/bindings/arm/calxeda/mem-ctrlr.txt
 create mode 100644 drivers/edac/highbank_l2_edac.c
 create mode 100644 drivers/edac/highbank_mc_edac.c

-- 
1.7.9.5

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

end of thread, other threads:[~2012-06-20 19:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-07 23:57 [PATCH] of: export of_platform_populate() Stephen Warren
     [not found] ` <1339113456-27089-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-06-08  7:53   ` Booting MX28-EVK without bootloader support Subodh Nijsure
2012-06-11 14:26 ` [PATCH] of: export of_platform_populate() Rob Herring
2012-06-20 18:00   ` Stephen Warren
2012-06-20 19:32     ` Rob Herring
  -- strict thread matches above, loose matches on Subject: below --
2012-06-06 22:02 [PATCH 0/2] EDAC support for Calxeda Highbank Rob Herring
2012-06-06 22:02 ` [PATCH 1/2] edac: add support for Calxeda highbank memory controller Rob Herring
2012-06-06 22:34   ` Mauro Carvalho Chehab
2012-06-08  1:12     ` Rob Herring
2012-06-08  5:54       ` Booting MX28-EVK without bootloader support Subodh Nijsure

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.