From: Uwe Kleine-König Date: Mon, 16 Jul 2012 13:40:17 +0000 (+0200) Subject: mfd: Drop modifying mc13xxx driver's id_table in probe X-Git-Tag: v3.6-rc1~47^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b8495532c6ba85221b0f9757e1581b52ed66c9a;p=pandora-kernel.git mfd: Drop modifying mc13xxx driver's id_table in probe This was introduced in commit 876989d (mfd: Add device tree probe support for mc13xxx) for spi and later while introducing support for i2c copied to the i2c driver. Modifying driver details is very strange, for example probing an mc13892 device (instantiated via dt) removes the driver's ability to handle (traditionally probed) mc13783 devices in this case. I'm not aware of any problems that make this hack necessary and if there were some, they'd have to be fixed in the spi/i2c core, not in a driver. Signed-off-by: Uwe Kleine-König Acked-by: Shawn Guo Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed