aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2005-10-28[PATCH] hwmon: Fix w83627ehf/hf vs PNPACPI conflict (bug #4014)Petr Vandrovec2-13/+21
2005-10-28[PATCH] i2c: Cleanup i2c-dev ioctl debug messageJean Delvare1-2/+2
2005-10-28[PATCH] i2c: Add missing i2c-ixp2000/4xx adapter nameJean Delvare2-0/+8
2005-10-28[PATCH] i2c-viapro: Cleanup ifdef usageGreg KH1-4/+2
2005-10-28[PATCH] i2c-viapro: Improve register dumpJean Delvare1-8/+30
2005-10-28[PATCH] i2c-viapro: Refactor control outbJean Delvare1-4/+3
2005-10-28[PATCH] i2c-viapro: Update supported devices listJean Delvare1-9/+13
2005-10-28[PATCH] i2c-viapro: Code cleanupsJean Delvare1-81/+41
2005-10-28[PATCH] i2c-viapro: Implement I2C Block transactionsJean Delvare1-3/+36
2005-10-28[PATCH] i2c-viapro: Coding style fixesJean Delvare1-38/+38
2005-10-28[PATCH] i2c: Several PEC-related fixes in software SMBus emulationHideki Iwamoto1-4/+4
2005-10-28[PATCH] i2c: Minor i2c-amd8111 cleanupJean Delvare1-1/+0
2005-10-28[PATCH] i2c: Adjust i2c_probe() for busses without SMBUS_QUICKJean Delvare1-4/+11
2005-10-28[PATCH] hwmon: Minor w83l785ts optimizationJean Delvare1-2/+2
2005-10-28[PATCH] hwmon: w83l785ts converted to dynamic sysfs callbacksJean Delvare1-18/+18
2005-10-28[PATCH] i2c: Reuse name strings in i2c bus driversJean Delvare12-25/+33
2005-10-28[PATCH] hwmon: Discard bogus comment about init setting limitsJean Delvare5-5/+0
2005-10-28[PATCH] hwmon: Discard explicit static initializations to 0Jean Delvare2-2/+2
2005-10-28[PATCH] i2c: Discard explicit static initializations to 0Jean Delvare10-15/+15
2005-10-28[PATCH] hwmon: Do not forcibly enable via686a by defaultJean Delvare1-7/+11
2005-10-28[PATCH] hwmon: adm9240 whitespace cleanupsJean Delvare1-12/+21
2005-10-28[PATCH] hwmon: via686a: save 0.5k by long v[256] -> s16 v[256]Jean Delvare1-2/+2
2005-10-28[PATCH] hwmon: adm9240 driver update - dynamic sysfsGrant Coady1-176/+166
2005-10-28[PATCH] hwmon: adm9240 driver update - cleanupsGrant Coady1-48/+44
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds217-4910/+5262
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6Arnaldo Carvalho de Melo8-326/+278
2005-10-28[Bluetooth] Ignore additional interfaces of BPA 100/105 devicesMarcel Holtmann1-0/+3
2005-10-28[Bluetooth] Cleanup of the HCI UART driverMarcel Holtmann6-301/+253
2005-10-28[Bluetooth] Remove TXCRC compile option for BCSP driverMarcel Holtmann4-28/+25
2005-10-28Merge ../bleed-2.6Greg KH230-5911/+11543
2005-10-28Merge branch 'forlinus' of git://parisc-linux.org/home/kyle/git/parisc-2.6Linus Torvalds29-401/+536
2005-10-28[PATCH] kernel-doc: drivers/base fixesRandy Dunlap2-3/+4
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King56-542/+271
2005-10-28[PATCH] drivers/base - fix sparse warningsBen Dooks6-8/+22
2005-10-28[PATCH] input core: remove custom-made hotplug handlerDmitry Torokhov1-145/+104
2005-10-28[PATCH] INPUT: Create symlinks for backwards compatibilityGreg Kroah-Hartman4-8/+32
2005-10-28[PATCH] INPUT: rename input_dev_class to input_class to be correct.Greg Kroah-Hartman5-17/+17
2005-10-28[PATCH] INPUT: remove the input_class structure, as it is unused.Greg Kroah-Hartman1-15/+3
2005-10-28[PATCH] INPUT: Fix oops when accessing sysfs files of nested input devicesGreg Kroah-Hartman1-7/+12
2005-10-28[PATCH] INPUT: move the input class devices under their new input_dev devicesGreg Kroah-Hartman4-14/+14
2005-10-28[PATCH] INPUT: export input_dev_class so that input drivers can use it.Greg Kroah-Hartman1-1/+2
2005-10-28[PATCH] INPUT: register the input class device soonerGreg Kroah-Hartman1-3/+3
2005-10-28[PATCH] Input: export input_dev data via sysfs attributesDmitry Torokhov1-23/+133
2005-10-28[PATCH] Input: show sysfs path in /proc/bus/input/devicesDmitry Torokhov1-0/+6
2005-10-28[PATCH] drivers/input/joystick: convert to dynamic input_dev allocationDmitry Torokhov25-1230/+1460
2005-10-28[PATCH] Input: convert konicawc to dynamic input_dev allocationDmitry Torokhov1-28/+61
2005-10-28[PATCH] Input: convert drivers/macintosh to dynamic input_dev allocationDmitry Torokhov2-124/+138
2005-10-28[PATCH] drivers/media: convert to dynamic input_dev allocationDmitry Torokhov13-192/+268
2005-10-28[PATCH] Input: convert driver/input/misc to dynamic input_dev allocationDmitry Torokhov3-57/+56
2005-10-28[PATCH] Input: convert onetouch to dynamic input_dev allocationDmitry Torokhov1-49/+50
2005-10-28[PATCH] Input: convert sonypi to dynamic input_dev allocationDmitry Torokhov1-39/+53
2005-10-28[PATCH] drivers/input/touchscreen: convert to dynamic input_dev allocationDmitry Torokhov7-308/+279
2005-10-28[PATCH] Input: convert ucb1x00-ts to dynamic input_dev allocationDmitry Torokhov1-19/+24
2005-10-28[PATCH] drivers/usb/input: convert to dynamic input_dev allocationDmitry Torokhov21-1002/+961
2005-10-28[PATCH] drivers/input/keyboard: convert to dynamic input_dev allocationDmitry Torokhov9-431/+449
2005-10-28[PATCH] drivers/input/mouse: convert to dynamic input_dev allocationDmitry Torokhov15-361/+363
2005-10-28[PATCH] Input: prepare to sysfs integrationDmitry Torokhov1-5/+72
2005-10-28[PATCH] Input: kill devfs referencesDmitry Torokhov5-30/+1
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman46-65/+78
2005-10-28[PATCH] Driver Core: add the ability for class_device structures to be nestedGreg Kroah-Hartman1-44/+81
2005-10-28[PATCH] add sysfs attr to re-emit device hotplug eventKay Sievers3-2/+55
2005-10-28[PATCH] Driver core: pass interface to class interface methodsDmitry Torokhov5-14/+20
2005-10-28[PATCH] I2O: remove i2o_device_classDmitry Torokhov4-70/+17
2005-10-28[PATCH] I2O: Clean up some pretty bad driver model abuses in the i2o codeGreg Kroah-Hartman1-12/+10
2005-10-28[PATCH] I2O: remove class interfaceDmitry Torokhov1-133/+122
2005-10-28[PATCH] Driver core: send hotplug event before adding class interfacesDmitry Torokhov1-1/+2
2005-10-28[PATCH] usb device wakeup flagsDavid Brownell1-7/+9
2005-10-28[PATCH] driver model wakeup flagsDavid Brownell2-0/+74
2005-10-28[PATCH] add sysfs support for ide tapeWill Dyson1-2/+36
2005-10-28[PATCH] aoe: update to version 14Ed L. Cashin1-1/+1
2005-10-28[PATCH] aoe: use get_unaligned for accesses in ATA id bufferEd L. Cashin1-7/+8
2005-10-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds18-11/+1047
2005-10-28Auto-update from upstreamKyle McMartin72-147/+154
2005-10-28Merge branch 'sx8' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/mis...Linus Torvalds1-14/+37
2005-10-28Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds20-774/+3784
2005-10-28Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds121-4034/+6078
2005-10-28Merge branch 'elevator-switch' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2-158/+61
2005-10-28Merge branch 'generic-dispatch' of git://brick.kernel.dk/data/git/linux-2.6-b...Linus Torvalds6-773/+376
2005-10-28Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2-16/+22
2005-10-28[ARM] 2897/2: PXA2xx IRDA supportNicolas Pitre3-0/+882
2005-10-28[ARM] 2921/1: Support for the RTC / nvram on the Comdial MP1000Jon Ringle1-1/+109
2005-10-28[ARM] 3029/1: Add HWUART support for PXA 255/26xMatt Reimer1-1/+20
2005-10-28[ARM] 2919/1: CS8900A ethernet driver modifications for the Comdial MP1000Jon Ringle3-3/+15
2005-10-28[ARM] 2918/1: [update] Base port of Comdial MP1000 platfromJon Ringle1-0/+9
2005-10-28[PATCH] gfp_t: remaining bits of drivers/*Al Viro8-8/+8
2005-10-28[PATCH] gfp_t: drivers/netAl Viro6-8/+9
2005-10-28[PATCH] gfp_t: drivers/infinibandAl Viro4-4/+4
2005-10-28[PATCH] gfp_t: drivers/scsiAl Viro12-18/+24
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro34-89/+89
2005-10-28[PATCH] gfp_t: dma-mapping (parisc)Al Viro2-2/+2
2005-10-28[PATCH] gfp_t: block layer coreAl Viro5-15/+15
2005-10-28[ARM] 3044/1: Fix sparse warnings about incompatible pointer types for regist...Ian Campbell2-5/+5
2005-10-28[ARM] Fix sparse warningsRussell King1-1/+1
2005-10-28[ARM] 3/4: Remove asm/hardware.h from SA1100 io.hRussell King1-0/+1
2005-10-28[ARM] 3/4: Remove asm/hardware.h from Versatile and Integrator io.hRussell King4-0/+4
2005-10-28[ARM] 2/4: Remove asm/hardware.h from asm-arm/arch-ebsa110/io.hRussell King1-0/+1
2005-10-28[BLOCK] Leftover reference to ->max_back_kbJens Axboe1-1/+0
2005-10-28[BLOCK] elevator switch fixes/cleanupJens Axboe2-5/+5
2005-10-28[BLOCK] Reimplement elevator switchTejun Heo2-158/+62
2005-10-28[BLOCK] kill generic max_back_kb handlingTejun Heo1-5/+1
2005-10-28[PATCH] 04/05 remove last_merge handling from ioschedsTejun Heo4-114/+8
2005-10-28[PATCH] 03/05 move last_merge handlin into generic elevator codeTejun Heo1-25/+18
2005-10-28[PATCH] 02/05: update ioscheds to use generic dispatch queueJens Axboe4-555/+187
2005-10-28[PATCH] elevator: leftover function declarationJens Axboe1-4/+0
2005-10-28[PATCH] generic dispatch fixesJens Axboe1-21/+12
2005-10-28[PATCH] 01/05 Implement generic dispatch queueTejun Heo2-82/+183
2005-10-28[PATCH] fix try_module_get race in elevator_findTejun Heo1-10/+14
2005-10-28Following the same idea, it occurs to me that we should only updateChen, Kenneth W1-0/+3
2005-10-28[patch] remove gendisk->stamp_idle fieldChen, Kenneth W1-6/+5
2005-10-27Merge branch 'master'Jeff Garzik15-47/+167
2005-10-27Merge branch 'master'Jeff Garzik4-13/+40
2005-10-27Merge branch 'master'Jeff Garzik4-13/+40
2005-10-27[PATCH] cpufreq: SMP fix for conservative governorDave Jones1-3/+3
2005-10-26Auto-update from upstreamKyle McMartin14-44/+164
2005-10-26Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-1/+25
2005-10-26[PATCH] fix radeon_cp_init_ring_buffer()Ivan Kokshaysky1-5/+6
2005-10-26[PATCH] md: make sure mdthreads will always respond to kthread_stopNeilBrown1-4/+6
2005-10-26[libata] ata_timing fixAlan Cox1-1/+1
2005-10-26Merge branch 'master'Jeff Garzik15-41/+139
2005-10-26Merge branch 'master'Jeff Garzik15-41/+139
2005-10-26[netdrvr forcedeth] scatter gather and segmentation offload supportAyaz Abdulla1-87/+162
2005-10-25PCI: be more verbose about resource quirksLinus Torvalds1-13/+88
2005-10-25[PATCH] qlogic lockup fixAndrew Morton1-1/+2
2005-10-25[PATCH] libata kernel-doc fixesRandy Dunlap1-22/+14
2005-10-24[SERIAL] new hp diva console portJustin Chen1-0/+1
2005-10-24[SERIAL] support the Exsys EX-4055 4S four-port cardBjorn Helgaas1-1/+24
2005-10-24[PATCH] Return the line length via sysfs for fbdevJames Simmons1-0/+8
2005-10-23Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds5-8/+17
2005-10-23[PATCH] ib: mthca: Always re-arm EQs in mthca_tavor_interrupt()Roland Dreier1-10/+11
2005-10-23[PATCH] Kconfig: saa7134-dvb should not select cx22702Mike Krufky1-1/+0
2005-10-23cardbus: limit IO windows to 256 bytesLinus Torvalds1-1/+1
2005-10-22libata: const-ification bombing runJeff Garzik18-74/+74
2005-10-22drivers/block/sx8: kill unused variableJeff Garzik1-1/+0
2005-10-22drivers/block/sx8: several minor changesJeff Garzik1-13/+37
2005-10-21[PARISC] Update parisc specific input code from parisc treeMatthew Wilcox5-31/+59
2005-10-21[PARISC] Fix mux.c driverMatthew Wilcox2-3/+5
2005-10-21[PARISC] Update scsi drivers from parisc treeMatthew Wilcox1-2/+0
2005-10-21[PARISC] Avoid use of floating point in the kernelRandolph Chung1-1/+1
2005-10-21[PARISC] Add NETPOLL support to lasi_82596Sven Schnelle1-3/+18
2005-10-21[PARISC] Initialize serial spinlocks in superio.cKyle McMartin1-0/+3
2005-10-21[PARISC] Minor iosapic.c cleanupGrant Grundler1-1/+1
2005-10-21[PARISC] Use work queue in LED/LCD driver instead of tasklet.Grant Grundler1-113/+112
2005-10-21[PARISC] Reorganize sticore probe routine to be a little less convolutedMatthew Wilcox1-66/+60
2005-10-21[PARISC] Allow STI_CONSOLE access to some FONTSGrant Grundler1-4/+4
2005-10-21[PARISC] Update dino from parisc treeMatthew Wilcox1-10/+22
2005-10-21[PARISC] Update ccio-dma from parisc treeGrant Grundler1-58/+78
2005-10-21[PARISC] Update sba_iommu from parisc treeGrant Grundler1-49/+91
2005-10-21[PARISC] Convert parisc_device to use struct resource for hpaMatthew Wilcox19-42/+45
2005-10-21[PARISC] Change the driver names so /sys/bus/parisc/drivers/ looks betterMatthew Wilcox12-13/+13
2005-10-21[PARISC] Convert parisc_device tree to use struct device klistsMatthew Wilcox2-5/+24
2005-10-21Add ide-timing functionality to libata.Alan Cox1-0/+149
2005-10-21libata: handle early device PIO modes correctlyAlan Cox1-4/+27
2005-10-21[PATCH] drm: another mga bugDave Airlie3-3/+4
2005-10-21[PATCH] mptsas: fix phy identifiersEric Moore1-4/+8
2005-10-21[PATCH] iomem annotations (sata_vsc)Al Viro1-5/+5
2005-10-21[PATCH] iomem annotations (sata_sil)Al Viro1-2/+2
2005-10-21[PATCH] iomem annotations (sata_sx4)Al Viro1-10/+9
2005-10-21[PATCH] enum safety (sata_qstor)Al Viro1-2/+4
2005-10-21[PATCH] iomem annotations (sata_promise)Al Viro1-4/+4
2005-10-21[PATCH] iomem annotations (ahci)Al Viro1-4/+4
2005-10-21[PATCH] iomem annotations (sata_nv)Al Viro1-2/+2
2005-10-20[PATCH] sb1250-mac: PHY probing fixes.Ralf Baechle1-0/+36
2005-10-20[PATCH] libata: Marvell endian fixBrett Russ1-2/+3
2005-10-20Merge branch 'master'Jeff Garzik12-62/+107
2005-10-20Merge branch 'master'Jeff Garzik12-62/+107
2005-10-20[PATCH] e1000: Driver version, white space, comments, device id & otherMallikarjuna R Chilakala1-4/+9
2005-10-20[PATCH] sundance: include MII address 0 in PHY probeJohn W. Linville1-4/+5
2005-10-19[PATCH] scsi_error thread exits in TASK_INTERRUPTIBLE state.Steven Rostedt1-0/+2
2005-10-19[PATCH] `unaligned access' in acpi get_root_bridge_busnr()Peter Chubb1-4/+4
2005-10-19[PATCH] fix MGA DRM regression before 2.6.14Dave Airlie1-3/+19
2005-10-19[PATCH] Three one-liners in md.cNeilBrown1-1/+3
2005-10-19[PATCH] raw1394: fix locking in the presence of SMP and interruptsAndy Wingo2-49/+57
2005-10-19[PATCH] orinoco: limit message rateAndrew Morton1-2/+3
2005-10-19[PATCH] sb1250-mac: Whitespace cleanup.Ralf Baechle1-515/+515
2005-10-19[PATCH] sb1250-mac: Get rid of all the funny SBMAC_WRITECSR and SBMAC_READCSR...Ralf Baechle1-171/+132
2005-10-19[PATCH] Remove unused header.Ralf Baechle1-62/+0
2005-10-19[SCSI] scsi_error thread exits in TASK_INTERRUPTIBLE state.Steven Rostedt1-0/+2
2005-10-18[PATCH] e1000 build fixAndrew Morton1-1/+1
2005-10-18[PATCH] sundance: expand reset maskJohn W. Linville1-1/+1
2005-10-18[PATCH] sundance: remove if (1) { ... } block in sundance_probe1John W. Linville1-23/+21
2005-10-18[PATCH] orinoco: remove redundance skb length check before paddingJohn W. Linville1-5/+3
2005-10-18[PATCH] b44: alternate allocation option for DMA descriptorsJohn W. Linville2-8/+128
2005-10-18[PATCH] bonding: cleanup comment for mode 1 IGMP xmit hackJohn W. Linville1-3/+7
2005-10-18[PATCH] 8139too: fix resume for Realtek 8100B/8139DJohn W. Linville1-1/+2
2005-10-18[PATCH] epic100: fix counting of work_done in epic_pollJohn W. Linville1-2/+2
2005-10-18[PATCH] via-rhine: change mdelay to msleep and remove from ISR pathJohn W. Linville1-3/+31
2005-10-18[PATCH] s2io build fixAndrew Morton1-1/+1
2005-10-18[PATCH] e1000_intr build fixAndrew Morton1-1/+1
2005-10-18[PATCH] mipsnet: Virtual ethernet driver for MIPSsim.Ralf Baechle4-0/+507
2005-10-18[PATCH] ne: Support for RBHMA4500 eval board.Ralf Baechle1-0/+15
2005-10-18[PATCH] declance: Use physical addresses at the interface level.Ralf Baechle1-16/+10
2005-10-18[PATCH] declance: Deal with the bloody KSEG vs CKSEG horror...Ralf Baechle1-1/+1
2005-10-18[PATCH] declance: Fix mapping of device.Ralf Baechle1-2/+2
2005-10-18[PATCH] declance: Convert to irqreturn_t.Ralf Baechle1-2/+3
2005-10-18[PATCH] sgiseeq: Configure PIO and DMA timing requests.Ralf Baechle1-14/+14
2005-10-18[PATCH] sgiseeq: Fix resource handling.Ralf Baechle1-5/+4
2005-10-18[PATCH] de2104x: Resurrect Cobalt support for 2.6.Ralf Baechle1-0/+5
2005-10-18[PATCH] au1000_eth: Misc Au1000 net driver fixes.Ralf Baechle1-8/+5
2005-10-18[PATCH] sb1250-mac: Ensure 16-byte alignment of the descriptor ring.Ralf Baechle1-1/+8
2005-10-18[PATCH] sb1250-mac: Check the actual setting for reporting hw checksumming.Ralf Baechle1-1/+1