index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
ohci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-03-22
Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-141
/
+209
2012-03-18
firewire: allow explicit flushing of iso packet completions
Clemens Ladisch
1
-8
/
+70
2012-03-18
firewire: prevent dropping of completed iso packet header data
Clemens Ladisch
1
-9
/
+9
2012-03-18
firewire: ohci: factor out iso completion flushing code
Clemens Ladisch
1
-19
/
+18
2012-03-18
firewire: ohci: simplify iso header pointer arithmetic
Clemens Ladisch
1
-10
/
+12
2012-03-18
firewire: ohci: optimize control bit checks
Clemens Ladisch
1
-3
/
+3
2012-03-18
firewire: ohci: remove unused excess_bytes field
Clemens Ladisch
1
-1
/
+0
2012-03-18
firewire: ohci: copy_iso_headers(): make comment match the code
Clemens Ladisch
1
-4
/
+3
2012-03-17
firewire: ohci: fix too-early completion of IR multichannel buffers
Clemens Ladisch
1
-3
/
+2
2012-03-10
firewire: ohci: move runtime debug facility out of #ifdef
Stefan Richter
1
-19
/
+1
2012-03-10
firewire: tone down some diagnostic log messages
Stefan Richter
1
-2
/
+1
2012-01-30
firewire: ohci: disable MSI on Ricoh controllers
Stefan Richter
1
-1
/
+1
2012-01-26
firewire: ohci: add reset packet quirk for SB Audigy
Clemens Ladisch
1
-0
/
+4
2012-01-15
firewire: ohci: use dev_printk API
Stefan Richter
1
-79
/
+106
2011-10-18
firewire: ohci: fix isochronous DMA synchronization
Clemens Ladisch
1
-0
/
+73
2011-10-18
firewire: ohci: work around selfID junk due to wrong gap count
Clemens Ladisch
1
-2
/
+16
2011-10-09
firewire: net: Use posted writes
Stephan Gatzka
1
-1
/
+2
2011-10-09
firewire: ohci: optimize TSB41BA3D detection
Stefan Richter
1
-24
/
+12
2011-10-09
firewire: ohci: TSB41BA3D support tweaks
Stefan Richter
1
-51
/
+23
2011-09-16
firewire: ohci: Add support for TSB41BA3D phy
Stephan Gatzka
1
-2
/
+183
2011-09-16
firewire: ohci: Move code from the bus reset tasklet into a workqueue
Stephan Gatzka
1
-8
/
+10
2011-09-16
firewire: ohci: add no MSI quirk for O2Micro controller
Ming Lei
1
-0
/
+3
2011-08-15
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...
Linus Torvalds
1
-2
/
+7
2011-08-12
firewire: ohci: fix DMA unmapping in an error path
Stefan Richter
1
-2
/
+7
2011-07-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...
Linus Torvalds
1
-15
/
+27
2011-07-10
firewire: ohci: do not bind to Pinnacle cards, avert panic
Stefan Richter
1
-0
/
+6
2011-07-09
firewire: ohci: skip soft reset retries after card ejection
Stefan Richter
1
-4
/
+7
2011-07-09
firewire: ohci: fix PHY reg access after card ejection
Stefan Richter
1
-0
/
+6
2011-07-09
firewire: ohci: add a comment on PHY reg access serialization
Stefan Richter
1
-0
/
+6
2011-07-09
firewire: ohci: reduce potential context_stop latency
Stefan Richter
1
-2
/
+3
2011-06-02
firewire: ohci: remove superfluous posted write flushes
Clemens Ladisch
1
-9
/
+5
2011-05-10
firewire: optimize iso queueing by setting wake only after the last packet
Clemens Ladisch
1
-4
/
+15
2011-05-10
Merge tag 'v2.6.39-rc7'
Stefan Richter
1
-14
/
+25
2011-05-02
firewire: Fix for broken configrom updates in quick succession
B.J. Buchalter
1
-14
/
+25
2011-04-19
firewire: ohci: optimize find_branch_descriptor()
Clemens Ladisch
1
-4
/
+3
2011-04-19
firewire: ohci: avoid separate DMA mapping for small AT payloads
Clemens Ladisch
1
-8
/
+17
2011-04-19
firewire: ohci: do not start DMA contexts before link is enabled
Clemens Ladisch
1
-6
/
+7
2011-03-14
firewire: ohci: Misleading kfree in ohci.c::pci_probe/remove
Oleg Drokin
1
-2
/
+2
2011-03-14
firewire: ohci: omit IntEvent.busReset check rom AT queueing
Stefan Richter
1
-15
/
+2
2011-02-26
firewire: ohci: prevent starting of iso contexts with empty queue
Clemens Ladisch
1
-0
/
+4
2011-02-26
firewire: ohci: prevent iso completion callbacks after context stop
Clemens Ladisch
1
-0
/
+1
2011-01-23
firewire: ohci: log dead DMA contexts
Clemens Ladisch
1
-4
/
+55
2011-01-13
firewire: ohci: fix compilation on arches without PAGE_KERNEL_RO
Clemens Ladisch
1
-1
/
+1
2011-01-04
firewire: ohci: consolidate context status flags
Stefan Richter
1
-6
/
+3
2011-01-04
firewire: ohci: cache the context run bit
Clemens Ladisch
1
-4
/
+4
2011-01-04
firewire: ohci: flush AT contexts after bus reset - addendum
Stefan Richter
1
-0
/
+7
2011-01-03
firewire: ohci: flush AT contexts after bus reset for OHCI 1.2
Clemens Ladisch
1
-7
/
+39
2010-12-13
firewire: ohci: restart iso DMA contexts on resume from low power mode
Maxim Levitsky
1
-8
/
+46
2010-12-13
firewire: ohci: restore GUID on resume.
Maxim Levitsky
1
-0
/
+7
[next]