aboutsummaryrefslogtreecommitdiff
path: root/drivers/ieee1394
AgeCommit message (Expand)AuthorFilesLines
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Gravatar Linus Torvalds 1-6/+2
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-11-18ieee1394: Use hweight32Gravatar Akinobu Mita 1-6/+2
2009-10-11headers: remove sched.h from interrupt.hGravatar Alexey Dobriyan 2-0/+2
2009-09-27const: mark struct vm_struct_operationsGravatar Alexey Dobriyan 1-1/+1
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Gravatar Linus Torvalds 2-3/+4
2009-09-12ieee1394: sbp2: remove a workaround for Momobay FX-3AGravatar Stefan Richter 1-2/+1
2009-09-12ieee1394: raw1394: Do not leak memory on failed trylock.Gravatar Michael Buesch 1-1/+3
2009-09-02drivers: Kill now superfluous ->last_rx storesGravatar Eric Dumazet 1-1/+0
2009-09-02netdev: drivers should make ethtool_ops constGravatar Stephen Hemminger 1-2/+2
2009-09-01netdev: convert pseudo-devices to netdev_tx_tGravatar Stephen Hemminger 1-10/+4
2009-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Gravatar Linus Torvalds 2-1/+8
2009-07-02ieee1394: sbp2: add support for disks >2 TB (and 16 bytes long CDBs)Gravatar Stefan Richter 2-1/+8
2009-06-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Gravatar Linus Torvalds 1-13/+6
2009-06-21firewire: new stack is no longer experimentalGravatar Stefan Richter 1-13/+6
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Gravatar Linus Torvalds 2-0/+7
2009-06-15ieee1394: remove driver_data direct access of struct deviceGravatar Greg Kroah-Hartman 2-13/+11
2009-06-15ieee1394/csr1212: fix false positive kmemcheck reportGravatar Vegard Nossum 1-0/+2
2009-06-15ieee1394: annotate bitfieldGravatar Vegard Nossum 1-0/+5
2009-06-14firewire: net: add Kconfig item, rename driverGravatar Stefan Richter 1-1/+1
2009-06-11fs: Remove i_cindex from struct inodeGravatar Theodore Ts'o 2-3/+8
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Gravatar Yang Hongyang 1-1/+1
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Gravatar Linus Torvalds 9-22/+25
2009-03-24ieee1394: constify device ID tablesGravatar Stefan Richter 7-8/+8
2009-03-24ieee1394: raw1394: add sparse annotations to raw1394_compat_writeGravatar Stefan Richter 1-3/+7
2009-03-24ieee1394: Storage class should be before const qualifierGravatar Tobias Klauser 5-9/+9
2009-03-24ieee1394: sbp2: follow up on "ieee1394: inherit ud vendor_id from node vendor...Gravatar Stefan Richter 1-2/+1
2009-03-16Rationalize fasync return valuesGravatar Jonathan Corbet 1-5/+1
2009-02-26Make ieee1394_init a fs-initcallGravatar Linus Torvalds 1-1/+1
2009-02-24ieee1394: remove superfluous assertionsGravatar Stefan Richter 1-6/+0
2009-02-24ieee1394: inherit ud vendor_id from node vendor_idGravatar Stefan Richter 1-0/+3
2009-02-24ieee1394: add hpsb_node_read() and hpsb_node_lock()Gravatar Stefan Richter 1-0/+18
2009-02-24ieee1394: use correct barrier types between accesses of nodeid and generationGravatar Stefan Richter 1-3/+4
2009-02-24firesat: copyrights, rename to firedtv, API conversions, fix remote control i...Gravatar Stefan Richter 5-0/+34
2009-02-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Gravatar Linus Torvalds 1-4/+4
2009-02-06ieee1394: dv1394: move deprecation message from module init to file openGravatar Stefan Richter 1-4/+4
2009-01-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Gravatar Linus Torvalds 4-33/+43
2009-01-29ieee1394: sbp2: add workarounds for 2nd and 3rd generation iPodsGravatar Stefan Richter 1-0/+10
2009-01-28ieee1394: sbp2: don't assume zero model_id or firmware_revision if there is noneGravatar Stefan Richter 1-18/+20
2009-01-28ieee1394: sbp2: fix payload limit at S1600 and S3200Gravatar Stefan Richter 1-1/+1
2009-01-28ieee1394: sbp2: update a help stringGravatar Stefan Richter 1-2/+2
2009-01-28ieee1394: support for speeds greater than S800Gravatar Stefan Richter 2-11/+9
2009-01-26i2c: Delete many unused adapter IDsGravatar Jean Delvare 1-1/+0
2009-01-24ieee1394: ohci1394: increase AT req. retries, fix ack_busy_X from Panasonic c...Gravatar Stefan Richter 1-1/+1
2009-01-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Gravatar David S. Miller 20-141/+121
2009-01-06ieee1394: use internal network device statsGravatar Stephen Hemminger 2-23/+16
2009-01-06ieee1394: remove unneeded last_rxGravatar Stephen Hemminger 1-2/+0
2009-01-06ieee1394: convert to net_device_opsGravatar Stephen Hemminger 1-6/+10
2009-01-04ieee1934: dv1394: interrupt enabling/disabling broken on big-endianGravatar Harvey Harrison 1-4/+4