| Commit message (Expand) | Author | Age |
| * | spi: pxa2xx: check clk_prepare_enable() return value | Tobias Jordan | 2018-05-03 |
| * | spi: pxa2xx: pxa2xx_spi_transfer_one() can be static | kbuild test robot | 2018-04-18 |
| * | spi: pxa2xx: Use core message processing loop | Jarkko Nikula | 2018-04-17 |
| * | spi: pxa2xx: Remove pump_transfers string from dev_ prints | Jarkko Nikula | 2018-04-17 |
| * | spi: pxa2xx: Remove unused argument from pxa2xx_spi_dma_prepare() | Jarkko Nikula | 2018-04-17 |
| *-. | Merge remote-tracking branches 'spi/topic/jcore', 'spi/topic/kconfig', 'spi/t... | Mark Brown | 2018-04-02 |
| |\ \ |
|
| | | * | spi: pxa2xx: Convert to generalized SPI controller API | Jarkko Nikula | 2018-02-12 |
| | | * | spi: pxa2xx: Move SSP idle waiting to cs_deassert() | Jarkko Nikula | 2018-02-12 |
| | |/ |
|
| * / | spi: pxa2xx: Disable runtime PM if controller registration fails | Jarkko Nikula | 2018-03-07 |
| |/ |
|
| * | spi: pxa2xx: Use gpiod_put() not gpiod_free() | Mark Brown | 2017-12-22 |
| * | spi: pxa2xx: avoid redundant gpio_to_desc(desc_to_gpio()) round-trip | Rasmus Villemoes | 2017-12-21 |
| * | spi: pxa2xx: Convert to GPIO descriptor API where possible | Jan Kiszka | 2017-08-04 |
| * | spi: pxa2xx: Don't touch CS pin until we have a transfer pending | Andy Shevchenko | 2017-07-28 |
| * | spi: pxa2xx: Revert "Only claim CS GPIOs when the slave device is created" | Andy Shevchenko | 2017-07-27 |
| * | spi: pxa2xx: Only claim CS GPIOs when the slave device is created | Jan Kiszka | 2017-07-17 |
| * | spi: pxa2xx: Add support for Intel Cannonlake | Jarkko Nikula | 2017-06-06 |
| *-. | Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/lantiq-ssc', 'spi/... | Mark Brown | 2017-02-19 |
| |\ \ |
|
| | | * | spi: pxa2xx: Prepare for edge-triggered interrupts | Jan Kiszka | 2017-01-23 |
| | | * | spi: pxa2xx: Factor out handle_bad_msg | Jan Kiszka | 2017-01-17 |
| * | | | spi: pxa2xx: Add support for Intel Gemini Lake | David E. Box | 2017-01-19 |
| | |/
|/| |
|
| * | | spi: pxa2xx: add missed break | Andy Shevchenko | 2017-01-04 |
| |/ |
|
| * | spi: pxa2xx: Fix build error because of missing header | Mika Westerberg | 2016-09-29 |
| * | spi: pxa2xx: Add support for GPIO descriptor chip selects | Mika Westerberg | 2016-09-26 |
| * | spi: pxa2xx: Default thresholds to PXA configuration | Andy Shevchenko | 2016-09-12 |
| * | spi: pxa2xx: Remove pointer to chip data from driver data | Jarkko Nikula | 2016-09-12 |
| * | spi: pxa2xx: Remove pointer to current SPI message from driver data | Jarkko Nikula | 2016-09-12 |
| * | spi: pxa2xx: Do not needlessly initialize stack variables | Jarkko Nikula | 2016-09-12 |
| *-. | Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/rockchip', 'spi... | Mark Brown | 2016-07-24 |
| |\ \ |
|
| | * | | spi: pxa2xx: Add support for Intel Kaby Lake PCH-H | Mika Westerberg | 2016-07-04 |
| | * | | spi: pxa2xx: Switch to SPI core DMA mapping functionality | Jarkko Nikula | 2016-06-21 |
| | * | | spi: pxa2xx: Use local struct spi_master pointer in pump_transfers() | Jarkko Nikula | 2016-06-21 |
| | * | | spi: pxa2xx: use DMA by default if supported | Dan O'Donovan | 2016-05-30 |
| | |/ |
|
| * / | spi: pxa2xx: Clear all RFT bits in reset_sccr1() on Intel Quark | Andy Shevchenko | 2016-07-07 |
| |/ |
|
| *-. | Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/qup', 'spi/topi... | Mark Brown | 2016-05-23 |
| |\ \ |
|
| | * | | spi: pxa2xx: Fix cs_change management | Christophe Ricard | 2016-03-28 |
| | * | | spi: pxa2xx: Use dummy buffers provided by SPI core | Jarkko Nikula | 2016-03-28 |
| | * | | spi: pxa2xx: handle error of pxa2xx_spi_dma_prepare() | Andy Shevchenko | 2016-03-28 |
| | |/ |
|
| | | | |
| | \ | |
| *-. \ | Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/cadence', 'spi... | Mark Brown | 2016-05-23 |
| |\ \ \
| | |/
| |/| |
|
| | | * | spi: Drop duplicate code to set master->dev.parent | Axel Lin | 2016-04-26 |
| | |/ |
|
| * / | spi: pxa2xx: Do not detect number of enabled chip selects on Intel SPT | Jarkko Nikula | 2016-04-26 |
| |/ |
|
| * | spi: pxa2xx: Add support for Intel Broxton B-Step | Jarkko Nikula | 2016-03-02 |
| * | spi: pxa2xx: Remove unused DMA buffer mappings | Jarkko Nikula | 2016-02-20 |
| * | spi: pxa2xx: Add support for both chip selects on Intel Braswell | Mika Westerberg | 2016-02-09 |
| * | spi: pxa2xx: Move chip select control bits into lpss_config structure | Mika Westerberg | 2016-02-09 |
| * | spi: pxa2xx: Translate ACPI DeviceSelection to Linux chip select on Baytrail | Mika Westerberg | 2016-02-09 |
| * | spi: pxa2xx: Fix too early chipselect deassert | Jarkko Nikula | 2016-02-04 |
| * | spi: pxa2xx: Update comment in int_transfer_complete() | Jarkko Nikula | 2016-02-04 |
| * | spi: pxa2xx: Print actual DMA/PIO transfer mode in debug messages | Jarkko Nikula | 2016-01-27 |
| * | spi: pxa2xx: Remove redundant call to lpss_ssp_setup() in probe | Mika Westerberg | 2015-11-20 |
| *-. | Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',... | Mark Brown | 2015-11-04 |
| |\ \ |
|