Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
2603bf219e9bef3396b96b65326de7db27958c95
/
drivers
2603bf2
firewire: Use only a wait queue and terminate poll and read on device removal.
by Kristian Høgsberg
· 18 years ago
2aaad97
firewire: Don't time out command orbs, leave that to the scsi stack.
by Kristian Høgsberg
· 18 years ago
048961e
firewire: Add rom_index attribute for unit sysfs directories.
by Kristian Høgsberg
· 18 years ago
5c5539d
firewire: Quiet down fw-sbp2 logging a bit, remove stale FIXME.
by Kristian Høgsberg
· 18 years ago
a3aca3d
firewire: Switch cdev code over to use register_chrdev and keep a list of devices.
by Kristian Høgsberg
· 18 years ago
344bbc4
firewire: Generalize get_config_rom to get_info.
by Kristian Høgsberg
· 18 years ago
5371842
firewire: Implement ioctl to initiate bus reset.
by Kristian Høgsberg
· 18 years ago
97bd9ef
firewire: Add a bus reset event type for fw-device-cdev.
by Kristian Høgsberg
· 18 years ago
1da0c93
firewire: Only use INIT_DELAYED_WORK for first initialization.
by Kristian Høgsberg
· 18 years ago
5f48047
firewire: Iterate through units in a keventd callback for update callbacks.
by Kristian Høgsberg
· 18 years ago
e254a4b
firewire: Clear all interrupt bits before shutting down.
by Kristian Høgsberg
· 18 years ago
49e1179
firewire: Drop the unused fw_card device.
by Kristian Høgsberg
· 18 years ago
937f687
firewire: Let an fw_descriptor specify a leading immediate key/value pair.
by Kristian Høgsberg
· 18 years ago
65efffa
firewire: Scheduled removal of SA_xxx interrupt flags fixups 3
by Thomas Gleixner
· 18 years ago
373b2ed
firewire: adjust whitespace
by Stefan Richter
· 18 years ago
98b6cbe
firewire: Implement sync and tag matching for isochronous receive.
by Kristian Høgsberg
· 18 years ago
21efb3c
firewire: Configure channel and speed at context creation time.
by Kristian Høgsberg
· 18 years ago
e364cf4
firewire: Store OHCI version and make sure we have at least 1.1 before doing dualbuffer.
by Kristian Høgsberg
· 18 years ago
68be3fa
firewire: Get zeroed out pages for mapping to user space.
by Kristian Høgsberg
· 18 years ago
cb2d2cd
firewire: Don't touch DMA descriptors after appending.
by Kristian Høgsberg
· 18 years ago
d2746dc
firewire: Use a buffer fill descriptor for receive when header size is 0.
by Kristian Høgsberg
· 18 years ago
1e1d196
firewire: Set correct buffer lengths for dualbuffer DMA descriptor.
by Kristian Høgsberg
· 18 years ago
9b32d5f
firewire: Acummulate received iso headers and send them back to user space.
by Kristian Høgsberg
· 18 years ago
500be72
firewire: Log OHCI chipset version in PCI probe.
by Kristian Høgsberg
· 18 years ago
b829566
firewire: Implement functionality to stop isochronous DMA contexts.
by Kristian Høgsberg
· 18 years ago
69cdb72
firewire: Rename 'send_iso' to 'start_iso'.
by Kristian Høgsberg
· 18 years ago
295e3fe
firewire: Implement basic isochronous receive functionality.
by Kristian Høgsberg
· 18 years ago
3020073
firewire: Generalize the iso transmit descriptor buffer logic.
by Kristian Høgsberg
· 18 years ago
9aad812
firewire: Split the iso buffer out from fw_iso_context and avoid vmalloc.
by Kristian Høgsberg
· 18 years ago
6e2e842
firewire: Use correct payload pointer when demarshalling incoming requests.
by Kristian Høgsberg
· 18 years ago
c889475
firewire: Read the *Clear versions of the iso interrupt register.
by Kristian Høgsberg
· 18 years ago
cbb59da
firewire: Fix another typo from the bitfield conversion.
by Kristian Høgsberg
· 18 years ago
82eff9d
firewire: Use dma_mapping_error() for checking for DMA mapping errors.
by Kristian Høgsberg
· 18 years ago
27a15e5
firewire: Credit the old sbp2.c driver for being a good starting point.
by Kristian Høgsberg
· 18 years ago
bbf19db
firewire: Use atomic_t's for serial numbers.
by Kristian Høgsberg
· 18 years ago
362c2c8
firewire: Spell out fw as firewire in sysfs.
by Kristian Høgsberg
· 18 years ago
374a003
firewire: Complete SCSI commands with DID_BUS_BUSY when a bus reset happens.
by Kristian Høgsberg
· 18 years ago
993baca
firewire: Schedule topology work before calling driver update functions.
by Kristian Høgsberg
· 18 years ago
7f37c42
firewire: Introduce a retry mechanism for reconnects and logins.
by Kristian Høgsberg
· 18 years ago
1d3d52c
firewire: fw-sbp2: Do ORB timeout right.
by Kristian Høgsberg
· 18 years ago
730c32f
firewire: Implement proper transaction cancelation.
by Kristian Høgsberg
· 18 years ago
72e318e
firewire: Reduce some redundant register definitions.
by Kristian Høgsberg
· 18 years ago
32b4609
firewire: Rework async receive DMA.
by Kristian Høgsberg
· 18 years ago
641f879
firewire: use atomic type for fw_device.state
by Stefan Richter
· 18 years ago
0edeefd
firewire: Make sure we wait for DMA to stop before we reprogram it.
by Kristian Høgsberg
· 18 years ago
931c483
firewire: Implement compliant bus management.
by Kristian Høgsberg
· 18 years ago
9fc8268
firewire: Fix bit shift typo.
by Kristian Høgsberg
· 18 years ago
e5f49c3
firewire: Sanitize send error codes.
by Kristian Høgsberg
· 18 years ago
93c4cce
firewire: Handle access to CSR resources on local node.
by Kristian Høgsberg
· 18 years ago
746083d86
firewire: Add lock transaction opcodes to fw-device-cdev.h.
by Kristian Høgsberg
· 18 years ago
36bfe49
firewire: Clean up response handling.
by Kristian Høgsberg
· 18 years ago
e636fe2
firewire: Loop requests to the host controller back into the stack.
by Kristian Høgsberg
· 18 years ago
2639a6f
firewire: Use struct fw_packet for incoming packets too in controller interface.
by Kristian Høgsberg
· 18 years ago
748086e
firewire: fix compilation with gcc 3.4
by Stefan Richter
· 18 years ago
83db801
firewire: Implement gap count optimization.
by Kristian Høgsberg
· 18 years ago
cfb0138
firewire: fw-sbp2: set command set related device flags
by Stefan Richter
· 18 years ago
907293d
firewire: consistent usage of node_id
by Stefan Richter
· 18 years ago
366f5f4
firewire: fw-ohci: remove unnecessary macro
by Stefan Richter
· 18 years ago
02af8e7
firewire: fw-sbp2: remove unused macro
by Stefan Richter
· 18 years ago
5fa1580
firewire: fw-sbp2: remove bogus "emulated" host flag
by Stefan Richter
· 18 years ago
6cad95f
firewire: fix failure path in ohci_enable_phys_dma
by Stefan Richter
· 18 years ago
5af4e5e
firewire: comma after last enum item or initializer
by Stefan Richter
· 18 years ago
5e20c28
firewire: whitespace adjustments
by Stefan Richter
· 18 years ago
95688e9
firewire: cleanups
by Adrian Bunk
· 18 years ago
21ebcd1
firewire: mark some structs const
by Stefan Richter
· 18 years ago
227e7d8
firewire: additional help in Kconfig
by Stefan Richter
· 18 years ago
22a38e72
firewire: put old and new stack into same Kconfig submenu
by Stefan Richter
· 18 years ago
687198b
firewire: consistent ifndef blocks in header files
by Stefan Richter
· 18 years ago
35b7541
firewire: typo in Kconfig
by Stefan Richter
· 18 years ago
9c87da4
firewire: mark fw-core as experimental
by Stefan Richter
· 18 years ago
fe69ca3
firewire: build fix 3
by Stefan Richter
· 18 years ago
0b5b290
firewire: build fix 2
by Andrew Morton
· 18 years ago
cf3e72f
firewire: build fix
by Andrew Morton
· 18 years ago
fcf7770
firewire: printk warning fix
by Andrew Morton
· 18 years ago
9ba136d
firewire: Add SBP-2 protocol driver for storage devices.
by Kristian Høgsberg
· 18 years ago
ed56891
firewire: Add driver for OHCI firewire host controllers.
by Kristian Høgsberg
· 18 years ago
19a15b9
firewire: Add device probing and sysfs integration.
by Kristian Høgsberg
· 18 years ago
3038e35
firewire: Add core firewire stack.
by Kristian Høgsberg
· 18 years ago
5b3c118
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 18 years ago
fe1b4ba
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 18 years ago
ae5dd8e
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 18 years ago
28580df
[PATCH] m68knommu: fix work queues in mcfserial.c driver
by Greg Ungerer
· 18 years ago
ebfcfef
[PATCH] m68knommu: set GPIO lines for serial ports on 5282 in mcfserial.c
by Greg Ungerer
· 18 years ago
03154a2
[PATCH] minor updat to tlclk Kconfig entry
by Mark Gross
· 18 years ago
059819a
[PATCH] Fix buffer overflow in Omnikey CardMan 4040 driver (CVE-2007-0005)
by Marcel Holtmann
· 18 years ago
7c368bb
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 18 years ago
8328258
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
by Linus Torvalds
· 18 years ago
205c911
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 18 years ago
f991633
[PATCH] initramfs should not depend on CONFIG_BLOCK
by Dimitri Gorokhovik
· 18 years ago
de69fee
[PATCH] cciss: add struct pci_driver shutdown support (replaces reboot notifier)
by Mike Miller (OS Dev)
· 18 years ago
97c0697
[PATCH] cciss: fix for 2TB support
by Mike Miller (OS Dev)
· 18 years ago
5efee17
[PATCH] geode-aes: use unsigned long for spin_lock_irqsave
by Alexey Dobriyan
· 18 years ago
166f60d
[PATCH] fbdev: fix kconfig error if FB_DDC=n
by James Simmons
· 18 years ago
df470c3
[PATCH] atyfb: fix kconfig error part 2
by Randy Dunlap
· 18 years ago
b9860ec
[PATCH] nvidiafb backlight: Fix implicit declaration in nv_backlight
by Dave Jones
· 18 years ago
a715dfc
sdhci: release irq during suspend
by Pierre Ossman
· 18 years ago
62df67a
sdhci: make isr tolerant of read errors
by Mark Lord
· 18 years ago
cd9277c
mmc: require explicit support for high-speed
by Pierre Ossman
· 18 years ago
f3be974
sis900 warning fixes
by Andrew Morton
· 18 years ago
84dd619
mv643xx_eth: Place explicit port number in mv643xx_eth_platform_data
by Dale Farnsworth
· 18 years ago
Next »