commit | e8de5a1fa9101a6aa22b2cbdde058979664b2474 | [log] [tgz] |
---|---|---|
author | Heiko Stuebner <heiko@sntech.de> | Tue May 21 01:01:37 2013 +0900 |
committer | Kukjin Kim <kgene.kim@samsung.com> | Tue May 21 01:01:37 2013 +0900 |
tree | eda2911302aefb6db1690328c5be2b09c301770f | |
parent | 4c4e9759a6fa63c61f0d269150741feccdd33f06 [diff] |
ARM: S3C24XX: dma-s3c2443 - do not write into arbitary bits The values read from the channel map always also contain the DMA_CH_VALID (= 1<<31) setting, which should not get written into the register, even if this bit is unused. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>