aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2008-10-1413-10/+5076
|\
| * mfd: Add placeholders for WM8350 client devicesMark Brown2008-10-136-1/+41
| * regulator: Add WM8350 regulator supportMark Brown2008-10-132-0/+47
| * mfd: Add WM8350 interrupt supportMark Brown2008-10-131-1/+20
| * mfd: Add initialisation callback for WM8350Mark Brown2008-10-131-1/+13
| * mfd: Add GPIO pin configuration support for WM8350Mark Brown2008-10-131-0/+10
| * mfd: Core support for the WM8350 AudioPlus PMICMark Brown2008-10-131-0/+585
| * mfd: Add WM8350 watchdog register definitionsMark Brown2008-10-131-0/+22
| * mfd: Add WM8350 RTC register definitionsMark Brown2008-10-131-0/+260
| * mfd: Add WM8350 comparator register definitionsMark Brown2008-10-131-0/+167
| * mfd: Add WM8350 PMU register definitionsMark Brown2008-10-131-0/+105
| * mfd: Add WM8350 PMIC register definitionsMark Brown2008-10-131-0/+699
| * mfd: Add WM8350 GPIO register definitionsMark Brown2008-10-131-0/+326
| * mfd: Add WM8350 audio register definitionsMark Brown2008-10-131-0/+592
| * regulator: Add WM8400 regulator supportMark Brown2008-10-132-0/+41
| * mfd: Core support for the WM8400 AudioPlus HiFi CODEC and PMUMark Brown2008-10-132-0/+2121
| * regulator: Fix typoMark Brown2008-10-131-1/+1
| * regulator: core - Rework machine API to remove string based functions.Liam Girdwood2008-10-132-9/+29
* | Revert "vt: fix background color on line feed"Linus Torvalds2008-10-141-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-10-145-5/+5
|\ \
| * | net: Rationalise email address: Network Specific PartsAlan Cox2008-10-135-5/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-10-131-292/+361
|\ \ \
| * | | ide: Implement disk shock protection support (v4)Elias Oltmanns2008-10-131-0/+13
| * | | ide: add ide_drive_t.dma flagBorislav Petkov2008-10-131-0/+1
| * | | ide: move SFF DMA code to ide-dma-sff.cBartlomiej Zolnierkiewicz2008-10-131-0/+4
| * | | ide: switch to DMA-mapping API part #2Bartlomiej Zolnierkiewicz2008-10-131-7/+10
| * | | ide: make ide_dma_timeout() available also for CONFIG_BLK_DEV_IDEDMA_SFF=nBartlomiej Zolnierkiewicz2008-10-131-1/+1
| * | | ide: make ide_dma_lost_irq() available also for CONFIG_BLK_DEV_IDEDMA_SFF=nBartlomiej Zolnierkiewicz2008-10-131-1/+2
| * | | ide: __ide_dma_end() -> ide_dma_end()Bartlomiej Zolnierkiewicz2008-10-131-1/+1
| * | | ide-disk: move all ioctl handling to ide-disk_ioctl.cBartlomiej Zolnierkiewicz2008-10-131-2/+5
| * | | ide: remove ide_host_alloc_all()Bartlomiej Zolnierkiewicz2008-10-131-2/+3
| * | | ide: ->ide_dma_clear_irq() -> ->clear_irq()Bartlomiej Zolnierkiewicz2008-10-131-2/+2
| * | | ide: merge all TASKFILE_NO_DATA data phase handlers into taskfile_no_intr()Bartlomiej Zolnierkiewicz2008-10-131-105/+106
| * | | ide: convert 'pio_mode' device setting to use DS_SYNC flagBartlomiej Zolnierkiewicz2008-10-131-6/+1
| * | | ide: remove [ata_]select_tBartlomiej Zolnierkiewicz2008-10-131-31/+1
| * | | ide: sanitize ide*_pm_* enumsBartlomiej Zolnierkiewicz2008-10-131-18/+16
| * | | ide: fix HDIO_DRIVE_TASK[FILE] ioctls for CHS commands on LBA devicesBartlomiej Zolnierkiewicz2008-10-131-0/+1
| * | | ide: remove superfluous ->dma field from ide_hwif_tBartlomiej Zolnierkiewicz2008-10-131-2/+0
| * | | ide: remove superfluous ->media field from ide_driver_tBartlomiej Zolnierkiewicz2008-10-131-1/+0
| * | | ide: DMA_PIO_RETRY -> IDE_DFLAG_DMA_PIO_RETRYBartlomiej Zolnierkiewicz2008-10-131-7/+2
| * | | ide: add device flagsBartlomiej Zolnierkiewicz2008-10-131-27/+73
| * | | ide-disk: set_addressing() fixesBartlomiej Zolnierkiewicz2008-10-131-1/+1
| * | | ide: add a driver-wide debugging macroBorislav Petkov2008-10-131-0/+20
| * | | ide: add drive->debug_mask switchBorislav Petkov2008-10-131-0/+3
| * | | ide: unify conversion macrosBorislav Petkov2008-10-131-1/+7
| * | | ide: make ide_transfer_pc() staticBartlomiej Zolnierkiewicz2008-10-131-3/+4
| * | | ide: make ide_pc_intr() staticBartlomiej Zolnierkiewicz2008-10-131-3/+1
| * | | ide: add ->pc_{update,io}_buffers methodsBartlomiej Zolnierkiewicz2008-10-131-4/+5
| * | | ide: add ide_retry_pc() helperBartlomiej Zolnierkiewicz2008-10-131-3/+2
| * | | ide: add request_sense_{pc,rq} to ide_drive_tBartlomiej Zolnierkiewicz2008-10-131-66/+68