summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-17spi/topcliff-pch: Support new device ML7223 IOHTomoya MORINAGA1-1/+4
2011-06-16spi/pl022: strengthen FIFO watermark level checksLinus Walleij1-4/+44
2011-06-16spi/pl022: support runtime PMRabin Vincent1-0/+6
2011-06-16spi/pl022: initialize burstsize from FIFO trigger levelLinus Walleij1-2/+53
2011-06-15gpio/tegra: Move Tegra gpio driver to drivers/gpioGrant Likely2-0/+17
2011-06-11spi: Convert uses of struct resource * to resource_size(ptr)Joe Perches5-14/+14
2011-06-09Merge branch 'ep93xx-dma' into spi/nextGrant Likely169-1656/+3492
2011-06-09spi/topcliff_pch: DMA supportTomoya MORINAGA1-106/+488
2011-06-09spi/topcliff_pch: support new device ML7213 IOHTomoya MORINAGA2-280/+312
2011-06-09spi/ep93xx: add DMA supportMika Westerberg4-13/+308
2011-06-09ep93xx: remove the old M2P DMA codeMika Westerberg3-555/+1
2011-06-09ASoC: ep93xx: convert to use the DMA engine APIMika Westerberg3-64/+81
2011-06-09ep93xx: add dmaengine platform codeMika Westerberg2-0/+110
2011-06-09dmaengine: add ep93xx DMA supportMika Westerberg4-0/+1450
2011-06-09Merge remote-tracking branch 'origin' into spi/mergeGrant Likely154-1043/+1561
2011-06-09spi/rtc-m41t93: Use spi_get_drvdata() for SPI devicesGeert Uytterhoeven1-1/+1
2011-06-06Linux 3.0-rc2v3.0-rc2Linus Torvalds1-1/+1
2011-06-06mm: fix ENOSPC returned by handle_mm_fault()Hugh Dickins1-2/+2
2011-06-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds7-17/+30
2011-06-06Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-23/+22
2011-06-06Merge branch 'fix/asoc' into for-linusTakashi Iwai2-5/+8
2011-06-06spi: reorganize driversGrant Likely57-289/+239
2011-06-05Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegraLinus Torvalds2-2/+5
2011-06-05ARM: Tegra: Harmony: Fix conflicting GPIO numberingStephen Warren2-2/+5
2011-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds19-468/+635
2011-06-04hwmon: (max6642): Better chip detection schemaPer Dalén1-2/+16
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2-1/+2
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds60-219/+380
2011-06-04btrfs: fix uninitialized variable warningDavid Sterba1-1/+1
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba8-16/+20
2011-06-04Btrfs: add mount -o inode_cacheChris Mason4-1/+34
2011-06-04btrfs: scrub: add explicit pluggingArne Jansen1-3/+4
2011-06-04btrfs: use btrfs_ino to access inode numberDavid Sterba2-4/+5
2011-06-04Btrfs: don't save the inode cache if we are deleting this rootJosef Bacik1-0/+5
2011-06-04btrfs: false BUG_ON when degradedArne Jansen1-1/+1
2011-06-04Btrfs: don't save the inode cache in non-FS rootsliubo1-0/+6
2011-06-04Btrfs: make sure we don't overflow the free space cache crc pageChris Mason1-8/+19
2011-06-04Btrfs: fix uninit variable in the delayed inode codeChris Mason1-0/+1
2011-06-04btrfs: scrub: don't reuse bios and pagesArne Jansen1-49/+65
2011-06-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds9-28/+41
2011-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds1-1/+1
2011-06-04Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2-2/+4
2011-06-04Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds9-97/+136
2011-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-4/+4
2011-06-04Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-0/+141
2011-06-04Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-45/+39
2011-06-04Revert "ASoC: Update cx20442 for TTY API change"Linus Torvalds1-5/+3
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds20-128/+115
2011-06-04spi/bitbang: initialize bits_per_word as specified by spi messageAnatolij Gustschin1-3/+3
2011-06-04spi/omap2: fix uninitialized variableGovindraj.R1-1/+1