index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
fw-cdev.c
Age
Commit message (
Expand
)
Author
2009-03-24
firewire: cdev: add closure to async stream ioctl
Stefan Richter
2009-03-24
firewire: cdev: simplify FW_CDEV_IOC_SEND_REQUEST return value
Stefan Richter
2009-03-24
firewire: cdev: fix race of ioctl_send_request with bus reset
Stefan Richter
2009-03-24
firewire: cdev: secure add_descriptor ioctl
Stefan Richter
2009-03-24
firewire: cdev: amendment to "add ioctl to query maximum transmission speed"
Stefan Richter
2009-03-24
firewire: implement asynchronous stream transmission
Jay Fenlason
2009-03-24
firewire: cdev: simplify a schedule_delayed_work wrapper
Stefan Richter
2009-03-24
firewire: cdev: add ioctls for iso resource management, amendment
Stefan Richter
2009-03-24
firewire: cdev: shut down iso context before freeing the buffer
Stefan Richter
2009-03-24
firewire: cdev: replace some spin_lock_irqsave by spin_lock_irq
Stefan Richter
2009-03-24
firewire: cdev: extend transaction payload size check
Stefan Richter
2009-03-24
firewire: cdev: restrict broadcast write requests to Units Space
Stefan Richter
2009-03-24
firewire: cdev: add ioctl for broadcast write requests
Jay Fenlason, Stefan Richter
2009-03-24
firewire: cdev: add ioctl to query maximum transmission speed
Stefan Richter
2009-03-24
firewire: cdev: add ioctls for manual iso resource management
Stefan Richter
2009-03-24
firewire: cdev: add ioctls for isochronous resource management
Jay Fenlason, Stefan Richter
2009-03-24
firewire: cdev: sort includes
Stefan Richter
2009-03-24
firewire: cdev: unify names of struct types and of their instances
Stefan Richter
2009-03-24
firewire: cdev: reference-count client instances
Stefan Richter
2009-03-24
firewire: cdev: use list_first_entry
Stefan Richter
2009-03-24
firewire: remove line breaks before function names
Stefan Richter
2009-03-24
firewire: standardize a variable name
Stefan Richter
2009-03-24
firewire: cdev: address handler input validation
Stefan Richter
2009-03-24
firewire: cdev: use an idr rather than a linked list for resources
Jay Fenlason
2009-03-24
firewire: cdev: fix race of fw_device_op_release with bus reset
Stefan Richter
2009-03-24
firewire: cdev: tcodes input validation
Stefan Richter
2009-03-24
firewire: convert client_list_lock to mutex
Stefan Richter
2009-03-24
firewire: add a client_list_lock
Jay Fenlason
2008-10-15
firewire: fix ioctl() return code
Stefan Richter
2008-10-15
firewire: fix setting tag and sy in iso transmission
Stefan Richter
2008-08-02
firewire: Preserve response data alignment bug when it is harmless
David Moore
2008-07-20
firewire: queue the right number of data
JiSheng Zhang
2008-06-19
firewire: fill_bus_reset_event needs lock protection
Stefan Richter
2008-05-20
firewire: prevent userspace from accessing shut down devices
Jay Fenlason
2008-04-18
firewire: reread config ROM when device reset the bus
Stefan Richter
2008-02-21
firewire: fix NULL pointer deref. and resource leak
Stefan Richter
2008-02-16
firewire: fix "kobject_add failed for fw* with -EEXIST"
Stefan Richter
2008-01-30
firewire: enforce access order between generation and node ID, fix "giving up...
Stefan Richter
2008-01-30
firewire: fw-cdev: use device generation, not card generation
Stefan Richter
2007-10-17
firewire: fw-cdev: reorder wakeup vs. spinlock
Jay Fenlason
2007-10-17
firewire: adopt read cycle timer ABI from raw1394
Stefan Richter
2007-10-17
firewire: fw-core: local variable shadows a global one
Stefan Richter
2007-10-14
fw-cdev __user annotations
Al Viro
2007-07-10
firewire: support S100B...S400B and link slower than PHY
Stefan Richter
2007-06-21
firewire: Only set client->iso_context if allocation was successful.
Kristian Høgsberg
2007-05-31
firewire: Change struct fw_cdev_iso_packet to not use bitfields.
Kristian Høgsberg
2007-05-27
firewire: fix return code
Jeff Garzik
2007-05-10
firewire: Always use parens with sizeof.
Kristian Høgsberg
2007-05-10
firewire: Clean up comment style.
Kristian Høgsberg
2007-04-30
firewire: Rename fw-device-cdev.c to fw-cdev.c and move header to include/linux.
Kristian Høgsberg