summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* pata_cmd64x: fix PIO setupBartlomiej Zolnierkiewicz2010-03-011-1/+4
* pata_ali: documentation fixesBartlomiej Zolnierkiewicz2010-03-011-5/+3
* libata: fix CFA handling in ide_timing_compute()Bartlomiej Zolnierkiewicz2010-03-011-6/+11
* sata_via: Correctly setup PIO/DMA for pata slave on vt6421.Bart Hartgers2010-03-011-3/+5
* libata: make functions/variables staticRobert Hancock2010-03-012-5/+5
* libata: implement spurious irq handling for SFF and apply it to piixTejun Heo2010-03-012-8/+47
* libata: cleanup ata_sff_interrupt()Tejun Heo2010-03-011-10/+7
* ata_piix: IDE Mode SATA patch for Intel Cougar Point DeviceIDsSeth Heasley2010-03-011-0/+8
* ahci: AHCI and RAID mode SATA patch for Intel Cougar Point DeviceIDsSeth Heasley2010-03-011-0/+6
* ahci: Implement SATA AHCI FIS-based switching supportShane Huang2010-03-011-18/+203
* pata_hpt366: remove irrelevant TODOSergei Shtylyov2010-03-011-3/+1
* pata_hpt{37x|3x2n}: improve timing register documentationSergei Shtylyov2010-03-012-32/+30
* pata_hpt366: remove redundant codeSergei Shtylyov2010-03-011-13/+4
* pata_hpt{37x|3x2n}: unify mode programmingSergei Shtylyov2010-03-012-116/+90
* pata_hpt3x2n: always stretch UltraDMA timingSergei Shtylyov2010-03-011-10/+10
* pata_hpt37x: use ATA_DMA_* constantsSergei Shtylyov2010-03-011-9/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...Linus Torvalds2010-03-011-1/+2
|\
| * virtio: fix out of range array accessMichael S. Tsirkin2010-02-281-1/+2
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-016-202/+565
|\ \
| * \ Merge branches 'clks' and 'pnx' into develRussell King2010-02-2555-625/+856
| |\ \
| | * | ARM: PNX4008: use msecs_to_jiffies() rather than open-coding itRussell King2010-02-121-2/+2
| | * | ARM: PNX4008: i2c-pnx makes no use of asm/uaccess.h nor asm/irq.hRussell King2010-02-121-2/+0
| | * | ARM: PNX4008: i2c-pnx: don't split messages across several linesRussell King2010-02-121-37/+44
| | * | ARM: PNX4008: Use i2c driver data for passing between internal functionsRussell King2010-02-121-70/+62
| | * | ARM: PNX4008: move i2c_adapter structure inside the drivers private dataRussell King2010-02-121-20/+20
| | * | ARM: PNX4008: kzalloc i2c drivers internal dataRussell King2010-02-121-10/+19
| | * | ARM: PNX4008: Make ioaddr 'void __iomem *' rather than 'u32'Russell King2010-02-121-4/+4
| | * | ARM: PNX4008: get i2c clock rate from clk APIRussell King2010-02-121-11/+4
| | * | ARM: PNX4008: convert i2c-pnx to use clk API enable/disable callsRussell King2010-02-121-9/+9
| | * | ARM: PNX4008: move i2c clock start/stop into driverRussell King2010-02-121-9/+30
| | * | ARM: PNX4008: move i2c suspend/resume callbacks into driverRussell King2010-02-121-2/+7
| | * | ARM: PNX4008: convert watchdog to use clk API enable/disable callsRussell King2010-02-121-13/+24
| | * | ARM: PNX4008: convert watchdog clocks to match by device onlyRussell King2010-02-121-1/+1
| * | | Merge branch 'misc2' into develRussell King2010-02-251-0/+19
| |\ \ \
| | * | | ARM: 5933/1: amba-pl011: support hardware flow controlRabin Vincent2010-02-181-0/+19
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dm...Russell King2010-02-25388-3095/+15683
| |\ \ \ \ \ \ \
| | | | * | | | | ARM: 5940/2: ARM: MMCI: remove custom DBG macro and printkLinus Walleij2010-02-211-14/+16
| | | | * | | | | ARM: 5914/1: Modify PL031 for Nomadik and U8500 v2Linus Walleij2010-02-041-38/+327
| | | | * | | | | ARM: 5896/1: MMCI: work around a hardware bug in U300Linus Walleij2010-01-271-0/+11
| | | | * | | | | ARM: 5893/1: SPI AMBA PL022: Limit TX FIFO fillsLinus Walleij2010-01-271-6/+12
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-03-0154-503/+348
|\ \ \ \ \ \ \ \
| * | | | | | | | block: fix for "Consolidate phys_segment and hw_segment limits"Stephen Rothwell2010-03-011-1/+1
| * | | | | | | | cciss: Fix problem with scatter gather elements in the scsi half of the driverStephen M. Cameron2010-02-281-26/+59
| * | | | | | | | cciss: eliminate unnecessary pointer use in cciss scsi codeStephen M. Cameron2010-02-281-16/+15
| * | | | | | | | cciss: do not use void pointer for scsi hba dataStephen M. Cameron2010-02-282-16/+11
| * | | | | | | | cciss: factor out scatter gather chain block mapping codeStephen M. Cameron2010-02-281-29/+34
| * | | | | | | | cciss: fix scatter gather chain block dma direction kludgeStephen M. Cameron2010-02-281-5/+3
| * | | | | | | | cciss: simplify scatter gather codeStephen M. Cameron2010-02-282-35/+16
| * | | | | | | | cciss: factor out scatter gather chain block allocation and freeingStephen M. Cameron2010-02-281-50/+58
| * | | | | | | | cciss: detect bad alignment of scsi commands at build timeStephen M. Cameron2010-02-283-8/+15