linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] omap legacy full speed usb cleanup for v3.6
@ 2012-05-21 19:00 Tony Lindgren
  2012-05-21 19:01 ` [PATCH 1/4] ARM: OMAP3: There is no FS USB controller on omap3 Tony Lindgren
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Tony Lindgren @ 2012-05-21 19:00 UTC (permalink / raw)
  To: linux-arm-kernel

Hi all,

This series removes the old legacy fulls speed support for
omap2 as it's pretty much only used for omap1 only.

For omap2, only n8x0 seems to have active development, and
that has the external high speed tusb chip instead.

This allows removes the last user of omap_read/write for omap2+,
removes cpu_is_omapxxx usage under drivers/usb except for omap1,
simplifies the plat/usb.h allowing further clean-up, simplifies
the DMA engine conversion by one driver, and so on.

The patches are against today's linux next branch.

Regards,

Tony


---

Tony Lindgren (4):
      ARM: OMAP3: There is no FS USB controller on omap3
      ARM: OMAP2: Remove legacy USB FS support
      ARM: OMAP: Make FS USB omap1 only
      USB: Remove omap2 support from omap_udc.c


 arch/arm/mach-omap1/board-ams-delta.c   |    2 
 arch/arm/mach-omap1/board-generic.c     |    4 
 arch/arm/mach-omap1/board-h2.c          |    2 
 arch/arm/mach-omap1/board-h3.c          |    2 
 arch/arm/mach-omap1/board-htcherald.c   |    2 
 arch/arm/mach-omap1/board-innovator.c   |    2 
 arch/arm/mach-omap1/board-nokia770.c    |    2 
 arch/arm/mach-omap1/board-osk.c         |    2 
 arch/arm/mach-omap1/board-palmte.c      |    2 
 arch/arm/mach-omap1/board-palmtt.c      |    2 
 arch/arm/mach-omap1/board-palmz71.c     |    2 
 arch/arm/mach-omap1/board-sx1.c         |    2 
 arch/arm/mach-omap1/board-voiceblue.c   |    3 
 arch/arm/mach-omap1/clock_data.c        |    3 
 arch/arm/mach-omap1/include/mach/usb.h  |  165 ++++++++++++++
 arch/arm/mach-omap1/usb.c               |  116 ++++++++++
 arch/arm/mach-omap2/Kconfig             |    3 
 arch/arm/mach-omap2/Makefile            |    3 
 arch/arm/mach-omap2/board-2430sdp.c     |   11 -
 arch/arm/mach-omap2/board-apollon.c     |   18 --
 arch/arm/mach-omap2/board-h4.c          |   13 -
 arch/arm/mach-omap2/usb-fs.c            |  359 -------------------------------
 arch/arm/plat-omap/Makefile             |    2 
 arch/arm/plat-omap/include/plat/board.h |   38 ---
 arch/arm/plat-omap/include/plat/usb.h   |  196 -----------------
 arch/arm/plat-omap/usb.c                |  145 -------------
 drivers/usb/gadget/Kconfig              |    2 
 drivers/usb/gadget/omap_udc.c           |  116 ++--------
 drivers/usb/host/Kconfig                |    2 
 drivers/usb/host/ohci-omap.c            |    7 -
 drivers/usb/otg/isp1301_omap.c          |    2 
 31 files changed, 333 insertions(+), 897 deletions(-)
 create mode 100644 arch/arm/mach-omap1/include/mach/usb.h
 delete mode 100644 arch/arm/mach-omap2/usb-fs.c
 delete mode 100644 arch/arm/plat-omap/usb.c

-- 
Signature

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-05-25  7:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-21 19:00 [PATCH 0/4] omap legacy full speed usb cleanup for v3.6 Tony Lindgren
2012-05-21 19:01 ` [PATCH 1/4] ARM: OMAP3: There is no FS USB controller on omap3 Tony Lindgren
2012-05-22  7:06   ` Felipe Balbi
2012-05-21 19:01 ` [PATCH 2/4] ARM: OMAP2: Remove legacy USB FS support Tony Lindgren
2012-05-22  7:07   ` Felipe Balbi
2012-05-21 19:01 ` [PATCH 3/4] ARM: OMAP: Make FS USB omap1 only Tony Lindgren
2012-05-22  7:08   ` Felipe Balbi
2012-05-22 16:07     ` Tony Lindgren
2012-05-21 19:01 ` [PATCH 4/4] USB: Remove omap2 support from omap_udc.c Tony Lindgren
2012-05-22  7:09   ` Felipe Balbi
2012-05-22 16:06     ` Tony Lindgren
2012-05-24 20:02 ` [PATCH 0/4] omap legacy full speed usb cleanup for v3.6 Paul Walmsley
2012-05-25  7:22   ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).