From: Boris Brezillon Date: Wed, 14 Jan 2015 16:21:57 +0000 (+0100) Subject: usb: gadget: at91_udc: Fix clock names X-Git-Tag: fixes-v4.0-rc1~85^2~5^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7923540385615c5379792fd21f98b24877b22734;p=pandora-kernel.git usb: gadget: at91_udc: Fix clock names The driver is requesting clock by their global name (those declared in the clk_lookup list), but this only works with !CCF kernels. Now that all SoCs have moved to CCF, fix the driver to use local names (hclk and pclk). Signed-off-by: Boris Brezillon Acked-by: Alexandre Belloni Acked-by: Felipe Balbi Signed-off-by: Nicolas Ferre --- Reading git-diff-tree failed