summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * [SCSI] mptfusion - fc transport attributesMichael Reed2006-01-144-27/+613
| * [SCSI] sem2mutex: scsi_transport_spi.cJes Sorensen2006-01-142-6/+6
| * [SCSI] fix up message/i2o/pci.cJames Bottomley2006-01-141-1/+1
| * [SCSI] fusion: kzalloc / kcalloc conversionChristoph Hellwig2006-01-146-75/+35
| * [SCSI] fusion: convert semaphores to mutexesChristoph Hellwig2006-01-143-11/+11
| * [SCSI] mptsas: support basic hotplugChristoph Hellwig2006-01-142-31/+308
| * [SCSI] I2O: move pci_request_regions() just behind pci_enable_device()Salyzyn, Mark2006-01-142-9/+11
| * [SCSI] ips: Mode Sense (Caching Page ) fixJack Hammer2006-01-141-0/+3
| * [SCSI] zfcp: transport class adaptations IIAndreas Herrmann2006-01-146-38/+29
| * [SCSI] zfcp: transport class adaptationsAndreas Herrmann2006-01-146-64/+136
| * [SCSI] zfcp: handle unsolicited status notification lostMaxim Shchetynin2006-01-142-0/+47
| * [SCSI] fc transport: add permanent_port_name fc_host attributeAndreas Herrmann2006-01-142-0/+8
| * [SCSI] sr: split sr_audio_ioctl into specific helpersChristoph Hellwig2006-01-141-91/+111
| * [SCSI] always handle REQ_BLOCK_PC requests in common codeChristoph Hellwig2006-01-145-92/+13
| * [SCSI] sas: fix removal of devices behind expandersChristoph Hellwig2006-01-141-1/+11
| * [SCSI] Pass proper device from BusLogic to SCSI layerPetr Vandrovec2006-01-121-1/+2
| * [SCSI] aic79xx: bump version to 3.0James Bottomley2006-01-121-1/+1
| * [SCSI] aic79xx: Sequencer updateHannes Reinecke2006-01-129-1538/+1911
| * [SCSI] aic79xx: Sanitize inb/outb handlingHannes Reinecke2006-01-121-59/+21
| * [SCSI] aic79xx: Use struct map_nodeHannes Reinecke2006-01-123-33/+58
| * [SCSI] aic7xxx/aic79xx: New device idsHannes Reinecke2006-01-124-14/+40
| * [SCSI] Mask capabilities for SCSI-1 CD driveChuck Ebbert2006-01-121-2/+3
| * [SCSI] aacraid: README updateMark Haverkamp2006-01-122-74/+108
| * [SCSI] aacraid: 17 element sg performance updateMark Haverkamp2006-01-122-4/+18
| * [SCSI] aacraid: better sysfs adapter informationMark Haverkamp2006-01-121-2/+18
| * [SCSI] aacraid: Fix default FIB sizeMark Haverkamp2006-01-121-0/+4
| * [SCSI] sas: clear parent->rphy in sas_rphy_deleteChristoph Hellwig2006-01-121-0/+2
| * [SCSI] turn most scsi semaphores into mutexesArjan van de Ven2006-01-1217-120/+131
| * [SCSI] aic7xxx: fix timer handling bugJames Bottomley2006-01-123-41/+16
| * [SCSI] qla2xxx: Kconfig: two fixesAndrew Vasquez2006-01-123-10/+14
| * [SCSI] lpfc_scsi.c: make lpfc_get_scsi_buf() staticAdrian Bunk2006-01-121-1/+1
| * [SCSI] scsi_transport_spi.c: make print_nego() staticAdrian Bunk2006-01-121-1/+1
| * [SCSI] raid_class.c - adding RAID10 and RAID10 definesMoore, Eric2006-01-122-0/+4
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/spi-2.6Linus Torvalds2006-01-1421-0/+4910
|\ \
| * | [PATCH] SPI: add spi_butterfly driverDavid Brownell2006-01-133-0/+490
| * | [PATCH] spi: remove fastcall crapAndrew Morton2006-01-132-2/+7
| * | [PATCH] spi: misc fixesDavid Brownell2006-01-135-2/+28
| * | [PATCH] spi: use linked lists rather than an arrayVitaly Wool2006-01-137-113/+180
| * | [PATCH] spi: M25 series SPI flashMike Lavender2006-01-134-0/+593
| * | [PATCH] spi: add spi_bitbang driverDavid Brownell2006-01-134-0/+602
| * | [PATCH] spi: ads7836 uses spi_driverDavid Brownell2006-01-132-43/+43
| * | [PATCH] SPI core tweaks, bugfixDavid Brownell2006-01-133-23/+113
| * | [PATCH] spi: add spi_driver to SPI frameworkDavid Brownell2006-01-133-75/+170
| * | [PATCH] spi: mtd dataflash driverDavid Brownell2006-01-134-0/+659
| * | [PATCH] spi: ads7846 driverDavid Brownell2006-01-134-0/+653
| * | [PATCH] spi: simple SPI frameworkDavid Brownell2006-01-138-0/+1630
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-01-1448-256/+358
|\ \ \
| * | | [PATCH] device_shutdown can loop if the driver frees itselfMichael Richardson2006-01-131-2/+2
| * | | [PATCH] platform-device-del typo fixJean Delvare2006-01-131-1/+1
| * | | [PATCH] Add {css,ccw}_bus_type probe, remove, shutdown methods.Cornelia Huck2006-01-133-28/+62