Age | Commit message (Expand) | Author | Files | Lines |
2019-02-20 | Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Mark Brown | 1 | -0/+1 |
2019-02-20 | spi: pxa2xx: Setup maximum supported DMA transfer length | Andy Shevchenko | 1 | -0/+1 |
2019-01-23 | pxa2xx: replace spi_master with spi_controller | Lubomir Rintel | 1 | -78/+78 |
2018-11-16 | spi: pxa2xx: Fix '"CONFIG_OF" is not defined' warning | Lubomir Rintel | 1 | -7/+1 |
2018-11-13 | spi: pxa2xx: Deal with the leftover garbage in TXFIFO | Lubomir Rintel | 1 | -0/+14 |
2018-11-13 | spi: pxa2xx: Add ready signal | Lubomir Rintel | 1 | -1/+15 |
2018-11-13 | spi: pxa2xx: Add slave mode support | Lubomir Rintel | 1 | -7/+74 |
2018-11-05 | spi: pxa2xx: Remove LPSS private register restoring during resume | Jarkko Nikula | 1 | -4/+0 |
2018-10-11 | spi: pxa2xx: Add devicetree support | Lubomir Rintel | 1 | -29/+44 |
2018-10-11 | spi: pxa2xx: Use an enum for type | Lubomir Rintel | 1 | -3/+3 |
2018-10-04 | spi: pxa2xx: Rewrite switch code block in interrupt_transfer | Gustavo A. R. Silva | 1 | -1/+3 |
2018-09-17 | spi: pxa2xx: Remove the shutdown callback | Lubomir Rintel | 1 | -9/+0 |
2018-09-05 | spi: Do not print a message if spi_controller_{suspend,resume}() fails | Geert Uytterhoeven | 1 | -7/+1 |
2018-06-28 | spi: pxa2xx: Add support for Intel Ice Lake | Mika Westerberg | 1 | -0/+4 |
2018-05-04 | spi: pxa2xx: check clk_prepare_enable() return value | Tobias Jordan | 1 | -5/+13 |
2018-04-18 | spi: pxa2xx: pxa2xx_spi_transfer_one() can be static | kbuild test robot | 1 | -3/+3 |
2018-04-17 | spi: pxa2xx: Use core message processing loop | Jarkko Nikula | 1 | -160/+69 |
2018-04-17 | spi: pxa2xx: Remove pump_transfers string from dev_ prints | Jarkko Nikula | 1 | -6/+4 |
2018-04-17 | spi: pxa2xx: Remove unused argument from pxa2xx_spi_dma_prepare() | Jarkko Nikula | 1 | -1/+1 |
2018-04-02 | Merge remote-tracking branches 'spi/topic/jcore', 'spi/topic/kconfig', 'spi/t... | Mark Brown | 1 | -25/+29 |
2018-03-07 | spi: pxa2xx: Disable runtime PM if controller registration fails | Jarkko Nikula | 1 | -0/+2 |
2018-02-12 | spi: pxa2xx: Convert to generalized SPI controller API | Jarkko Nikula | 1 | -18/+22 |
2018-02-12 | spi: pxa2xx: Move SSP idle waiting to cs_deassert() | Jarkko Nikula | 1 | -7/+7 |
2017-12-22 | spi: pxa2xx: Use gpiod_put() not gpiod_free() | Mark Brown | 1 | -2/+2 |
2017-12-21 | spi: pxa2xx: avoid redundant gpio_to_desc(desc_to_gpio()) round-trip | Rasmus Villemoes | 1 | -2/+2 |
2017-08-04 | spi: pxa2xx: Convert to GPIO descriptor API where possible | Jan Kiszka | 1 | -16/+16 |
2017-07-28 | spi: pxa2xx: Don't touch CS pin until we have a transfer pending | Andy Shevchenko | 1 | -2/+1 |
2017-07-27 | spi: pxa2xx: Revert "Only claim CS GPIOs when the slave device is created" | Andy Shevchenko | 1 | -21/+38 |
2017-07-17 | spi: pxa2xx: Only claim CS GPIOs when the slave device is created | Jan Kiszka | 1 | -38/+21 |
2017-06-06 | spi: pxa2xx: Add support for Intel Cannonlake | Jarkko Nikula | 1 | -0/+22 |
2017-02-19 | Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/lantiq-ssc', 'spi/... | Mark Brown | 1 | -14/+18 |
2017-01-23 | spi: pxa2xx: Prepare for edge-triggered interrupts | Jan Kiszka | 1 | -0/+3 |
2017-01-19 | spi: pxa2xx: Add support for Intel Gemini Lake | David E. Box | 1 | -0/+4 |
2017-01-17 | spi: pxa2xx: Factor out handle_bad_msg | Jan Kiszka | 1 | -14/+15 |
2017-01-04 | spi: pxa2xx: add missed break | Andy Shevchenko | 1 | -0/+1 |
2016-09-29 | spi: pxa2xx: Fix build error because of missing header | Mika Westerberg | 1 | -0/+1 |
2016-09-26 | spi: pxa2xx: Add support for GPIO descriptor chip selects | Mika Westerberg | 1 | -3/+54 |
2016-09-12 | spi: pxa2xx: Default thresholds to PXA configuration | Andy Shevchenko | 1 | -5/+42 |
2016-09-12 | spi: pxa2xx: Remove pointer to chip data from driver data | Jarkko Nikula | 1 | -15/+13 |
2016-09-12 | spi: pxa2xx: Remove pointer to current SPI message from driver data | Jarkko Nikula | 1 | -14/+11 |
2016-09-12 | spi: pxa2xx: Do not needlessly initialize stack variables | Jarkko Nikula | 1 | -10/+10 |
2016-07-24 | Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/rockchip', 'spi... | Mark Brown | 1 | -18/+28 |
2016-07-07 | spi: pxa2xx: Clear all RFT bits in reset_sccr1() on Intel Quark | Andy Shevchenko | 1 | -1/+8 |
2016-07-04 | spi: pxa2xx: Add support for Intel Kaby Lake PCH-H | Mika Westerberg | 1 | -0/+3 |
2016-06-21 | spi: pxa2xx: Switch to SPI core DMA mapping functionality | Jarkko Nikula | 1 | -7/+21 |
2016-06-21 | spi: pxa2xx: Use local struct spi_master pointer in pump_transfers() | Jarkko Nikula | 1 | -2/+3 |
2016-05-30 | spi: pxa2xx: use DMA by default if supported | Dan O'Donovan | 1 | -9/+1 |
2016-05-23 | Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/qup', 'spi/topi... | Mark Brown | 1 | -4/+10 |
2016-05-23 | Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/cadence', 'spi... | Mark Brown | 1 | -1/+0 |
2016-04-26 | spi: Drop duplicate code to set master->dev.parent | Axel Lin | 1 | -1/+0 |