Age | Commit message (Expand) | Author | Files | Lines |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 5 | -5/+0 |
2012-03-23 | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 12 | -298/+442 |
2012-03-19 | firewire: allow explicit flushing of iso packet completions | Clemens Ladisch | 5 | -8/+96 |
2012-03-19 | firewire: prevent dropping of completed iso packet header data | Clemens Ladisch | 2 | -10/+10 |
2012-03-19 | firewire: ohci: factor out iso completion flushing code | Clemens Ladisch | 1 | -19/+18 |
2012-03-19 | firewire: ohci: simplify iso header pointer arithmetic | Clemens Ladisch | 1 | -10/+12 |
2012-03-19 | firewire: ohci: optimize control bit checks | Clemens Ladisch | 1 | -3/+3 |
2012-03-19 | firewire: ohci: remove unused excess_bytes field | Clemens Ladisch | 1 | -1/+0 |
2012-03-19 | 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 | 2 | -24/+1 |
2012-03-10 | firewire: tone down some diagnostic log messages | Stefan Richter | 2 | -3/+1 |
2012-03-10 | firewire: sbp2: replace a GFP_ATOMIC allocation | Stefan Richter | 1 | -1/+1 |
2012-02-23 | firewire: sbp2: Fix SCSI sense data mangling | Chris Boot | 1 | -2/+11 |
2012-02-23 | firewire: sbp2: Ignore SBP-2 targets on the local node | Chris Boot | 1 | -0/+4 |
2012-02-23 | firewire: sbp2: Take into account Unit_Unique_ID | Chris Boot | 1 | -0/+12 |
2012-02-23 | firewire: nosy: Use the macro DMA_BIT_MASK(). | santosh nayak | 1 | -2/+2 |
2012-02-23 | firewire: core: convert AR-req handler lock from _irqsave to _bh | Stefan Richter | 1 | -13/+8 |
2012-02-23 | firewire: core: fix race at address_handler unregistration | Stefan Richter | 1 | -5/+8 |
2012-02-23 | firewire: core: remove obsolete comment | Stefan Richter | 1 | -8/+0 |
2012-02-23 | firewire: core: prefix log messages with card name | Stefan Richter | 6 | -54/+72 |
2012-02-23 | firewire: net: use dev_printk API | Stefan Richter | 1 | -20/+21 |
2012-02-23 | firewire: net: identify to driver core as "firewire_net", not "net" | Stefan Richter | 1 | -1/+1 |
2012-02-23 | firewire: sbp2: identify to driver core as "firewire_sbp2", not "sbp2" | Stefan Richter | 1 | -4/+2 |
2012-01-31 | firewire: ohci: disable MSI on Ricoh controllers | Stefan Richter | 1 | -1/+1 |
2012-01-27 | firewire: ohci: add reset packet quirk for SB Audigy | Clemens Ladisch | 1 | -0/+4 |
2012-01-15 | firewire: sbp2: use dev_printk API | Stefan Richter | 1 | -42/+51 |
2012-01-15 | firewire: ohci: use dev_printk API | Stefan Richter | 1 | -79/+106 |
2012-01-15 | firewire: move fw_device reference counting from drivers to core | Stefan Richter | 2 | -0/+15 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -1/+1 |
2011-11-07 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2011-11-01 | drivers/firewire: Add export.h for EXPORT_SYMBOL to core-iso.c | Paul Gortmaker | 1 | -0/+1 |
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 | 2 | -8/+4 |
2011-10-09 | firewire: use clamp and min3 macros | Stefan Richter | 3 | -9/+5 |
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-17 | firewire: ohci: Add support for TSB41BA3D phy | Stephan Gatzka | 1 | -2/+183 |
2011-09-17 | firewire: ohci: Move code from the bus reset tasklet into a workqueue | Stephan Gatzka | 1 | -8/+10 |
2011-09-17 | firewire: sbp2: fold two functions into one | Stefan Richter | 1 | -19/+9 |
2011-09-17 | firewire: sbp2: move some code to more sensible places | Stefan Richter | 1 | -106/+107 |
2011-09-17 | firewire: sbp2: remove obsolete reference counting | Stefan Richter | 1 | -40/+17 |
2011-09-17 | firewire: ohci: add no MSI quirk for O2Micro controller | Ming Lei | 1 | -0/+3 |
2011-08-27 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139... | Linus Torvalds | 1 | -0/+4 |
2011-08-23 | firewire: sbp2: fix panic after rmmod with slow targets | Chris Boot | 1 | -0/+4 |
2011-08-22 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139... | Linus Torvalds | 1 | -5/+10 |
2011-08-15 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139... | Linus Torvalds | 2 | -5/+28 |
2011-08-13 | firewire: core: handle ack_busy when fetching the Config ROM | Stefan Richter | 1 | -5/+10 |
2011-08-12 | firewire: ohci: fix DMA unmapping in an error path | Stefan Richter | 1 | -2/+7 |