summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ide: change ->set_pio_mode method parametersBartlomiej Zolnierkiewicz2010-01-1943-120/+128
* ide: add drive->dma_mode fieldBartlomiej Zolnierkiewicz2010-01-192-0/+3
* ide: add drive->pio_mode fieldBartlomiej Zolnierkiewicz2010-01-193-0/+7
* via82cxxx: fix UDMA settings programmingBartlomiej Zolnierkiewicz2010-01-191-2/+17
* via82cxxx: add support for VT6415 PCIE PATA IDE Host ControllerBartlomiej Zolnierkiewicz2010-01-191-0/+2
* via82cxxx: add support for vt8261 and future chipsBartlomiej Zolnierkiewicz2010-01-191-6/+4
* via82cxxx: workaround h/w bugsBartlomiej Zolnierkiewicz2010-01-191-0/+57
* via82cxxx: fix SATA cable detectionBartlomiej Zolnierkiewicz2010-01-191-3/+7
* ide: add SATA cable detection supportBartlomiej Zolnierkiewicz2010-01-191-1/+1
* via82cxxx: vx855 is a single channel controllerBartlomiej Zolnierkiewicz2010-01-191-6/+13
* serverworks: add missing pci_dev_put() callBartlomiej Zolnierkiewicz2010-01-191-0/+1
* serverworks: cleanup svwks_udma_filter()Bartlomiej Zolnierkiewicz2010-01-191-29/+11
* pdc202xx_old: add ->init_hwif methodBartlomiej Zolnierkiewicz2010-01-191-10/+8
* opti621: remove stale driver historyBartlomiej Zolnierkiewicz2010-01-191-71/+0
* cy82c693: remove stale driver historyBartlomiej Zolnierkiewicz2010-01-191-33/+0
* cy82c693: fix PIO timings calculationsBartlomiej Zolnierkiewicz2010-01-191-86/+20
* cmd64x: remove superfluous checks from cmd64x_set_dma_mode()Bartlomiej Zolnierkiewicz2010-01-191-6/+3
* cmd64x: fix PIO and MWDMA timings calculationsBartlomiej Zolnierkiewicz2010-01-191-59/+29
* amd74xx: don't change UDMA settings when programming PIO timingsBartlomiej Zolnierkiewicz2010-01-191-3/+4
* alim15x3: cleanup ali_cable_detect()Bartlomiej Zolnierkiewicz2010-01-191-8/+0
* alim15x3: remove superfluous locking from ali_set_pio_mode()Bartlomiej Zolnierkiewicz2010-01-191-5/+0
* alim15x3: add ali_fifo_control() helperBartlomiej Zolnierkiewicz2010-01-191-16/+15
* alim15x3: fix PIO timings calculationsBartlomiej Zolnierkiewicz2010-01-191-19/+15
* ide: use standard timing for XFER_PIO_SLOW mode in ide_timing_compute()Bartlomiej Zolnierkiewicz2010-01-191-6/+7
* ide_tape: kill off use of the ->ioctl operationAlan Cox2010-01-121-2/+12
* Merge branch 'agp-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-01-112-6/+13
|\
| * agp/hp: fail gracefully if we don't find an IOCBjorn Helgaas2010-01-111-0/+3
| * agp/hp: fixup hp agp after ACPI changesBjorn Helgaas2010-01-111-2/+1
| * agp: correct missing cleanup on error in agp_add_bridgeKevin Winchester2010-01-111-4/+9
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-01-1164-973/+2410
|\ \
| * \ Merge branch 'for-airlied' of /ssd/git/drm-nouveau-next into drm-linusDave Airlie2010-01-1129-496/+853
| |\ \
| | * | drm/nv04: Fix set_operation software method.Marcin Kościelnicki2010-01-111-1/+1
| | * | drm/nouveau: initialise DMA tracking parameters earlierBen Skeggs2010-01-113-6/+12
| | * | drm/nouveau: use dma.max rather than pushbuf size for checking GET validityBen Skeggs2010-01-111-1/+1
| | * | drm/nv04: differentiate between nv04/nv05Ben Skeggs2010-01-111-1/+4
| | * | drm/nouveau: Fix null deref in nouveau_fence_emit due to deleted fenceLuca Barbieri2010-01-111-20/+13
| | * | drm/nv50: prevent a possible ctxprog hangBen Skeggs2010-01-111-0/+1
| | * | drm/nouveau: have ttm's fault handler called directlyBen Skeggs2010-01-111-29/+1
| | * | drm/nv50: restore correct cache1 get/put address on fifoctx loadBen Skeggs2010-01-111-4/+2
| | * | drm/nouveau: create function for "dealing" with gpu lockupMarcin Slusarz2010-01-114-26/+22
| | * | drm/nouveau: remove unused nouveau_channel_idle() functionBen Skeggs2010-01-112-42/+0
| | * | drm/nouveau: fix handling of fbcon colours in 8bppBen Skeggs2010-01-112-4/+10
| | * | drm/nv04: Context switching fixes.Francisco Jerez2010-01-111-74/+78
| | * | drm/nouveau: Use the software object for fencing.Francisco Jerez2010-01-112-3/+4
| | * | drm/nouveau: Allocate a per-channel instance of NV_SW.Francisco Jerez2010-01-116-24/+48
| | * | drm/nv50: make the blocksize depend on vram sizeMaarten Maathuis2010-01-111-17/+19
| | * | drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGNMaarten Maathuis2010-01-112-4/+8
| | * | drm/nouveau: Don't skip card take down on nv0x.Francisco Jerez2010-01-111-2/+2
| | * | drm/nouveau: Implement nv42-nv43 TV load detection.Francisco Jerez2010-01-111-1/+89
| | * | drm/nouveau: Clean up the nv17-nv4x load detection code a bit.Francisco Jerez2010-01-113-31/+37
OpenPOWER on IntegriCloud