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