summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* sh: Add support for SH7723 CPU subtype.Paul Mundt2008-04-183-4/+10
* sh: Add MigoR header fileMagnus Damm2008-04-181-0/+58
* sh: Fix up __access_ok() check for nommu.Paul Mundt2008-04-181-4/+1
* sh: Add support for Solution Engine SH7721 boardYoshihiro Shimoda2008-04-181-0/+70
* sh: Hook up remaining IRQ sources for R7780MP FPGA.Masayuki Hosokawa2008-04-181-10/+12
* sh: Initial support for the MX-G CPU.Paul Mundt2008-04-182-2/+2
* sh: Create an sh debugfs root.Paul Mundt2008-04-181-0/+2
* sh: SuperH KEYSC keypad data for Solution Engine 7722Magnus Damm2008-04-181-0/+2
* sh: SuperH KEYSC platform driverMagnus Damm2008-04-181-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-04-1815-170/+143
|\
| * ide: remove ide_init_default_irq() macroBartlomiej Zolnierkiewicz2008-04-186-36/+0
| * ide: remove ide_default_io_ctl() macroBartlomiej Zolnierkiewicz2008-04-1812-33/+0
| * ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2)Bartlomiej Zolnierkiewicz2008-04-187-20/+0
| * ppc: remove ppc_ide_mdBartlomiej Zolnierkiewicz2008-04-181-15/+32
| * ide: use generic ATAPI packet command flags in ide-{floppy,tape}Borislav Petkov2008-04-181-0/+15
| * ide: add generic packet command representation ide_atapi_pcBorislav Petkov2008-04-181-0/+47
| * ide: remove IDE_*_REG macrosBartlomiej Zolnierkiewicz2008-04-181-20/+9
| * ide: add ide_atapi_{discard_data,write_zeros} inline helpersBartlomiej Zolnierkiewicz2008-04-181-0/+22
| * ide: remove ide_init_hwif_ports()Bartlomiej Zolnierkiewicz2008-04-181-32/+0
| * ide: remove ->hold field from ide_hwif_t (take 2)Bartlomiej Zolnierkiewicz2008-04-181-1/+0
| * ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3)Bartlomiej Zolnierkiewicz2008-04-182-2/+4
| * ide: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2)Bartlomiej Zolnierkiewicz2008-04-181-1/+1
| * ide: add warm-plug support for IDE devices (take 2)Bartlomiej Zolnierkiewicz2008-04-181-1/+4
| * ide: remove dead/obsolete ->busproc methodBartlomiej Zolnierkiewicz2008-04-181-2/+0
| * ide: rework PowerMac media-bay support (take 2)Bartlomiej Zolnierkiewicz2008-04-182-5/+7
| * ide: remove IDE devices from /proc/ide/ before unregistering themBartlomiej Zolnierkiewicz2008-04-181-0/+2
| * ide: use ide_find_port() instead of ide_deprecated_find_port()Bartlomiej Zolnierkiewicz2008-04-181-1/+0
| * IDE: remove ide=reverse IDE coreGreg Kroah-Hartman2008-04-181-1/+0
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2008-04-184-30/+21
|\ \
| * | dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams2008-04-171-7/+18
| * | iop-adma: remove the workaround for missed interrupts on iop3xxDan Williams2008-04-173-15/+0
| * | async_tx: kill ->device_dependency_addedDan Williams2008-04-171-2/+0
| * | async_tx: fix multiple dependency submissionDan Williams2008-04-171-6/+3
| |/
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-04-181-286/+432
|\ \
| * | libata: make PMP support optionalTejun Heo2008-04-171-0/+27
| * | libata: implement PMP helpersTejun Heo2008-04-171-9/+29
| * | libata: separate PMP support code from core codeTejun Heo2008-04-171-7/+10
| * | libata: make SFF support optionalTejun Heo2008-04-171-0/+9
| * | libata: kill ata_noop_dev_select()Tejun Heo2008-04-171-1/+0
| * | libata: drop @finish_qc from ata_qc_complete_multiple()Tejun Heo2008-04-171-2/+1
| * | libata: add qc_fill_rtf port operationTejun Heo2008-04-171-0/+2
| * | libata: move PMP SCR access failure during reset to ata_eh_reset()Tejun Heo2008-04-171-2/+0
| * | libata: clear SError after link resumeTejun Heo2008-04-171-2/+0
| * | libata: implement and use sata_std_hardreset()Tejun Heo2008-04-171-0/+2
| * | libata: move generic hardreset code from sata_sff_hardreset() to sata_link_ha...Tejun Heo2008-04-171-1/+9
| * | libata: separate out ata_wait_ready() and implement ata_wait_after_reset()Tejun Heo2008-04-171-0/+2
| * | libata: restructure SFF post-reset readiness waitsTejun Heo2008-04-171-3/+15
| * | libata: separate out ata_std_postreset() from ata_sff_postreset()Tejun Heo2008-04-171-0/+1
| * | libata: separate out ata_std_prereset() from ata_sff_prereset()Tejun Heo2008-04-171-0/+1
| * | libata: clean up port_ops->sff_irq_clear()Tejun Heo2008-04-171-1/+0