aboutsummaryrefslogtreecommitdiffstats
path: root/Kbuild (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-29PNP: add debug output to option registrationBjorn Helgaas5-84/+141
2008-04-29PNPACPI: pass pnp_dev instead of acpi_handleBjorn Helgaas3-4/+5
2008-04-29PNPACPI: extend irq_flags() to set IORESOURCE_IRQ_SHAREABLE when appropriateBjorn Helgaas1-11/+15
2008-04-29PNPACPI: hoist dma_flags() out of pnpacpi_parse_allocated_dmaresource()Bjorn Helgaas1-7/+4
2008-04-29PNPACPI: use temporaries to reduce repetitionBjorn Helgaas1-73/+103
2008-04-29PNPACPI: pnpacpi_encode_ext_irq() wrongly set "irq" instead of "extended_irq"Bjorn Helgaas1-2/+2
2008-04-29PNP: add pnp_alloc_card()Bjorn Helgaas3-11/+31
2008-04-29ISAPNP: pull pnp_add_card_id() out of isapnp_parse_card_id()Bjorn Helgaas1-22/+6
2008-04-29PNP: change pnp_add_card_id() to allocate its own pnp_id structuresBjorn Helgaas3-17/+33
2008-04-29PNP: make pnp_add_card_id() internal to PNP coreBjorn Helgaas2-2/+1
2008-04-29PNP: add pnp_alloc_dev()Bjorn Helgaas5-40/+42
2008-04-29PNP: add pnp_eisa_id_to_string()Bjorn Helgaas5-45/+43
2008-04-29PNP: change pnp_add_id() to allocate its own pnp_id structuresBjorn Helgaas6-48/+36
2008-04-29PNP: make pnp_add_id() internal to PNP coreBjorn Helgaas4-2/+3
2008-04-29PNPACPI: continue after _CRS and _PRS errorsBjorn Helgaas1-6/+2
2008-04-29ISAPNP: move config register addresses out of isapnp.hBjorn Helgaas2-10/+8
2008-04-29PNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is setBjorn Helgaas3-0/+12
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-28drivers: atm, char fix integer as NULL pointer warningsHarvey Harrison3-3/+3
2008-04-28mm: fix integer as NULL pointer warningsHarvey Harrison1-1/+1
2008-04-28kernel: fix integer as NULL pointer warningsHarvey Harrison2-2/+3
2008-04-28init: fix integer as NULL pointer warningsHarvey Harrison2-2/+2
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 Bunk2-15/+1
2008-04-28remove the broken ETRAX_IDE driverAdrian Bunk4-1189/+1
2008-04-28ide: remove ->dma_prdtable field from ide_hwif_tBartlomiej Zolnierkiewicz3-7/+4
2008-04-28ide: remove ->dma_vendor{1,3} fields from ide_hwif_tBartlomiej Zolnierkiewicz3-10/+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 Zolnierkiewicz5-33/+24
2008-04-28ide: remove ->INW and ->OUTW methodsBartlomiej Zolnierkiewicz5-47/+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 Zolnierkiewicz5-9/+14
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 Zolnierkiewicz3-12/+20
2008-04-28ide: add ide_execute_pkt_cmd() helperBartlomiej Zolnierkiewicz6-18/+17
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