summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-2122-422/+2890
|\
| * spi/fsl-espi: Make sure pm is within 2..32Sebastian Andrzej Siewior2012-03-151-4/+6
| * spi/fsl-espi: make the clock computation easier to readSebastian Andrzej Siewior2012-03-151-2/+2
| * spi: sh-hspi: modify write/read methodKuninori Morimoto2012-03-151-69/+24
| * spi: sh-hspi: control spi clock more correctlyKuninori Morimoto2012-03-152-27/+70
| * spi: sh-hspi: convert to using core message queueKuninori Morimoto2012-03-151-97/+55
| * spi: s3c64xx: Fix buildMark Brown2012-03-151-1/+1
| * spi: s3c64xx: remove unnecessary callback msg->completeKuninori Morimoto2012-03-151-3/+0
| * spi: remove redundant variable assignmentGuennadi Liakhovetski2012-03-151-2/+0
| * spi: release lock on error path in spi_pump_messages()Dan Carpenter2012-03-101-0/+1
| * spi: Compatibility with direction which is used in samsung DMA operationKyoungil Kim2012-03-091-5/+5
| * spi-topcliff-pch: add recovery processing in case wait-event timeoutTomoya MORINAGA2012-03-091-1/+9
| * spi-topcliff-pch: supports a spi mode setup and bit order setup by IO controlTomoya MORINAGA2012-03-091-0/+1
| * spi-topcliff-pch: Fix issue for transmitting over 4KByteTomoya MORINAGA2012-03-091-11/+55
| * spi-topcliff-pch: Modify pci-bus number dynamically to get DMA device infoTomoya MORINAGA2012-03-091-1/+2
| * spi/imx: simplify error handling to free gpiosAxel Lin2012-03-091-8/+3
| * spi: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin2012-03-093-3/+3
| * spi: add Broadcom BCM63xx SPI controller driverFlorian Fainelli2012-03-093-0/+493
| * SPI: add CSR SiRFprimaII SPI controller driverZhiwu Song2012-03-093-0/+695
| * spi-topcliff-pch: fix -Wuninitialized warningDanny Kukawka2012-03-091-16/+17
| * spi: Mark spi_register_board_info() __devinitMark Brown2012-03-091-1/+1
| * spi/s3c64xx: Convert to using core message queueMark Brown2012-03-091-103/+22
| * spi: controller drivers don't need to depend on SPI_MASTER explicitlyUwe Kleine-König2012-03-091-6/+5
| * spi/doc: spi_master_put must be followed up by kfreeUwe Kleine-König2012-03-091-1/+2
| * spi: Trivial warning fixShubhrajyoti D2012-03-091-1/+1
| * spi: Add SuperH HSPI prototype driverKuninori Morimoto2012-03-094-0/+405
| * spi: create a message queueing infrastructureLinus Walleij2012-03-074-264/+487
| * spi: add support for Renesas RSPIShimoda, Yoshihiro2012-03-073-0/+528
| * spi/spi-sh: add IORESOURCE_MEM_TYPE_MASK decoding for access sizeShimoda, Yoshihiro2012-03-071-2/+23
| * spi/omap: Add DT support to McSPI driverBenoit Cousson2012-02-152-8/+68
| * spi/pl022: Add high priority message pump supportChris Blair2012-02-022-25/+55
| * spi/nuc900: Remove unnecessary memset of struct nuc900_spiTobias Klauser2012-02-011-2/+0
| * Merge branch 'spi/s3c64xx' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Grant Likely2012-01-301-11/+103
| |\
| | * spi/s3c64xx: Implement runtime PM supportMark Brown2012-01-211-0/+39
| | * spi/s3c64xx: Convert to dev_pm_opsMark Brown2012-01-211-9/+10
| | * spi/s3c64xx: Log error interruptsMark Brown2012-01-211-2/+55
* | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-2116-31/+121
|\ \ \
| * | | of: Only compile OF_DYNAMIC on PowerPC pseries and iseriesGrant Likely2012-02-217-12/+15
| * | | arm/dts: OMAP3: Add omap3evm and am335xevm supportVaibhav Hiremath2012-02-011-0/+6
| * | | drivercore: Output common devicetree information in ueventGrant Likely2012-02-016-19/+30
| * | | of: Add of_property_match_string() to find index into a string listGrant Likely2012-01-284-0/+70
| |/ /
* | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-2186-2603/+1439
|\ \ \
| * | | dt: fix twl4030 for non-dt compile on x86Grant Likely2012-03-052-3/+7
| * | | mfd: twl-core: Add IRQ_DOMAIN dependencyGrant Likely2012-02-261-0/+1
| * | | devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)Grant Likely2012-02-263-7/+14
| * | | irq_domain: Centralize definition of irq_dispose_mapping()Grant Likely2012-02-264-22/+7
| * | | irq_domain/mips: Allow irq_domain on MIPSGrant Likely2012-02-244-18/+14
| * | | irq_domain/x86: Convert x86 (embedded) to use common irq_domainGrant Likely2012-02-235-95/+34
| * | | ppc-6xx: fix build failure in flipper-pic.c and hlwd-pic.cPaul Gortmaker2012-02-222-6/+6
| * | | irq_domain/microblaze: Convert microblaze to use irq_domainsGrant Likely2012-02-165-99/+45