aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/nosy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-15firewire: ohci: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2016-10-09firewire: nosy: do not ignore errors in ioremap_nocache()Alexey Khoroshilov1-3/+10
2016-03-22firewire: nosy: Replace timeval with timespec64Tina Ruchandani1-3/+5
2015-11-05firewire: nosy: Replace timeval with timespec64Amitoj Kaur Chawla1-4/+6
2012-11-28firewire: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-28firewire: remove use of __devinitBill Pemberton1-1/+1
2012-04-09firewire: use module_pci_driverAxel Lin1-16/+4
2012-02-22firewire: nosy: Use the macro DMA_BIT_MASK().santosh nayak1-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2010-12-12firewire: nosy: char device is not seekableStefan Richter1-2/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-07-27firewire: nosy: use generic printk macrosStefan Richter1-17/+16
2010-07-27firewire: nosy: endianess fixes and annotationsStefan Richter1-48/+26
2010-07-27firewire: nosy: annotate __user pointers and __iomem pointersStefan Richter1-4/+4
2010-07-27firewire: nosy: fix device shutdown with active clientStefan Richter1-29/+82
2010-07-27firewire: nosy: handle errors in device probeStefan Richter1-7/+33
2010-07-27firewire: nosy: fix IRQ handler for card ejectionStefan Richter1-0/+4
2010-07-27firewire: nosy: unroll some simple functionsStefan Richter1-46/+29
2010-07-27firewire: nosy: use flagless variants of spinlock accessorsStefan Richter1-18/+12
2010-07-27firewire: nosy: fix list corruption by NOSY_IOC_STOPStefan Richter1-1/+1
2010-07-27firewire: nosy: convert to unlocked ioctlStefan Richter1-12/+17
2010-07-27firewire: nosy: misc cleanupsStefan Richter1-169/+153
2010-07-27firewire: new driver: nosy - IEEE 1394 traffic snifferStefan Richter1-0/+695