summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-pxa2xx.c
AgeCommit message (Expand)Author
2021-01-17spi: pxa2xx: Fix use-after-free on unbindLukas Wunner
2020-06-20spi: pxa2xx: Fix controller unregister orderLukas Wunner
2020-01-04spi: pxa2xx: Add missed security checksChuhong Yuan
2019-06-22dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko
2019-06-11spi: pxa2xx: fix SCR (divisor) calculationFlavio Suligoi
2016-08-20spi: pxa2xx: Clear all RFT bits in reset_sccr1() on Intel QuarkAndy Shevchenko
2016-05-18spi: pxa2xx: Do not detect number of enabled chip selects on Intel SPTJarkko Nikula
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown
2015-10-30spi: pxa2xx: Rework self-initiated platform data creation for non-ACPIJarkko Nikula
2015-10-30spi: pxa2xx: Add support for Intel BroxtonJarkko Nikula
2015-10-30spi: pxa2xx: Detect number of enabled Intel LPSS SPI chip select signalsJarkko Nikula
2015-10-30spi: pxa2xx: Add output control for multiple Intel LPSS chip selectsJarkko Nikula
2015-10-30spi: pxa2xx: Use LPSS prefix for defines that are Intel LPSS specificJarkko Nikula
2015-10-23spi: pxa2xx: Align a few definesJarkko Nikula
2015-10-23spi: pxa2xx: Save other reg_cs_ctrl bits when configuring chip selectJarkko Nikula
2015-10-23spi: pxa2xx: Convert unique ID string of ACPI device as unsigned integerJarkko Nikula
2015-10-23spi: pxa2xx: derive struct chip_data from struct drv_dataAndy Shevchenko
2015-10-23spi: pxa2xx: move debug messages to pump_transfer()Andy Shevchenko
2015-10-16spi: pxa2xx: choose closest lower speedAndy Shevchenko
2015-10-01spi: pxa2xx: Remove empty function pxa2xx_spi_dma_resume()Mika Westerberg
2015-09-25spi: pxa2xx: Use ACPI_COMPANION() instead of acpi_bus_get_device()Jarkko Nikula
2015-09-25spi: pxa2xx: Set the max_speed_hz of the masterJarkko Nikula
2015-09-22Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/d...Mark Brown
2015-09-17spi: pxa2xx: Remove cr0 variable from struct chip_dataJarkko Nikula
2015-09-17spi: pxa2xx: Remove if statement that is always true in pump_transfers()Jarkko Nikula
2015-09-17spi: pxa2xx: Remove two variables from struct chip_dataJarkko Nikula
2015-09-02spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabledTan, Jui Nee
2015-08-05spi: spi-pxa2xx: Remove unused legacy null dma buffer and allocation for itJarkko Nikula
2015-08-04spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_matchAxel Lin
2015-08-03spi: spi-pxa2xx: Remove unused legacy PXA DMA API channel numbersJarkko Nikula
2015-07-31spi: pxa2xx: Add support for Intel SunrisepointJarkko Nikula
2015-06-15spi: pxa2xx: Constify ACPI device idsMathias Krause
2015-06-05spi: pxa2xx: Make LPSS SPI general register optionalJarkko Nikula
2015-06-05spi: pxa2xx: Prepare for new Intel LPSS SPI typeJarkko Nikula
2015-06-05spi: pxa2xx: Differentiate Intel LPSS typesJarkko Nikula
2015-03-31spi: pxa2xx: missing break in pxa2xx_ssp_get_clk_div()Dan Carpenter
2015-03-25spi: pxa2xx: replace ugly table by approximationAndy Shevchenko
2015-03-24spi: pxa2xx: shift clk_div in one placeAndy Shevchenko
2015-03-23spi: pxa2xx: Remove needless includesJarkko Nikula
2015-02-08Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pxa2xx', 'spi/to...Mark Brown
2015-02-08Merge remote-tracking branches 'spi/topic/falcon', 'spi/topic/fsf', 'spi/topi...Mark Brown
2015-01-28spi: pxa2xx: Fix unconditional call of lpss_ssp_setup in pxa2xx_spi_resumeJarkko Nikula
2014-12-29spi/pxa2xx: Clear cur_chip pointer before starting next messageMika Westerberg
2014-12-22spi: pxa2xx: Cleanup register access macrosJarkko Nikula
2014-12-22spi: pxa2xx: Move is_lpss_ssp() tests to callerJarkko Nikula
2014-12-22spi: pxa2xx: Remove unused defineJarkko Nikula
2014-12-22spi: Remove FSF mailing addressesJarkko Nikula
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-13spi: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki