Age | Commit message (Expand) | Author | Files | Lines |
2010-06-10 | firewire: core: add CSR STATE_CLEAR/STATE_SET support | Clemens Ladisch | 1 | -0/+44 |
2010-06-10 | firewire: core: retry on local errors in bus manager election | Clemens Ladisch | 1 | -0/+10 |
2010-06-10 | firewire: ohci: speed up PHY register accesses | Clemens Ladisch | 1 | -4/+10 |
2010-06-09 | firewire: core: trivial fix for warning strings | Stefan Richter | 1 | -3/+3 |
2010-06-09 | firewire: check cdev response length | Clemens Ladisch | 3 | -4/+44 |
2010-06-09 | firewire: ohci: add MSI support | Clemens Ladisch | 1 | -3/+12 |
2010-06-09 | firewire: ohci: do not enable interrupts without the handler | Stefan Richter | 1 | -11/+13 |
2010-05-31 | ieee1394: video1394: Use memdup_user | Julia Lawall | 1 | -8/+3 |
2010-05-19 | firewire: core: use separate timeout for each transaction | Clemens Ladisch | 3 | -45/+37 |
2010-05-19 | firewire: core: Fix tlabel exhaustion problem | Peter Hurley | 1 | -1/+1 |
2010-04-19 | firewire: core: make transaction label allocation more robust | Clemens Ladisch | 1 | -5/+19 |
2010-04-19 | firewire: core: clean up config ROM related defined constants | Stefan Richter | 1 | -5/+6 |
2010-04-10 | ieee1394: mark char device files as not seekable | Stefan Richter | 3 | -8/+11 |
2010-04-10 | firewire: cdev: mark char device files as not seekable | Stefan Richter | 1 | -4/+4 |
2010-04-10 | firewire: ohci: cleanups and fix for nonstandard build without debug facility | Stefan Richter | 1 | -14/+15 |
2010-04-10 | firewire: ohci: wait for PHY register accesses to complete | Stefan Richter | 1 | -55/+57 |
2010-04-10 | firewire: ohci: fix up configuration of TI chips | Clemens Ladisch | 2 | -1/+26 |
2010-04-10 | firewire: ohci: enable 1394a enhancements | Clemens Ladisch | 3 | -3/+86 |
2010-04-10 | firewire: ohci: do not clear PHY interrupt status inadvertently | Clemens Ladisch | 2 | -0/+8 |
2010-04-10 | firewire: ohci: add a function for reading PHY registers | Clemens Ladisch | 1 | -5/+19 |
2010-04-10 | firewire: cdev: fix information leak | Stefan Richter | 1 | -9/+9 |
2010-04-10 | firewire: cdev: require quadlet-aligned headers for transmit packets | Clemens Ladisch | 1 | -0/+2 |
2010-04-10 | firewire: cdev: disallow receive packets without header | Clemens Ladisch | 1 | -1/+2 |
2010-03-25 | firewire: core: align driver match with modalias | Stefan Richter | 1 | -49/+38 |
2010-03-25 | firewire: core: fix Model_ID in modalias | Stefan Richter | 1 | -26/+14 |
2010-03-18 | firewire: ohci: add cycle timer quirk for the TI TSB12LV22 | Clemens Ladisch | 1 | -0/+4 |
2010-03-15 | firewire: core: fw_iso_resource_manage: fix error handling | Clemens Ladisch | 1 | -2/+3 |
2010-02-24 | firewire: ohci: extend initialization log message | Stefan Richter | 1 | -7/+10 |
2010-02-24 | firewire: ohci: fix IR/IT context mask mixup | Stefan Richter | 1 | -7/+7 |
2010-02-24 | firewire: ohci: add module parameter to activate quirk fixes | Stefan Richter | 1 | -0/+11 |
2010-02-24 | firewire: ohci: use an ID table for quirks detection | Stefan Richter | 1 | -18/+28 |
2010-02-24 | firewire: ohci: reorder struct fw_ohci for better cache efficiency | Stefan Richter | 1 | -11/+12 |
2010-02-24 | firewire: ohci: remove unused dualbuffer IR code | Stefan Richter | 1 | -183/+1 |
2010-02-24 | firewire: core: combine a bit of repeated code | Stefan Richter | 1 | -12/+5 |
2010-02-24 | firewire: core: change type of a data buffer | Stefan Richter | 1 | -173/+152 |
2010-02-24 | firewire: cdev: add more flexible cycle timer ioctl | Stefan Richter | 1 | -6/+32 |
2010-02-24 | firewire: core: rename an internal function | Stefan Richter | 1 | -14/+14 |
2010-02-24 | firewire: core: fix an information leak | Stefan Richter | 1 | -0/+1 |
2010-02-24 | firewire: core: increase stack size of config ROM reader | Stefan Richter | 1 | -4/+2 |
2010-02-24 | firewire: core: don't fail device creation in case of too large config ROM bl... | Stefan Richter | 1 | -7/+11 |
2010-02-24 | firewire: core: fix "giving up on config rom" with Panasonic AG-DV2500 | Stefan Richter | 1 | -10/+22 |
2010-02-24 | Merge tag 'v2.6.33' for its firewire changes since last branch point | Stefan Richter | 792 | -7353/+22378 |
2010-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 8 | -11/+50 |
2010-02-24 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 3 | -14/+22 |
2010-02-24 | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 5 | -76/+210 |
2010-02-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 5 | -9/+27 |
2010-02-23 | tc35815: Remove a wrong netif_wake_queue() call which triggers BUG_ON | Atsushi Nemoto | 1 | -1/+0 |
2010-02-23 | cdc_ether: new PID for Ericsson C3607w to the whitelist (resubmit) | Torgny Johansson | 1 | -0/+5 |
2010-02-23 | e1000: Fix DMA mapping error handling on RX | Anton Blanchard | 1 | -1/+18 |
2010-02-23 | drm/vmwgfx: Fix queries if no dma buffer thrashing is occuring. | Thomas Hellstrom | 1 | -16/+92 |