summaryrefslogtreecommitdiffstats
path: root/drivers/usbdcore_omap1510.c
Commit message (Collapse)AuthorAgeFilesLines
* Code cleanupWolfgang Denk2006-06-141-2/+2
|
* Various USB related patchesWolfgang Denk2006-06-141-1/+28
| | | | | | | | | | | | | - Add support for mpc8xx USB device. - Add support for Common Device Class - Abstract Control Model USB console. - Add support for flow control in USB slave devices. - Add support for switching between gserial and cdc_acm using environment. - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h - Update usbcore slightly to ease host enumeration. - Fix non-portable endian problems in usbdcore and usbdcore_ep0. - Add AdderUSB_config as a defconfig to enable usage of the USB console by default with the Adder87x U-Boot port. Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
* * Add start-up delay to make sure power has stabilized beforewdenk2004-03-231-0/+24
| | | | | | | | | | | | | | | | | attempting to switch on USB on SX1 board. * Patch by Josef Wagner, 18 Mar 2004: - Add support for MicroSys XM250 board (PXA255) - Add support for MicroSys PM828 board (MPC8280) - Add support for 32 MB Flash on PM825/826 - new SDRAM refresh rate for PM825/PM826 - added support for MicroSys PM520 (MPC5200) - replaced Query by Identify command in CPU86/flash.c to support 28F160F3B * Fix wrap around problem with udelay() on ARM920T * Add support for Macronix flash on TRAB board
* Cleanup.wdenk2004-03-121-9/+11
|
* Add support for Siemens SX1 mobile phone;wdenk2004-03-121-0/+1494
add support for USB-based console (enable with "setenv stdout usbtty; setenv stdin usbtty")
OpenPOWER on IntegriCloud