summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sl82c105: add printk() logging facilitySergei Shtylyov2009-06-081-4/+5
* ide-tape: fix proc warningBorislav Petkov2009-06-081-22/+13
* ide: add IDE_DFLAG_NIEN_QUIRK device flagBartlomiej Zolnierkiewicz2009-06-075-10/+13
* ide: respect quirk_drives[] list on all controllersBartlomiej Zolnierkiewicz2009-06-076-80/+28
* hpt366: enable all quirks for devices on quirk_drives[] listBartlomiej Zolnierkiewicz2009-06-071-1/+1
* hpt366: sync quirk_drives[] list with pdc202xx_{new,old}.cBartlomiej Zolnierkiewicz2009-06-071-0/+4
* ide: remove superfluous SELECT_MASK() call from do_rw_taskfile()Bartlomiej Zolnierkiewicz2009-06-071-1/+0
* ide: remove superfluous SELECT_MASK() call from ide_driveid_update()Bartlomiej Zolnierkiewicz2009-06-071-1/+0
* icside: remove superfluous ->maskproc methodBartlomiej Zolnierkiewicz2009-06-071-60/+4
* ide-tape: fix IDE_AFLAG_* atomic accessesBorislav Petkov2009-06-071-17/+26
* ide-tape: change IDE_AFLAG_IGNORE_DSC non-atomicallyBorislav Petkov2009-06-072-6/+8
* pdc202xx_old: kill resetproc() methodSergei Shtylyov2009-06-071-17/+0
* pdc202xx_old: don't call pdc202xx_reset() on IRQ timeoutSergei Shtylyov2009-06-071-8/+1
* pdc202xx_old: use ide_dma_test_irq()Sergei Shtylyov2009-06-071-37/+2
* Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz2009-06-0711-43/+145
|\
| * ide: preserve Host Protected Area by default (v2)Bartlomiej Zolnierkiewicz2009-06-075-6/+23
| * ide-gd: implement block device ->set_capacity method (v2)Bartlomiej Zolnierkiewicz2009-06-073-13/+72
| * partitions: add ->set_capacity block device methodBartlomiej Zolnierkiewicz2009-06-073-11/+35
| * partitions: warn about the partition exceeding device capacityBartlomiej Zolnierkiewicz2009-06-071-1/+2
| * pdc202xx_old: fix resetproc() methodSergei Shtylyov2009-06-071-14/+5
| * pdc202xx_old: fix 'pdc20246_dma_ops'Sergei Shtylyov2009-06-071-2/+1
| * ide_pci_generic: add quirk for Netcell ATA RAIDBartlomiej Zolnierkiewicz2009-05-301-0/+11
* | Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz2009-05-227-32/+35
|\ \ | |/
| * via82cxxx: Add VIA VX855 PCI Device IDHarald Welte2009-05-222-1/+3
| * ide: report timeouts in ide_busy_sleep()Bartlomiej Zolnierkiewicz2009-05-222-4/+7
| * ide: improve failed opcode reportingBartlomiej Zolnierkiewicz2009-05-221-19/+4
| * ide: fix printk() levels in ide_dump_ata[pi]_error()Bartlomiej Zolnierkiewicz2009-05-221-2/+2
| * ide: fix OOPS during ide-cd error recoveryBartlomiej Zolnierkiewicz2009-05-221-2/+2
| * ide: fix 40-wire cable detection for TSST SH-S202* ATAPI devices (v2)Bartlomiej Zolnierkiewicz2009-05-221-4/+17
* | ide: remove hw_regs_t typedefBartlomiej Zolnierkiewicz2009-05-1728-64/+65
* | ide: pass number of ports to ide_host_{alloc,add}() (v2)Bartlomiej Zolnierkiewicz2009-05-1728-64/+64
* | ide: remove chipset field from hw_regs_tBartlomiej Zolnierkiewicz2009-05-1724-34/+20
* | ide: replace special_t typedef by IDE_SFLAG_* flagsBartlomiej Zolnierkiewicz2009-05-177-38/+29
* | ide: merge ide_disk_special() into do_special() (v2)Bartlomiej Zolnierkiewicz2009-05-171-26/+18
* | ide: BUG() on unknown flags in ide_disk_special()Bartlomiej Zolnierkiewicz2009-05-171-6/+2
* | ide: try to use PIO Mode 0 during probe if possibleJoao Ramos2009-05-171-0/+9
* | ide-tape: fix debug callMark de Wever2009-05-171-1/+1
* | Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz2009-05-162-1/+2
|\ \ | |/
| * piix: The Sony TZ90 needs the cable type hardcodingAlan Cox2009-05-161-0/+1
| * icside: register second channel of version 6 PCBSergei Shtylyov2009-05-161-1/+1
| * ide-tape: remove back-to-back REQUEST_SENSE detectionTejun Heo2009-05-161-6/+0
* | alim15x3: Remove historical hacks, re-enable init_hwif for PowerPCAnton Vorontsov2009-04-301-7/+3
* | Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz2009-04-302-5/+5
|\ \ | |/
| * ide-cd: fix REQ_QUIET tests in cdrom_decode_statusBorislav Petkov2009-04-302-5/+5
* | Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz2009-04-232-56/+25
|\ \ | |/
| * MAINTAINERS: update IDE entryBartlomiej Zolnierkiewicz2009-04-231-1/+1
| * palm_bk3710: palm_bk3710_udmatimings[] CodingStyle fixupBartlomiej Zolnierkiewicz2009-04-231-6/+6
| * palm_bk3710: those registers/bitfields don't existDavid Brownell2009-04-231-49/+18
* | Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz2009-04-224-17/+29
|\ \ | |/
| * mediabay: fix build for CONFIG_BLOCK=nBartlomiej Zolnierkiewicz2009-04-221-1/+0
OpenPOWER on IntegriCloud