summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-pxa2xx.c
Commit message (Expand)AuthorAgeFilesLines
* spi: pxa2xx: Convert to GPIO descriptor API where possibleJan Kiszka2017-08-041-16/+16
* spi: pxa2xx: Don't touch CS pin until we have a transfer pendingAndy Shevchenko2017-07-281-2/+1
* spi: pxa2xx: Revert "Only claim CS GPIOs when the slave device is created"Andy Shevchenko2017-07-271-21/+38
* spi: pxa2xx: Only claim CS GPIOs when the slave device is createdJan Kiszka2017-07-171-38/+21
* spi: pxa2xx: Add support for Intel CannonlakeJarkko Nikula2017-06-061-0/+22
*-. Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/lantiq-ssc', 'spi/...Mark Brown2017-02-191-14/+18
|\ \
| | * spi: pxa2xx: Prepare for edge-triggered interruptsJan Kiszka2017-01-231-0/+3
| | * spi: pxa2xx: Factor out handle_bad_msgJan Kiszka2017-01-171-14/+15
* | | spi: pxa2xx: Add support for Intel Gemini LakeDavid E. Box2017-01-191-0/+4
| |/ |/|
* | spi: pxa2xx: add missed breakAndy Shevchenko2017-01-041-0/+1
|/
* spi: pxa2xx: Fix build error because of missing headerMika Westerberg2016-09-291-0/+1
* spi: pxa2xx: Add support for GPIO descriptor chip selectsMika Westerberg2016-09-261-3/+54
* spi: pxa2xx: Default thresholds to PXA configurationAndy Shevchenko2016-09-121-5/+42
* spi: pxa2xx: Remove pointer to chip data from driver dataJarkko Nikula2016-09-121-15/+13
* spi: pxa2xx: Remove pointer to current SPI message from driver dataJarkko Nikula2016-09-121-14/+11
* spi: pxa2xx: Do not needlessly initialize stack variablesJarkko Nikula2016-09-121-10/+10
*-. Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/rockchip', 'spi...Mark Brown2016-07-241-18/+28
|\ \
| * | spi: pxa2xx: Add support for Intel Kaby Lake PCH-HMika Westerberg2016-07-041-0/+3
| * | spi: pxa2xx: Switch to SPI core DMA mapping functionalityJarkko Nikula2016-06-211-7/+21
| * | spi: pxa2xx: Use local struct spi_master pointer in pump_transfers()Jarkko Nikula2016-06-211-2/+3
| * | spi: pxa2xx: use DMA by default if supportedDan O'Donovan2016-05-301-9/+1
| |/
* | spi: pxa2xx: Clear all RFT bits in reset_sccr1() on Intel QuarkAndy Shevchenko2016-07-071-1/+8
|/
*-. Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/qup', 'spi/topi...Mark Brown2016-05-231-4/+10
|\ \
| * | spi: pxa2xx: Fix cs_change managementChristophe Ricard2016-03-281-3/+2
| * | spi: pxa2xx: Use dummy buffers provided by SPI coreJarkko Nikula2016-03-281-0/+1
| * | spi: pxa2xx: handle error of pxa2xx_spi_dma_prepare()Andy Shevchenko2016-03-281-1/+7
| |/
| |
| \
*-. \ Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/cadence', 'spi...Mark Brown2016-05-231-1/+0
|\ \ \ | | |/ | |/|
| | * spi: Drop duplicate code to set master->dev.parentAxel Lin2016-04-261-1/+0
| |/
* | spi: pxa2xx: Do not detect number of enabled chip selects on Intel SPTJarkko Nikula2016-04-261-1/+1
|/
* spi: pxa2xx: Add support for Intel Broxton B-StepJarkko Nikula2016-03-021-1/+5
* spi: pxa2xx: Remove unused DMA buffer mappingsJarkko Nikula2016-02-211-2/+0
* spi: pxa2xx: Add support for both chip selects on Intel BraswellMika Westerberg2016-02-091-1/+20
* spi: pxa2xx: Move chip select control bits into lpss_config structureMika Westerberg2016-02-091-24/+40
* spi: pxa2xx: Translate ACPI DeviceSelection to Linux chip select on BaytrailMika Westerberg2016-02-091-0/+23
* spi: pxa2xx: Fix too early chipselect deassertJarkko Nikula2016-02-041-0/+7
* spi: pxa2xx: Update comment in int_transfer_complete()Jarkko Nikula2016-02-041-1/+1
* spi: pxa2xx: Print actual DMA/PIO transfer mode in debug messagesJarkko Nikula2016-01-271-13/+13
* spi: pxa2xx: Remove redundant call to lpss_ssp_setup() in probeMika Westerberg2015-11-201-3/+0
*-. Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-041-99/+158
|\ \
| | * spi: pxa2xx: Rework self-initiated platform data creation for non-ACPIJarkko Nikula2015-10-301-12/+26
| | * spi: pxa2xx: Add support for Intel BroxtonJarkko Nikula2015-10-301-0/+20
| | * spi: pxa2xx: Detect number of enabled Intel LPSS SPI chip select signalsJarkko Nikula2015-10-301-1/+21
| | * spi: pxa2xx: Add output control for multiple Intel LPSS chip selectsJarkko Nikula2015-10-301-3/+24
| | * spi: pxa2xx: Use LPSS prefix for defines that are Intel LPSS specificJarkko Nikula2015-10-301-8/+8
| | * spi: pxa2xx: Align a few definesJarkko Nikula2015-10-231-3/+3
| | * spi: pxa2xx: Save other reg_cs_ctrl bits when configuring chip selectJarkko Nikula2015-10-231-1/+3
| | * spi: pxa2xx: Convert unique ID string of ACPI device as unsigned integerJarkko Nikula2015-10-231-2/+3
| | * spi: pxa2xx: derive struct chip_data from struct drv_dataAndy Shevchenko2015-10-231-2/+3
| | * spi: pxa2xx: move debug messages to pump_transfer()Andy Shevchenko2015-10-231-17/+11
| | * spi: pxa2xx: choose closest lower speedAndy Shevchenko2015-10-161-4/+4
OpenPOWER on IntegriCloud