aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| * | | i2c: Simplify i2c_del_driver()Jean Delvare2008-07-14
| * | | i2c: Use list_for_each_entry_safeMatthias Kaehlcke2008-07-14
| * | | i2c-pca-platform: Fix error codeWolfram Sang2008-07-14
| * | | i2c-pca-algo: Fix error codeWolfram Sang2008-07-14
| * | | i2c: Consistently reject unsupported transactionsJean Delvare2008-07-14
| * | | i2c-piix4: Various cleanups and minor fixesJean Delvare2008-07-14
| * | | i2c: Bus drivers return -Errno not -1David Brownell2008-07-14
| * | | i2c: i2c_use_client() defends against NULLDavid Brownell2008-07-14
| * | | i2c: Kerneldoc for most I/O callsDavid Brownell2008-07-14
| * | | i2c: Update stray references to smbus_accessJean Delvare2008-07-14
| * | | i2c: Delete unused function i2c_smbus_write_quickJean Delvare2008-07-14
| * | | i2c: Group bus drivers by typeJean Delvare2008-07-14
| * | | i2c-core: Return -Errno, not -1David Brownell2008-07-14
| * | | i2c-core: Remove needless includeJean Delvare2008-07-14
| * | | i2c: Document standard fault codesDavid Brownell2008-07-14
| * | | i2c-bfin-twi: Update the dependenciesMike Frysinger2008-07-14
| * | | i2c: Remove 3 deprecated bus driversAdrian Bunk2008-07-14
| * | | i2c-nforce2: Add support for multiplexing on the Tyan S4985Jean Delvare2008-07-14
| * | | i2c-davinci: Initialize cmd_complete soonerTroy Kisky2008-07-14
| * | | i2c-davinci: Fix signal handling bugTroy Kisky2008-07-14
| * | | i2c-davinci: Remove useless IVR readTroy Kisky2008-07-14
| * | | i2c-davinci: Move dev_dbg statement for more outputTroy Kisky2008-07-14
| * | | i2c-davinci: Ensure clock between 7-12 MHzTroy Kisky2008-07-14
| * | | i2c: Use class_for_each_deviceDave Young2008-07-14
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-07-15
|\ \ \
| * | | ide-floppy: fix unfortunate function namingBorislav Petkov2008-07-15
| * | | ide-tape: unify idetape_create_read/write_cmdBorislav Petkov2008-07-15
| * | | ide: add ide_pc_intr() helperBartlomiej Zolnierkiewicz2008-07-15
| * | | ide-{floppy,scsi}: read Status Register before stopping DMA engineBartlomiej Zolnierkiewicz2008-07-15
| * | | ide-scsi: add more debugging to idescsi_pc_intr()Bartlomiej Zolnierkiewicz2008-07-15
| * | | ide-scsi: use pc->callbackBartlomiej Zolnierkiewicz2008-07-15
| * | | ide-floppy: add more debugging to idefloppy_pc_intr()Bartlomiej Zolnierkiewicz2008-07-15
| * | | ide-tape: always log debug info in idetape_pc_intr() if debugging is enabledBartlomiej Zolnierkiewicz2008-07-15
| * | | ide-tape: add ide_tape_io_buffers() helperBartlomiej Zolnierkiewicz2008-07-15
| * | | ide-tape: factor out DSC handling from idetape_pc_intr()Bartlomiej Zolnierkiewicz2008-07-15
| * | | ide-{floppy,tape}: move checking of ->failed_pc to ->callbackBartlomiej Zolnierkiewicz2008-07-15
| * | | ide: add ide_issue_pc() helperBartlomiej Zolnierkiewicz2008-07-15
| * | | ide: add PC_FLAG_DRQ_INTERRUPT pc flagBartlomiej Zolnierkiewicz2008-07-15
| * | | ide-scsi: move idescsi_map_sg() call out from idescsi_issue_pc()Bartlomiej Zolnierkiewicz2008-07-15
| * | | ide: add ide_transfer_pc() helperBartlomiej Zolnierkiewicz2008-07-15
| * | | ide-scsi: set drive->scsi flag for devices handled by the driverBartlomiej Zolnierkiewicz2008-07-15
| * | | ide-{cd,floppy,tape}: remove checking for drive->scsiBartlomiej Zolnierkiewicz2008-07-15
| * | | ide: add PC_FLAG_ZIP_DRIVE pc flagBartlomiej Zolnierkiewicz2008-07-15
| * | | ide-tape: factor out waiting for good ireason from idetape_transfer_pc()Bartlomiej Zolnierkiewicz2008-07-15
| * | | ide-tape: set PC_FLAG_DMA_IN_PROGRESS flag in idetape_transfer_pc()Bartlomiej Zolnierkiewicz2008-07-15
| * | | ide-floppy: start DMA engine in idefloppy_transfer_pc1()Bartlomiej Zolnierkiewicz2008-07-15
| * | | ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OKBartlomiej Zolnierkiewicz2008-07-15
| * | | ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callbackBartlomiej Zolnierkiewicz2008-07-15
| * | | ide-floppy: merge callbacksBorislav Petkov2008-07-15
| * | | ide-tape: make pc->idetape_callback voidBartlomiej Zolnierkiewicz2008-07-15