aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | i2c: Use list_for_each_entry_safeMatthias Kaehlcke2008-07-141-8/+4
| * | | i2c-pca-platform: Fix error codeWolfram Sang2008-07-141-1/+1
| * | | i2c-pca-algo: Fix error codeWolfram Sang2008-07-141-1/+1
| * | | i2c: Consistently reject unsupported transactionsJean Delvare2008-07-1410-34/+23
| * | | i2c-piix4: Various cleanups and minor fixesJean Delvare2008-07-141-26/+15
| * | | i2c: Bus drivers return -Errno not -1David Brownell2008-07-1415-148/+191
| * | | i2c: i2c_use_client() defends against NULLDavid Brownell2008-07-141-3/+5
| * | | i2c: Kerneldoc for most I/O callsDavid Brownell2008-07-141-9/+124
| * | | i2c: Update stray references to smbus_accessJean Delvare2008-07-141-2/+2
| * | | i2c: Delete unused function i2c_smbus_write_quickJean Delvare2008-07-144-17/+9
| * | | i2c: Group bus drivers by typeJean Delvare2008-07-142-344/+370
| * | | i2c-core: Return -Errno, not -1David Brownell2008-07-142-48/+57
| * | | i2c-core: Remove needless includeJean Delvare2008-07-141-1/+0
| * | | i2c: Document standard fault codesDavid Brownell2008-07-141-0/+127
| * | | i2c-bfin-twi: Update the dependenciesMike Frysinger2008-07-141-3/+2
| * | | i2c: Remove 3 deprecated bus driversAdrian Bunk2008-07-1410-929/+0
| * | | i2c-nforce2: Add support for multiplexing on the Tyan S4985Jean Delvare2008-07-144-0/+287
| * | | i2c-davinci: Initialize cmd_complete soonerTroy Kisky2008-07-141-1/+2
| * | | i2c-davinci: Fix signal handling bugTroy Kisky2008-07-141-10/+52
| * | | i2c-davinci: Remove useless IVR readTroy Kisky2008-07-141-4/+0
| * | | i2c-davinci: Move dev_dbg statement for more outputTroy Kisky2008-07-141-3/+2
| * | | i2c-davinci: Ensure clock between 7-12 MHzTroy Kisky2008-07-141-4/+11
| * | | i2c: Use class_for_each_deviceDave Young2008-07-141-44/+48
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-07-1544-1648/+927
|\ \ \
| * | | ide-floppy: fix unfortunate function namingBorislav Petkov2008-07-151-8/+10
| * | | ide-tape: unify idetape_create_read/write_cmdBorislav Petkov2008-07-151-27/+18
| * | | ide: add ide_pc_intr() helperBartlomiej Zolnierkiewicz2008-07-155-363/+195
| * | | ide-{floppy,scsi}: read Status Register before stopping DMA engineBartlomiej Zolnierkiewicz2008-07-152-6/+7
| * | | ide-scsi: add more debugging to idescsi_pc_intr()Bartlomiej Zolnierkiewicz2008-07-151-2/+11
| * | | ide-scsi: use pc->callbackBartlomiej Zolnierkiewicz2008-07-151-10/+22
| * | | ide-floppy: add more debugging to idefloppy_pc_intr()Bartlomiej Zolnierkiewicz2008-07-151-2/+8
| * | | ide-tape: always log debug info in idetape_pc_intr() if debugging is enabledBartlomiej Zolnierkiewicz2008-07-151-9/+10
| * | | ide-tape: add ide_tape_io_buffers() helperBartlomiej Zolnierkiewicz2008-07-151-5/+10
| * | | ide-tape: factor out DSC handling from idetape_pc_intr()Bartlomiej Zolnierkiewicz2008-07-151-6/+13
| * | | ide-{floppy,tape}: move checking of ->failed_pc to ->callbackBartlomiej Zolnierkiewicz2008-07-152-6/+6
| * | | ide: add ide_issue_pc() helperBartlomiej Zolnierkiewicz2008-07-155-89/+57
| * | | ide: add PC_FLAG_DRQ_INTERRUPT pc flagBartlomiej Zolnierkiewicz2008-07-154-5/+18
| * | | ide-scsi: move idescsi_map_sg() call out from idescsi_issue_pc()Bartlomiej Zolnierkiewicz2008-07-151-6/+10
| * | | ide: add ide_transfer_pc() helperBartlomiej Zolnierkiewicz2008-07-157-109/+85
| * | | ide-scsi: set drive->scsi flag for devices handled by the driverBartlomiej Zolnierkiewicz2008-07-151-0/+5
| * | | ide-{cd,floppy,tape}: remove checking for drive->scsiBartlomiej Zolnierkiewicz2008-07-153-15/+0
| * | | ide: add PC_FLAG_ZIP_DRIVE pc flagBartlomiej Zolnierkiewicz2008-07-152-2/+7
| * | | ide-tape: factor out waiting for good ireason from idetape_transfer_pc()Bartlomiej Zolnierkiewicz2008-07-151-11/+23
| * | | ide-tape: set PC_FLAG_DMA_IN_PROGRESS flag in idetape_transfer_pc()Bartlomiej Zolnierkiewicz2008-07-151-4/+6
| * | | ide-floppy: start DMA engine in idefloppy_transfer_pc1()Bartlomiej Zolnierkiewicz2008-07-151-6/+10
| * | | ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OKBartlomiej Zolnierkiewicz2008-07-153-11/+10
| * | | ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callbackBartlomiej Zolnierkiewicz2008-07-153-9/+9
| * | | ide-floppy: merge callbacksBorislav Petkov2008-07-151-46/+23
| * | | ide-tape: make pc->idetape_callback voidBartlomiej Zolnierkiewicz2008-07-152-7/+8
| * | | ide-tape: merge callbacksBartlomiej Zolnierkiewicz2008-07-151-104/+64