commit | fbb20e81bd26e41667d8d0929fd08ed60b24d9ec | [log] [tgz] |
---|---|---|
author | Boojin Kim <boojin.kim@samsung.com> | Tue Jun 19 13:26:53 2012 +0900 |
committer | Kukjin Kim <kgene.kim@samsung.com> | Wed Jun 20 08:07:35 2012 +0900 |
tree | ac4c11ddc5d99377018c5bc6b4c05fe5c7281afd | |
parent | 485802a6c524e62b5924849dd727ddbb1497cc71 [diff] |
ARM: SAMSUNG: Add config() function in DMA common operations This patch adds config() that configures DMA transmit option. This function was originally included in request(). But, Some DMA client driver requires to change the configuration after request(). So, This patch picks up it from request(). Signed-off-by: Boojin Kim <boojin.kim@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>