commit | 658c9d2b735fbc066a6608754b0eda77c92e637b | [log] [tgz] |
---|---|---|
author | Robert Baldyga <r.baldyga@samsung.com> | Wed Dec 10 12:49:23 2014 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jan 09 14:25:39 2015 -0800 |
tree | 57815a986c4ad06568d2ba6a237b46a9db238e11 | |
parent | 7bb6b2f65e6ce9743df42fabbf124e4ef9dc226b [diff] |
serial: samsung: alloc dma stucture in ourport When we have "dmas" property in serial node in device-tree, we do memory alocation for dma structure which will be used in DMA handling code. Based on previous work of Sylwester Nawrocki and Lukasz Czerwinski. Signed-off-by: Robert Baldyga <r.baldyga@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>