summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-03-10firewire: Fix bit shift typo.Kristian Høgsberg1-1/+1
2007-03-10firewire: Sanitize send error codes.Kristian Høgsberg3-16/+18
2007-03-10firewire: Handle access to CSR resources on local node.Kristian Høgsberg3-21/+154
2007-03-10firewire: Add lock transaction opcodes to fw-device-cdev.h.Kristian Høgsberg1-0/+8
2007-03-10firewire: Clean up response handling.Kristian Høgsberg1-27/+27
2007-03-10firewire: Loop requests to the host controller back into the stack.Kristian Høgsberg2-13/+25
2007-03-10firewire: Use struct fw_packet for incoming packets too in controller interface.Kristian Høgsberg3-81/+92
2007-03-10firewire: fix compilation with gcc 3.4Stefan Richter1-2/+3
2007-03-10firewire: Implement gap count optimization.Kristian Høgsberg5-31/+120
2007-03-10firewire: fw-sbp2: set command set related device flagsStefan Richter1-0/+17
2007-03-10firewire: consistent usage of node_idStefan Richter6-20/+23
2007-03-10firewire: fw-ohci: remove unnecessary macroStefan Richter1-3/+0
2007-03-10firewire: fw-sbp2: remove unused macroStefan Richter1-3/+2
2007-03-10firewire: fw-sbp2: remove bogus "emulated" host flagStefan Richter1-1/+0
2007-03-10firewire: fix failure path in ohci_enable_phys_dmaStefan Richter1-3/+1
2007-03-10firewire: comma after last enum item or initializerStefan Richter8-16/+16
2007-03-10firewire: whitespace adjustmentsStefan Richter11-169/+144
2007-03-10firewire: cleanupsAdrian Bunk5-10/+10
2007-03-10firewire: mark some structs constStefan Richter8-23/+23
2007-03-10firewire: additional help in KconfigStefan Richter1-6/+19
2007-03-10firewire: put old and new stack into same Kconfig submenuStefan Richter3-6/+3
2007-03-10firewire: consistent ifndef blocks in header filesStefan Richter4-6/+6
2007-03-10firewire: typo in KconfigStefan Richter1-6/+6
2007-03-10firewire: mark fw-core as experimentalStefan Richter1-1/+5
2007-03-10firewire: build fix 3Stefan Richter1-0/+1
2007-03-10firewire: build fix 2Andrew Morton1-0/+1
2007-03-10firewire: build fixAndrew Morton1-0/+2
2007-03-10firewire: printk warning fixAndrew Morton1-2/+2
2007-03-10firewire: Add SBP-2 protocol driver for storage devices.Kristian Høgsberg3-0/+1086
2007-03-10firewire: Add driver for OHCI firewire host controllers.Kristian Høgsberg4-0/+1558
2007-03-10firewire: Add device probing and sysfs integration.Kristian Høgsberg10-9/+1573
2007-03-10firewire: Add core firewire stack.Kristian Høgsberg10-0/+2235
2007-03-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-6/+7
2007-03-07Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds3-63/+60
2007-03-07Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds3-9/+16
2007-03-07[PATCH] m68knommu: fix work queues in mcfserial.c driverGreg Ungerer1-19/+14
2007-03-07[PATCH] m68knommu: set GPIO lines for serial ports on 5282 in mcfserial.cGreg Ungerer1-2/+9
2007-03-07[PATCH] minor updat to tlclk Kconfig entryMark Gross1-7/+8
2007-03-07[PATCH] Fix buffer overflow in Omnikey CardMan 4040 driver (CVE-2007-0005)Marcel Holtmann1-1/+2
2007-03-07Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos...Linus Torvalds1-11/+10
2007-03-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2-51/+71
2007-03-07Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds9-165/+247
2007-03-06[PATCH] initramfs should not depend on CONFIG_BLOCKDimitri Gorokhovik1-16/+0
2007-03-06[PATCH] cciss: add struct pci_driver shutdown support (replaces reboot notifier)Mike Miller (OS Dev)1-4/+6
2007-03-06[PATCH] cciss: fix for 2TB supportMike Miller (OS Dev)1-15/+24
2007-03-06[PATCH] geode-aes: use unsigned long for spin_lock_irqsaveAlexey Dobriyan1-2/+1
2007-03-06[PATCH] fbdev: fix kconfig error if FB_DDC=nJames Simmons1-9/+7
2007-03-06[PATCH] atyfb: fix kconfig error part 2Randy Dunlap1-1/+2
2007-03-06[PATCH] nvidiafb backlight: Fix implicit declaration in nv_backlightDave Jones1-0/+5
2007-03-06sdhci: release irq during suspendPierre Ossman1-0/+12