aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-21virtio: Add a virtio-set-qaddr helperNikunj A. Dadhania4-0/+25
2013-01-04Spelling fixes in comments and debug messagesStefan Weil1-1/+1
2012-10-17SLOF: Support PAPR NVRAM RTAS callsqemu-slof-20121018Nikunj A. Dadhania7-12/+111
2012-03-16Always enabled nvram-debug functionThomas Huth1-4/+2
2012-02-22Expose hv-logical-memop to forth codeBenjamin Herrenschmidt4-0/+31
2012-01-19Add virtfs supportBenjamin Herrenschmidt10-2/+1078
2012-01-19Move virtio to a separate libraryBenjamin Herrenschmidt11-54/+126
2012-01-11Fix virtio access sizeqemu-slof-20120111Benjamin Herrenschmidt1-5/+11
2011-12-20JS2x: Added oco files to be able to built board-js2xThomas Huth1-0/+0
2011-12-20hvterm: Update hvterm routines to take the termno as an argumentMichael Ellerman3-13/+14
2011-12-20Silenced some compiler warnings that occur when compiling with prototype checksThomas Huth4-0/+7
2011-11-24Support for virtio-block PCI devicesThomas Huth7-2/+544
2011-10-12Add wrapper for H_PUT_TCE hypervisor callThomas Huth3-0/+10
2011-10-12Improved cache-inhibited access functionsThomas Huth1-2/+2
2011-10-12Move MMIO accessors to board-js2x and implement h-calls based ones for qemuBenjamin Herrenschmidt6-2/+120
2011-10-12Fix compiler warningsThomas Huth1-2/+1
2011-10-12Make net-snk and modules relocatable, too.Thomas Huth1-0/+2
2011-10-12Got rid of the ELF loader functions written in Forth, using libelf instead.Thomas Huth2-1/+29
2011-10-12Reworked libelf to support relocationThomas Huth6-167/+692
2011-10-12Move functions for byte-swapping into common header file.Thomas Huth2-25/+2
2011-08-19Fixed some problems with libnvramThomas Huth2-25/+57
2011-03-22Initial qemu/KVM board supportBenjamin Herrenschmidt10-9/+300