[PATCH 01/15] i2c/busses: Add Device Tree support to the Nomadik I2C driver
From: Linus Walleij <hidden>
Date: 2012-05-09 08:42:53
Also in:
linux-i2c
From: Linus Walleij <hidden>
Date: 2012-05-09 08:42:53
Also in:
linux-i2c
On Sat, May 5, 2012 at 8:17 AM, Lee Jones [off-list ref] wrote:
I haven't tested it yet (it builds with no warnings/errors, but I haven't booted it), as I don't have my board immediately to hand, but does this kind of thing better suit what you're looking for? From: Lee Jones <redacted> Date: Tue, 17 Apr 2012 16:04:13 +0100 Subject: [PATCH 01/15] i2c/busses: Add Device Tree support to the Nomadik I2C ?driver Here we move the i2c-nomadik's default settings into the driver rather than specifying them from platform code. At the time of this writing we only have one user, the u8500. As new users are added, it is expected that they will be Device Tree compliant. If this is the case, we will look up their initialisation values by compatible entry, then apply them forthwith. Signed-off-by: Lee Jones <redacted>
Acked-by: Linus Walleij <redacted> Make sure you test it first though. Yours, Linus Walleij