Home
last modified time | relevance | path

Searched full:lpspi (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/spi/
Dspi-fsl-lpspi.yaml4 $id: http://devicetree.org/schemas/spi/spi-fsl-lpspi.yaml#
7 title: Freescale Low Power SPI (LPSPI) for i.MX
41 this property to re-config the chipselect value in the LPSPI driver.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/spi/
Dspi-fsl-lpspi.yaml4 $id: http://devicetree.org/schemas/spi/spi-fsl-lpspi.yaml#
7 title: Freescale Low Power SPI (LPSPI) for i.MX
56 this property to re-config the chipselect value in the LPSPI driver.
/kernel/linux/linux-5.10/drivers/spi/
Dspi-fsl-lpspi.c3 // Freescale i.MX7ULP LPSPI driver
37 /* i.MX7ULP LPSPI registers */
913 * disable LPSPI module IRQ when enable DMA mode successfully, in fsl_lpspi_probe()
914 * to prevent the unexpected LPSPI module IRQ events. in fsl_lpspi_probe()
990 MODULE_DESCRIPTION("LPSPI Controller driver");
DMakefile53 obj-$(CONFIG_SPI_FSL_LPSPI) += spi-fsl-lpspi.o
DKconfig325 tristate "Freescale i.MX LPSPI controller"
328 This enables Freescale i.MX LPSPI controllers in master mode.
/kernel/linux/linux-6.6/drivers/spi/
Dspi-fsl-lpspi.c3 // Freescale i.MX7ULP LPSPI driver
36 /* i.MX7ULP LPSPI registers */
1028 MODULE_DESCRIPTION("LPSPI Controller driver");
DMakefile59 obj-$(CONFIG_SPI_FSL_LPSPI) += spi-fsl-lpspi.o
DKconfig380 tristate "Freescale i.MX LPSPI controller"
383 This enables Freescale i.MX LPSPI controllers in master mode.
/kernel/linux/linux-5.10/drivers/firmware/imx/
Dscu-pd.c141 { "lpspi", IMX_SC_R_SPI_0, 4, true, 0 },
/kernel/linux/linux-6.6/drivers/pmdomain/imx/
Dscu-pd.c183 { "lpspi", IMX_SC_R_SPI_0, 4, true, 0 },
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0033_linux_drivers_soc_scsi_spi_tee_thermal.patch3393 diff --git a/drivers/spi/spi-fsl-lpspi.c b/drivers/spi/spi-fsl-lpspi.c
3395 --- a/drivers/spi/spi-fsl-lpspi.c
3396 +++ b/drivers/spi/spi-fsl-lpspi.c
3418 + /* disable LPSPI module IRQ when enable DMA mode successfully,
3419 + * to prevent the unexpected LPSPI module IRQ events*/
D0018_linux_drivers_firmware.patch884 { "lpspi", IMX_SC_R_SPI_0, 4, true, 0 },