index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
fw-ohci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-31
firewire: fw-ohci: Dynamically allocate buffers for DMA descriptors
David Moore
1
-80
/
+156
2008-01-31
firewire: fw-ohci: CycleTooLong interrupt management
Stefan Richter
1
-2
/
+9
2008-01-31
firewire: fw-ohci: Bug fixes for packet-per-buffer support
David Moore
1
-50
/
+49
2008-01-31
firewire: fw-ohci: Fix for dualbuffer three-or-more buffers
David Moore
1
-20
/
+24
2007-12-10
firewire: OHCI 1.0 Isochronous Receive support
Jarod Wilson
1
-20
/
+155
2007-10-31
firewire: Fix pci resume to not pass in a __be32 config rom.
Kristian Høgsberg
1
-12
/
+25
2007-10-22
firewire: fw-ohci: shut up a superfluous compiler warning
Stefan Richter
1
-1
/
+1
2007-10-22
firewire: fw-ohci: log a note about unsupported features
Stefan Richter
1
-3
/
+8
2007-10-17
firewire: fw-ohci: check for misconfigured bus (phyID == 63)
Stefan Richter
1
-2
/
+7
2007-10-17
firewire: fw-ohci: missing dma_unmap_single
Stefan Richter
1
-0
/
+3
2007-10-17
firewire: fw-ohci: log posted write errors
Stefan Richter
1
-2
/
+6
2007-10-17
firewire: fw-ohci: reorder includes
Stefan Richter
1
-6
/
+6
2007-10-17
firewire: fw-ohci: fix includes
Stefan Richter
1
-3
/
+3
2007-10-17
firewire: fw-ohci: enforce read order for selfID generation
Stefan Richter
1
-0
/
+3
2007-09-07
firewire: fw-ohci: ignore failure of pci_set_power_state (fix suspend regress...
Stefan Richter
1
-4
/
+2
2007-08-02
firewire: fw-ohci: dma_free_coherent needs IRQs enabled
Stefan Richter
1
-7
/
+13
2007-07-19
firewire: fw-ohci: fix "scheduling while atomic"
Stefan Richter
1
-1
/
+1
2007-07-19
firewire: fw-ohci: flush MMIO write before msleep
Stefan Richter
1
-0
/
+1
2007-07-10
firewire: missing newline in printk
Stefan Richter
1
-3
/
+3
2007-06-29
firewire: fix async reception on big endian machines
Stefan Richter
1
-3
/
+3
2007-06-16
firewire: fix hang after card ejection
Stefan Richter
1
-1
/
+1
2007-05-31
firewire: Implement suspend/resume PCI driver hooks.
Kristian Høgsberg
1
-64
/
+123
2007-05-28
firewire: Add missing byteswapping for receive DMA programs.
Kristian Høgsberg
1
-2
/
+3
2007-05-16
missing mm.h in fw-ohci
Al Viro
1
-0
/
+1
2007-05-10
firewire: Convert OHCI driver to use standard goto unwinding for error handling.
Kristian Høgsberg
1
-44
/
+42
2007-05-10
firewire: Always use parens with sizeof.
Kristian Høgsberg
1
-14
/
+14
2007-05-10
firewire: Provide module aliase for backwards compatibility.
Olaf Hering
1
-0
/
+5
2007-05-10
firewire: Uppercase most macro names.
Kristian Høgsberg
1
-74
/
+74
2007-05-10
firewire: Clean up comment style.
Kristian Høgsberg
1
-50
/
+94
2007-04-12
firewire: Check for CONTEXT_RUN not CONTEXT_ACTIVE when starting AT DMA context.
Kristian Høgsberg
1
-1
/
+1
2007-04-12
firewire: Byteswap iso header so all headers are presented as be32.
Kristian Høgsberg
1
-1
/
+7
2007-03-28
firewire: Fix start on cycle 0 for IT, implement start on cycle for IR.
Kristian Høgsberg
1
-9
/
+13
2007-03-28
firewire: Remember to set the driver_data pointer when queueing a packet.
Kristian Høgsberg
1
-0
/
+1
2007-03-15
firewire: Move sync and tag parameters to start_iso ioctl.
Kristian Høgsberg
1
-5
/
+4
2007-03-15
firewire: Fix dualbuffer iso receive mode and drop buffer fill mode.
Kristian Høgsberg
1
-114
/
+46
2007-03-10
firewire: Implement CSR cycle time and bus time registers.
Kristian Høgsberg
1
-2
/
+24
2007-03-10
firewire: Implement topology map and fix a couple of loopback bugs.
Kristian Høgsberg
1
-2
/
+9
2007-03-10
firewire: Move async transmit to use the general context code.
Kristian Høgsberg
1
-212
/
+148
2007-03-10
firewire: Clear all interrupt bits before shutting down.
Kristian Høgsberg
1
-1
/
+2
2007-03-10
firewire: Scheduled removal of SA_xxx interrupt flags fixups 3
Thomas Gleixner
1
-1
/
+1
2007-03-10
firewire: adjust whitespace
Stefan Richter
1
-24
/
+22
2007-03-10
firewire: Implement sync and tag matching for isochronous receive.
Kristian Høgsberg
1
-2
/
+30
2007-03-10
firewire: Configure channel and speed at context creation time.
Kristian Høgsberg
1
-2
/
+2
2007-03-10
firewire: Store OHCI version and make sure we have at least 1.1 before doing ...
Kristian Høgsberg
1
-4
/
+15
2007-03-10
firewire: Don't touch DMA descriptors after appending.
Kristian Høgsberg
1
-6
/
+6
2007-03-10
firewire: Use a buffer fill descriptor for receive when header size is 0.
Kristian Høgsberg
1
-15
/
+92
2007-03-10
firewire: Set correct buffer lengths for dualbuffer DMA descriptor.
Kristian Høgsberg
1
-4
/
+3
2007-03-10
firewire: Acummulate received iso headers and send them back to user space.
Kristian Høgsberg
1
-15
/
+34
2007-03-10
firewire: Log OHCI chipset version in PCI probe.
Kristian Høgsberg
1
-2
/
+4
2007-03-10
firewire: Implement functionality to stop isochronous DMA contexts.
Kristian Høgsberg
1
-11
/
+33
[next]