Age | Commit message (Expand) | Author |
2020-01-23 | Merge branch 'spi-5.6' into spi-next | Mark Brown |
2019-12-31 | spi: spi-fsl-dspi: Fix 16-bit word order in 32-bit XSPI mode | Vladimir Oltean |
2019-12-27 | spi: Don't look at TX buffer for PTP system timestamping | Vladimir Oltean |
2019-12-16 | spi: spi-fsl-dspi: Use dma_request_chan() instead dma_request_slave_channel() | Peter Ujfalusi |
2019-10-15 | spi: use new `spi_transfer_delay_exec` helper where straightforward | Alexandru Ardelean |
2019-10-07 | spi: spi-fsl-dspi: Implement the PTP system timestamping for TCFQ mode | Vladimir Oltean |
2019-10-02 | spi: spi-fsl-dspi: Always use the TCFQ devices in poll mode | Vladimir Oltean |
2019-10-01 | spi: Introduce dspi_slave_abort() function for NXP's dspi SPI driver | Lukasz Majewski |
2019-09-03 | spi: spi-fsl-dspi: Fix race condition in TCFQ/EOQ interrupt | Vladimir Oltean |
2019-08-23 | spi: spi-fsl-dspi: Use poll mode in case the platform IRQ is missing | Vladimir Oltean |
2019-08-23 | spi: spi-fsl-dspi: Remove impossible to reach error check | Vladimir Oltean |
2019-08-23 | spi: spi-fsl-dspi: Exit the ISR with IRQ_NONE when it's not ours | Vladimir Oltean |
2019-08-23 | spi: spi-fsl-dspi: Reduce indentation level in dspi_interrupt | Vladimir Oltean |
2019-08-20 | spi: spi-fsl-dspi: Move dspi_interrupt above dspi_transfer_one_message | Vladimir Oltean |
2019-08-20 | spi: spi-fsl-dspi: Fix typos | Vladimir Oltean |
2019-08-20 | spi: spi-fsl-dspi: Use reverse Christmas tree declaration order | Vladimir Oltean |
2019-08-20 | spi: spi-fsl-dspi: Replace legacy spi_master names with spi_controller | Vladimir Oltean |
2019-08-20 | spi: spi-fsl-dspi: Remove pointless assignment of master->transfer to NULL | Vladimir Oltean |
2019-08-20 | spi: spi-fsl-dspi: Remove unused initialization of 'ret' in dspi_probe | Vladimir Oltean |
2019-08-20 | spi: spi-fsl-dspi: Reduce indentation in dspi_release_dma() | Vladimir Oltean |
2019-08-20 | spi: spi-fsl-dspi: Change usage pattern of SPI_MCR_* and SPI_CTAR_* macros | Vladimir Oltean |
2019-08-20 | spi: spi-fsl-dspi: Demistify magic value in SPI_SR_CLEAR | Vladimir Oltean |
2019-08-20 | spi: spi-fsl-dspi: Use BIT() and GENMASK() macros | Vladimir Oltean |
2019-08-20 | spi: spi-fsl-dspi: Remove unused defines and includes | Vladimir Oltean |
2019-08-20 | spi: spi-fsl-dspi: Fix code alignment | Vladimir Oltean |
2019-08-02 | spi: Remove dev_err() usage after platform_get_irq() | Stephen Boyd |
2019-02-20 | Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Mark Brown |
2019-02-06 | spi: spi-fsl-dspi: Provide support for DSPI slave mode operation (Vybryd vf610) | Lukasz Majewski |
2019-01-07 | spi: fix initial SPI_SR value in spi-fsl-dspi | Angelo Dureghello |
2018-11-05 | spi: spi-fsl-dspi: use IRQF_SHARED mode to request IRQ | Chuanhua Han |
2018-08-28 | spi: spi-fsl-dspi: fix broken DSPI_EOQ_MODE | Angelo Dureghello |
2018-07-24 | spi: spi-fsl-dspi: Switch to SPDX identifier | Fabio Estevam |
2018-07-17 | spi: spi-fsl-dspi: Fill actual_length when doing DMA transfer | Andrey Smirnov |
2018-07-02 | spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe | Krzysztof Kozlowski |
2018-06-21 | spi: spi-fsl-dspi: Fix copy-paste error in dspi_probe | Gustavo A. R. Silva |
2018-06-20 | spi: spi-fsl-dspi: Enable extended SPI mode | Esben Haabendal |
2018-06-20 | spi: spi-fsl-dspi: Advertise 32 bit for XSPI mode | Esben Haabendal |
2018-06-20 | spi: spi-fsl-dspi: XSPI FIFO handling (in TCFQ mode) | Esben Haabendal |
2018-06-20 | spi: spi-fsl-dspi: Framesize control for XSPI mode | Esben Haabendal |
2018-06-20 | spi: spi-fsl-dspi: Add support for XSPI mode registers | Esben Haabendal |
2018-06-20 | Merge branch 'spi-4.18' into spi-4.19 for DSPI dep | Mark Brown |
2018-06-20 | spi: spi-fsl-dspi: Fixup regmap configuration | Esben Haabendal |
2018-06-20 | spi: spi-fsl-dspi: Fix MCR register handling | Esben Haabendal |
2018-06-20 | spi: spi-fsl-dspi: Support 4 to 16 bits per word transfers | Esben Haabendal |
2018-06-20 | spi: spi-fsl-dspi: Simplify transfer counter handling | Esben Haabendal |
2018-06-20 | spi: spi-fsl-dspi: Fix per transfer cs_change handling | Esben Haabendal |
2018-06-20 | spi: spi-fsl-dspi: Drop unneeded use of dataflags bits | Esben Haabendal |
2018-06-20 | spi: spi-fsl-dspi: Drop unreachable else if statement | Esben Haabendal |
2018-01-03 | spi: spi-fsl-dspi: account for const type of of_device_id.data | Julia Lawall |
2017-11-16 | spi: spi-fsl-dspi: add SPI_LSB_FIRST to driver capabilities | Kurt Kanzenbach |