Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
a1a5c3b9237662f326cc730e167e7524b5d05a36
/
drivers
/
firewire
b7479fe
firewire: core: Remove card from list of cards when enable fails
by Petr Vandrovec
· 16 years ago
c8c4707
firewire: sbp2: add workarounds for 2nd and 3rd generation iPods
by Stefan Richter
· 16 years ago
5e21256
firewire: sbp2: fix DMA mapping leak on the failure path
by Stefan Richter
· 16 years ago
f746072
firewire: sbp2: define some magic numbers as macros
by Stefan Richter
· 16 years ago
a08e100
firewire: sbp2: fix payload limit at S1600 and S3200
by Stefan Richter
· 16 years ago
e747a5c
firewire: core: optimize card shutdown
by Stefan Richter
· 16 years ago
8b7b6af
firewire: ohci: increase AT req. retries, fix ack_busy_X from Panasonic camcorders and others
by Stefan Richter
· 16 years ago
b006854
firewire: ohci: change "context_stop: still active" log message
by Stefan Richter
· 16 years ago
3d36a0d
firewire: keep highlevel drivers attached during brief connection loss
by Stefan Richter
· 16 years ago
8cd0bbb
firewire: unnecessary BM delay after generation rollover
by Stefan Richter
· 17 years ago
a5c7f47
firewire: insist on successive self ID complete events
by Stefan Richter
· 17 years ago
6230582
firewire: core: fix sleep in atomic context due to driver core change
by Stefan Richter
· 16 years ago
c8a12d4
firewire: reorder struct fw_card for better cache efficiency
by Stefan Richter
· 16 years ago
d6f95a3
firewire: fix resetting of bus manager retry counter
by Stefan Richter
· 16 years ago
0fa1986
firewire: improve refcounting of fw_card
by Jay Fenlason
· 16 years ago
2cc489c
firewire: typo in comment
by Jay Fenlason
· 16 years ago
d6053e0
firewire: fix small memory leak at module removal
by Stefan Richter
· 16 years ago
621f6dd
firewire: fw-sbp2: remove unnecessary locking
by Stefan Richter
· 16 years ago
1d1dc5e
firewire: fw-ohci: fix IOMMU resource exhaustion
by Stefan Richter
· 16 years ago
031bb27
firewire: fw-sbp2: another iPod mini quirk entry
by Stefan Richter
· 16 years ago
a1f6481
firewire: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
cd1f70fd
firewire: fw-sbp2: fix races
by Jay Fenlason
· 16 years ago
0dcfeb7
firewire: fw-sbp2: delay first login to avoid retries
by Stefan Richter
· 16 years ago
7007a07
firewire: fw-ohci: initialization failure path fixes
by Stefan Richter
· 16 years ago
a55709b
firewire: fw-ohci: don't leak dma memory on module removal
by Jay Fenlason
· 16 years ago
77e5571
firewire: fix struct fw_node memory leak
by Jay Fenlason
· 16 years ago
4f9740d
firewire: Survive more than 256 bus resets
by Jay Fenlason
· 16 years ago
99692f7
firewire: fix ioctl() return code
by Stefan Richter
· 16 years ago
7a10034
firewire: fix setting tag and sy in iso transmission
by Stefan Richter
· 16 years ago
4bbc1bd
firewire: fw-sbp2: fix another small generation access bug
by Stefan Richter
· 16 years ago
09b12dd
firewire: fw-sbp2: enforce s/g segment size limit
by Stefan Richter
· 16 years ago
1e119fa
firewire: fw_send_request_sync()
by Jay Fenlason
· 16 years ago
30b0aa7
firewire: Kconfig help update
by Stefan Richter
· 16 years ago
a14ad05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
by Linus Torvalds
· 16 years ago
8401d92
firewire: Preserve response data alignment bug when it is harmless
by David Moore
· 16 years ago
837b41b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
by Linus Torvalds
· 16 years ago
8d8bb39
dma-mapping: add the device argument to dma_mapping_error()
by FUJITA Tomonori
· 16 years ago
f05e21b
firewire: state userland requirements in Kconfig help
by Stefan Richter
· 16 years ago
c0220d6
firewire: avoid memleak after phy config transmit failure
by Stefan Richter
· 16 years ago
95984f6
firewire: fw-ohci: TSB43AB22/A dualbuffer workaround
by Stefan Richter
· 16 years ago
f9543d0
firewire: queue the right number of data
by JiSheng Zhang
· 16 years ago
22a37bc
Merge branch 'sbp2-spindown' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
by Linus Torvalds
· 16 years ago
1e8afea
firewire: warn on unfinished transactions during card removal
by Stefan Richter
· 16 years ago
b9549bc
firewire: small fw_fill_request cleanup
by Stefan Richter
· 16 years ago
e9aeb46
firewire: fully initialize fw_transaction before marking it pending
by Stefan Richter
· 16 years ago
792a610
firewire: fix race of bus reset with request transmission
by Stefan Richter
· 16 years ago
a7ea678
firewire: don't respond to broadcast write requests
by Stefan Richter
· 16 years ago
459f792
firewire: clean up fw_card reference counting
by Stefan Richter
· 16 years ago
2147ef2
firewire: clean up some includes
by Stefan Richter
· 16 years ago
bbf094c
firewire: remove unused struct members
by Stefan Richter
· 16 years ago
e534fe1
firewire: implement broadcast_channel CSR for 1394a compliance
by Stefan Richter
· 16 years ago
2635f96
firewire: fw-sbp2: spin disks down on suspend and shutdown
by Stefan Richter
· 17 years ago
ffcaade
firewire: fw-sbp2: fix spindown for PL-3507 and TSB42AA9 firmwares
by Stefan Richter
· 17 years ago
0e3e2ea
firewire: fw-sbp2: fix parsing of logical unit directories
by Richard Sharpe
· 16 years ago
a7b64b8
firewire: Kconfig menu touch-up
by Stefan Richter
· 16 years ago
ae1e535
firewire: deadline for PHY config transmission
by Stefan Richter
· 16 years ago
161b96e
firewire: fw-ohci: unify printk prefixes
by Stefan Richter
· 16 years ago
5cb8406
firewire: fill_bus_reset_event needs lock protection
by Stefan Richter
· 16 years ago
affc9c2
firewire: fw-ohci: write selfIDBufferPtr before LinkControl.rcvSelfID
by Stefan Richter
· 16 years ago
e896ec4
firewire: fw-ohci: disable PHY packet reception into AR context
by Stefan Richter
· 16 years ago
ccff962
firewire: fw-ohci: use of uninitialized data in AR handler
by Stefan Richter
· 16 years ago
0bf607c
firewire: don't panic on invalid AR request buffer
by Stefan Richter
· 16 years ago
551f4cb
firewire: prevent userspace from accessing shut down devices
by Jay Fenlason
· 16 years ago
d626e3b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 17 years ago
64a87b2
[SCSI] Let scsi_cmnd->cmnd use request->cmd buffer
by Boaz Harrosh
· 17 years ago
886c35f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
by Linus Torvalds
· 17 years ago
f32ddad
firewire: fw-sbp2: log scsi_target ID at release
by Stefan Richter
· 17 years ago
6188e10
Convert asm/semaphore.h users to linux/semaphore.h
by Matthew Wilcox
· 17 years ago
d313584
drivers: Remove unnecessary inclusions of asm/semaphore.h
by Matthew Wilcox
· 17 years ago
db8be07
firewire: cleanups
by Adrian Bunk
· 17 years ago
25b1c3d
firewire: fix synchronization of gap counts
by Stefan Richter
· 17 years ago
2a0a259
firewire: wait until PHY configuration packet was transmitted (fix bus reset loop)
by Stefan Richter
· 17 years ago
e09770d
firewire: remove unused struct member
by Stefan Richter
· 17 years ago
15f0d83
firewire: use bitwise and to get reg in handle_registers
by Jarod Wilson
· 17 years ago
cca6097
firewire: replace more hex values with defined csr constants
by Jarod Wilson
· 17 years ago
c9755e1
firewire: reread config ROM when device reset the bus
by Stefan Richter
· 17 years ago
1dadff7
firewire: replace static ROM cache by allocated cache
by Stefan Richter
· 17 years ago
d34316a
firewire: fw-ohci: work around generation bug in TI controllers (fix AV/C and more)
by Stefan Richter
· 17 years ago
08ddb2f
firewire: fw-ohci: extend logging of bus generations and node ID
by Stefan Richter
· 17 years ago
a007bb8
firewire: fw-ohci: conditionally log busReset interrupts
by Stefan Richter
· 17 years ago
76f73ca
firewire: fw-ohci: don't append to AT context when it's not active
by Jarod Wilson
· 17 years ago
75f7832
firewire: fw-ohci: log regAccessFail events
by Jarod Wilson
· 17 years ago
0221472
firewire: fw-ohci: make sure HCControl register LPS bit is set
by Jarod Wilson
· 17 years ago
130d549
firewire: fw-ohci: missing PPC PMac feature calls in failure path
by Stefan Richter
· 17 years ago
4328656
firewire: fw-ohci: untangle a mixed unsigned/signed expression
by Stefan Richter
· 17 years ago
ad3c0fe
firewire: debug interrupt events
by Stefan Richter
· 17 years ago
016bf3d
firewire: fw-ohci: catch self_id_count == 0
by Stefan Richter
· 17 years ago
c8a9a49
firewire: fw-ohci: add self ID error check
by Stefan Richter
· 17 years ago
2ed0f18
firewire: fw-ohci: refactor probe, remove, suspend, resume
by Stefan Richter
· 17 years ago
eb5ca72
firewire: fw-ohci: switch on bus power after resume on PPC PMac
by Stefan Richter
· 17 years ago
080de8c
firewire: fw-ohci: add option for remote debugging
by Stefan Richter
· 17 years ago
17cff9f
firewire: fw-sbp2: set dual-phase cycle_limit
by Jarod Wilson
· 17 years ago
a5fd9ec
firewire: fw-sbp2: reduce log noise
by Stefan Richter
· 17 years ago
6f73100
firewire: fw-sbp2: remove unnecessary memset
by Stefan Richter
· 17 years ago
0d7dcbf
firewire: fw-sbp2: simplify some macros
by Stefan Richter
· 17 years ago
71ee9f0
firewire: fw-sbp2: remove usages of fw_memcpy_to_be32
by Stefan Richter
· 17 years ago
8ac3a47
firewire: fw-sbp2: relax SCSI DMA alignment
by Stefan Richter
· 17 years ago
1dc3bea
firewire: refactor fw_unit reference counting
by Stefan Richter
· 17 years ago
7c1fca3
firewire: fw-sbp2: fix reference counting
by Stefan Richter
· 17 years ago
bd7dee6
firewire: remove superfluous reference counting
by Stefan Richter
· 17 years ago
Next »