[PATCH 0/2] Add device tree probe for i2c-imx driver
From: Shawn Guo <hidden>
Date: 2011-07-14 16:03:43
Also in:
linux-devicetree, linux-i2c
From: Shawn Guo <hidden>
Date: 2011-07-14 16:03:43
Also in:
linux-devicetree, linux-i2c
The first patch removes unused init/exit hooks from platform data,
and the second one actually adds the actual device tree probe support.
Shawn Guo (2):
i2c/imx: remove init/exit hooks from platform data
i2c/imx: add device tree probe support
.../devicetree/bindings/i2c/fsl-imx-i2c.txt | 25 +++++++++++
arch/arm/plat-mxc/include/mach/i2c.h | 4 --
drivers/i2c/busses/i2c-imx.c | 46 +++++++++----------
3 files changed, 47 insertions(+), 28 deletions(-)