| 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 | 76 | -542/+1316 |
|\ |
|
| * | [libata] Improve timeout handling | Alan Cox | 2009-03-24 | 9 | -5/+83 |
| * | [libata] Drain data on errors | Alan Cox | 2009-03-24 | 2 | -3/+76 |
| * | pata_sc1200: Activate secondary channel | Alan Cox | 2009-03-24 | 1 | -2/+27 |
| * | pata_artop: Serializing support | Alan Cox | 2009-03-24 | 1 | -6/+27 |
| * | [libata] ahci: correct enclosure LED state save | David Milburn | 2009-03-24 | 1 | -1/+1 |
| * | [libata] More robust parsing for IDENTIFY DEVICE multi_count field | Mark Lord | 2009-03-24 | 1 | -2/+11 |
| * | sata_mv: fix LED blinking for SoC+NCQ | Mark Lord | 2009-03-24 | 1 | -0/+68 |
| * | sata_mv: optimize IRQ coalescing for 8-port chips | Mark Lord | 2009-03-24 | 1 | -14/+18 |
| * | sata_mv: implement IRQ coalescing (v2) | Mark Lord | 2009-03-24 | 1 | -8/+135 |
| * | sata_mv: cosmetic preparations for IRQ coalescing | Mark Lord | 2009-03-24 | 1 | -35/+27 |
| * | pata-rb532-cf: platform_get_irq() fix ignored failure | Florian Fainelli | 2009-03-24 | 1 | -1/+1 |
| * | pata_efar: fix *dma_mask | Erik Inge Bolsø | 2009-03-24 | 1 | -2/+2 |
| * | pata_radisys: fix mwdma_mask to exclude mwdma0 | Erik Inge Bolsø | 2009-03-24 | 1 | -1/+1 |
| * | [libata] convert drivers to use ata.h mode mask defines | Erik Inge Bolsø | 2009-03-24 | 71 | -331/+339 |
| * | ahci: Blacklist HP Compaq 6720s that spins off disks during ACPI power off | Maciej Rutecki | 2009-03-24 | 1 | -0/+9 |
| * | [libata] sata_mv: Implement direct FIS transmission via mv_qc_issue_fis(). | Mark Lord | 2009-03-24 | 1 | -0/+116 |
| * | [libata] Export ata_pio_queue_task() so that it can be used from sata_mv. | Mark Lord | 2009-03-24 | 2 | -2/+1 |
| * | [libata] sata_mv: Add a new mv_sff_check_status() function to sata_mv. | Mark Lord | 2009-03-24 | 1 | -1/+36 |
| * | [libata] sata_mv: Tighten up interrupt masking in mv_qc_issue() | Mark Lord | 2009-03-24 | 1 | -13/+21 |
| * | [libata] sata_mv: Enable use of (basic) DMA for ATAPI on GEN_IIE chips | Mark Lord | 2009-03-24 | 1 | -24/+28 |
| * | [libata] sata_mv: cache frequently-accessed registers | Mark Lord | 2009-03-24 | 1 | -21/+70 |
| * | ahci: drop intx manipulation on msi enable | Tejun Heo | 2009-03-24 | 1 | -2/+2 |
| * | pata-rb532-cf: drop custom freeze and thaw | Phil Sutter | 2009-03-24 | 1 | -19/+1 |
| * | pata-rb532-cf: use ata_sff_data_xfer32() | Phil Sutter | 2009-03-24 | 1 | -20/+1 |
| * | pata-rb532-cf: use ata_sff_exec_command() | Phil Sutter | 2009-03-24 | 1 | -8/+0 |
| * | pata-rb532-cf: replace rb532_pata_finish_io() | Phil Sutter | 2009-03-24 | 1 | -13/+2 |
| * | sata_mv: remove leftovers | Mark Lord | 2009-03-24 | 1 | -2/+0 |
| * | sata_mv: optimize use of mv_edma_cfg | Mark Lord | 2009-03-24 | 1 | -3/+6 |
| * | sata_mv: introduce support for ATAPI devices | Mark Lord | 2009-03-24 | 1 | -4/+186 |
| * | sata_mv: mv_fill_sg fixes v2 | Mark Lord | 2009-03-24 | 1 | -1/+3 |
| * | sata_mv: update ata_qc_from_tag | Mark Lord | 2009-03-24 | 1 | -0/+6 |
| * | sata_mv: restructure mv_qc_issue | Mark Lord | 2009-03-24 | 1 | -15/+22 |
| * | sata_mv: rearrange mv_start_dma() and friends | Mark Lord | 2009-03-24 | 1 | -28/+38 |
| * | sata_mv: cleanup chipset GENeration FLAGS | Mark Lord | 2009-03-24 | 1 | -17/+14 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2009-03-26 | 146 | -3612/+4989 |
|\ \ |
|
| * | | USB: qcserial: add device id for HP devices | Alexander Shumakovitch | 2009-03-24 | 1 | -0/+2 |
| * | | USB: isp1760: Add a delay before reading the SKIPMAP registers in isp1760-hcd.c | Catalin Marinas | 2009-03-24 | 1 | -0/+14 |
| * | | USB: allow malformed LANGID descriptors | Daniel Mack | 2009-03-24 | 1 | -4/+2 |
| * | | USB: pxa27x_udc: typo fixes and code cleanups | Vernon Sauder | 2009-03-24 | 1 | -30/+24 |
| * | | USB: gadget: gadget zero uses new suspend/resume hooks | David Brownell | 2009-03-24 | 4 | -58/+74 |
| * | | USB: gadget: composite device-level suspend/resume hooks | David Brownell | 2009-03-24 | 1 | -2/+6 |
| * | | USB: r8a66597-hcd: suspend/resume support | Yoshihiro Shimoda | 2009-03-24 | 2 | -1/+102 |
| * | | USB: more u32 conversion after transfer_buffer_length and actual_length | Roel Kluin | 2009-03-24 | 5 | -25/+18 |
| * | | USB: Fix cp2101 USB serial device driver termios functions for console use | VomLehn | 2009-03-24 | 1 | -10/+43 |
| * | | USB: CP2101 New Device ID | Alex Stephens | 2009-03-24 | 1 | -0/+1 |
| * | | USB: ipaq: handle 4 endpoint devices | Mark Ellis | 2009-03-24 | 1 | -6/+37 |
| * | | USB: S3C: Move usb-control.h to platform include | Ben Dooks | 2009-03-24 | 1 | -2/+1 |
| * | | USB: ohci-hcd: Add ARCH_S3C24XX to the ohci-s3c2410.c glue | Ben Dooks | 2009-03-24 | 1 | -1/+1 |
| * | | USB: host: fix sparse warning: Using plain integer as NULL pointer | Hannes Eder | 2009-03-24 | 1 | -1/+1 |