| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: mediatek: fix wrong error return value on probe | Javier Martinez Canillas | 2015-09-16 | 1 | -2/+2 |
* | spi: mediatek: fix spi clock usage error | Leilk Liu | 2015-08-31 | 1 | -8/+15 |
* | spi: mediatek: remove clk_disable_unprepare() | Leilk Liu | 2015-08-31 | 1 | -1/+0 |
* | spi: mediatek: fix SPI_CMD_PAUSE_IE macro error | Leilk Liu | 2015-08-27 | 1 | -1/+1 |
* | spi: mediatek: replace *_time name | Leilk Liu | 2015-08-25 | 1 | -12/+8 |
* | spi: mediatek: add PM clk_prepare_enable fail flow | Leilk Liu | 2015-08-25 | 1 | -2/+11 |
* | spi: mediatek: replace int with u32, delete TAB and define MTK_SPI_PAUSE_INT_... | Leilk Liu | 2015-08-25 | 1 | -8/+10 |
* | spi: mediatek: add linux/io.h include file | Leilk Liu | 2015-08-25 | 1 | -0/+1 |
* | spi: mediatek: use BIT() to instead of SPI_CMD_*_OFFSET | Leilk Liu | 2015-08-20 | 1 | -17/+20 |
* | spi: medaitek: revise quirks compatibility style | Leilk Liu | 2015-08-20 | 1 | -18/+7 |
* | spi: mediatek: fix spi incorrect endian usage | Leilk Liu | 2015-08-20 | 1 | -22/+16 |
* | spi: mediatek: remove redundant clock in prepare_hardware/unprepare_hardware | Leilk Liu | 2015-08-19 | 1 | -17/+0 |
* | spi: Mediatek: fixup cpu_to_le32 incorrect usage | Leilk Liu | 2015-08-13 | 1 | -4/+2 |
* | spi: mediatek: fix endian warnings | Leilk Liu | 2015-08-11 | 1 | -2/+4 |
* | spi: mt65xx: Fix module alias | Axel Lin | 2015-08-11 | 1 | -1/+1 |
* | spi: mediatek: mtk_spi_driver can be static | kbuild test robot | 2015-08-07 | 1 | -1/+1 |
* | spi: mediatek: Add spi bus for Mediatek MT8173 | Leilk Liu | 2015-08-07 | 3 | -0/+759 |
*---. | Merge remote-tracking branches 'spi/topic/sirf', 'spi/topic/spidev' and 'spi/... | Mark Brown | 2015-06-18 | 5 | -261/+1778 |
|\ \ \ |
|
| | | * | spi: zynq: Remove execute bit | Mark Brown | 2015-06-17 | 1 | -0/+0 |
| | | * | spi: Add support for Zynq Ultrascale+ MPSoC GQSPI controller | Ranjit Waghmode | 2015-06-12 | 3 | -0/+1129 |
| | * | | spi: spidev: Remove unneeded variable | Fabio Estevam | 2015-05-11 | 1 | -2/+1 |
| | * | | spi: spidev: use spi_sync instead of spi_async | Martin Sperl | 2015-04-23 | 1 | -21/+9 |
| * | | | spi: sirf: add the reset for USP-based SPI | Qipan Li | 2015-05-26 | 1 | -28/+42 |
| * | | | spi: sirf: remove the allocation of dummypage | Qipan Li | 2015-05-26 | 1 | -9/+3 |
| * | | | spi: sirf: add support for USP-based SPI | Qipan Li | 2015-05-20 | 1 | -208/+584 |
| * | | | spi: sirf: replace kmalloc by devm_kzalloc | Qipan Li | 2015-05-07 | 1 | -5/+2 |
| * | | | spi: sirf: request and free cs gpio in setup and cleanup callbacks | Qipan Li | 2015-05-06 | 1 | -18/+37 |
| * | | | spi: sirf: replace BUG condition by error code for unsupported transfer | Qipan Li | 2015-04-27 | 1 | -1/+2 |
| | |/
| |/| |
|
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
*-------. \ \ | Merge remote-tracking branches 'spi/topic/pxa', 'spi/topic/rb4xx', 'spi/topic... | Mark Brown | 2015-06-18 | 10 | -586/+328 |
|\ \ \ \ \ \ \ |
|
| | | | | * | | | spi: sh-msiof: Constify platform_device_id | Krzysztof Kozlowski | 2015-05-01 | 1 | -1/+1 |
| | | | | |/ / |
|
| | | | * / / | spi: s3c64xx: Constify platform_device_id | Krzysztof Kozlowski | 2015-05-01 | 1 | -1/+1 |
| | | | |/ / |
|
| | | * | | | spi: rspi: Re-do the returning value of qspi_transfer_out_in | Hiep Cao Minh | 2015-06-02 | 1 | -5/+1 |
| | | * | | | spi: rspi: modify the name of "qspi_trigger_transfer_out_int" function | Hiep Cao Minh | 2015-06-02 | 1 | -2/+2 |
| | | * | | | spi: rspi: Re-do the returning value of rspi_dma_check_then_transfer | Hiep Cao Minh | 2015-05-07 | 1 | -8/+5 |
| | | * | | | spi: rspi: Constify platform_device_id | Krzysztof Kozlowski | 2015-05-01 | 1 | -1/+1 |
| | | |/ / |
|
| | * | | | spi: rb4xx: Fix checking return value of devm_ioremap_resource() | Axel Lin | 2015-05-01 | 1 | -1/+1 |
| | * | | | spi: rb4xx: Fix set_cs logic. | Bert Vermeulen | 2015-04-20 | 1 | -1/+1 |
| | * | | | spi: Add SPI driver for Mikrotik RB4xx series boards | Bert Vermeulen | 2015-04-18 | 3 | -0/+217 |
| | | |/
| | |/| |
|
| * | | | spi: pxa2xx: Constify ACPI device ids | Mathias Krause | 2015-06-15 | 1 | -1/+1 |
| * | | | spi: spi-pxa2xx: remove legacy PXA DMA bits | Daniel Mack | 2015-06-09 | 4 | -501/+2 |
| * | | | spi: pxa2xx: Make LPSS SPI general register optional | Jarkko Nikula | 2015-06-05 | 1 | -3/+7 |
| * | | | spi: pxa2xx: Prepare for new Intel LPSS SPI type | Jarkko Nikula | 2015-06-05 | 1 | -48/+59 |
| * | | | spi: pxa2xx: Differentiate Intel LPSS types | Jarkko Nikula | 2015-06-05 | 2 | -18/+34 |
| | |/
| |/| |
|
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
*-----. \ \ | Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/gpio', 'spi/t... | Mark Brown | 2015-06-18 | 4 | -92/+264 |
|\ \ \ \ \ \ |
|
| | | | * | | | spi: orion: Fix extended baud rates for each Armada SoCs | Gregory CLEMENT | 2015-05-27 | 1 | -4/+43 |
| | | * | | | | spi: imx: Constify platform_device_id | Krzysztof Kozlowski | 2015-05-01 | 1 | -1/+1 |
| | | | |/ /
| | | |/| | |
|
| | * / | | | spi: Allow compile test of GPIO consumers if !GPIOLIB | Geert Uytterhoeven | 2015-05-06 | 1 | -2/+2 |
| | |/ / / |
|
| * | | | | spi: fsl-dspi: Use pinctrl PM helpers | Mirza Krak | 2015-06-12 | 1 | -0/+5 |
| * | | | | spi: spi-fsl-dspi: Change the way of increasing spi_message->actual_length | Haikun Wang | 2015-06-09 | 1 | -33/+68 |
| * | | | | spi: spi-fsl-dspi: Enable TCF interrupt mode support | Haikun Wang | 2015-06-09 | 1 | -76/+169 |