[PATCH v3 5/8] wlcore: add initial device tree support to the sdio module

2013-07-03 Thread Luciano Coelho
If platform data is not available, try to get the required information from the device tree. Register an OF match table and parse the appropriate device tree nodes. Parse interrupt property only, for now. Signed-off-by: Luciano Coelho --- drivers/net/wireless/ti/wlcore/sdio.c | 69 ++

Re: [PATCH v3 5/8] wlcore: add initial device tree support to the sdio module

2013-07-03 Thread Felipe Balbi
On Wed, Jul 03, 2013 at 05:03:26PM +0300, Luciano Coelho wrote: > If platform data is not available, try to get the required information > from the device tree. Register an OF match table and parse the > appropriate device tree nodes. > > Parse interrupt property only, for now. > > Signed-off-by