aboutsummaryrefslogtreecommitdiff
path: root/slof/fs/usb
AgeCommit message (Expand)AuthorFilesLines
2013-10-04usb-msc: handle stall and other fixesNikunj A Dadhania1-2/+13
2013-08-23usb-storage: Fix cbwflags fieldNikunj A Dadhania1-0/+6
2013-08-06usb-ohci: suspend the controller in exit code pathNikunj A Dadhania1-22/+0
2013-07-24usb: unmap buffersNikunj A Dadhania1-30/+23
2013-07-24usb-kbd: accept "s" to drop to OF promptNikunj A Dadhania1-3/+0
2013-07-24USB storage driverNikunj A Dadhania1-12/+324
2013-07-24USB generic hub device driverNikunj A Dadhania1-0/+32
2013-07-24USB keyboard driverNikunj A Dadhania2-3/+48
2013-07-24usb-core: setup new deviceNikunj A Dadhania4-0/+89
2013-07-24usb-ehci: Add USB EHCI skeletonAvik Sil1-0/+4
2013-07-24usb-core: hcd registration and query routinesNikunj A Dadhania1-1/+1
2013-07-24usb-core: adding generic dev-hci.fsNikunj A Dadhania2-10/+134
2013-07-24usb-core: registration and makefilesNikunj A Dadhania1-1/+4
2013-07-24Add new USB codeNikunj A Dadhania1-1/+32
2013-07-24Remove old usb codeNikunj A Dadhania11-4415/+1
2013-01-04Spelling fixes in forth codeStefan Weil1-1/+1
2013-01-04Spelling fixes in comments and debug messagesStefan Weil3-8/+8
2012-01-12usb-ohci: Avoid instance specific allocationsBenjamin Herrenschmidt1-10/+25
2011-12-20Fixes for using the USB keyboard driver on QEMUThomas Huth1-9/+25
2011-12-20Source code beautificationThomas Huth1-110/+110
2011-11-24OHCI: Reworked USB scan code a little bitThomas Huth2-20/+35
2011-10-12Scan USB bus during boot.Thomas Huth2-43/+37
2011-10-12USB: Removed unused code.Thomas Huth4-157/+12
2011-10-12USB: Use physical addresses for OHCI controllerThomas Huth2-140/+148
2011-10-12USB: Reworked OHCI stack to use DMA-able buffersThomas Huth7-237/+363
2011-10-12USB source code beautificationThomas Huth2-97/+95
2011-10-12USB: Fixed the size of the keyboard report descriptorsThomas Huth1-2/+2
2011-10-12First fixes for the OHCI code on board-qemu.Thomas Huth1-27/+30
2010-12-01Initial import of slof-JX-1.7.0-4Benjamin Herrenschmidt11-0/+4397