| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-03-26 | 2 | -0/+14 |
|\ |
|
| * | [libata] Improve timeout handling | Alan Cox | 2009-03-24 | 1 | -0/+2 |
| * | [libata] Drain data on errors | Alan Cox | 2009-03-24 | 1 | -0/+3 |
| * | include/linux/ata.h: add some more transfer masks | Erik Inge Bolsø | 2009-03-24 | 1 | -0/+6 |
| * | [libata] Export ata_pio_queue_task() so that it can be used from sata_mv. | Mark Lord | 2009-03-24 | 1 | -0/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2009-03-26 | 8 | -204/+212 |
|\ \ |
|
| * | | USB: gadget: composite device-level suspend/resume hooks | David Brownell | 2009-03-24 | 1 | -0/+8 |
| * | | USB: pedantic: spelling correction in comment for ch9.h | D.J. Capelis | 2009-03-24 | 1 | -1/+1 |
| * | | USB: make actual_length in struct urb field u32 | Greg Kroah-Hartman | 2009-03-24 | 1 | -1/+1 |
| * | | USB: make transfer_buffer_lengths in struct urb field u32 | Greg Kroah-Hartman | 2009-03-24 | 1 | -1/+1 |
| * | | USB: allow libusb to talk to unauthenticated WUSB devices | David Vrabel | 2009-03-24 | 1 | -1/+1 |
| * | | usb-storage: prepare for subdriver separation | Alan Stern | 2009-03-24 | 1 | -17/+4 |
| * | | USB: otg: adding nop usb transceiver | Ajay Kumar Gupta | 2009-03-24 | 1 | -0/+4 |
| * | | USB: serial: introduce a flag into the usb serial layer to tell drivers that ... | Oliver Neukum | 2009-03-24 | 1 | -1/+2 |
| * | | USB: Move definitions from usb.h to usb/ch9.h | Julia Lawall | 2009-03-24 | 2 | -180/+179 |
| * | | USB: gpio_vbus: add delayed vbus_session calls | Robert Jarzmik | 2009-03-24 | 2 | -2/+8 |
| * | | USB: add quirk to avoid config and interface strings | Alan Stern | 2009-03-24 | 1 | -0/+3 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-03-26 | 12 | -121/+160 |
|\ \ |
|
| * | | Dynamic debug: fix pr_fmt() build error | Greg Banks | 2009-03-24 | 2 | -3/+4 |
| * | | dynamic debug: combine dprintk and dynamic printk | Jason Baron | 2009-03-24 | 5 | -105/+97 |
| * | | Driver core: Fix device_move() vs. dpm list ordering, v2 | Cornelia Huck | 2009-03-24 | 2 | -1/+13 |
| * | | Driver core: implement uevent suppress in kobject | Ming Lei | 2009-03-24 | 2 | -1/+11 |
| * | | vcs: hook sysfs devices into object lifetime instead of "binding" | Kay Sievers | 2009-03-24 | 1 | -2/+2 |
| * | | driver core: move platform_data into platform_device | Ming Lei | 2009-03-24 | 2 | -2/+8 |
| * | | driver core: move knode_bus into private structure | Greg Kroah-Hartman | 2009-03-24 | 1 | -1/+0 |
| * | | driver core: move knode_driver into private structure | Greg Kroah-Hartman | 2009-03-24 | 1 | -1/+0 |
| * | | driver core: move klist_children into private structure | Greg Kroah-Hartman | 2009-03-24 | 1 | -2/+0 |
| * | | driver core: create a private portion of struct device | Greg Kroah-Hartman | 2009-03-24 | 1 | -0/+3 |
| * | | driver core: remove polling for driver_probe_done(v5) | Ming Lei | 2009-03-24 | 1 | -1/+1 |
| * | | UIO: Add name attributes for mappings and port regions | Hans J. Koch | 2009-03-24 | 1 | -0/+4 |
| * | | platform: introduce module id table for platform devices | Eric Miao | 2009-03-24 | 2 | -0/+15 |
| * | | driver core: get rid of struct device's bus_id string array | Kay Sievers | 2009-03-24 | 2 | -3/+3 |
| * | | wimax: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-24 | 1 | -1/+1 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2009-03-26 | 5 | -108/+40 |
|\ \ |
|
| * | | ide: use try_to_identify() in ide_driveid_update() | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -0/+2 |
| * | | ide: remove broken EXABYTENEST support | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -2/+0 |
| * | | mn10300: remove <asm/ide.h> | Bartlomiej Zolnierkiewicz | 2009-03-24 | 2 | -42/+2 |
| * | | frv: remove <asm/ide.h> | Bartlomiej Zolnierkiewicz | 2009-03-24 | 2 | -26/+2 |
| * | | ide: remove pciirq argument from ide_pci_setup_ports() | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -1/+1 |
| * | | ide: fix ->init_chipset method to return 'int' value | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -2/+2 |
| * | | ide: remove no longer needed IRQ fallback code from hwif_init() | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -15/+0 |
| * | | ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQS | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -4/+0 |
| * | | mn10300: add pci_get_legacy_ide_irq() to <asm/pci.h> | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -0/+5 |
| * | | ide: move error handling code to ide-eh.c (v2) | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -5/+8 |
| * | | ide: move xfer mode tuning code to ide-xfer-mode.c | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -5/+7 |
| * | | ide: move device settings code to ide-devsets.c | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -0/+1 |
| * | | ide: move ide_do_park_unpark() to ide-park.c | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -0/+2 |
| * | | ide: remove ide_do_drive_cmd() | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -2/+0 |
| * | | ide: move ide_dma_timeout_retry() to ide-dma.c | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -0/+2 |
| * | | ide: move drive_is_ready() to ide-io.c | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -2/+0 |