summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | i2c-cpm: BugfixesWolfram Sang2008-07-141-4/+4
| * | i2c: Add support for I2C bus on Freescale CPM1/CPM2 controllersJochen Friedrich2008-07-143-0/+756
| * | i2c: Push ioctl BKL down into the i2c codeAlan Cox2008-07-141-3/+2
| * | i2c: Add Intel SCH SMBus supportAlek Du2008-07-143-0/+347
| * | i2c: Simplify i2c_del_driver()Jean Delvare2008-07-141-6/+4
| * | 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: Delete unused function i2c_smbus_write_quickJean Delvare2008-07-141-7/+0
| * | i2c: Group bus drivers by typeJean Delvare2008-07-142-344/+370
| * | i2c-core: Return -Errno, not -1David Brownell2008-07-141-44/+53
| * | i2c-core: Remove needless includeJean Delvare2008-07-141-1/+0
| * | i2c-bfin-twi: Update the dependenciesMike Frysinger2008-07-141-3/+2
| * | i2c: Remove 3 deprecated bus driversAdrian Bunk2008-07-145-825/+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-1539-1602/+896
|\ \
| * | 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-154-363/+189
| * | 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-154-89/+55
| * | ide: add PC_FLAG_DRQ_INTERRUPT pc flagBartlomiej Zolnierkiewicz2008-07-153-5/+17
| * | 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-156-109/+82
| * | 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-151-2/+6
| * | 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-152-6/+6
| * | ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callbackBartlomiej Zolnierkiewicz2008-07-152-7/+7