Thread (7 messages) 7 messages, 3 authors, 2011-02-23

Re: [PATCH] i2c-ocores: register devices on child nodes

From: Thomas Chou <hidden>
Date: 2011-02-23 00:32:06
Also in: linux-devicetree, lkml

On 02/23/2011 08:12 AM, Ben Dooks wrote:
On Thu, Feb 10, 2011 at 10:51:54AM +0800, Thomas Chou wrote:
quoted
This patch registers devices on the devicetree child nodes to the bus.
Also removes one trailing whitespace.
Is this required as an urgent fix, or can it queue for next merge window?
It is not urgent. An it is fine to queue it for next merge window.

- Thomas
quoted
Signed-off-by: Thomas Chou<redacted>
---
  drivers/i2c/busses/i2c-ocores.c |    6 +++++-
  1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/drivers/i2c/busses/i2c-ocores.c b/drivers/i2c/busses/i2c-ocores.c
index ef3bcb1..c63838f 100644
--- a/drivers/i2c/busses/i2c-ocores.c
+++ b/drivers/i2c/busses/i2c-ocores.c
@@ -18,7 +18,7 @@
   * - interrupts      : interrupt number
   * - regstep         : size of device registers in bytes
   * - clock-frequency : frequency of bus clock in Hz
- *
+ *
   * Example:
   *
   *  i2c0: ocores@a0000000 {
@@ -55,6 +55,7 @@
  #include<linux/i2c-ocores.h>
  #include<linux/slab.h>
  #include<linux/io.h>
+#include<linux/of_i2c.h>

  struct ocores_i2c {
  	void __iomem *base;
@@ -347,6 +348,9 @@ static int __devinit ocores_i2c_probe(struct platform_device *pdev)
  			i2c_new_device(&i2c->adap, pdata->devices + i);
  	}

+	/* Now register all the child nodes */
+	of_i2c_register_devices(&i2c->adap);
+
  	return 0;
  }

--
1.7.4

--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help