summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/musb_otg.h
Commit message (Collapse)AuthorAgeFilesLines
* Correct programming of XXX_MAXP register. This register is 16-bit widehselasky2013-10-151-1/+1
| | | | | | | | | and not 8-bit. Fix support for isochronous transfers in USB host mode. Fix a whitespace while at it. MFC after: 1 week Reported by: SAITOU Toshihide <toshi@ruby.ocn.ne.jp> PR: usb/181987
* - Add initial host mode support for Mentor Graphics USB OTG controllergonzo2013-07-071-9/+40
| | | | - Sync musb_otg_atmelarm with new core logic API
* Implement better support for USB controller suspend and resume.hselasky2011-12-141-2/+0
| | | | | | | | | | This patch should remove the need for kldunload of USB controller drivers at suspend and kldload of USB controller drivers at resume. This patch also fixes some build issues in avr32dci.c MFC after: 2 weeks
* Add missed register change in r199676.thompsa2009-11-221-1/+1
| | | | Submitted by: Hans Petter Selasky
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-1/+1
|
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-9/+9
|
* Improve device mode (gadget) stall handling.thompsa2009-05-211-0/+1
| | | | | | | | | Some hardware easily comes out of sync with regard to whether the current or the next control transfer should be stalled, if a stall command is always issued before receiving the SETUP packet. After this patch the stall command will only be issued when a transfer should actually be stalled. Submitted by: Hans Petter Selasky
* Provide a better commit log for r190735, forced by making a whitespace change.thompsa2009-04-061-2/+2
| | | | | | | | | | | | Refactor how we interface with the root HUB. This is achieved by making a direct call from usb2_do_request to the host controller for root hub requests, this call will perform the controller specific register read/writes and return the error code. This cuts out a lot of code in the host controller files and saves one thread per USB bus. Submitted by: Hans Petter Selasky
* MFp4 //depot/projects/usb@159922thompsa2009-04-051-2/+0
| | | | | | | Refactor how we interface with the root HUB. This cuts around 1200 lines of code totally and saves one thread per USB bus. Submitted by: Hans Petter Selasky
* Move the new USB stack into its new home.thompsa2009-02-231-0/+407
OpenPOWER on IntegriCloud