aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-2684-1243/+1340
|\
| * Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-03-262-0/+14
| |\
| | * [libata] Improve timeout handlingAlan Cox2009-03-241-0/+2
| | * [libata] Drain data on errorsAlan Cox2009-03-241-0/+3
| | * include/linux/ata.h: add some more transfer masksErik Inge Bolsø2009-03-241-0/+6
| | * [libata] Export ata_pio_queue_task() so that it can be used from sata_mv.Mark Lord2009-03-241-0/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-03-268-204/+212
| |\ \
| | * | USB: gadget: composite device-level suspend/resume hooksDavid Brownell2009-03-241-0/+8
| | * | USB: pedantic: spelling correction in comment for ch9.hD.J. Capelis2009-03-241-1/+1
| | * | USB: make actual_length in struct urb field u32Greg Kroah-Hartman2009-03-241-1/+1
| | * | USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman2009-03-241-1/+1
| | * | USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel2009-03-241-1/+1
| | * | usb-storage: prepare for subdriver separationAlan Stern2009-03-241-17/+4
| | * | USB: otg: adding nop usb transceiverAjay Kumar Gupta2009-03-241-0/+4
| | * | USB: serial: introduce a flag into the usb serial layer to tell drivers that ...Oliver Neukum2009-03-241-1/+2
| | * | USB: Move definitions from usb.h to usb/ch9.hJulia Lawall2009-03-242-180/+179
| | * | USB: gpio_vbus: add delayed vbus_session callsRobert Jarzmik2009-03-242-2/+8
| | * | USB: add quirk to avoid config and interface stringsAlan Stern2009-03-241-0/+3
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-03-2612-121/+160
| |\ \
| | * | Dynamic debug: fix pr_fmt() build errorGreg Banks2009-03-242-3/+4
| | * | dynamic debug: combine dprintk and dynamic printkJason Baron2009-03-245-105/+97
| | * | Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck2009-03-242-1/+13
| | * | Driver core: implement uevent suppress in kobjectMing Lei2009-03-242-1/+11
| | * | vcs: hook sysfs devices into object lifetime instead of "binding"Kay Sievers2009-03-241-2/+2
| | * | driver core: move platform_data into platform_deviceMing Lei2009-03-242-2/+8
| | * | driver core: move knode_bus into private structureGreg Kroah-Hartman2009-03-241-1/+0
| | * | driver core: move knode_driver into private structureGreg Kroah-Hartman2009-03-241-1/+0
| | * | driver core: move klist_children into private structureGreg Kroah-Hartman2009-03-241-2/+0
| | * | driver core: create a private portion of struct deviceGreg Kroah-Hartman2009-03-241-0/+3
| | * | driver core: remove polling for driver_probe_done(v5)Ming Lei2009-03-241-1/+1
| | * | UIO: Add name attributes for mappings and port regionsHans J. Koch2009-03-241-0/+4
| | * | platform: introduce module id table for platform devicesEric Miao2009-03-242-0/+15
| | * | driver core: get rid of struct device's bus_id string arrayKay Sievers2009-03-242-3/+3
| | * | wimax: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-1/+1
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2009-03-265-108/+40
| |\ \
| | * | ide: use try_to_identify() in ide_driveid_update()Bartlomiej Zolnierkiewicz2009-03-241-0/+2
| | * | ide: remove broken EXABYTENEST supportBartlomiej Zolnierkiewicz2009-03-241-2/+0
| | * | mn10300: remove <asm/ide.h>Bartlomiej Zolnierkiewicz2009-03-242-42/+2
| | * | frv: remove <asm/ide.h>Bartlomiej Zolnierkiewicz2009-03-242-26/+2
| | * | ide: remove pciirq argument from ide_pci_setup_ports()Bartlomiej Zolnierkiewicz2009-03-241-1/+1
| | * | ide: fix ->init_chipset method to return 'int' valueBartlomiej Zolnierkiewicz2009-03-241-2/+2
| | * | ide: remove no longer needed IRQ fallback code from hwif_init()Bartlomiej Zolnierkiewicz2009-03-241-15/+0
| | * | ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQSBartlomiej Zolnierkiewicz2009-03-241-4/+0
| | * | mn10300: add pci_get_legacy_ide_irq() to <asm/pci.h>Bartlomiej Zolnierkiewicz2009-03-241-0/+5
| | * | ide: move error handling code to ide-eh.c (v2)Bartlomiej Zolnierkiewicz2009-03-241-5/+8
| | * | ide: move xfer mode tuning code to ide-xfer-mode.cBartlomiej Zolnierkiewicz2009-03-241-5/+7
| | * | ide: move device settings code to ide-devsets.cBartlomiej Zolnierkiewicz2009-03-241-0/+1
| | * | ide: move ide_do_park_unpark() to ide-park.cBartlomiej Zolnierkiewicz2009-03-241-0/+2
| | * | ide: remove ide_do_drive_cmd()Bartlomiej Zolnierkiewicz2009-03-241-2/+0
| | * | ide: move ide_dma_timeout_retry() to ide-dma.cBartlomiej Zolnierkiewicz2009-03-241-0/+2