summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
| | * | 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/+62Star
| | * | 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/+4Star
| | * | 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/+348Star
|\ \ \ \ \ \ \ \
| * | | | | | | | 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/+15Star
| * | | | | | | | cciss: do not use void pointer for scsi hba dataStephen M. Cameron2010-02-282-16/+11Star
| * | | | | | | | 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/+3Star
| * | | | | | | | cciss: simplify scatter gather codeStephen M. Cameron2010-02-282-35/+16Star
| * | | | | | | | 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
| * | | | | | | | cciss: clarify command list padding calculationStephen M. Cameron2010-02-281-2/+7
| * | | | | | | | block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-2628-62/+33Star
| * | | | | | | | block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-2638-47/+47
| * | | | | | | | block: Add BLK_ prefix to definitionsMartin K. Petersen2010-02-261-2/+2
| * | | | | | | | Merge branch 'master' into for-2.6.34Jens Axboe2010-02-2522-134/+319
| |\ \ \ \ \ \ \ \
| * | | | | | | | | pktcdvd: use BIO list management functionsAkinobu Mita2010-02-241-68/+21Star
| * | | | | | | | | Merge branch 'master' into for-2.6.34Jens Axboe2010-02-22699-6222/+20849
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | cciss: Consolidate duplicate bits in cciss_cmd.h & cciss_ioctl.hdann frazier2010-02-221-110/+3Star
| * | | | | | | | | | cciss: remove C99-style commentsdann frazier2010-02-224-64/+61Star
| * | | | | | | | | | block: make virtio device id constantMárton Németh2010-01-111-1/+1
| * | | | | | | | | | block: make xenbus device id constantMárton Németh2010-01-111-1/+1
| * | | | | | | | | | block: make Open Firmware device id constantMárton Németh2010-01-111-1/+1
| * | | | | | | | | | block: make USB device id constantMárton Németh2010-01-111-1/+1
| * | | | | | | | | | block: make PCI device id constantMárton Németh2010-01-112-2/+2