[PATCH 0/2] Add DT binding support for mmc35240

2015-07-17 Thread Jandy Gou
Add basic DT binding for mmc35240 Add DT binding doc for mmc35240 Jandy Gou (2): iio: magnetometer: mmc35240: Add DT binding iio: magnetometer: mmc35240: Add DT binding doc .../devicetree/bindings/iio/magnetometer/mmc35240.txt | 13 + drivers/iio/magnetometer/mmc35240.c

[PATCH 1/2] iio: magnetometer: mmc35240: Add DT binding

2015-07-17 Thread Jandy Gou
Signed-off-by: Jandy Gou --- drivers/iio/magnetometer/mmc35240.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/iio/magnetometer/mmc35240.c b/drivers/iio/magnetometer/mmc35240.c index 7a2ea71..9bc542d 100644 --- a/drivers/iio/magnetometer/mmc35240.c +++ b/drivers/iio

[PATCH 2/2] iio: magnetometer: mmc35240: Add DT binding doc

2015-07-17 Thread Jandy Gou
Signed-off-by: Jandy Gou --- .../devicetree/bindings/iio/magnetometer/mmc35240.txt | 13 + 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/magnetometer/mmc35240.txt diff --git a/Documentation/devicetree/bindings/iio/magnetometer