aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-29drivers/misc: elide a non-zero test on a result that is never 0Julia Lawall1-13/+11
2008-04-29drivers/block/floppy.c: replace init_module&cleanup_module with module_init&module_exitJon Schindler1-2/+4
2008-04-29sysrq: add show-backtrace-on-all-cpus functionRik van Riel1-0/+46
2008-04-29drivers/misc: replace remaining __FUNCTION__ occurrencesHarvey Harrison4-18/+18
2008-04-29firmware: replace remaining __FUNCTION__ occurrencesHarvey Harrison2-14/+14
2008-04-29Misc, phantom, fix pollJiri Slaby1-4/+6
2008-04-29Misc: phantom, add compat ioctlJiri Slaby1-4/+20
2008-04-29ipwireless: remove dead codeJiri Kosina4-46/+0
2008-04-29remove mca_is_adapter_used()Adrian Bunk1-18/+0
2008-04-29make /dev/kmem a config optionArjan van de Ven2-0/+19
2008-04-29power: replace remaining __FUNCTION__ occurrencesHarvey Harrison3-7/+7
2008-04-28drivers: fix integer as NULL pointer warningsHarvey Harrison6-6/+6
2008-04-28media: fix integer as NULL pointer warningsHarvey Harrison10-13/+16
2008-04-28scsi: fix integer as NULL pointer warningsHarvey Harrison8-15/+15
2008-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds31-1773/+946
2008-04-28drivers: atm, char fix integer as NULL pointer warningsHarvey Harrison3-3/+3
2008-04-28siimage: coding style cleanup (take 2)Sergei Shtylyov1-119/+113
2008-04-28ide-cd: clean up cdrom_analyze_sense_data()Roel Kluin1-5/+2
2008-04-28ide-cd: fix test unsigned var < 0Roel Kluin1-2/+0
2008-04-28ide: add TSSTcorp CDDVDW SH-S202H to ivb_list[]Alexander Smal1-0/+2
2008-04-28piix: add Asus Eee 701 controller to short cable listBartlomiej Zolnierkiewicz1-0/+1
2008-04-28ARM: always select HAVE_IDEAdrian Bunk1-1/+0
2008-04-28remove the broken ETRAX_IDE driverAdrian Bunk4-1189/+1
2008-04-28ide: remove ->dma_prdtable field from ide_hwif_tBartlomiej Zolnierkiewicz2-6/+4
2008-04-28ide: remove ->dma_vendor{1,3} fields from ide_hwif_tBartlomiej Zolnierkiewicz2-8/+4
2008-04-28scc_pata: add ->dma_host_set and ->dma_start methodsBartlomiej Zolnierkiewicz1-4/+50
2008-04-28ide: skip "VLB sync" if host uses MMIOBartlomiej Zolnierkiewicz1-10/+10
2008-04-28ide: add ide_pad_transfer() helperBartlomiej Zolnierkiewicz4-10/+22
2008-04-28ide: remove ->INW and ->OUTW methodsBartlomiej Zolnierkiewicz4-45/+3
2008-04-28ide: use IDE I/O helpers directly in ide_tf_{load,read}()Bartlomiej Zolnierkiewicz1-27/+56
2008-04-28ns87415: add ->tf_read methodBartlomiej Zolnierkiewicz1-0/+44
2008-04-28scc_pata: add ->tf_{load,read} methodsBartlomiej Zolnierkiewicz1-0/+87
2008-04-28ide-h8300: add ->tf_{load,read} methodsBartlomiej Zolnierkiewicz1-0/+88
2008-04-28ide-cris: add ->tf_{load,read} methodsBartlomiej Zolnierkiewicz1-0/+87
2008-04-28ide: add ->tf_load and ->tf_read methodsBartlomiej Zolnierkiewicz4-6/+9
2008-04-28ide: move ide_tf_{load,read} to ide-iops.cBartlomiej Zolnierkiewicz3-88/+88
2008-04-28ide: factor out debugging code from ide_tf_load()Bartlomiej Zolnierkiewicz2-12/+18
2008-04-28ide: add ide_execute_pkt_cmd() helperBartlomiej Zolnierkiewicz5-18/+15
2008-04-28ide-{floppy,tape,scsi}: 400ns delay is required after executing the commandBartlomiej Zolnierkiewicz3-0/+3
2008-04-28ide: always use ->OUTBSYNC method for executing commandsBartlomiej Zolnierkiewicz6-9/+14
2008-04-28siimage: remove proc_reports_siimage()Bartlomiej Zolnierkiewicz1-25/+8
2008-04-28siimage: add sil_* I/O opsBartlomiej Zolnierkiewicz1-159/+140
2008-04-28siimage: do clocking register posting earlier in setup_mmio_siimage()Bartlomiej Zolnierkiewicz1-3/+3
2008-04-28ide: remove ->INS{W,L} and ->OUTS{W,L} methodsBartlomiej Zolnierkiewicz4-77/+48
2008-04-28ide: add IDE_HFLAG_MMIO host flag (take 2)Bartlomiej Zolnierkiewicz8-2/+10
2008-04-28ide-h8300: add ->{in,out}put_data methods (take 2)Bartlomiej Zolnierkiewicz1-0/+15
2008-04-28au1xxx-ide: add ->{in,out}put_data methods (take 2)Bartlomiej Zolnierkiewicz1-0/+14
2008-04-28scc_pata: add ->{in,out}put_data methods (take 2)Bartlomiej Zolnierkiewicz1-0/+35
2008-04-28ide: merge ->atapi_*put_bytes and ->ata_*put_data methodsBartlomiej Zolnierkiewicz11-164/+108
2008-04-28falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2)Bartlomiej Zolnierkiewicz7-34/+96