index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
fw-ohci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
firewire: fix async reception on big endian machines
Stefan Richter
2007-06-29
1
-3
/
+3
*
firewire: fix hang after card ejection
Stefan Richter
2007-06-16
1
-1
/
+1
*
firewire: Implement suspend/resume PCI driver hooks.
Kristian Høgsberg
2007-05-31
1
-64
/
+123
*
firewire: Add missing byteswapping for receive DMA programs.
Kristian Høgsberg
2007-05-27
1
-2
/
+3
*
missing mm.h in fw-ohci
Al Viro
2007-05-15
1
-0
/
+1
*
firewire: Convert OHCI driver to use standard goto unwinding for error handling.
Kristian Høgsberg
2007-05-10
1
-44
/
+42
*
firewire: Always use parens with sizeof.
Kristian Høgsberg
2007-05-10
1
-14
/
+14
*
firewire: Provide module aliase for backwards compatibility.
Olaf Hering
2007-05-10
1
-0
/
+5
*
firewire: Uppercase most macro names.
Kristian Høgsberg
2007-05-10
1
-74
/
+74
*
firewire: Clean up comment style.
Kristian Høgsberg
2007-05-10
1
-50
/
+94
*
firewire: Check for CONTEXT_RUN not CONTEXT_ACTIVE when starting AT DMA context.
Kristian Høgsberg
2007-04-12
1
-1
/
+1
*
firewire: Byteswap iso header so all headers are presented as be32.
Kristian Høgsberg
2007-04-12
1
-1
/
+7
*
firewire: Fix start on cycle 0 for IT, implement start on cycle for IR.
Kristian Høgsberg
2007-03-28
1
-9
/
+13
*
firewire: Remember to set the driver_data pointer when queueing a packet.
Kristian Høgsberg
2007-03-28
1
-0
/
+1
*
firewire: Move sync and tag parameters to start_iso ioctl.
Kristian Høgsberg
2007-03-15
1
-5
/
+4
*
firewire: Fix dualbuffer iso receive mode and drop buffer fill mode.
Kristian Høgsberg
2007-03-15
1
-114
/
+46
*
firewire: Implement CSR cycle time and bus time registers.
Kristian Høgsberg
2007-03-09
1
-2
/
+24
*
firewire: Implement topology map and fix a couple of loopback bugs.
Kristian Høgsberg
2007-03-09
1
-2
/
+9
*
firewire: Move async transmit to use the general context code.
Kristian Høgsberg
2007-03-09
1
-212
/
+148
*
firewire: Clear all interrupt bits before shutting down.
Kristian Høgsberg
2007-03-09
1
-1
/
+2
*
firewire: Scheduled removal of SA_xxx interrupt flags fixups 3
Thomas Gleixner
2007-03-09
1
-1
/
+1
*
firewire: adjust whitespace
Stefan Richter
2007-03-09
1
-24
/
+22
*
firewire: Implement sync and tag matching for isochronous receive.
Kristian Høgsberg
2007-03-09
1
-2
/
+30
*
firewire: Configure channel and speed at context creation time.
Kristian Høgsberg
2007-03-09
1
-2
/
+2
*
firewire: Store OHCI version and make sure we have at least 1.1 before doing ...
Kristian Høgsberg
2007-03-09
1
-4
/
+15
*
firewire: Don't touch DMA descriptors after appending.
Kristian Høgsberg
2007-03-09
1
-6
/
+6
*
firewire: Use a buffer fill descriptor for receive when header size is 0.
Kristian Høgsberg
2007-03-09
1
-15
/
+92
*
firewire: Set correct buffer lengths for dualbuffer DMA descriptor.
Kristian Høgsberg
2007-03-09
1
-4
/
+3
*
firewire: Acummulate received iso headers and send them back to user space.
Kristian Høgsberg
2007-03-09
1
-15
/
+34
*
firewire: Log OHCI chipset version in PCI probe.
Kristian Høgsberg
2007-03-09
1
-2
/
+4
*
firewire: Implement functionality to stop isochronous DMA contexts.
Kristian Høgsberg
2007-03-09
1
-11
/
+33
*
firewire: Rename 'send_iso' to 'start_iso'.
Kristian Høgsberg
2007-03-09
1
-2
/
+2
*
firewire: Implement basic isochronous receive functionality.
Kristian Høgsberg
2007-03-09
1
-19
/
+149
*
firewire: Generalize the iso transmit descriptor buffer logic.
Kristian Høgsberg
2007-03-09
1
-142
/
+218
*
firewire: Split the iso buffer out from fw_iso_context and avoid vmalloc.
Kristian Høgsberg
2007-03-09
1
-4
/
+8
*
firewire: Read the *Clear versions of the iso interrupt register.
Kristian Høgsberg
2007-03-09
1
-2
/
+2
*
firewire: Fix another typo from the bitfield conversion.
Kristian Høgsberg
2007-03-09
1
-4
/
+4
*
firewire: Use dma_mapping_error() for checking for DMA mapping errors.
Kristian Høgsberg
2007-03-09
1
-8
/
+15
*
firewire: Implement proper transaction cancelation.
Kristian Høgsberg
2007-03-09
1
-0
/
+33
[next]