ARM: davinci: da8xx: move usb code to new file
authorDavid Lechner <david@lechnology.com>
Thu, 24 Mar 2016 23:51:28 +0000 (18:51 -0500)
committerSekhar Nori <nsekhar@ti.com>
Thu, 14 Apr 2016 10:01:42 +0000 (15:31 +0530)
commit86cad16087a8cdad88c1ac124afde4de01500c21
tree2646d3e4943b1c35e25580a75f3977c1ff750779
parent9a7f2fc8408fdc0e3b417f670c17ed70d5d1c114
ARM: davinci: da8xx: move usb code to new file

We will be adding more da8xx-specific code for phy and clocks, so it will
be better to have this in a separate file. This way we don't have a bunch
of #ifdefs for all of the da8xx stuff.

While at it, fix some checkpatch warnings coming from existing code.

Signed-off-by: David Lechner <david@lechnology.com>
[nsekhar@ti.com: typo and checkpatch fixes]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/Makefile
arch/arm/mach-davinci/usb-da8xx.c [new file with mode: 0644]
arch/arm/mach-davinci/usb.c