commit | 42361f20f29021bfee8d9b5f651362dca83fd705 | [log] [tgz] |
---|---|---|
author | Barry Song <Baohua.Song@csr.com> | Thu Apr 11 14:09:28 2013 +0800 |
committer | Vinod Koul <vinod.koul@intel.com> | Thu May 02 20:48:23 2013 +0530 |
tree | 0c91754c3e6f83ff7477ca5ae7476f99b79f272c | |
parent | 18a1053f7b85acdda2428c9f694101070cb8e62a [diff] |
dmaengine: sirf: move driver init from module_init to subsys_initcall if we initilize dma driver by module_init, there are still many devices which will be initilized earlier than dma. these devices will fail to get dma channel. this moves dmaengine earlier than device_initcall and make dma available for all devices. Reported-by: Renwei Wu <Renwei.Wu@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>