summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-02-199-136/+208
|\
| * Merge the easy part of the IOP branchRussell King2007-02-181-1/+1
| |\
| | * [ARM] 4184/1: iop: cp6 access handler (undef_hook)Dan Williams2007-02-141-1/+1
| | |
| | \
| | \
| | \
| *---. \ Merge AT91, EP93xx, General devel, PXA, S3C, V6+ and Xscale treesRussell King2007-02-176-127/+198
| |\ \ \ \ | | | | |/ | | | |/|
| | | | * [ARM] 4141/1: consolidate functions that handles gpio in pxa2xx_udcMilan Svoboda2007-02-082-24/+7
| | | | * [ARM] 4144/1: Fix for patch #4099/1 with CONFIG_I2C_PXA_SLAVE setGuennadi Liakhovetski2007-02-081-77/+164
| | | |/
| | * | [ARM] 4151/1: AT91 / AVR32: Move at91_pdc.h to linux/atmel_pdc.hAndrew Victor2007-02-082-24/+25
| | * | [ARM] 4145/2: AT91: Add support for AT91SAM9263 processorAndrew Victor2007-02-081-2/+2
| | |/
| * | [ARM] amba-pl010: add reference to ep93xx to Kconfig help entryLennert Buytenhek2007-02-111-1/+2
| * | [ARM] i.MX serial: fix IRQ allocationPavel Pisa2007-02-111-1/+2
| * | [ARM] i.MX serial: fix tx buffer overflowsSascha Hauer2007-02-111-6/+5
| |/
* | Merge branch 'for-linus' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2007-02-196-1/+80
|\ \
| * | ieee1394: fix another deadlock in nodemgrStefan Richter2007-02-171-1/+2
| * | ieee1394: cycle timer read extension for raw1394Pieter Palmers2007-02-175-0/+78
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2007-02-196-137/+931
|\ \ \
| * | | [POWERPC] Dispose irq mapping when done in mpc52xx_serial.cSylvain Munaut2007-02-171-1/+3
| * | | [POWERPC] ps3: don't call ps3_system_bus_driver_register on other platformsIshizaki Kou2007-02-162-11/+26
| * | | [POWERPC] Fix compile failure in cpm_uart_cpm2Paul Gortmaker2007-02-161-1/+1
| * | | [POWERPC] PS3: System manager supportGeoff Levand2007-02-162-0/+605
| * | | [POWERPC] PS3: Vuart add async readGeoff Levand2007-02-162-4/+78
| * | | [POWERPC] PS3: Vuart cleanupsGeoff Levand2007-02-162-132/+245
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-02-1956-1003/+1510
|\ \ \ \
| * | | | ide: make ide_hwif_t.ide_dma_host_on void (v2)Bartlomiej Zolnierkiewicz2007-02-179-36/+26
| * | | | ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2)Bartlomiej Zolnierkiewicz2007-02-1718-93/+72
| * | | | ide: add ide_set_dma() helper (v2)Bartlomiej Zolnierkiewicz2007-02-1735-139/+118
| * | | | sgiioc4: fix sgiioc4_ide_dma_check() to enable/disable DMA properlyBartlomiej Zolnierkiewicz2007-02-171-15/+11
| * | | | ide: disable DMA in ->ide_dma_check for "no IORDY" case (v2)Bartlomiej Zolnierkiewicz2007-02-1715-71/+43
| * | | | ide: convert ide_hwif_t.mmio into flag (v2)Bartlomiej Zolnierkiewicz2007-02-1716-21/+22
| * | | | ide: use PIO/MMIO operations directly where possible (v2)Bartlomiej Zolnierkiewicz2007-02-1722-254/+262
| * | | | ide: add ide_use_fast_pio() helper (v3)Bartlomiej Zolnierkiewicz2007-02-1719-166/+72
| * | | | ide: unexport ide_set_xfer_rate() (v2)Bartlomiej Zolnierkiewicz2007-02-174-15/+4
| * | | | ide: remove ide_drive_t.usageBartlomiej Zolnierkiewicz2007-02-175-41/+22
| * | | | ide: remove ide_pci_device_t tables with only one entryBartlomiej Zolnierkiewicz2007-02-172-17/+11
| * | | | ide: remove write-only ide_hwif_t.no_dsc flagBartlomiej Zolnierkiewicz2007-02-174-13/+1
| * | | | ide: remove write-only ide_pio_data_t.blacklistedBartlomiej Zolnierkiewicz2007-02-171-3/+0
| * | | | sis5513: sis5513_config_xfer_rate() cleanupBartlomiej Zolnierkiewicz2007-02-171-38/+3
| * | | | piix: cleanupBartlomiej Zolnierkiewicz2007-02-171-12/+16
| * | | | svwks: small cleanupBartlomiej Zolnierkiewicz2007-02-171-30/+4
| * | | | cs5530: small cleanupBartlomiej Zolnierkiewicz2007-02-171-9/+3
| * | | | hpt366: remove redundant check from init_dma_hpt366()Bartlomiej Zolnierkiewicz2007-02-171-3/+0
| * | | | trm290: remove redundant CONFIG_BLK_DEV_IDEDMA #ifdef-sBartlomiej Zolnierkiewicz2007-02-171-4/+0
| * | | | au1xxx-ide: remove dead codeBartlomiej Zolnierkiewicz2007-02-171-12/+3
| * | | | pdc202xx_old: remove dead codeBartlomiej Zolnierkiewicz2007-02-171-19/+0
| * | | | drivers/ide: PATA driver for CellebKou Ishizaki2007-02-173-0/+821
| * | | | sl82c105: DMA support fixesSergei Shtylyov2007-02-171-14/+4
| * | | | pdc202xx_old: fix PIO mode setupSergei Shtylyov2007-02-171-17/+7
| * | | | siimage: PIO1/2 taskfile transfer overclocking fixSergei Shtylyov2007-02-171-30/+29
| * | | | ide: remove clearing bmdma status from cdrom_decode_status() (rev #4)Albert Lee2007-02-172-11/+0
| * | | | ide: clear bmdma status in ide_intr() for ICHx controllers (revised #4)Albert Lee2007-02-174-15/+68
| * | | | ide-floppy: Fix unformatted media crashAlan Cox2007-02-171-1/+2
OpenPOWER on IntegriCloud