summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-31spi/dw_spi Typo change diable to disable.Justin P. Mattock1-1/+1
2010-12-30spi/fsl_espi: change the read behaviour of the SPIRFMingkai Hu1-3/+16
2010-12-29Merge branch 'spi' of git://git.linutronix.de/users/bigeasy/soda into spi/nextGrant Likely27-138/+547
2010-12-29Merge branch 'for-grant' of git://arago-project.org/git/projects/linux-davinc...Grant Likely5-799/+587
2010-12-24spi/mpc52xx-psc-spi: move probe/remove to proper sectionsWolfram Sang1-20/+15
2010-12-24spi/dw_spi: add DMA supportFeng Tang6-24/+283
2010-12-24spi/dw_spi: change to EXPORT_SYMBOL_GPL for exported APIsFeng Tang1-4/+4
2010-12-24spi/dw_spi: Fix too short timeout in spi polling loopFeng Tang1-3/+6
2010-12-24spi/pl022: convert running variableLinus Walleij1-14/+10
2010-12-24spi/pl022: convert busy flag to a boolLinus Walleij1-4/+4
2010-12-24spi/pl022: pass the returned sglen to the DMA engineLinus Walleij1-7/+7
2010-12-24spi/pl022: map the buffers on the DMA engineLinus Walleij1-6/+6
2010-12-24spi/topcliff_pch: Fix data transfer issueTomoya MORINAGA1-4/+4
2010-12-24spi/imx: remove autodetectionUwe Kleine-König1-28/+2
2010-12-22Merge commit 'v2.6.37-rc7' into spi/nextGrant Likely1739-14852/+31773
2010-12-21Linux 2.6.37-rc7v2.6.37-rc7Linus Torvalds1-1/+1
2010-12-21Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+4
2010-12-21Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds7-22/+50
2010-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds5-30/+41
2010-12-21Fix build error in drivers/block/cciss.cLinus Torvalds1-1/+1
2010-12-20Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-364/+205
2010-12-20Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-5/+27
2010-12-20Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+11
2010-12-20Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+4
2010-12-20Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-2/+23
2010-12-20Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds13-73/+85
2010-12-20Fix btrfs b0rkageAl Viro1-1/+1
2010-12-20clarify a usage constraint for cnt32_to_63()Nicolas Pitre2-8/+22
2010-12-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2010-12-20sched: Remove debugging checkIngo Molnar1-1/+0
2010-12-19Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git....Linus Torvalds16-38/+112
2010-12-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-53/+246
2010-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds5-13/+37
2010-12-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-0/+4
2010-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds10-190/+76
2010-12-18arch/tile: handle rt_sigreturn() more cleanlyChris Metcalf4-13/+29
2010-12-18arch/tile: handle CLONE_SETTLS in copy_thread(), not user spaceChris Metcalf1-0/+8
2010-12-17[media] gspca - sonixj: Better handling of the bridge registers 0x01 and 0x17Jean-Francois Moine1-163/+100
2010-12-17[media] gspca - sonixj: Add the bit definitions of the bridge reg 0x01 and 0x17Jean-Francois Moine1-0/+13
2010-12-17[media] gspca - sonixj: Set the flag for some devicesJean-Francois Moine1-2/+5
2010-12-17[media] gspca - sonixj: Add a flag in the driver_info tableJean-Francois Moine1-2/+8
2010-12-17[media] gspca - sonixj: Fix a bad probe exchangeJean-Francois Moine1-2/+2
2010-12-17[media] gspca - sonixj: Move bridge init to sd startJean-Francois Moine1-136/+129
2010-12-17[media] bttv: remove unneeded locking commentsBrandon Philips1-20/+0
2010-12-17[media] bttv: fix mutex use before init (BZ#24602)Mauro Carvalho Chehab1-94/+3
2010-12-17MIPS: Fix build errors in sc-mips.cKevin Cernekee1-0/+4
2010-12-17x86: avoid high BIOS area when allocating address spaceBjorn Helgaas2-1/+5
2010-12-17x86: avoid E820 regions when allocating address spaceBjorn Helgaas1-1/+37
2010-12-17x86: avoid low BIOS area when allocating address spaceBjorn Helgaas3-3/+12
2010-12-17resources: add arch hook for preventing allocation in reserved areasBjorn Helgaas2-0/+7