| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 2008-07-27 | 1 | -13/+24 |
|\ |
|
| * | firewire: fw-ohci: TSB43AB22/A dualbuffer workaround | Stefan Richter | 2008-07-25 | 1 | -13/+24 |
* | | dma-mapping: add the device argument to dma_mapping_error() | FUJITA Tomonori | 2008-07-26 | 1 | -1/+1 |
|/ |
|
* | firewire: remove unused struct members | Stefan Richter | 2008-07-14 | 1 | -1/+0 |
* | firewire: fw-ohci: unify printk prefixes | Stefan Richter | 2008-06-19 | 1 | -53/+48 |
* | firewire: fw-ohci: write selfIDBufferPtr before LinkControl.rcvSelfID | Stefan Richter | 2008-06-19 | 1 | -1/+1 |
* | firewire: fw-ohci: disable PHY packet reception into AR context | Stefan Richter | 2008-06-19 | 1 | -0/+2 |
* | firewire: fw-ohci: use of uninitialized data in AR handler | Stefan Richter | 2008-06-19 | 1 | -0/+5 |
* | firewire: remove unused struct member | Stefan Richter | 2008-04-18 | 1 | -1/+1 |
* | firewire: fw-ohci: work around generation bug in TI controllers (fix AV/C and... | Stefan Richter | 2008-04-18 | 1 | -5/+16 |
* | firewire: fw-ohci: extend logging of bus generations and node ID | Stefan Richter | 2008-04-18 | 1 | -5/+12 |
* | firewire: fw-ohci: conditionally log busReset interrupts | Stefan Richter | 2008-04-18 | 1 | -8/+20 |
* | firewire: fw-ohci: don't append to AT context when it's not active | Jarod Wilson | 2008-04-18 | 1 | -2/+13 |
* | firewire: fw-ohci: log regAccessFail events | Jarod Wilson | 2008-04-18 | 1 | -3/+10 |
* | firewire: fw-ohci: make sure HCControl register LPS bit is set | Jarod Wilson | 2008-04-18 | 1 | -2/+15 |
* | firewire: fw-ohci: missing PPC PMac feature calls in failure path | Stefan Richter | 2008-04-18 | 1 | -2/+3 |
* | firewire: fw-ohci: untangle a mixed unsigned/signed expression | Stefan Richter | 2008-04-18 | 1 | -3/+5 |
* | firewire: debug interrupt events | Stefan Richter | 2008-04-18 | 1 | -0/+182 |
* | firewire: fw-ohci: catch self_id_count == 0 | Stefan Richter | 2008-04-18 | 1 | -0/+4 |
* | firewire: fw-ohci: add self ID error check | Stefan Richter | 2008-04-18 | 1 | -4/+10 |
* | firewire: fw-ohci: refactor probe, remove, suspend, resume | Stefan Richter | 2008-04-18 | 1 | -57/+42 |
* | firewire: fw-ohci: switch on bus power after resume on PPC PMac | Stefan Richter | 2008-04-18 | 1 | -2/+6 |
* | firewire: fw-ohci: add option for remote debugging | Stefan Richter | 2008-04-18 | 1 | -0/+9 |
* | firewire: remove superfluous reference counting | Stefan Richter | 2008-04-18 | 1 | -4/+4 |
* | firewire: fw-ohci: plug dma memory leak in AR handler | Jarod Wilson | 2008-03-27 | 1 | -4/+5 |
* | firewire: fw-ohci: shut up false compiler warning on PPC32 | Stefan Richter | 2008-03-14 | 1 | -3/+3 |
* | firewire: fw-ohci: use dma_alloc_coherent for ar_buffer | Jarod Wilson | 2008-03-14 | 1 | -13/+5 |
* | firewire: fw-ohci: Apple UniNorth 1st generation support | Stefan Richter | 2008-03-14 | 1 | -8/+21 |
* | firewire: fw-ohci: PPC PMac platform code | Stefan Richter | 2008-03-14 | 1 | -0/+49 |
* | firewire: endianess annotations | Stefan Richter | 2008-03-14 | 1 | -2/+2 |
* | firewire: endianess fix | Stefan Richter | 2008-03-14 | 1 | -1/+1 |
* | firewire: fw-ohci: Dynamically allocate buffers for DMA descriptors | David Moore | 2008-01-30 | 1 | -80/+156 |
* | firewire: fw-ohci: CycleTooLong interrupt management | Stefan Richter | 2008-01-30 | 1 | -2/+9 |
* | firewire: fw-ohci: Bug fixes for packet-per-buffer support | David Moore | 2008-01-30 | 1 | -50/+49 |
* | firewire: fw-ohci: Fix for dualbuffer three-or-more buffers | David Moore | 2008-01-30 | 1 | -20/+24 |
* | firewire: OHCI 1.0 Isochronous Receive support | Jarod Wilson | 2007-12-10 | 1 | -20/+155 |
* | firewire: Fix pci resume to not pass in a __be32 config rom. | Kristian Høgsberg | 2007-10-31 | 1 | -12/+25 |
* | firewire: fw-ohci: shut up a superfluous compiler warning | Stefan Richter | 2007-10-22 | 1 | -1/+1 |
* | firewire: fw-ohci: log a note about unsupported features | Stefan Richter | 2007-10-22 | 1 | -3/+8 |
* | firewire: fw-ohci: check for misconfigured bus (phyID == 63) | Stefan Richter | 2007-10-17 | 1 | -2/+7 |
* | firewire: fw-ohci: missing dma_unmap_single | Stefan Richter | 2007-10-17 | 1 | -0/+3 |
* | firewire: fw-ohci: log posted write errors | Stefan Richter | 2007-10-17 | 1 | -2/+6 |
* | firewire: fw-ohci: reorder includes | Stefan Richter | 2007-10-17 | 1 | -6/+6 |
* | firewire: fw-ohci: fix includes | Stefan Richter | 2007-10-17 | 1 | -3/+3 |
* | firewire: fw-ohci: enforce read order for selfID generation | Stefan Richter | 2007-10-17 | 1 | -0/+3 |
* | firewire: fw-ohci: ignore failure of pci_set_power_state (fix suspend regress... | Stefan Richter | 2007-09-07 | 1 | -4/+2 |
* | firewire: fw-ohci: dma_free_coherent needs IRQs enabled | Stefan Richter | 2007-08-02 | 1 | -7/+13 |
* | firewire: fw-ohci: fix "scheduling while atomic" | Stefan Richter | 2007-07-18 | 1 | -1/+1 |
* | firewire: fw-ohci: flush MMIO write before msleep | Stefan Richter | 2007-07-18 | 1 | -0/+1 |
* | firewire: missing newline in printk | Stefan Richter | 2007-07-10 | 1 | -3/+3 |