linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [patch v11 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support
@ 2008-04-27  6:59 Peter Korsgaard
  2008-04-27  6:59 ` [patch v11 1/4] USB: add Cypress c67x00 low level interface code Peter Korsgaard
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Peter Korsgaard @ 2008-04-27  6:59 UTC (permalink / raw)
  To: dbrownell, linux-usb, linuxppc-dev, greg

The Cypress c67x00 (EZ-Host/EZ-OTG) controllers are multi-role low/fullspeed
USB controllers. This patch series implements a HCD driver and shows the
work-in-progress status of a gadget driver.

I believe patch 1..3 are ready, and I would like to see them queued up for
mainline.

Changes since v10:
 - Rebased against mainline, platform driver MODULE_ALIAS, checkpatch fixes
 - Gadget driver accesses hw directly instead of using BIOS and working around
   it's limitations. Still not merge ready though.

Changes since v9:
 - Put Kconfig in alphabetical order, use ccflags-$(CONFIG_USB_DEBUG)
   (feedback from David)

Changes since v8:
 - checkpatch.pl fixes (__FUNCTION__ -> __func__, indent)

Changes since v7:
 - Moved dummy hcd probe/remove functions for conditional hcd support into
   udc patch.
 - Moved usb_disabled() check into c67x00_hcd_probe().
 - Moved c67x00_get_comm_reg() to udc patch as it is only needed for gadget
   support.

Changes since v6:
 - Addressed David and Alan's comments (removed done list + tasklet)

Changes since v5:
 - Merged c67x00_ll_{get,set}_siemsg() into c67x00_ll_fetch_siemsg().
 - Fix for interrupt race condition at probe time (reported by Grant)

Changes since v4:
 - Addressed Grant's comments (c67x00_dev->c67x00_hcd_dev, label indent)
 - Moved c67x00_ll_set_ep_{ctrl,packet_size}_reg() to patch 4 as they are
   only needed for gadget support.

Changes since v3:
- Lots of cleanups: checkpatch, interrupt handling, c67x00_ prefixes, ..
- The dummy platform_device's created per serial engine are gone.
- Gadget driver (WIP)
-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2008-04-29 20:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-27  6:59 [patch v11 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support Peter Korsgaard
2008-04-27  6:59 ` [patch v11 1/4] USB: add Cypress c67x00 low level interface code Peter Korsgaard
2008-04-29 20:24   ` Grant Likely
2008-04-27  6:59 ` [patch v11 2/4] USB: add Cypress c67x00 OTG controller core driver Peter Korsgaard
2008-04-29 20:25   ` Grant Likely
2008-04-27  6:59 ` [patch v11 3/4] USB: add Cypress c67x00 OTG controller HCD driver Peter Korsgaard
2008-04-29 20:26   ` Grant Likely
2008-04-27  6:59 ` [patch v11 4/4] USB: add Cypress c67x00 OTG controller gadget driver Peter Korsgaard

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).