]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: Add device tree support for max77686
authorYadwinder Singh Brar <yadi.brar01@gmail.com>
Fri, 6 Jul 2012 11:32:55 +0000 (17:02 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 9 Jul 2012 13:13:42 +0000 (15:13 +0200)
commitf8514c1a205a96c662469f2129fc599c4cea7312
tree8aedaf38d74ea987ff38ca9de81731b59ccd3d8f
parentd8524db1e2765ae7d836d8df2897c8890f145fea
mfd: Add device tree support for max77686

This patch adds device tree support for mfd driver and adds
Documentation/devicetree/bindings/mfd/max77686.txt.
This patch also intialize max77686 pointer to NULL in max77686_i2c_probe
to silent a compile time warning.

Signed-off-by: Yadwinder Singh Brar <yadi.brar@samsung.com>
Reviwed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Documentation/devicetree/bindings/mfd/max77686.txt [new file with mode: 0644]
drivers/mfd/max77686.c