| Commit message (Expand) | Author | Age | Files | Lines |
* | firewire: ohci: omit spinlock IRQ flags where possible | Stefan Richter | 2012-04-17 | 1 | -13/+10 |
* | firewire: ohci: correct signedness of a local variable | Stefan Richter | 2012-04-17 | 1 | -2/+2 |
* | firewire: use module_pci_driver | Axel Lin | 2012-04-09 | 1 | -13/+2 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-03-22 | 1 | -141/+209 |
|\ |
|
| * | firewire: allow explicit flushing of iso packet completions | Clemens Ladisch | 2012-03-18 | 1 | -8/+70 |
| * | firewire: prevent dropping of completed iso packet header data | Clemens Ladisch | 2012-03-18 | 1 | -9/+9 |
| * | firewire: ohci: factor out iso completion flushing code | Clemens Ladisch | 2012-03-18 | 1 | -19/+18 |
| * | firewire: ohci: simplify iso header pointer arithmetic | Clemens Ladisch | 2012-03-18 | 1 | -10/+12 |
| * | firewire: ohci: optimize control bit checks | Clemens Ladisch | 2012-03-18 | 1 | -3/+3 |
| * | firewire: ohci: remove unused excess_bytes field | Clemens Ladisch | 2012-03-18 | 1 | -1/+0 |
| * | firewire: ohci: copy_iso_headers(): make comment match the code | Clemens Ladisch | 2012-03-18 | 1 | -4/+3 |
| * | firewire: ohci: fix too-early completion of IR multichannel buffers | Clemens Ladisch | 2012-03-17 | 1 | -3/+2 |
| * | firewire: ohci: move runtime debug facility out of #ifdef | Stefan Richter | 2012-03-10 | 1 | -19/+1 |
| * | firewire: tone down some diagnostic log messages | Stefan Richter | 2012-03-10 | 1 | -2/+1 |
| * | firewire: ohci: use dev_printk API | Stefan Richter | 2012-01-15 | 1 | -79/+106 |
* | | firewire: ohci: disable MSI on Ricoh controllers | Stefan Richter | 2012-01-30 | 1 | -1/+1 |
* | | firewire: ohci: add reset packet quirk for SB Audigy | Clemens Ladisch | 2012-01-26 | 1 | -0/+4 |
|/ |
|
* | firewire: ohci: fix isochronous DMA synchronization | Clemens Ladisch | 2011-10-18 | 1 | -0/+73 |
* | firewire: ohci: work around selfID junk due to wrong gap count | Clemens Ladisch | 2011-10-18 | 1 | -2/+16 |
* | firewire: net: Use posted writes | Stephan Gatzka | 2011-10-09 | 1 | -1/+2 |
* | firewire: ohci: optimize TSB41BA3D detection | Stefan Richter | 2011-10-09 | 1 | -24/+12 |
* | firewire: ohci: TSB41BA3D support tweaks | Stefan Richter | 2011-10-09 | 1 | -51/+23 |
* | firewire: ohci: Add support for TSB41BA3D phy | Stephan Gatzka | 2011-09-16 | 1 | -2/+183 |
* | firewire: ohci: Move code from the bus reset tasklet into a workqueue | Stephan Gatzka | 2011-09-16 | 1 | -8/+10 |
* | firewire: ohci: add no MSI quirk for O2Micro controller | Ming Lei | 2011-09-16 | 1 | -0/+3 |
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139... | Linus Torvalds | 2011-08-15 | 1 | -2/+7 |
|\ |
|
| * | firewire: ohci: fix DMA unmapping in an error path | Stefan Richter | 2011-08-12 | 1 | -2/+7 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 2011-07-22 | 1 | -15/+27 |
|\ \
| |/ |
|
| * | firewire: ohci: skip soft reset retries after card ejection | Stefan Richter | 2011-07-09 | 1 | -4/+7 |
| * | firewire: ohci: fix PHY reg access after card ejection | Stefan Richter | 2011-07-09 | 1 | -0/+6 |
| * | firewire: ohci: add a comment on PHY reg access serialization | Stefan Richter | 2011-07-09 | 1 | -0/+6 |
| * | firewire: ohci: reduce potential context_stop latency | Stefan Richter | 2011-07-09 | 1 | -2/+3 |
| * | firewire: ohci: remove superfluous posted write flushes | Clemens Ladisch | 2011-06-02 | 1 | -9/+5 |
* | | firewire: ohci: do not bind to Pinnacle cards, avert panic | Stefan Richter | 2011-07-10 | 1 | -0/+6 |
|/ |
|
* | firewire: optimize iso queueing by setting wake only after the last packet | Clemens Ladisch | 2011-05-10 | 1 | -4/+15 |
* | Merge tag 'v2.6.39-rc7' | Stefan Richter | 2011-05-10 | 1 | -14/+25 |
|\ |
|
| * | firewire: Fix for broken configrom updates in quick succession | B.J. Buchalter | 2011-05-02 | 1 | -14/+25 |
* | | firewire: ohci: optimize find_branch_descriptor() | Clemens Ladisch | 2011-04-19 | 1 | -4/+3 |
* | | firewire: ohci: avoid separate DMA mapping for small AT payloads | Clemens Ladisch | 2011-04-19 | 1 | -8/+17 |
* | | firewire: ohci: do not start DMA contexts before link is enabled | Clemens Ladisch | 2011-04-19 | 1 | -6/+7 |
|/ |
|
* | firewire: ohci: Misleading kfree in ohci.c::pci_probe/remove | Oleg Drokin | 2011-03-14 | 1 | -2/+2 |
* | firewire: ohci: omit IntEvent.busReset check rom AT queueing | Stefan Richter | 2011-03-14 | 1 | -15/+2 |
* | firewire: ohci: prevent starting of iso contexts with empty queue | Clemens Ladisch | 2011-02-26 | 1 | -0/+4 |
* | firewire: ohci: prevent iso completion callbacks after context stop | Clemens Ladisch | 2011-02-26 | 1 | -0/+1 |
* | firewire: ohci: log dead DMA contexts | Clemens Ladisch | 2011-01-23 | 1 | -4/+55 |
* | firewire: ohci: fix compilation on arches without PAGE_KERNEL_RO | Clemens Ladisch | 2011-01-13 | 1 | -1/+1 |
* | firewire: ohci: consolidate context status flags | Stefan Richter | 2011-01-04 | 1 | -6/+3 |
* | firewire: ohci: cache the context run bit | Clemens Ladisch | 2011-01-04 | 1 | -4/+4 |
* | firewire: ohci: flush AT contexts after bus reset - addendum | Stefan Richter | 2011-01-04 | 1 | -0/+7 |