summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'spi/topic/pdata' into spi-nextMark Brown2013-06-2615-30/+28
|\
| * spi: use platform_{get,set}_drvdata()Jingoo Han2013-05-2315-30/+28
* | Merge remote-tracking branch 'spi/topic/omap' into spi-nextMark Brown2013-06-261-50/+187
|\ \
| * | spi: omap2-mcspi: convert to dma_request_slave_channel_compat()Matt Porter2013-06-241-20/+44
| * | spi: omap2-mcspi: Add FIFO buffer supportIllia Smyrnov2013-06-171-17/+130
| * | spi: omap2-mcspi: Move bytes per word calculation to the functionIllia Smyrnov2013-06-171-6/+13
| * | spi/omap2: Let device core handle pinctrlMark Brown2013-05-131-7/+0
* | | Merge remote-tracking branch 'spi/topic/nuc900' into spi-nextMark Brown2013-06-261-2/+0
|\ \ \
| * | | spi: spi-nuc900: Remove redundant platform_set_drvdata()Sachin Kamat2013-06-061-2/+0
* | | | Merge remote-tracking branch 'spi/topic/mxs' into spi-nextMark Brown2013-06-261-6/+0
|\ \ \ \
| * | | | spi: spi-mxs: Let device core handle pinctrlFabio Estevam2013-05-131-6/+0
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'spi/topic/mpc512x' into spi-nextMark Brown2013-06-261-155/+186
|\ \ \ \
| * | | | spi: mpc512x: use the SPI subsystem's message queueGerhard Sittig2013-06-041-110/+73
| * | | | spi: mpc512x: improve throughput in the RX/TX funcGerhard Sittig2013-06-041-34/+107
| * | | | spi: mpc512x: minor prep before feature changeGerhard Sittig2013-06-041-24/+19
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'spi/topic/imx' into spi-nextMark Brown2013-06-261-8/+0
|\ \ \ \
| * | | | spi: spi-imx: Let device core handle pinctrlFabio Estevam2013-05-131-8/+0
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'spi/topic/fsl' into spi-nextMark Brown2013-06-261-1/+1
|\ \ \ \
| * | | | spi: spi-fsl-lib: Make mpc8xxx_spi_work staticSachin Kamat2013-06-041-1/+1
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'spi/topic/ep93xx' into spi-nextMark Brown2013-06-261-0/+1
|\ \ \ \
| * | | | spi: ep93xx: fix error return code in ep93xx_spi_probe()Wei Yongjun2013-05-161-0/+1
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown2013-06-2615-34/+0
|\ \ \ \
| * | | | spi: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-1315-34/+0
| |/ / /
* | | | Merge remote-tracking branch 'spi/topic/coldfire-qspi' into spi-nextMark Brown2013-06-261-5/+6
|\ \ \ \
| * | | | spi: coldfire-qspi: fix error return code in mcfqspi_probe()Wei Yongjun2013-05-161-5/+6
| |/ / /
* | | | Merge remote-tracking branch 'spi/topic/bpw' into spi-nextMark Brown2013-06-2628-279/+47
|\ \ \ \
| * | | | spi: sirf: avoid uninitialized-use warningArnd Bergmann2013-06-031-0/+2
| * | | | spi: fix build break in spi-fsl-espi.cStephen Warren2013-06-011-1/+1
| * | | | spi: spi-imx: Fix compilation errorSachin Kamat2013-05-301-1/+1
| * | | | spi: convert drivers to use bits_per_word_maskStephen Warren2013-05-2928-280/+46
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'spi/topic/bcm2835' into spi-nextMark Brown2013-06-261-4/+3
|\ \ \ \
| * | | | spi: bmc2835: use devm_ioremap_resource()Laurent Navet2013-05-131-4/+3
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'spi/topic/atmel' into spi-nextMark Brown2013-06-261-15/+27
|\ \ \ \
| * | | | spi: atmel: convert to dma_request_slave_channel_compat()Richard Genoud2013-06-031-15/+27
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'spi/fix/xilinx' into spi-linusMark Brown2013-06-261-1/+1
|\ \ \ \
| * | | | spi: spi-xilinx: cleanup a check in xilinx_spi_txrx_bufs()dan.carpenter@oracle.com2013-06-101-1/+1
* | | | | Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-linusMark Brown2013-06-261-1/+1
|\ \ \ \ \
| * | | | | spi: s3c64xx: Fix pm_runtime_get_sync() return value checkSylwester Nawrocki2013-06-101-1/+1
* | | | | | Merge remote-tracking branch 'spi/fix/pxa' into spi-linusMark Brown2013-06-262-2/+2
|\ \ \ \ \ \
| * | | | | | spi/pxa2xx: fix memory corruption due to wrong size used in devm_kzalloc()Mika Westerberg2013-06-211-1/+1
| * | | | | | spi/pxa2xx: use GFP_ATOMIC in sg table allocationMika Westerberg2013-06-181-1/+1
* | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-06-221-1/+1
|\ \ \ \ \ \ \
| * | | | | | | irqchip: gic: call gic_cpu_init() as well in CPU_STARTING_FROZEN caseShawn Guo2013-06-201-1/+1
* | | | | | | | Merge tag 'driver-core-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-06-221-9/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | firmware loader: fix use-after-free by double abortMing Lei2013-06-181-9/+18
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'usb-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-06-223-6/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | USB: serial: ti_usb_3410_5052: new device id for Abbot strip port cableAnders Hammarquist2013-06-202-2/+5
| * | | | | | | | usb: phy: Improve Kconfig help for CONFIG_USB_PHYGeorge Spelvin2013-06-181-4/+10
| |/ / / / / / /
* | | | | | | | Merge tag 'tty-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-06-222-12/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | tty: Fix transient pty write() EIOPeter Hurley2013-06-171-8/+5