index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
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: 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
*
firewire: Reduce some redundant register definitions.
Kristian Høgsberg
2007-03-09
1
-28
/
+22
*
firewire: Rework async receive DMA.
Kristian Høgsberg
2007-03-09
1
-82
/
+130
*
firewire: Make sure we wait for DMA to stop before we reprogram it.
Kristian Høgsberg
2007-03-09
1
-5
/
+16
*
firewire: Sanitize send error codes.
Kristian Høgsberg
2007-03-09
1
-10
/
+10
*
firewire: Handle access to CSR resources on local node.
Kristian Høgsberg
2007-03-09
1
-16
/
+114
*
firewire: Loop requests to the host controller back into the stack.
Kristian Høgsberg
2007-03-09
1
-8
/
+25
*
firewire: Use struct fw_packet for incoming packets too in controller interface.
Kristian Høgsberg
2007-03-09
1
-20
/
+41
*
firewire: consistent usage of node_id
Stefan Richter
2007-03-09
1
-9
/
+12
*
firewire: fw-ohci: remove unnecessary macro
Stefan Richter
2007-03-09
1
-3
/
+0
*
firewire: fix failure path in ohci_enable_phys_dma
Stefan Richter
2007-03-09
1
-3
/
+1
*
firewire: comma after last enum item or initializer
Stefan Richter
2007-03-09
1
-1
/
+1
*
firewire: whitespace adjustments
Stefan Richter
2007-03-09
1
-3
/
+2
*
firewire: cleanups
Adrian Bunk
2007-03-09
1
-4
/
+4
*
firewire: mark some structs const
Stefan Richter
2007-03-09
1
-1
/
+1
*
firewire: build fix
Andrew Morton
2007-03-09
1
-0
/
+2
*
firewire: printk warning fix
Andrew Morton
2007-03-09
1
-2
/
+2
*
firewire: Add driver for OHCI firewire host controllers.
Kristian Høgsberg
2007-03-09
1
-0
/
+1394
[prev]