How to support SDIO wifi/bt in DT
From: Olof Johansson <hidden>
Date: 2014-01-20 03:57:20
Also in:
linux-devicetree, linux-mmc
From: Olof Johansson <hidden>
Date: 2014-01-20 03:57:20
Also in:
linux-devicetree, linux-mmc
On Sun, Jan 19, 2014 at 3:30 PM, Olof Johansson [off-list ref] wrote:
On Mon, Jan 20, 2014 at 12:09:25AM +0100, Alexandre Belloni wrote:quoted
On Sun, Jan 19, 2014 at 11:29:55AM -0800, Olof Johansson wrote :quoted
The "multi-slot" concept I was talking about was one host controller for several physical slots. Seems like at91 implements _and_ uses this but nobody else. However, it seems that they allocate one mmc host per slot, so the same model still works.I think we need to be extra careful about the DT bindings then because adding a property in a slot is requiring handling that in the at91 driver whereas adding a common property for the various mmc hosts can be done in the core code. From what I remember, it would be really good to put the DT parsing for the slots in the core code but I only had a really quick look at that.The patches I have here do it all in the core per host with common bindings. I hope to post them tonight.
Done. See RFC series at: http://marc.info/?l=linux-mmc&m=139019015915702&w=2 -Olof