summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* PNP: add debug output to option registrationBjorn Helgaas2008-04-294-76/+130
* PNPACPI: pass pnp_dev instead of acpi_handleBjorn Helgaas2008-04-293-4/+5
* PNPACPI: extend irq_flags() to set IORESOURCE_IRQ_SHAREABLE when appropriateBjorn Helgaas2008-04-291-11/+15
* PNPACPI: hoist dma_flags() out of pnpacpi_parse_allocated_dmaresource()Bjorn Helgaas2008-04-291-7/+4
* PNPACPI: use temporaries to reduce repetitionBjorn Helgaas2008-04-291-73/+103
* PNPACPI: pnpacpi_encode_ext_irq() wrongly set "irq" instead of "extended_irq"Bjorn Helgaas2008-04-291-2/+2
* PNP: add pnp_alloc_card()Bjorn Helgaas2008-04-293-11/+31
* ISAPNP: pull pnp_add_card_id() out of isapnp_parse_card_id()Bjorn Helgaas2008-04-291-22/+6
* PNP: change pnp_add_card_id() to allocate its own pnp_id structuresBjorn Helgaas2008-04-293-17/+33
* PNP: make pnp_add_card_id() internal to PNP coreBjorn Helgaas2008-04-291-0/+1
* PNP: add pnp_alloc_dev()Bjorn Helgaas2008-04-295-40/+42
* PNP: add pnp_eisa_id_to_string()Bjorn Helgaas2008-04-295-45/+43
* PNP: change pnp_add_id() to allocate its own pnp_id structuresBjorn Helgaas2008-04-296-48/+36
* PNP: make pnp_add_id() internal to PNP coreBjorn Helgaas2008-04-293-0/+3
* PNPACPI: continue after _CRS and _PRS errorsBjorn Helgaas2008-04-291-6/+2
* ISAPNP: move config register addresses out of isapnp.hBjorn Helgaas2008-04-291-0/+8
* PNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is setBjorn Helgaas2008-04-293-0/+12
* drivers: fix integer as NULL pointer warningsHarvey Harrison2008-04-286-6/+6
* media: fix integer as NULL pointer warningsHarvey Harrison2008-04-2810-13/+16
* scsi: fix integer as NULL pointer warningsHarvey Harrison2008-04-288-15/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-04-2831-1773/+946
|\
| * siimage: coding style cleanup (take 2)Sergei Shtylyov2008-04-281-119/+113
| * ide-cd: clean up cdrom_analyze_sense_data()Roel Kluin2008-04-281-5/+2
| * ide-cd: fix test unsigned var < 0Roel Kluin2008-04-281-2/+0
| * ide: add TSSTcorp CDDVDW SH-S202H to ivb_list[]Alexander Smal2008-04-281-0/+2
| * piix: add Asus Eee 701 controller to short cable listBartlomiej Zolnierkiewicz2008-04-281-0/+1
| * ARM: always select HAVE_IDEAdrian Bunk2008-04-281-1/+0
| * remove the broken ETRAX_IDE driverAdrian Bunk2008-04-284-1189/+1
| * ide: remove ->dma_prdtable field from ide_hwif_tBartlomiej Zolnierkiewicz2008-04-282-6/+4
| * ide: remove ->dma_vendor{1,3} fields from ide_hwif_tBartlomiej Zolnierkiewicz2008-04-282-8/+4
| * scc_pata: add ->dma_host_set and ->dma_start methodsBartlomiej Zolnierkiewicz2008-04-281-4/+50
| * ide: skip "VLB sync" if host uses MMIOBartlomiej Zolnierkiewicz2008-04-281-10/+10
| * ide: add ide_pad_transfer() helperBartlomiej Zolnierkiewicz2008-04-284-10/+22
| * ide: remove ->INW and ->OUTW methodsBartlomiej Zolnierkiewicz2008-04-284-45/+3
| * ide: use IDE I/O helpers directly in ide_tf_{load,read}()Bartlomiej Zolnierkiewicz2008-04-281-27/+56
| * ns87415: add ->tf_read methodBartlomiej Zolnierkiewicz2008-04-281-0/+44
| * scc_pata: add ->tf_{load,read} methodsBartlomiej Zolnierkiewicz2008-04-281-0/+87
| * ide-h8300: add ->tf_{load,read} methodsBartlomiej Zolnierkiewicz2008-04-281-0/+88
| * ide-cris: add ->tf_{load,read} methodsBartlomiej Zolnierkiewicz2008-04-281-0/+87
| * ide: add ->tf_load and ->tf_read methodsBartlomiej Zolnierkiewicz2008-04-284-6/+9
| * ide: move ide_tf_{load,read} to ide-iops.cBartlomiej Zolnierkiewicz2008-04-283-88/+88
| * ide: factor out debugging code from ide_tf_load()Bartlomiej Zolnierkiewicz2008-04-282-12/+18
| * ide: add ide_execute_pkt_cmd() helperBartlomiej Zolnierkiewicz2008-04-285-18/+15
| * ide-{floppy,tape,scsi}: 400ns delay is required after executing the commandBartlomiej Zolnierkiewicz2008-04-283-0/+3
| * ide: always use ->OUTBSYNC method for executing commandsBartlomiej Zolnierkiewicz2008-04-286-9/+14
| * siimage: remove proc_reports_siimage()Bartlomiej Zolnierkiewicz2008-04-281-25/+8
| * siimage: add sil_* I/O opsBartlomiej Zolnierkiewicz2008-04-281-159/+140
| * siimage: do clocking register posting earlier in setup_mmio_siimage()Bartlomiej Zolnierkiewicz2008-04-281-3/+3
| * ide: remove ->INS{W,L} and ->OUTS{W,L} methodsBartlomiej Zolnierkiewicz2008-04-284-77/+48
| * ide: add IDE_HFLAG_MMIO host flag (take 2)Bartlomiej Zolnierkiewicz2008-04-288-2/+10
OpenPOWER on IntegriCloud