summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-11spi: release lock on error path in spi_pump_messages()Dan Carpenter1-0/+1
2012-03-10spi: Compatibility with direction which is used in samsung DMA operationKyoungil Kim1-5/+5
2012-03-10spi-topcliff-pch: add recovery processing in case wait-event timeoutTomoya MORINAGA1-1/+9
2012-03-10spi-topcliff-pch: supports a spi mode setup and bit order setup by IO controlTomoya MORINAGA1-0/+1
2012-03-10spi-topcliff-pch: Fix issue for transmitting over 4KByteTomoya MORINAGA1-11/+55
2012-03-10spi-topcliff-pch: Modify pci-bus number dynamically to get DMA device infoTomoya MORINAGA1-1/+2
2012-03-10spi/imx: simplify error handling to free gpiosAxel Lin1-8/+3
2012-03-10spi: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin3-3/+3
2012-03-10spi: add Broadcom BCM63xx SPI controller driverFlorian Fainelli3-0/+493
2012-03-10SPI: add CSR SiRFprimaII SPI controller driverZhiwu Song3-0/+695
2012-03-10spi-topcliff-pch: fix -Wuninitialized warningDanny Kukawka1-16/+17
2012-03-10spi: Mark spi_register_board_info() __devinitMark Brown1-1/+1
2012-03-10spi/s3c64xx: Convert to using core message queueMark Brown1-103/+22
2012-03-10spi: controller drivers don't need to depend on SPI_MASTER explicitlyUwe Kleine-König1-6/+5
2012-03-10spi/doc: spi_master_put must be followed up by kfreeUwe Kleine-König1-1/+2
2012-03-09spi: Trivial warning fixShubhrajyoti D1-1/+1
2012-03-09spi: Add SuperH HSPI prototype driverKuninori Morimoto4-0/+405
2012-03-08spi: create a message queueing infrastructureLinus Walleij4-264/+487
2012-03-08spi: add support for Renesas RSPIShimoda, Yoshihiro3-0/+528
2012-03-08spi/spi-sh: add IORESOURCE_MEM_TYPE_MASK decoding for access sizeShimoda, Yoshihiro1-2/+23
2012-02-15spi/omap: Add DT support to McSPI driverBenoit Cousson2-8/+68
2012-02-02spi/pl022: Add high priority message pump supportChris Blair2-25/+55
2012-02-02spi/nuc900: Remove unnecessary memset of struct nuc900_spiTobias Klauser1-2/+0
2012-01-30Merge branch 'spi/s3c64xx' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Grant Likely1-11/+103
2012-01-21spi/s3c64xx: Implement runtime PM supportMark Brown1-0/+39
2012-01-21spi/s3c64xx: Convert to dev_pm_opsMark Brown1-9/+10
2012-01-21spi/s3c64xx: Log error interruptsMark Brown1-2/+55
2012-01-20Linux 3.3-rc1v3.3-rc1Linus Torvalds1-2/+2
2012-01-20Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds9-104/+444
2012-01-20Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-7/+8
2012-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-40/+27
2012-01-20x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bitsH. Peter Anvin1-0/+1
2012-01-20Merge remote-tracking branch 'linus/master' into x86/urgentH. Peter Anvin9587-258975/+463528
2012-01-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds4-5/+8
2012-01-19qnx4: don't leak ->BitMap on late failure exitsAl Viro1-1/+3
2012-01-19qnx4: reduce the insane nesting in qnx4_checkroot()Al Viro1-34/+22
2012-01-19qnx4: di_fname is an array, for crying out loud...Al Viro1-14/+12
2012-01-19KEYS: Permit key_serial() to be called with a const key pointerDavid Howells1-1/+1
2012-01-19keys: fix user_defined key sparse messagesMimi Zohar1-3/+3
2012-01-19ima: fix cred sparse warningMimi Zohar1-1/+2
2012-01-19uml: fix compile for x86-64Linus Torvalds1-0/+5
2012-01-19MPILIB: Add a missing ENOMEM checkDavid Howells1-0/+2
2012-01-19Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-0/+4672
2012-01-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds51-1014/+829
2012-01-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds182-795/+4824
2012-01-19tpm: fix (ACPI S3) suspend regressionStefan Berger2-0/+12
2012-01-19nvme: fix merge error due to change of 'make_request_fn' fn typeLinus Torvalds1-7/+1
2012-01-19xen: using EXPORT_SYMBOL requires including export.hStephen Rothwell1-0/+1
2012-01-19Merge branch 'for-linus/i2c-33' of git://git.fluff.org/bjdooks/linuxLinus Torvalds4-54/+119
2012-01-19Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds56-679/+727