Age | Commit message (Expand) | Author | Files | Lines |
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/topic/s3c64xx', 'spi/topic/sh' and 'spi/topic/sh-msiof' into spi-next |  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/topic/rockchip', 'spi/topic/st-ssc4' and 'spi/topic/xlp' into spi-next |  Mark Brown | 1 | -4/+10 |
2016-05-23 | Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/cadence', 'spi/topic/davinci' and 'spi/topic/dln2' into spi-next |  Mark Brown | 1 | -1/+0 |
2016-04-26 | spi: Drop duplicate code to set master->dev.parent |  Axel Lin | 1 | -1/+0 |
2016-04-26 | spi: pxa2xx: Do not detect number of enabled chip selects on Intel SPT |  Jarkko Nikula | 1 | -1/+1 |
2016-03-28 | spi: pxa2xx: Fix cs_change management |  Christophe Ricard | 1 | -3/+2 |
2016-03-28 | spi: pxa2xx: Use dummy buffers provided by SPI core |  Jarkko Nikula | 1 | -0/+1 |
2016-03-28 | spi: pxa2xx: handle error of pxa2xx_spi_dma_prepare() |  Andy Shevchenko | 1 | -1/+7 |
2016-03-02 | spi: pxa2xx: Add support for Intel Broxton B-Step |  Jarkko Nikula | 1 | -1/+5 |
2016-02-21 | spi: pxa2xx: Remove unused DMA buffer mappings |  Jarkko Nikula | 1 | -2/+0 |
2016-02-09 | spi: pxa2xx: Add support for both chip selects on Intel Braswell |  Mika Westerberg | 1 | -1/+20 |
2016-02-09 | spi: pxa2xx: Move chip select control bits into lpss_config structure |  Mika Westerberg | 1 | -24/+40 |
2016-02-09 | spi: pxa2xx: Translate ACPI DeviceSelection to Linux chip select on Baytrail |  Mika Westerberg | 1 | -0/+23 |
2016-02-04 | spi: pxa2xx: Fix too early chipselect deassert |  Jarkko Nikula | 1 | -0/+7 |
2016-02-04 | spi: pxa2xx: Update comment in int_transfer_complete() |  Jarkko Nikula | 1 | -1/+1 |
2016-01-27 | spi: pxa2xx: Print actual DMA/PIO transfer mode in debug messages |  Jarkko Nikula | 1 | -13/+13 |
2015-11-20 | spi: pxa2xx: Remove redundant call to lpss_ssp_setup() in probe |  Mika Westerberg | 1 | -3/+0 |
2015-11-04 | Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-next |  Mark Brown | 1 | -99/+158 |
2015-10-30 | spi: pxa2xx: Rework self-initiated platform data creation for non-ACPI |  Jarkko Nikula | 1 | -12/+26 |
2015-10-30 | spi: pxa2xx: Add support for Intel Broxton |  Jarkko Nikula | 1 | -0/+20 |
2015-10-30 | spi: pxa2xx: Detect number of enabled Intel LPSS SPI chip select signals |  Jarkko Nikula | 1 | -1/+21 |
2015-10-30 | spi: pxa2xx: Add output control for multiple Intel LPSS chip selects |  Jarkko Nikula | 1 | -3/+24 |
2015-10-30 | spi: pxa2xx: Use LPSS prefix for defines that are Intel LPSS specific |  Jarkko Nikula | 1 | -8/+8 |
2015-10-23 | spi: pxa2xx: Align a few defines |  Jarkko Nikula | 1 | -3/+3 |
2015-10-23 | spi: pxa2xx: Save other reg_cs_ctrl bits when configuring chip select |  Jarkko Nikula | 1 | -1/+3 |
2015-10-23 | spi: pxa2xx: Convert unique ID string of ACPI device as unsigned integer |  Jarkko Nikula | 1 | -2/+3 |
2015-10-23 | spi: pxa2xx: derive struct chip_data from struct drv_data |  Andy Shevchenko | 1 | -2/+3 |
2015-10-23 | spi: pxa2xx: move debug messages to pump_transfer() |  Andy Shevchenko | 1 | -17/+11 |
2015-10-16 | spi: pxa2xx: choose closest lower speed |  Andy Shevchenko | 1 | -4/+4 |
2015-10-01 | spi: pxa2xx: Remove empty function pxa2xx_spi_dma_resume() |  Mika Westerberg | 1 | -2/+0 |
2015-09-25 | spi: pxa2xx: Use ACPI_COMPANION() instead of acpi_bus_get_device() |  Jarkko Nikula | 1 | -2/+2 |
2015-09-25 | spi: pxa2xx: Set the max_speed_hz of the master |  Jarkko Nikula | 1 | -6/+6 |
2015-09-22 | Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/doc', 'spi/fix/mediatek', 'spi/fix/meson', 'spi/fix/mtk' and 'spi/fix/pxa2xx' into spi-linus |  Mark Brown | 1 | -0/+4 |
2015-09-17 | spi: pxa2xx: Remove cr0 variable from struct chip_data |  Jarkko Nikula | 1 | -6/+4 |
2015-09-17 | spi: pxa2xx: Remove if statement that is always true in pump_transfers() |  Jarkko Nikula | 1 | -39/+37 |
2015-09-17 | spi: pxa2xx: Remove two variables from struct chip_data |  Jarkko Nikula | 1 | -10/+2 |
2015-09-02 | spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabled |  Tan, Jui Nee | 1 | -0/+4 |
2015-08-05 | spi: spi-pxa2xx: Remove unused legacy null dma buffer and allocation for it |  Jarkko Nikula | 1 | -3/+1 |