summaryrefslogtreecommitdiffstats
path: root/drivers/firewire
Commit message (Expand)AuthorAgeFilesLines
...
| | * firewire: expose extended tcode of incoming lock requests to (userspace) driversJay Fenlason2010-06-201-1/+3
| | * firewire: cdev: freeze FW_CDEV_VERSION due to libraw1394 bugStefan Richter2010-06-201-1/+6
| | * firewire: cdev: count references of cards during inbound transactionsStefan Richter2010-06-201-0/+8
| | * firewire: cdev: fix responses to nodes at different cardJay Fenlason2010-06-201-3/+4
| | * firewire: cdev: fix race in iso context creationClemens Ladisch2010-06-201-5/+8
| | * firewire: remove an unused function argumentStefan Richter2010-06-204-13/+11Star
| | * firewire: core: remove an unnecessary zero initializationStefan Richter2010-06-201-1/+1
| | * firewire: core: remove unused variableStefan Richter2010-06-191-6/+5Star
| | * firewire: rename CSR access driver methodsStefan Richter2010-06-194-13/+11Star
| | * firewire: core: combine some repeated codeStefan Richter2010-06-191-69/+15Star
| | * firewire: normalize STATE_CLEAR/SET CSR access interfaceStefan Richter2010-06-194-38/+29Star
| | * firewire: replace get_features card driver hookStefan Richter2010-06-194-21/+4Star
| | * firewire: drop sizeof expressions from some request size argumentsStefan Richter2010-06-192-9/+6Star
| | * firewire: 'add CSR_... support' addendumStefan Richter2010-06-192-21/+7Star
| | * firewire: core: always enable cycle master packetsClemens Ladisch2010-06-101-7/+19
| | * firewire: allocate broadcast channel in hardwareClemens Ladisch2010-06-104-12/+26
| | * firewire: core: add CSR abdicate supportClemens Ladisch2010-06-104-3/+16
| | * firewire: add CSR cmstr supportClemens Ladisch2010-06-104-2/+48
| | * firewire: core: add CSR MAINT_UTILITY supportClemens Ladisch2010-06-101-0/+9
| | * firewire: add CSR PRIORITY_BUDGET supportClemens Ladisch2010-06-103-0/+45
| | * firewire: add CSR BUSY_TIMEOUT supportClemens Ladisch2010-06-102-4/+24
| | * firewire: add CSR BUS_TIME supportClemens Ladisch2010-06-102-62/+120
| | * firewire: add CSR CYCLE_TIME write supportClemens Ladisch2010-06-102-0/+10
| | * firewire: core: add CSR SPLIT_TIMEOUT supportClemens Ladisch2010-06-102-11/+69
| | * firewire: core: add CSR RESET_START supportClemens Ladisch2010-06-101-0/+5
| | * firewire: add CSR NODE_IDS supportClemens Ladisch2010-06-103-0/+32
| | * firewire: add read_csr_reg driver callbackClemens Ladisch2010-06-104-6/+20
| | * firewire: core: add CSR STATE_CLEAR/STATE_SET supportClemens Ladisch2010-06-101-0/+44
| | * firewire: core: retry on local errors in bus manager electionClemens Ladisch2010-06-101-0/+10
| | * firewire: ohci: speed up PHY register accessesClemens Ladisch2010-06-101-4/+10
| | * firewire: core: trivial fix for warning stringsStefan Richter2010-06-091-3/+3
| | * firewire: check cdev response lengthClemens Ladisch2010-06-093-4/+44
| | * firewire: ohci: add MSI supportClemens Ladisch2010-06-091-3/+12
| | * firewire: ohci: do not enable interrupts without the handlerStefan Richter2010-06-091-11/+13
| * | tools/firewire: add userspace front-end of nosyStefan Richter2010-07-271-1/+2
| * | firewire: nosy: use generic printk macrosStefan Richter2010-07-271-17/+16Star
| * | firewire: nosy: endianess fixes and annotationsStefan Richter2010-07-272-51/+29Star
| * | firewire: nosy: annotate __user pointers and __iomem pointersStefan Richter2010-07-271-4/+4
| * | firewire: nosy: fix device shutdown with active clientStefan Richter2010-07-271-29/+82
| * | firewire: nosy: handle errors in device probeStefan Richter2010-07-271-7/+33
| * | firewire: nosy: fix IRQ handler for card ejectionStefan Richter2010-07-271-0/+4
| * | firewire: nosy: unroll some simple functionsStefan Richter2010-07-271-46/+29Star
| * | firewire: nosy: use flagless variants of spinlock accessorsStefan Richter2010-07-271-18/+12Star
| * | firewire: nosy: fix list corruption by NOSY_IOC_STOPStefan Richter2010-07-271-1/+1
| * | firewire: nosy: convert to unlocked ioctlStefan Richter2010-07-271-12/+17
| * | firewire: nosy: misc cleanupsStefan Richter2010-07-273-188/+171Star
| * | firewire: new driver: nosy - IEEE 1394 traffic snifferStefan Richter2010-07-275-0/+982
* | | firewire: core: check for 1394a compliant IRM, fix inaccessibility of Sony ca...Stefan Richter2010-06-021-5/+19
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2010-05-276-95/+235
|\ \ \ | | |/ | |/|
| * | firewire: core: use separate timeout for each transactionClemens Ladisch2010-05-193-45/+37Star