- Aug 27, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 26, 2013
-
-
Gregory Nutt authored
Add a new method to the USB host driver interface: getdevinfo. This method will return information about the currently connected device. At present, it only returns the device speed. The speed is needed by the enumeration logic in order to set a credible initial EP0 max packet size
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 25, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Add ENCX24J600 Ethernet driver and support for the ENCX24J600 with the Olimex STM32 P107 board. From Max Holtberg
-
Gregory Nutt authored
SAMA5 OHCI: Fix semaphore handling bug. OHCI is now function by itself again after changes to integrate with EHCI
-
Gregory Nutt authored
-
- Aug 24, 2013
-
-
Gregory Nutt authored
SAMA5: EHCI now handles low- and full-speed connections by giving them to OHCI; OHCI now uses the work queue to defer interrupt processing; If both OHCI and EHCI are enabled, EHCI is the master of the UHPHS interrupt
-
- Aug 23, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 22, 2013
-
-
Gregory Nutt authored
-
- Aug 20, 2013
-
-
Gregory Nutt authored
-
- Aug 18, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 17, 2013
-
-
Gregory Nutt authored
-
- Aug 16, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 14, 2013
-
-
Gregory Nutt authored
-
- Aug 13, 2013
-
-
Gregory Nutt authored
SAMA5: Major restructuring of the the OHCI driver drivers to better handle the multiple root hub ports and concureent transfers on each port.
-
Gregory Nutt authored
Separate wait() and enumerate() methods from struct usbhost_driver_s and move to new interface, struct usbhost_connection_s. This is part of the necessary restructuring of the USB host interface to support multiple root hub ports.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 12, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 11, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Add untested OHCI driver for the SAMA5; structure naming and header files for USB host initialization prototypes
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Serial FIONREAD, FIONWRITE, and TERMIOS I/O processing from Mike Smith, Andrew Tridgell, and and Lorenz Meier
-
Gregory Nutt authored
MMC/SD SDIO: Correct return values when multiple block transfers are suppressed. From Andrew Tridgell via Lorenz Meier
-
Gregory Nutt authored
-
- Aug 09, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 06, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-