[PATCH 6/9] serial: tegra: move to generic dma DT binding

Stephen Warren swarren at wwwdotorg.org
Fri Jul 26 15:39:15 EDT 2013


On 07/23/2013 10:09 PM, Richard Zhao wrote:
> - driver: remove use of nvidia,dma-request-selector
> 	  use dma_request_slave_channel to request channel
> - update binding doc

This patch needs to be amended so that the DMA channel is looked up
during probe() rather than open(), to guarantee that deferred probe
works. It's possible to hold off probe, but not possible AFAIK to hold
off opening the port.



More information about the linux-arm-kernel mailing list