summaryrefslogtreecommitdiffstats
path: root/bsps/arm/imx/spi/imx-ecspi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* bsps/arm/imx: Change license to BSD-2Joel Sherrill2022-07-081-3/+22
| | | | Updates #3053.
* bsps/arm/: Scripted embedded brains header file clean upJoel Sherrill2022-03-101-6/+0
| | | | Updates #4625.
* bsp/imx: Add cs_change support to SPIChristian Mauderer2021-10-061-4/+6
|
* imx: Move imx_iomux to arm/sharedChristian Mauderer2020-11-201-0/+1
| | | | Update #4180
* bsp/imx: Use GPIOs for SPI CSChristian Mauderer2020-07-311-7/+85
| | | | | | | | | | | | | The chip select lines of the iMX SPI module doesn't work well for a generic API like the one RTEMS uses. The existing solution only worked in some special cases and had odd bugs when trying transfers of different sizes (like deselecting between each byte for lengths that are not dividable by 4). With this patch the same approach like on FreeBSD or Linux is used: Treat the CS lines as GPIOs. Update 3869
* bsp/imx: Add an extra ecspi clock.Christian Mauderer2020-04-151-1/+1
| | | | | | Some imx chips or boards don't use the same frequency for ECSPI and IPG. Update #3869
* bsp/imx: Allow gapless SPI transfers.Christian Mauderer2020-02-111-1/+6
| | | | | | This uses the tx-threshold to reduce gaps in SPI transmissions. Update #3869.
* bsps: Move SPI drivers to bspsSebastian Huber2018-04-231-0/+449
This patch is a part of the BSP source reorganization. Update #3285.