aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-10-09Add ibm,client-architecture-support methodNikunj A Dadhania4-1/+23
2013-10-04usb-ohci: preserve the toggleCarry bit in EDNikunj A Dadhania1-1/+2
2013-10-04usb-ohci: done_head processing fixesNikunj A Dadhania2-36/+42
2013-10-04usb-ohci: update init and rationalize timingsNikunj A Dadhania2-13/+17
2013-10-04usb-msc: handle stall and other fixesNikunj A Dadhania2-2/+16
2013-10-04usb-core: Add CLEAR FEATURE apiNikunj A Dadhania2-0/+22
2013-10-04Add bcm57xx network driver in libbcmAvik Sil6-1/+3913
2013-10-04Add e1000 network driver in libe1kAvik Sil6-1/+1252
2013-10-04Add virtio-net driver in libvirtioAvik Sil5-1/+461
2013-10-04Add veth driver in libvethAvik Sil6-1/+430
2013-08-23usb-ohci: Convert td-phys every time to td-virtqemu-slof-20130827Nikunj A Dadhania1-1/+4
2013-08-21usb: fix various issues found with js2xNikunj A Dadhania4-36/+125
2013-08-21usb: Use separate in-memory endian swapNikunj A Dadhania3-32/+33
2013-08-21usb-ohci: collect TDs from done listNikunj A Dadhania2-14/+133
2013-08-06usb-ohci: Use proper memory barriers alwaysBenjamin Herrenschmidt1-2/+2
2013-08-06usb: Fix a couple of warningsBenjamin Herrenschmidt2-1/+5
2013-08-06usb-ehci: Add ehci handshakeNikunj A Dadhania2-6/+43
2013-08-06usb: add mb for write accessorsNikunj A Dadhania1-0/+5
2013-08-06usb-ohci: add missing memory barriersNikunj A Dadhania1-0/+8
2013-08-06usb-ohci: suspend the controller in exit code pathNikunj A Dadhania2-7/+3
2013-08-06usb-ohci: Add a reset when closing the OHCIBenjamin Herrenschmidt1-0/+1
2013-08-06usb: Use proper accessors for MMIO and separate in-memory endian swapBenjamin Herrenschmidt3-129/+131
2013-07-25Use a global definition of sync() and mb()Benjamin Herrenschmidt3-12/+9
2013-07-24usb: unmap buffersNikunj A Dadhania9-12/+120
2013-07-24usb-kbd: accept "s" to drop to OF promptNikunj A Dadhania1-0/+20
2013-07-24USB storage driverNikunj A Dadhania1-0/+1
2013-07-24usb-ohci: add Bulk transfer supportNikunj A Dadhania2-2/+112
2013-07-24usb-ehci: Add bulk supportAvik Sil2-14/+130
2013-07-24usb-core: add usb bulk supportAvik Sil5-2/+156
2013-07-24USB generic hub device driverNikunj A Dadhania7-6/+207
2013-07-24usb-ehci: setup new deviceAvik Sil3-10/+250
2013-07-24usb-ehci: Check ehci portsAvik Sil2-1/+23
2013-07-24usb-ehci: initialize controllerAvik Sil2-9/+146
2013-07-24USB keyboard driverNikunj A Dadhania11-7/+1257
2013-07-24usb-core: setup new deviceNikunj A Dadhania5-8/+399
2013-07-24usb-core: create dev pool allocationNikunj A Dadhania2-0/+63
2013-07-24usb-ohci: implement ohci send controlNikunj A Dadhania2-3/+118
2013-07-24usb-core: usb send controlNikunj A Dadhania4-0/+28
2013-07-24usb-core: implement usb_{get,put}_pipe routinesNikunj A Dadhania5-13/+211
2013-07-24usb-ohci: allocate pipe poolNikunj A Dadhania4-0/+94
2013-07-24usb-ohci: reset, init and check-portsNikunj A Dadhania3-4/+344
2013-07-24Add standard header stdbool.hNikunj A Dadhania1-0/+20
2013-07-24usb-ehci: Add USB EHCI skeletonAvik Sil6-1/+150
2013-07-24usb-core: Add register accessor functionsAvik Sil2-0/+83
2013-07-24usb-core: hcd registration and query routinesNikunj A Dadhania6-4/+84
2013-07-24usb-core: registration and makefilesNikunj A Dadhania8-1/+215
2013-07-24Add new USB codeNikunj A Dadhania1-0/+0
2013-07-24nvram: remove unnecessary printsNikunj A Dadhania1-2/+2
2013-06-27Fix js2x buildBenjamin Herrenschmidt1-0/+1
2013-06-05SLOF: virtio-scsi helper routinesNikunj A. Dadhania5-1/+244