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, 15 Apr 2013 04:21:19 +0000 (09:51 +0530)
commitbd2e6b664055a115a85be81af0ceb022726c5aef
tree1ce0f4855b3654427231f0572ea1f6578fa7ca32
parent75c6122526f931ee7c23df9a05f0091b65c95e02
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