]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dw_dmac: rename DT related methods to reflect their belonging
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 26 Mar 2013 14:53:55 +0000 (16:53 +0200)
committerVinod Koul <vinod.koul@intel.com>
Mon, 1 Apr 2013 18:13:46 +0000 (23:43 +0530)
commit14ecf4245a7dd31d92f6271e55620fd378203a87
tree7dda7aee35f79bc4fe2b2e84b651474c49d02199
parent602bce7773ddfa2a5182c692863899fe4623c1af
dw_dmac: rename DT related methods to reflect their belonging

Since we will have not only DT cases in future let's rename DT related methods
to reflect their belonging.

The rename was done as follows:
struct dw_dma_filter_args -> struct dw_dma_of_filter_args
dw_dma_generic_filter() -> dw_dma_of_filter()
dw_dma_xlate() -> dw_dma_of_xlate()
dw_dma_id_table -> dw_dma_of_id_table

There is no functional change.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/dw_dmac.c