]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge tag 'omap-for-v4.1/wl12xx-dt' into for-next
authorTony Lindgren <tony@atomide.com>
Thu, 26 Mar 2015 19:12:28 +0000 (12:12 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 26 Mar 2015 19:12:28 +0000 (12:12 -0700)
commitc9c69203173eb07206a0d471ddb7f175370c81eb
tree7e4dcf8090528eb18611fd80c17945964acd37fe
parent2f99e23ebcc9ee0ab1d74099c3885fafba78c742
parent83c3a7d4ac7fdc29a64bf9a5467a36b4c72a1eed
Merge tag 'omap-for-v4.1/wl12xx-dt' into for-next

Wireless and omap changes to make wl12xx driver to use device tree
data instead of platform data from Eliad Peller <eliad@wizery.com>:

- Add device-tree support to the wlcore (wl12xx/wl18xx) driver.

- Update the current users to use the bindings instead of pdata-quirks.

- Finally, remove the deprecated wl12xx_platform_data struct

Note that da850 board file code that still uses the platform data,
but we have da850.dtsi that can be used instead. So it was decided
that we should try to remove the wl12xx support from the da850
board file as suggested by Sekhar Nori <nsekhar@ti.com>. As it's
the last patch in the series, the last patch can be simply reverted
if needed.

As this series touches quite a bit of arch code, it was suggested
by Kalle Valo <kvalo@codeaurora.org> that the whole series should
be merged via the arm-soc tree.