Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | i2c: Use list_for_each_entry_safe | Matthias Kaehlcke | 2008-07-14 | 1 | -8/+4 | |
| * | | | i2c-pca-platform: Fix error code | Wolfram Sang | 2008-07-14 | 1 | -1/+1 | |
| * | | | i2c-pca-algo: Fix error code | Wolfram Sang | 2008-07-14 | 1 | -1/+1 | |
| * | | | i2c: Consistently reject unsupported transactions | Jean Delvare | 2008-07-14 | 10 | -34/+23 | |
| * | | | i2c-piix4: Various cleanups and minor fixes | Jean Delvare | 2008-07-14 | 1 | -26/+15 | |
| * | | | i2c: Bus drivers return -Errno not -1 | David Brownell | 2008-07-14 | 15 | -148/+191 | |
| * | | | i2c: i2c_use_client() defends against NULL | David Brownell | 2008-07-14 | 1 | -3/+5 | |
| * | | | i2c: Kerneldoc for most I/O calls | David Brownell | 2008-07-14 | 1 | -9/+124 | |
| * | | | i2c: Update stray references to smbus_access | Jean Delvare | 2008-07-14 | 1 | -2/+2 | |
| * | | | i2c: Delete unused function i2c_smbus_write_quick | Jean Delvare | 2008-07-14 | 4 | -17/+9 | |
| * | | | i2c: Group bus drivers by type | Jean Delvare | 2008-07-14 | 2 | -344/+370 | |
| * | | | i2c-core: Return -Errno, not -1 | David Brownell | 2008-07-14 | 2 | -48/+57 | |
| * | | | i2c-core: Remove needless include | Jean Delvare | 2008-07-14 | 1 | -1/+0 | |
| * | | | i2c: Document standard fault codes | David Brownell | 2008-07-14 | 1 | -0/+127 | |
| * | | | i2c-bfin-twi: Update the dependencies | Mike Frysinger | 2008-07-14 | 1 | -3/+2 | |
| * | | | i2c: Remove 3 deprecated bus drivers | Adrian Bunk | 2008-07-14 | 10 | -929/+0 | |
| * | | | i2c-nforce2: Add support for multiplexing on the Tyan S4985 | Jean Delvare | 2008-07-14 | 4 | -0/+287 | |
| * | | | i2c-davinci: Initialize cmd_complete sooner | Troy Kisky | 2008-07-14 | 1 | -1/+2 | |
| * | | | i2c-davinci: Fix signal handling bug | Troy Kisky | 2008-07-14 | 1 | -10/+52 | |
| * | | | i2c-davinci: Remove useless IVR read | Troy Kisky | 2008-07-14 | 1 | -4/+0 | |
| * | | | i2c-davinci: Move dev_dbg statement for more output | Troy Kisky | 2008-07-14 | 1 | -3/+2 | |
| * | | | i2c-davinci: Ensure clock between 7-12 MHz | Troy Kisky | 2008-07-14 | 1 | -4/+11 | |
| * | | | i2c: Use class_for_each_device | Dave Young | 2008-07-14 | 1 | -44/+48 | |
| |/ / | ||||||
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2008-07-15 | 44 | -1648/+927 | |
|\ \ \ | ||||||
| * | | | ide-floppy: fix unfortunate function naming | Borislav Petkov | 2008-07-15 | 1 | -8/+10 | |
| * | | | ide-tape: unify idetape_create_read/write_cmd | Borislav Petkov | 2008-07-15 | 1 | -27/+18 | |
| * | | | ide: add ide_pc_intr() helper | Bartlomiej Zolnierkiewicz | 2008-07-15 | 5 | -363/+195 | |
| * | | | ide-{floppy,scsi}: read Status Register before stopping DMA engine | Bartlomiej Zolnierkiewicz | 2008-07-15 | 2 | -6/+7 | |
| * | | | ide-scsi: add more debugging to idescsi_pc_intr() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -2/+11 | |
| * | | | ide-scsi: use pc->callback | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -10/+22 | |
| * | | | ide-floppy: add more debugging to idefloppy_pc_intr() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -2/+8 | |
| * | | | ide-tape: always log debug info in idetape_pc_intr() if debugging is enabled | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -9/+10 | |
| * | | | ide-tape: add ide_tape_io_buffers() helper | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -5/+10 | |
| * | | | ide-tape: factor out DSC handling from idetape_pc_intr() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -6/+13 | |
| * | | | ide-{floppy,tape}: move checking of ->failed_pc to ->callback | Bartlomiej Zolnierkiewicz | 2008-07-15 | 2 | -6/+6 | |
| * | | | ide: add ide_issue_pc() helper | Bartlomiej Zolnierkiewicz | 2008-07-15 | 5 | -89/+57 | |
| * | | | ide: add PC_FLAG_DRQ_INTERRUPT pc flag | Bartlomiej Zolnierkiewicz | 2008-07-15 | 4 | -5/+18 | |
| * | | | ide-scsi: move idescsi_map_sg() call out from idescsi_issue_pc() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -6/+10 | |
| * | | | ide: add ide_transfer_pc() helper | Bartlomiej Zolnierkiewicz | 2008-07-15 | 7 | -109/+85 | |
| * | | | ide-scsi: set drive->scsi flag for devices handled by the driver | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -0/+5 | |
| * | | | ide-{cd,floppy,tape}: remove checking for drive->scsi | Bartlomiej Zolnierkiewicz | 2008-07-15 | 3 | -15/+0 | |
| * | | | ide: add PC_FLAG_ZIP_DRIVE pc flag | Bartlomiej Zolnierkiewicz | 2008-07-15 | 2 | -2/+7 | |
| * | | | ide-tape: factor out waiting for good ireason from idetape_transfer_pc() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -11/+23 | |
| * | | | ide-tape: set PC_FLAG_DMA_IN_PROGRESS flag in idetape_transfer_pc() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -4/+6 | |
| * | | | ide-floppy: start DMA engine in idefloppy_transfer_pc1() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -6/+10 | |
| * | | | ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OK | Bartlomiej Zolnierkiewicz | 2008-07-15 | 3 | -11/+10 | |
| * | | | ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callback | Bartlomiej Zolnierkiewicz | 2008-07-15 | 3 | -9/+9 | |
| * | | | ide-floppy: merge callbacks | Borislav Petkov | 2008-07-15 | 1 | -46/+23 | |
| * | | | ide-tape: make pc->idetape_callback void | Bartlomiej Zolnierkiewicz | 2008-07-15 | 2 | -7/+8 | |
| * | | | ide-tape: merge callbacks | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -104/+64 |