index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
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-04-18
firewire: remove superfluous reference counting
Stefan Richter
1
-4
/
+4
2008-03-27
firewire: fw-ohci: plug dma memory leak in AR handler
Jarod Wilson
1
-4
/
+5
2008-03-14
firewire: fw-ohci: shut up false compiler warning on PPC32
Stefan Richter
1
-3
/
+3
2008-03-14
firewire: fw-ohci: use dma_alloc_coherent for ar_buffer
Jarod Wilson
1
-13
/
+5
2008-03-14
firewire: fw-ohci: Apple UniNorth 1st generation support
Stefan Richter
1
-8
/
+21
2008-03-14
firewire: fw-ohci: PPC PMac platform code
Stefan Richter
1
-0
/
+49
2008-03-14
firewire: endianess annotations
Stefan Richter
1
-2
/
+2
2008-03-14
firewire: endianess fix
Stefan Richter
1
-1
/
+1
2008-01-30
firewire: fw-ohci: Dynamically allocate buffers for DMA descriptors
David Moore
1
-80
/
+156
2008-01-30
firewire: fw-ohci: CycleTooLong interrupt management
Stefan Richter
1
-2
/
+9
2008-01-30
firewire: fw-ohci: Bug fixes for packet-per-buffer support
David Moore
1
-50
/
+49
2008-01-30
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-18
firewire: fw-ohci: fix "scheduling while atomic"
Stefan Richter
1
-1
/
+1
2007-07-18
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-27
firewire: Add missing byteswapping for receive DMA programs.
Kristian Høgsberg
1
-2
/
+3
2007-05-15
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-09
firewire: Implement CSR cycle time and bus time registers.
Kristian Høgsberg
1
-2
/
+24
2007-03-09
firewire: Implement topology map and fix a couple of loopback bugs.
Kristian Høgsberg
1
-2
/
+9
2007-03-09
firewire: Move async transmit to use the general context code.
Kristian Høgsberg
1
-212
/
+148
2007-03-09
firewire: Clear all interrupt bits before shutting down.
Kristian Høgsberg
1
-1
/
+2
2007-03-09
firewire: Scheduled removal of SA_xxx interrupt flags fixups 3
Thomas Gleixner
1
-1
/
+1
2007-03-09
firewire: adjust whitespace
Stefan Richter
1
-24
/
+22
2007-03-09
firewire: Implement sync and tag matching for isochronous receive.
Kristian Høgsberg
1
-2
/
+30
[next]