| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | firewire: core: remove an unnecessary zero initialization | Stefan Richter | 2010-06-20 | 1 | -1/+1 |
| | * | firewire: core: remove unused variable | Stefan Richter | 2010-06-19 | 1 | -6/+5 |
| | * | firewire: rename CSR access driver methods | Stefan Richter | 2010-06-19 | 4 | -13/+11 |
| | * | firewire: core: combine some repeated code | Stefan Richter | 2010-06-19 | 1 | -69/+15 |
| | * | firewire: normalize STATE_CLEAR/SET CSR access interface | Stefan Richter | 2010-06-19 | 4 | -38/+29 |
| | * | firewire: replace get_features card driver hook | Stefan Richter | 2010-06-19 | 4 | -21/+4 |
| | * | firewire: drop sizeof expressions from some request size arguments | Stefan Richter | 2010-06-19 | 2 | -9/+6 |
| | * | firewire: 'add CSR_... support' addendum | Stefan Richter | 2010-06-19 | 2 | -21/+7 |
| | * | firewire: core: always enable cycle master packets | Clemens Ladisch | 2010-06-10 | 1 | -7/+19 |
| | * | firewire: allocate broadcast channel in hardware | Clemens Ladisch | 2010-06-10 | 4 | -12/+26 |
| | * | firewire: core: add CSR abdicate support | Clemens Ladisch | 2010-06-10 | 4 | -3/+16 |
| | * | firewire: add CSR cmstr support | Clemens Ladisch | 2010-06-10 | 4 | -2/+48 |
| | * | firewire: core: add CSR MAINT_UTILITY support | Clemens Ladisch | 2010-06-10 | 1 | -0/+9 |
| | * | firewire: add CSR PRIORITY_BUDGET support | Clemens Ladisch | 2010-06-10 | 3 | -0/+45 |
| | * | firewire: add CSR BUSY_TIMEOUT support | Clemens Ladisch | 2010-06-10 | 2 | -4/+24 |
| | * | firewire: add CSR BUS_TIME support | Clemens Ladisch | 2010-06-10 | 2 | -62/+120 |
| | * | firewire: add CSR CYCLE_TIME write support | Clemens Ladisch | 2010-06-10 | 2 | -0/+10 |
| | * | firewire: core: add CSR SPLIT_TIMEOUT support | Clemens Ladisch | 2010-06-10 | 2 | -11/+69 |
| | * | firewire: core: add CSR RESET_START support | Clemens Ladisch | 2010-06-10 | 1 | -0/+5 |
| | * | firewire: add CSR NODE_IDS support | Clemens Ladisch | 2010-06-10 | 3 | -0/+32 |
| | * | firewire: add read_csr_reg driver callback | Clemens Ladisch | 2010-06-10 | 4 | -6/+20 |
| | * | firewire: core: add CSR STATE_CLEAR/STATE_SET support | Clemens Ladisch | 2010-06-10 | 1 | -0/+44 |
| | * | firewire: core: retry on local errors in bus manager election | Clemens Ladisch | 2010-06-10 | 1 | -0/+10 |
| | * | firewire: ohci: speed up PHY register accesses | Clemens Ladisch | 2010-06-10 | 1 | -4/+10 |
| | * | firewire: core: trivial fix for warning strings | Stefan Richter | 2010-06-09 | 1 | -3/+3 |
| | * | firewire: check cdev response length | Clemens Ladisch | 2010-06-09 | 3 | -4/+44 |
| | * | firewire: ohci: add MSI support | Clemens Ladisch | 2010-06-09 | 1 | -3/+12 |
| | * | firewire: ohci: do not enable interrupts without the handler | Stefan Richter | 2010-06-09 | 1 | -11/+13 |
| * | | tools/firewire: add userspace front-end of nosy | Stefan Richter | 2010-07-27 | 1 | -1/+2 |
| * | | firewire: nosy: use generic printk macros | Stefan Richter | 2010-07-27 | 1 | -17/+16 |
| * | | firewire: nosy: endianess fixes and annotations | Stefan Richter | 2010-07-27 | 2 | -51/+29 |
| * | | firewire: nosy: annotate __user pointers and __iomem pointers | Stefan Richter | 2010-07-27 | 1 | -4/+4 |
| * | | firewire: nosy: fix device shutdown with active client | Stefan Richter | 2010-07-27 | 1 | -29/+82 |
| * | | firewire: nosy: handle errors in device probe | Stefan Richter | 2010-07-27 | 1 | -7/+33 |
| * | | firewire: nosy: fix IRQ handler for card ejection | Stefan Richter | 2010-07-27 | 1 | -0/+4 |
| * | | firewire: nosy: unroll some simple functions | Stefan Richter | 2010-07-27 | 1 | -46/+29 |
| * | | firewire: nosy: use flagless variants of spinlock accessors | Stefan Richter | 2010-07-27 | 1 | -18/+12 |
| * | | firewire: nosy: fix list corruption by NOSY_IOC_STOP | Stefan Richter | 2010-07-27 | 1 | -1/+1 |
| * | | firewire: nosy: convert to unlocked ioctl | Stefan Richter | 2010-07-27 | 1 | -12/+17 |
| * | | firewire: nosy: misc cleanups | Stefan Richter | 2010-07-27 | 3 | -188/+171 |
| * | | firewire: new driver: nosy - IEEE 1394 traffic sniffer | Stefan Richter | 2010-07-27 | 5 | -0/+982 |
* | | | firewire: core: check for 1394a compliant IRM, fix inaccessibility of Sony ca... | Stefan Richter | 2010-06-02 | 1 | -5/+19 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 2010-05-27 | 6 | -95/+235 |
|\ \ \
| | |/
| |/| |
|
| * | | firewire: core: use separate timeout for each transaction | Clemens Ladisch | 2010-05-19 | 3 | -45/+37 |
| * | | firewire: core: Fix tlabel exhaustion problem | Peter Hurley | 2010-05-19 | 1 | -1/+1 |
| * | | firewire: core: make transaction label allocation more robust | Clemens Ladisch | 2010-04-19 | 1 | -5/+19 |
| * | | firewire: core: clean up config ROM related defined constants | Stefan Richter | 2010-04-19 | 1 | -5/+6 |
| * | | firewire: cdev: mark char device files as not seekable | Stefan Richter | 2010-04-10 | 1 | -4/+4 |
| * | | firewire: ohci: cleanups and fix for nonstandard build without debug facility | Stefan Richter | 2010-04-10 | 1 | -14/+15 |
| * | | firewire: ohci: wait for PHY register accesses to complete | Stefan Richter | 2010-04-10 | 1 | -55/+57 |