No functional changes, just reorganising code:
commitc221d0e5afd963ca49592376d67d3437ed13a0e2
authorbarrywardell <barrywardell@a1c6a512-1295-4272-9138-f99709370657>
Fri, 16 Feb 2007 22:13:21 +0000 (16 22:13 +0000)
committerbarrywardell <barrywardell@a1c6a512-1295-4272-9138-f99709370657>
Fri, 16 Feb 2007 22:13:21 +0000 (16 22:13 +0000)
treebf28466309953e530eacbaa0f2c88e0abffa6c9b
parentae9682ac805246537bd0047d213b8b105235aac6
No functional changes, just reorganising code:
1) Move ARC OTG USB (used in PP502x) driver code into it's own file, drivers/arcotg_udc.c. Hopefully in  the future we will be able to adapt more of the Linux driver and add it to this file.
2) Rename mx31.h to arcotg_udc.h to reflect the file the code came from. It's also a more accurate name for the USB controller.
3) Get rid of one more inl()/outl() in usb-pp.c and use the relevant #define instead.
4) Add dr_controller_stop(). Not used yet.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12340 a1c6a512-1295-4272-9138-f99709370657
firmware/SOURCES
firmware/drivers/arcotg_udc.c [new file with mode: 0644]
firmware/export/arcotg_udc.h [moved from firmware/export/mx31.h with 62% similarity]
firmware/export/pp5020.h
firmware/target/arm/usb-pp.c