| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | firewire: ohci: move runtime debug facility out of #ifdef | Stefan Richter | 2012-03-10 | 2 | -24/+1 |
| * | firewire: tone down some diagnostic log messages | Stefan Richter | 2012-03-10 | 2 | -3/+1 |
| * | firewire: sbp2: replace a GFP_ATOMIC allocation | Stefan Richter | 2012-03-10 | 1 | -1/+1 |
| * | firewire: sbp2: Fix SCSI sense data mangling | Chris Boot | 2012-02-22 | 1 | -2/+11 |
| * | firewire: sbp2: Ignore SBP-2 targets on the local node | Chris Boot | 2012-02-22 | 1 | -0/+4 |
| * | firewire: sbp2: Take into account Unit_Unique_ID | Chris Boot | 2012-02-22 | 1 | -0/+12 |
| * | firewire: nosy: Use the macro DMA_BIT_MASK(). | santosh nayak | 2012-02-22 | 1 | -2/+2 |
| * | firewire: core: convert AR-req handler lock from _irqsave to _bh | Stefan Richter | 2012-02-22 | 1 | -13/+8 |
| * | firewire: core: fix race at address_handler unregistration | Stefan Richter | 2012-02-22 | 1 | -5/+8 |
| * | firewire: core: remove obsolete comment | Stefan Richter | 2012-02-22 | 1 | -8/+0 |
| * | firewire: core: prefix log messages with card name | Stefan Richter | 2012-02-22 | 6 | -54/+72 |
| * | firewire: net: use dev_printk API | Stefan Richter | 2012-02-22 | 1 | -20/+21 |
| * | firewire: net: identify to driver core as "firewire_net", not "net" | Stefan Richter | 2012-02-22 | 1 | -1/+1 |
| * | firewire: sbp2: identify to driver core as "firewire_sbp2", not "sbp2" | Stefan Richter | 2012-02-22 | 1 | -4/+2 |
| * | firewire: sbp2: use dev_printk API | Stefan Richter | 2012-01-15 | 1 | -42/+51 |
| * | firewire: ohci: use dev_printk API | Stefan Richter | 2012-01-15 | 1 | -79/+106 |
| * | firewire: move fw_device reference counting from drivers to core | Stefan Richter | 2012-01-15 | 2 | -0/+15 |
* | | 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 |
* | | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 1 | -1/+1 |
* | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | drivers/firewire: Add export.h for EXPORT_SYMBOL to core-iso.c | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | | 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 | 2 | -8/+4 |
* | | firewire: use clamp and min3 macros | Stefan Richter | 2011-10-09 | 3 | -9/+5 |
* | | 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: sbp2: fold two functions into one | Stefan Richter | 2011-09-16 | 1 | -19/+9 |
* | | firewire: sbp2: move some code to more sensible places | Stefan Richter | 2011-09-16 | 1 | -106/+107 |
* | | firewire: sbp2: remove obsolete reference counting | Stefan Richter | 2011-09-16 | 1 | -40/+17 |
|/ |
|
* | 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-27 | 1 | -0/+4 |
|\ |
|
| * | firewire: sbp2: fix panic after rmmod with slow targets | Chris Boot | 2011-08-23 | 1 | -0/+4 |
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139... | Linus Torvalds | 2011-08-21 | 1 | -5/+10 |
|\| |
|
| * | firewire: core: handle ack_busy when fetching the Config ROM | Stefan Richter | 2011-08-13 | 1 | -5/+10 |
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139... | Linus Torvalds | 2011-08-15 | 2 | -5/+28 |
|\| |
|
| * | firewire: ohci: fix DMA unmapping in an error path | Stefan Richter | 2011-08-12 | 1 | -2/+7 |
| * | firewire: cdev: fix 32 bit userland on 64 bit kernel compat corner cases | Stefan Richter | 2011-08-12 | 1 | -3/+21 |
* | | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 5 | -5/+5 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 2011-07-22 | 3 | -26/+41 |
|\| |
|
| * | firewire: cdev: prevent race between first get_info ioctl and bus reset event... | Stefan Richter | 2011-07-16 | 1 | -8/+10 |
| * | firewire: cdev: return -ENOTTY for unimplemented ioctls, not -EINVAL | Stefan Richter | 2011-07-16 | 1 | -1/+1 |
| * | 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 |