From mboxrd@z Thu Jan 1 00:00:00 1970 From: vinod.koul@intel.com (Vinod Koul) Date: Wed, 24 Sep 2014 10:40:28 +0530 Subject: [PATCH 7/7] dmaengine: sun6i: Remove obsolete clk muxing code In-Reply-To: <1410000448-9999-8-git-send-email-wens@csie.org> References: <1410000448-9999-1-git-send-email-wens@csie.org> <1410000448-9999-8-git-send-email-wens@csie.org> Message-ID: <20140924051028.GS24663@intel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sat, Sep 06, 2014 at 06:47:28PM +0800, Chen-Yu Tsai wrote: > The sun6i DMA controller requires the AHB1 bus clock to be > clocked from PLL6. This was originally done by the dmaengine > driver during probe time. The AHB1 clock driver has since been > unified, so the original code does not work. > > Remove the clk muxing code, and replace it with DT clk default > properties. Applied, thanks -- ~Vinod