| Commit message (Expand) | Author | Age | Files | Lines |
* | i2c: Add i2c_new_dummy() utility | David Brownell | 2008-01-27 | 1 | -0/+6 |
* | i2c: Stop using the redundant client list | David Brownell | 2008-01-27 | 1 | -3/+5 |
* | i2c: Discard unused driver IDs | Jean Delvare | 2008-01-27 | 1 | -60/+0 |
* | i2c/tps65010: move header to <linux/i2c/...> | David Brownell | 2008-01-27 | 1 | -0/+156 |
* | i2c: Drop redundant i2c_driver.list | Jean Delvare | 2008-01-27 | 1 | -1/+0 |
* | i2c: Drop redundant i2c_adapter.list | Jean Delvare | 2008-01-27 | 1 | -1/+0 |
* | i2c: Change prototypes of refcounting functions | Jean Delvare | 2008-01-27 | 1 | -5/+2 |
* | i2c: Use the driver model reference counting | Jean Delvare | 2008-01-27 | 1 | -3/+0 |
* | i2c: Constify client address data | Mark M. Hoffman | 2008-01-27 | 1 | -57/+43 |
* | i2c: some overdue driver removal | Adrian Bunk | 2008-01-27 | 1 | -1/+0 |
* | i2c: the scheduled I2C RTC driver removal | Adrian Bunk | 2008-01-27 | 2 | -52/+0 |
* | ide: remove REQ_TYPE_ATA_CMD | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -1/+0 |
* | ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -8/+0 |
* | ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -0/+2 |
* | ide: kill DATA_READY define | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -1/+0 |
* | ide: task_end_request() fix | Tejun Heo | 2008-01-26 | 1 | -0/+2 |
* | ide: set IDE_TFLAG_IN_* flags before queuing/executing command | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -0/+6 |
* | ide: fix ->io_32bit race in ide_taskfile_ioctl() | Tejun Heo | 2008-01-26 | 1 | -0/+2 |
* | ide: remove broken disk byte-swapping support | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -1/+0 |
* | ide: add ide_set_irq() inline helper | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -0/+5 |
* | ide: make remaining built-in only IDE host drivers modular (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -1/+2 |
* | ide: drop 'initializing' argument from ide_register_hw() | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -1/+2 |
* | ide: add ide_init_port_hw() helper | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -0/+1 |
* | ide: Fix build break caused by "ide: remove ideprobe_init()" | Olof Johansson | 2008-01-26 | 1 | -1/+1 |
* | ide: remove ideprobe_init() | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -2/+1 |
* | ide: merge ->fixup and ->quirkproc methods | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -6/+4 |
* | ide: merge ->dma_host_{on,off} methods into ->dma_host_set method | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -4/+2 |
* | ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -4/+4 |
* | cy82c693: add ->set_dma_mode method | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2008-01-25 | 3 | -0/+4 |
|\ |
|
| * | [SCSI] sysfs: add filter function to groups | James Bottomley | 2008-01-23 | 1 | -0/+2 |
| * | [SCSI] attribute_container: update to use the group interface | James Bottomley | 2008-01-23 | 1 | -0/+1 |
| * | [SCSI] block: Introduce new blk_queue_update_dma_alignment interface | James Bottomley | 2008-01-11 | 1 | -0/+1 |
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-01-25 | 3 | -138/+162 |
|\ \ |
|
| * | | dlm: Split lock mode and flag constants into a sharable header. | Joel Becker | 2008-01-25 | 3 | -138/+162 |
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-01-25 | 4 | -85/+215 |
|\ \ \ |
|
| * | | | ata_generic: Cenatek support | Alan Cox | 2008-01-23 | 1 | -0/+3 |
| * | | | libata: factor out ata_pci_activate_sff_host() from ata_pci_one() | Tejun Heo | 2008-01-23 | 1 | -0/+3 |
| * | | | libata annotations and fixes | Al Viro | 2008-01-23 | 1 | -2/+2 |
| * | | | libata: make ata_port_queue_task() an internal function | Jeff Garzik | 2008-01-23 | 1 | -2/+0 |
| * | | | libata: make qc->nbytes include extra buffers | Tejun Heo | 2008-01-23 | 1 | -1/+2 |
| * | | | libata: convert to chained sg | Tejun Heo | 2008-01-23 | 1 | -34/+8 |
| * | | | libata: kill non-sg DMA interface | Tejun Heo | 2008-01-23 | 1 | -6/+1 |
| * | | | libata: update ->data_xfer hook for ATAPI | Tejun Heo | 2008-01-23 | 1 | -5/+6 |
| * | | | libata: add ATAPI_* cmd types and implement atapi_cmd_type() | Tejun Heo | 2008-01-23 | 1 | -0/+28 |
| * | | | libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_* | Tejun Heo | 2008-01-23 | 1 | -6/+6 |
| * | | | cdrom: add more GPCMD_* constants | Tejun Heo | 2008-01-23 | 1 | -0/+3 |
| * | | | libata: reimplement ata_acpi_cbl_80wire() using ata_acpi_gtm_xfermask() | Tejun Heo | 2008-01-23 | 1 | -3/+7 |
| * | | | libata: implement ata_timing_cycle2mode() and use it in libata-acpi and pata_... | Tejun Heo | 2008-01-23 | 1 | -4/+1 |
| * | | | libata: separate out ata_acpi_gtm_xfermask() from pacpi_discover_modes() | Tejun Heo | 2008-01-23 | 1 | -0/+25 |