summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-fsl-dspi.c
AgeCommit message (Expand)Author
2021-07-28spi: spi-fsl-dspi: Fix a resource leak in an error handling pathChristophe JAILLET
2020-07-29spi: spi-fsl-dspi: Exit the ISR with IRQ_NONE when it's not oursVladimir Oltean
2020-07-22spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transferKrzysztof Kozlowski
2020-07-22spi: fix initial SPI_SR value in spi-fsl-dspiAngelo Dureghello
2020-07-16spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit pathsKrzysztof Kozlowski
2020-07-16spi: spi-fsl-dspi: use IRQF_SHARED mode to request IRQChuanhua Han
2020-07-16spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transferKrzysztof Kozlowski
2020-07-16spi: spi-fsl-dspi: Adding shutdown hookPeng Ma
2018-08-28spi: spi-fsl-dspi: fix broken DSPI_EOQ_MODEAngelo Dureghello
2018-07-24spi: spi-fsl-dspi: Switch to SPDX identifierFabio Estevam
2018-07-17spi: spi-fsl-dspi: Fill actual_length when doing DMA transferAndrey Smirnov
2018-07-02spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probeKrzysztof Kozlowski
2018-06-21spi: spi-fsl-dspi: Fix copy-paste error in dspi_probeGustavo A. R. Silva
2018-06-20spi: spi-fsl-dspi: Enable extended SPI modeEsben Haabendal
2018-06-20spi: spi-fsl-dspi: Advertise 32 bit for XSPI modeEsben Haabendal
2018-06-20spi: spi-fsl-dspi: XSPI FIFO handling (in TCFQ mode)Esben Haabendal
2018-06-20spi: spi-fsl-dspi: Framesize control for XSPI modeEsben Haabendal
2018-06-20spi: spi-fsl-dspi: Add support for XSPI mode registersEsben Haabendal
2018-06-20Merge branch 'spi-4.18' into spi-4.19 for DSPI depMark Brown
2018-06-20spi: spi-fsl-dspi: Fixup regmap configurationEsben Haabendal
2018-06-20spi: spi-fsl-dspi: Fix MCR register handlingEsben Haabendal
2018-06-20spi: spi-fsl-dspi: Support 4 to 16 bits per word transfersEsben Haabendal
2018-06-20spi: spi-fsl-dspi: Simplify transfer counter handlingEsben Haabendal
2018-06-20spi: spi-fsl-dspi: Fix per transfer cs_change handlingEsben Haabendal
2018-06-20spi: spi-fsl-dspi: Drop unneeded use of dataflags bitsEsben Haabendal
2018-06-20spi: spi-fsl-dspi: Drop unreachable else if statementEsben Haabendal
2018-01-03spi: spi-fsl-dspi: account for const type of of_device_id.dataJulia Lawall
2017-11-16spi: spi-fsl-dspi: add SPI_LSB_FIRST to driver capabilitiesKurt Kanzenbach
2017-11-03spi: spi-fsl-dspi: enabling Coldfire mcf5441x dspiAngelo Dureghello
2017-05-22spi: spi-fsl-dspi: ensure non-zero return on error pathNikita Yushchenko
2017-02-19spi: spi-fsl-dspi: Fix error handlingChristophe JAILLET
2016-12-12Merge remote-tracking branches 'spi/topic/delay', 'spi/topic/dw', 'spi/topic/...Mark Brown
2016-11-22spi: spi-fsl-dspi: Fix continuous selection formatSanchayan Maity
2016-11-22spi: spi-fsl-dspi: Fix incorrect DMA setupSanchayan Maity
2016-11-22spi: spi-fsl-dspi: Fix incorrect freeing of DMA allocated buffersSanchayan Maity
2016-11-18spi: spi-fsl-dspi: Fix SPI transfer issue when using multiple SPI_IOC_MESSAGESanchayan Maity
2016-11-11spi: spi-fsl-dspi: Add DMA support for VybridSanchayan Maity
2016-10-29spi: dspi: clear SPI_SR before enable interruptYuan Yao
2016-08-22spi: spi-fsl-dspi: Drop extra spi_master_put in device remove functionWei Yongjun
2016-08-22spi: spi-fsl-dspi: Check clk_prepare_enable() errorFabio Estevam
2016-08-16spi: spi-fsl-dspi: fix a possible NULL dereferenceLABBE Corentin
2016-08-16spi: spi-fsl-dspi: constify devtype_dataLABBE Corentin
2016-05-23Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/flash-read', 'spi/t...Mark Brown
2016-04-05spi: spi-fsl-dspi: Fix cs_change handling in message transferAndrey Vostrikov
2016-03-23spi: fsl-dspi: Set max_speed_hz for masterBhuvanchandra DV
2015-12-12spi-fsl-dspi: Fix CTAR Register accessBhuvanchandra DV
2015-09-17spi: spi-fsl-dspi: Remove duplicated register writeJarkko Nikula
2015-06-12spi: fsl-dspi: Use pinctrl PM helpersMirza Krak
2015-06-09spi: spi-fsl-dspi: Change the way of increasing spi_message->actual_lengthHaikun Wang
2015-06-09spi: spi-fsl-dspi: Enable TCF interrupt mode supportHaikun Wang