index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
fw-ohci.c
Age
Commit message (
Expand
)
Author
2007-06-29
firewire: fix async reception on big endian machines
Stefan Richter
2007-06-16
firewire: fix hang after card ejection
Stefan Richter
2007-05-31
firewire: Implement suspend/resume PCI driver hooks.
Kristian Høgsberg
2007-05-27
firewire: Add missing byteswapping for receive DMA programs.
Kristian Høgsberg
2007-05-15
missing mm.h in fw-ohci
Al Viro
2007-05-10
firewire: Convert OHCI driver to use standard goto unwinding for error handling.
Kristian Høgsberg
2007-05-10
firewire: Always use parens with sizeof.
Kristian Høgsberg
2007-05-10
firewire: Provide module aliase for backwards compatibility.
Olaf Hering
2007-05-10
firewire: Uppercase most macro names.
Kristian Høgsberg
2007-05-10
firewire: Clean up comment style.
Kristian Høgsberg
2007-04-12
firewire: Check for CONTEXT_RUN not CONTEXT_ACTIVE when starting AT DMA context.
Kristian Høgsberg
2007-04-12
firewire: Byteswap iso header so all headers are presented as be32.
Kristian Høgsberg
2007-03-28
firewire: Fix start on cycle 0 for IT, implement start on cycle for IR.
Kristian Høgsberg
2007-03-28
firewire: Remember to set the driver_data pointer when queueing a packet.
Kristian Høgsberg
2007-03-15
firewire: Move sync and tag parameters to start_iso ioctl.
Kristian Høgsberg
2007-03-15
firewire: Fix dualbuffer iso receive mode and drop buffer fill mode.
Kristian Høgsberg
2007-03-09
firewire: Implement CSR cycle time and bus time registers.
Kristian Høgsberg
2007-03-09
firewire: Implement topology map and fix a couple of loopback bugs.
Kristian Høgsberg
2007-03-09
firewire: Move async transmit to use the general context code.
Kristian Høgsberg
2007-03-09
firewire: Clear all interrupt bits before shutting down.
Kristian Høgsberg
2007-03-09
firewire: Scheduled removal of SA_xxx interrupt flags fixups 3
Thomas Gleixner
2007-03-09
firewire: adjust whitespace
Stefan Richter
2007-03-09
firewire: Implement sync and tag matching for isochronous receive.
Kristian Høgsberg
2007-03-09
firewire: Configure channel and speed at context creation time.
Kristian Høgsberg
2007-03-09
firewire: Store OHCI version and make sure we have at least 1.1 before doing ...
Kristian Høgsberg
2007-03-09
firewire: Don't touch DMA descriptors after appending.
Kristian Høgsberg
2007-03-09
firewire: Use a buffer fill descriptor for receive when header size is 0.
Kristian Høgsberg
2007-03-09
firewire: Set correct buffer lengths for dualbuffer DMA descriptor.
Kristian Høgsberg
2007-03-09
firewire: Acummulate received iso headers and send them back to user space.
Kristian Høgsberg
2007-03-09
firewire: Log OHCI chipset version in PCI probe.
Kristian Høgsberg
2007-03-09
firewire: Implement functionality to stop isochronous DMA contexts.
Kristian Høgsberg
2007-03-09
firewire: Rename 'send_iso' to 'start_iso'.
Kristian Høgsberg
2007-03-09
firewire: Implement basic isochronous receive functionality.
Kristian Høgsberg
2007-03-09
firewire: Generalize the iso transmit descriptor buffer logic.
Kristian Høgsberg
2007-03-09
firewire: Split the iso buffer out from fw_iso_context and avoid vmalloc.
Kristian Høgsberg
2007-03-09
firewire: Read the *Clear versions of the iso interrupt register.
Kristian Høgsberg
2007-03-09
firewire: Fix another typo from the bitfield conversion.
Kristian Høgsberg
2007-03-09
firewire: Use dma_mapping_error() for checking for DMA mapping errors.
Kristian Høgsberg
2007-03-09
firewire: Implement proper transaction cancelation.
Kristian Høgsberg
2007-03-09
firewire: Reduce some redundant register definitions.
Kristian Høgsberg
2007-03-09
firewire: Rework async receive DMA.
Kristian Høgsberg
2007-03-09
firewire: Make sure we wait for DMA to stop before we reprogram it.
Kristian Høgsberg
2007-03-09
firewire: Sanitize send error codes.
Kristian Høgsberg
2007-03-09
firewire: Handle access to CSR resources on local node.
Kristian Høgsberg
2007-03-09
firewire: Loop requests to the host controller back into the stack.
Kristian Høgsberg
2007-03-09
firewire: Use struct fw_packet for incoming packets too in controller interface.
Kristian Høgsberg
2007-03-09
firewire: consistent usage of node_id
Stefan Richter
2007-03-09
firewire: fw-ohci: remove unnecessary macro
Stefan Richter
2007-03-09
firewire: fix failure path in ohci_enable_phys_dma
Stefan Richter
2007-03-09
firewire: comma after last enum item or initializer
Stefan Richter
[prev]
[next]