ARM: omap1: move mach/usb.h to include/linux/soc
authorArnd Bergmann <arnd@arndb.de>
Tue, 6 Aug 2019 12:34:31 +0000 (14:34 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 Apr 2022 13:00:59 +0000 (15:00 +0200)
commite8e77e97507bf3ec5419b8067d242b538cf75cba
treef0504d4b1bbbdf3c216f9f08dd63f2a7bb219f1c
parentcc81e344809cc9aab581f14398facd7104e63e80
ARM: omap1: move mach/usb.h to include/linux/soc

The register definitions in this header are used in at least four
different places, with little hope of completely cleaning that up.

Split up the file into a portion that becomes a linux-wide header
under include/linux/soc/ti/, and the parts that are actually only
needed by board files.

Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
19 files changed:
arch/arm/mach-omap1/board-ams-delta.c
arch/arm/mach-omap1/board-generic.c
arch/arm/mach-omap1/board-h2.c
arch/arm/mach-omap1/board-h3.c
arch/arm/mach-omap1/board-htcherald.c
arch/arm/mach-omap1/board-innovator.c
arch/arm/mach-omap1/board-nokia770.c
arch/arm/mach-omap1/board-osk.c
arch/arm/mach-omap1/board-palmte.c
arch/arm/mach-omap1/board-palmtt.c
arch/arm/mach-omap1/board-palmz71.c
arch/arm/mach-omap1/board-sx1.c
arch/arm/mach-omap1/clock_data.c
arch/arm/mach-omap1/usb.c
arch/arm/mach-omap1/usb.h [new file with mode: 0644]
drivers/usb/gadget/udc/omap_udc.c
drivers/usb/host/ohci-omap.c
drivers/usb/phy/phy-isp1301-omap.c
include/linux/soc/ti/omap1-usb.h [moved from arch/arm/mach-omap1/include/mach/usb.h with 86% similarity]