From: Peter Korsgaard <jacmet@sunsite•dk>
To: dbrownell@users•sourceforge.net, linux-usb@vger•kernel.org,
linuxppc-dev@ozlabs•org, grant.likely@secretlab•ca,
stern@rowland•harvard.edu, greg@kroah•com
Subject: [patch v9 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support
Date: Wed, 20 Feb 2008 20:36:02 +0100 [thread overview]
Message-ID: <20080220193602.452179000@sunsite.dk> (raw)
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 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
next reply other threads:[~2008-02-20 19:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-20 19:36 Peter Korsgaard [this message]
2008-02-20 19:36 ` [patch v9 1/4] USB: add Cypress c67x00 low level interface code Peter Korsgaard
2008-02-20 19:36 ` [patch v9 2/4] USB: add Cypress c67x00 OTG controller core driver Peter Korsgaard
2008-02-20 19:36 ` [patch v9 3/4] USB: add Cypress c67x00 OTG controller HCD driver Peter Korsgaard
2008-02-20 19:36 ` [patch v9 4/4] USB: add Cypress c67x00 OTG controller gadget driver Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080220193602.452179000@sunsite.dk \
--to=jacmet@sunsite$(echo .)dk \
--cc=dbrownell@users$(echo .)sourceforge.net \
--cc=grant.likely@secretlab$(echo .)ca \
--cc=greg@kroah$(echo .)com \
--cc=linux-usb@vger$(echo .)kernel.org \
--cc=linuxppc-dev@ozlabs$(echo .)org \
--cc=stern@rowland$(echo .)harvard.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox