commit | c885bee4f10323a1ff3f19e1aa2aa6f4e7f89dd8 | [log] [tgz] |
---|---|---|
author | Russell King - ARM Linux <linux@arm.linux.org.uk> | Mon Jan 03 22:38:52 2011 +0000 |
committer | Dan Williams <dan.j.williams@intel.com> | Tue Jan 04 19:16:12 2011 -0800 |
tree | b087498b048c7f69367123579e20ee872b7fb680 | |
parent | db9f136a60c8727c8e1c9c4f2494821caebf5a7b [diff] |
ARM: PL08x: combine functions to start DMA into one function There is no need for pl08x_config_phychan_for_txd(), pl08x_set_cregs() and pl08x_enable_phy_chan() to be separate - they are always called in sequence. Combine them into one function. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Acked-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>