Linux SPI
Thread Index
[
Prev Page
][
Next Page
]
[PATCH v3 03/15] spi: qup: Add completion structures for DMA
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH v3 06/15] spi: qup: Fix error handling in spi_qup_prep_sg
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH v3 07/15] spi: qup: Fix transaction done signaling
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH v3 08/15] spi: qup: Do block sized read/write in block mode
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH v3 09/15] spi: qup: refactor spi_qup_io_config into two functions
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH v3 10/15] spi: qup: call io_config in mode specific function
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH v3 11/15] spi: qup: allow block mode to generate multiple transactions
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH v3 12/15] spi: qup: refactor spi_qup_prep_sg
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH v3 14/15] spi: qup: Ensure done detection
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH v3 15/15] spi: qup: support for qup v1 dma
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH v3 13/15] spi: qup: allow multiple DMA transactions per spi xfer
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 2/2] spi: mediatek: add spi support for mt2712 IC
From
: Leilk Liu <leilk.liu@xxxxxxxxxxxx>
[PATCH 0/2] add mt2712 spi support
From
: Leilk Liu <leilk.liu@xxxxxxxxxxxx>
[PATCH 1/2] spi: mediatek: Add bindings for mediatek MT2712 soc platform
From
: Leilk Liu <leilk.liu@xxxxxxxxxxxx>
Re: [PATCH v4 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
From
: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
Re: [PATCH v4 12/16] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
From
: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
Re: [PATCH v4 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
From
: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
[PATCH v4 04/16] watchdog: lantiq: access boot cause register through regmap
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v4 09/16] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v4 15/16] MIPS: lantiq: remove old USB PHY initialisation
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v4 12/16] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v4 16/16] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v4 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v4 13/16] MIPS: lantiq: remove old GPHY loader code
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v4 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v4 11/16] MIPS: lantiq: remove old reset controller implementation
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v4 06/16] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v4 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v4 07/16] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v4 05/16] watchdog: lantiq: add device tree binding documentation
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v4 03/16] mtd: spi-falcon: drop check of boot select
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v4 02/16] mtd: lantiq-flash: drop check of boot select
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v4 01/16] MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_buses
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v4 00/16] MIPS: lantiq: handle RCU register by separate drivers
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
Re: [PATCH v2] spi/bcm63xx: Fix checkpatch warnings
From
: Joe Perches <joe@xxxxxxxxxxx>
Re: [PATCH v2] spi/bcm63xx: Fix checkpatch warnings
From
: Joe Perches <joe@xxxxxxxxxxx>
[PATCH v2] spi/bcm63xx: Fix checkpatch warnings
From
: Aravind Thokala <aravind.thk@xxxxxxxxx>
Re: [PATCH] mips: bcm63xx: spi: Fix checkpatch.pl warnings
From
: Aravind Thokala <aravind.thk@xxxxxxxxx>
Re: [PATCH] mips: bcm63xx: spi: Fix checkpatch.pl warnings
From
: Florian Fainelli <f.fainelli@xxxxxxxxx>
[PATCH] mips: bcm63xx: spi: Fix checkpatch.pl warnings
From
: Aravind Thokala <aravind.thk@xxxxxxxxx>
Re: spi-omap2: AM335x SPI interface 3WIRE mode
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH v3 2/3] dt-bindings: spi/rockchip: add "cs-gpios" optional property
From
: Rob Herring <robh@xxxxxxxxxx>
Re: [PATCH 03/15] spi: qup: Add completion timeout for dma mode
From
: kbuild test robot <lkp@xxxxxxxxx>
Re: [PATCH 07/15] spi: qup: Fix transaction done signaling
From
: kbuild test robot <lkp@xxxxxxxxx>
Re: [PATCH v2 2/2] spi: spi-ti-qspi: Use bounce buffer if read buffer is not DMA'ble
From
: Cyrille Pitchen <cyrille.pitchen@xxxxxxxxx>
Re: [PATCH v3 1/3] spi: rockchip: add support for "cs-gpios" dts property
From
: Caesar Wang <wxt@xxxxxxxxxxxxxx>
[PATCH 00/15] spi: qup: Fixes and add support for >64k transfers
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 01/15] spi: qup: Enable chip select support
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 02/15] spi: qup: Setup DMA mode correctly
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 03/15] spi: qup: Add completion timeout for dma mode
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 05/15] spi: qup: Place the QUP in run mode before DMA transactions
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 08/15] spi: qup: Do block sized read/write in block mode
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 09/15] spi: qup: refactor spi_qup_io_config into two functions
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 10/15] spi: qup: call io_config in mode specific function
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 11/15] spi: qup: allow block mode to generate multiple transactions
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 13/15] spi: qup: allow multiple DMA transactions per spi xfer
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 12/15] spi: qup: refactor spi_qup_prep_sg
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 14/15] spi: qup: Ensure done detection
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 15/15] spi: qup: support for qup v1 dma
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 06/15] spi: qup: Fix error handling in spi_qup_prep_sg
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 07/15] spi: qup: Fix transaction done signaling
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 04/15] spi: qup: Add completion timeout for fifo/block mode
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
Re: [PATCH 10/18] spi: qup: Fix DMA mode interrupt handling
From
: Sricharan R <sricharan@xxxxxxxxxxxxxx>
Re: [PATCH 11/18] spi: qup: properly detect extra interrupts
From
: Sricharan R <sricharan@xxxxxxxxxxxxxx>
Re: [PATCH 07/18] spi: qup: Fix transaction done signaling
From
: Sricharan R <sricharan@xxxxxxxxxxxxxx>
Re: [PATCH v3 1/3] spi: rockchip: add support for "cs-gpios" dts property
From
: jeffy <jeffy.chen@xxxxxxxxxxxxxx>
Re: [PATCH 11/18] spi: qup: properly detect extra interrupts
From
: Matthew McClintock <mmcclint@xxxxxxxxxxxxxx>
Re: [PATCH 10/18] spi: qup: Fix DMA mode interrupt handling
From
: Andy Gross <andy.gross@xxxxxxxxxx>
Re: [PATCH 11/18] spi: qup: properly detect extra interrupts
From
: Andy Gross <andy.gross@xxxxxxxxxx>
Re: [PATCH 08/18] spi: qup: Handle v1 dma completion differently
From
: Andy Gross <andy.gross@xxxxxxxxxx>
Re: [PATCH 07/18] spi: qup: Fix transaction done signaling
From
: Andy Gross <andy.gross@xxxxxxxxxx>
Re: [PATCH 01/18] spi: qup: Enable chip select support
From
: Stanimir Varbanov <stanimir.varbanov@xxxxxxxxxx>
Re: [PATCH v3 1/3] spi: rockchip: add support for "cs-gpios" dts property
From
: kbuild test robot <lkp@xxxxxxxxx>
Re: [PATCH 11/18] spi: qup: properly detect extra interrupts
From
: Sricharan R <sricharan@xxxxxxxxxxxxxx>
Re: [PATCH 10/18] spi: qup: Fix DMA mode interrupt handling
From
: Sricharan R <sricharan@xxxxxxxxxxxxxx>
Re: [PATCH 08/18] spi: qup: Handle v1 dma completion differently
From
: Sricharan R <sricharan@xxxxxxxxxxxxxx>
Re: [PATCH 07/18] spi: qup: Fix transaction done signaling
From
: Sricharan R <sricharan@xxxxxxxxxxxxxx>
[PATCH 00/18] spi: qup: Fixes and add support for >64k transfers
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 01/18] spi: qup: Enable chip select support
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 07/18] spi: qup: Fix transaction done signaling
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 05/18] spi: qup: Place the QUP in run mode before DMA transactions
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 04/18] spi: qup: Add completion timeout for fifo/block mode
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 03/18] spi: qup: Add completion timeout for dma mode
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 11/18] spi: qup: properly detect extra interrupts
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 10/18] spi: qup: Fix DMA mode interrupt handling
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 08/18] spi: qup: Handle v1 dma completion differently
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 09/18] spi: qup: Do block sized read/write in block mode
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 12/18] spi: qup: refactor spi_qup_io_config into two functions
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 13/18] spi: qup: call io_config in mode specific function
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 16/18] spi: qup: allow multiple DMA transactions per spi xfer
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 17/18] spi: qup: Ensure done detection
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 14/18] spi: qup: allow block mode to generate multiple transactions
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 18/18] spi: qup: support for qup v1 dma
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 15/18] spi: qup: refactor spi_qup_prep_sg
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 06/18] spi: qup: Fix error handling in spi_qup_prep_sg
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH 02/18] spi: qup: Setup DMA mode correctly
From
: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
[PATCH v3 2/3] dt-bindings: spi/rockchip: add "cs-gpios" optional property
From
: Jeffy Chen <jeffy.chen@xxxxxxxxxxxxxx>
[PATCH v3 1/3] spi: rockchip: add support for "cs-gpios" dts property
From
: Jeffy Chen <jeffy.chen@xxxxxxxxxxxxxx>
Re: [PATCH v2 2/4] spi: rockchip: add support for "cs-gpios" dts property
From
: jeffy <jeffy.chen@xxxxxxxxxxxxxx>
Applied "spi: rockchip: fix error handling when probe" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: mediatek: adjust register to enhance time accuracy" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: Generalize SPI "master" to "controller"" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: mediatek: add spi support for mt7622 IC" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH v2 2/4] spi: rockchip: add support for "cs-gpios" dts property
From
: Brian Norris <briannorris@xxxxxxxxxxxx>
Re: [PATCH v2 1/4] spi: rockchip: fix error handling when probe
From
: Brian Norris <briannorris@xxxxxxxxxxxx>
Re: [PATCH v2 2/4] spi: rockchip: add support for "cs-gpios" dts property
From
: kbuild test robot <lkp@xxxxxxxxx>
Re: [PATCH linux-next v4 2/4] spi: imx: add selection for iMX53 and iMX6 controller
From
: Rob Herring <robh@xxxxxxxxxx>
[PATCH linux-next v4 1/1] spi: imx: dynamic burst length adjust for PIO mode
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
Re: [PATCH linux-next v4 2/4] spi: imx: add selection for iMX53 and iMX6 controller
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
[PATCH v2 3/4] dt-bindings: spi/rockchip: add "cs-gpios" optional property
From
: Jeffy Chen <jeffy.chen@xxxxxxxxxxxxxx>
[PATCH v2 2/4] spi: rockchip: add support for "cs-gpios" dts property
From
: Jeffy Chen <jeffy.chen@xxxxxxxxxxxxxx>
[PATCH v2 1/4] spi: rockchip: fix error handling when probe
From
: Jeffy Chen <jeffy.chen@xxxxxxxxxxxxxx>
Re: [PATCH 1/2] spi: rockchip: add support for "cs-gpios" dts property
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH linux-next v4 2/4] spi: imx: add selection for iMX53 and iMX6 controller
From
: Rob Herring <robh@xxxxxxxxxx>
Re: [PATCH 1/2] spi: rockchip: add support for "cs-gpios" dts property
From
: Heiko Stübner <heiko@xxxxxxxxx>
Re: [PATCH 1/2] spi: rockchip: add support for "cs-gpios" dts property
From
: jeffy <jeffy.chen@xxxxxxxxxxxxxx>
Re: [PATCH 1/2] spi: rockchip: add support for "cs-gpios" dts property
From
: jeffy <jeffy.chen@xxxxxxxxxxxxxx>
Re: [PATCH 1/2] spi: rockchip: add support for "cs-gpios" dts property
From
: Heiko Stübner <heiko@xxxxxxxxx>
Re: [PATCH 1/2] spi: rockchip: add support for "cs-gpios" dts property
From
: jeffy <jeffy.chen@xxxxxxxxxxxxxx>
Re: [PATCH 1/2] spi: rockchip: add support for "cs-gpios" dts property
From
: jeffy <jeffy.chen@xxxxxxxxxxxxxx>
Re: [PATCH 1/2] spi: rockchip: add support for "cs-gpios" dts property
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH 1/2] spi: rockchip: add support for "cs-gpios" dts property
From
: Shawn Lin <shawn.lin@xxxxxxxxxxxxxx>
[PATCH 1/2] spi: rockchip: add support for "cs-gpios" dts property
From
: Jeffy Chen <jeffy.chen@xxxxxxxxxxxxxx>
[PATCH v3 0/2] add mt7622 spi support
From
: Leilk Liu <leilk.liu@xxxxxxxxxxxx>
[PATCH v3 2/2] spi: mediatek: add spi support for mt7622 IC
From
: Leilk Liu <leilk.liu@xxxxxxxxxxxx>
[PATCH v3 1/2] spi: mediatek: adjust register to enhance time accuracy
From
: Leilk Liu <leilk.liu@xxxxxxxxxxxx>
Re: [PATCH v2 2/2] spi: mediatek: add spi support for mt7622 IC
From
: kbuild test robot <lkp@xxxxxxxxx>
[PATCH v2 1/2] spi: mediatek: adjust register to enhance time accuracy
From
: Leilk Liu <leilk.liu@xxxxxxxxxxxx>
[PATCH v2 2/2] spi: mediatek: add spi support for mt7622 IC
From
: Leilk Liu <leilk.liu@xxxxxxxxxxxx>
[PATCH v2 0/2] add mt7622 spi support
From
: Leilk Liu <leilk.liu@xxxxxxxxxxxx>
Re: [PATCH linux-next v3 1/1] spi: imx: dynamic burst length adjust for PIO mode
From
: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
Re: [PATCH linux-next v3 1/1] spi: imx: dynamic burst length adjust for PIO mode
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
[PATCH linux-next v4 1/4] spi: imx: introduce fifo_size and has_dmamode in spi_imx_devtype_data
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
[PATCH linux-next v4 3/4] ARM: dts: imx: change compatibility for SPI controllers on imx53 later soc
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
[PATCH linux-next v4 2/4] spi: imx: add selection for iMX53 and iMX6 controller
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
[PATCH linux-next v4 4/4] spi: imx: Add support for SPI Slave mode
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
[PATCH linux-next v4 0/4] i.MX ECSPI controller slave mode support
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
Re: [PATCH 2/3] spi: mediatek: support adjust register define
From
: lei liu <leilk.liu@xxxxxxxxxxxx>
Re: spi-omap2: AM335x SPI interface 3WIRE mode
From
: Daniele Nicolodi <daniele@xxxxxxxxxx>
spi-omap2: AM335x SPI interface 3WIRE mode
From
: Daniele Nicolodi <daniele@xxxxxxxxxx>
Re: [PATCH linux-next v3 1/4] spi: imx: introduce fifo_size and has_dmamode in spi_imx_devtype_data
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH linux-next v4 4/4] spi: imx: Add support for SPI Slave mode
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
Re: [PATCH linux-next v4 4/4] spi: imx: Add support for SPI Slave mode
From
: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
Re: [PATCH v2 linux-next 3/3] spi: imx: Add support for SPI Slave mode
From
: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
Applied "spi: atmel: print version only after successful registration" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: pxa2xx: Add support for Intel Cannonlake" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: imx: Drop unnecessary check" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: imx: put struct spi_imx_config members into driver private struct" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: imx: remove bytes_per_word from private driver struct" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: mediatek: Add bindings for mediatek MT7622 soc platform" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: imx: drop bogus unnecessary dma config" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: imx: Nothing to do in setupxfer when transfer is NULL" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: imx: rename 'bpw' variables" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: davinci: Fix compilation warning." to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: davinci: Handle return value of clk_prepare_enable" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 1/3] dt-bindings: spi: mediatek: Add bindings for mediatek MT7622 soc platform
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 2/3] spi: mediatek: support adjust register define
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH] spi: pxa2xx: Handle return value of clk_prepare_enable
From
: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
Re: [PATCH] spi: pxa2xx: Handle return value of clk_prepare_enable
From
: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
[PATCH] spi: pxa2xx: Handle return value of clk_prepare_enable
From
: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
[PATCH v2] spi: davinci: Fix compilation warning.
From
: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
Re: [PATCH] spi: davinci: Fix compilation warning.
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH] spi: davinci: Fix compilation warning.
From
: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
Re: [PATCH] spi: davinci: Fix compilation warning.
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
[PATCH] spi: davinci: Fix compilation warning.
From
: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
[PATCH] spi: davinci: Handle return value of clk_prepare_enable
From
: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
[PATCH linux-next v3 3/4] ARM: dts: imx: change compatiblity for SPI controllers on imx53 later soc
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
[PATCH linux-next v3 0/4] i.MX ECSPI controller slave mode support
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
[PATCH linux-next v4 4/4] spi: imx: Add support for SPI Slave mode
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
[PATCH linux-next v3 2/4] spi: imx: add selection for iMX53 and iMX6 controller
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
[PATCH linux-next v3 1/4] spi: imx: introduce fifo_size and has_dmamode in spi_imx_devtype_data
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
Re: [PATCH v2 linux-next 3/3] spi: imx: Add support for SPI Slave mode
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
[PATCH 1/3] dt-bindings: spi: mediatek: Add bindings for mediatek MT7622 soc platform
From
: Leilk Liu <leilk.liu@xxxxxxxxxxxx>
[PATCH 0/3] add mt7622 spi support
From
: Leilk Liu <leilk.liu@xxxxxxxxxxxx>
[PATCH 3/3] spi: mediatek: add compatible support for mt7622 IC
From
: Leilk Liu <leilk.liu@xxxxxxxxxxxx>
[PATCH 2/3] spi: mediatek: support adjust register define
From
: Leilk Liu <leilk.liu@xxxxxxxxxxxx>
[PATCH 3/6] spi: imx: put struct spi_imx_config members into driver private struct
From
: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
[PATCH 6/6] spi: imx: rename 'bpw' variables
From
: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
Re: [PATCH linux-next v3 1/1] spi: imx: dynamic burst length adjust for PIO mode
From
: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
[PATCH 4/6] spi: imx: drop bogus unnecessary dma config
From
: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
[PATCH 5/6] spi: imx: remove bytes_per_word from private driver struct
From
: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
spi: i.MX: Some cleanup patches
From
: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
[PATCH 2/6] spi: imx: Drop unnecessary check
From
: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
[PATCH 1/6] spi: imx: Nothing to do in setupxfer when transfer is NULL
From
: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
Re: [PATCH linux-next v3 1/1] spi: imx: dynamic burst length adjust for PIO mode
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
Re: [PATCH linux-next v3 1/1] spi: imx: dynamic burst length adjust for PIO mode
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
Re: [PATCH v3 07/16] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
From
: Rob Herring <robh@xxxxxxxxxx>
Re: [PATCH v3 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
From
: Rob Herring <robh@xxxxxxxxxx>
Re: [PATCH v3 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
From
: Rob Herring <robh@xxxxxxxxxx>
Re: [PATCH v3 07/16] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
Re: [PATCH v3 05/16] watchdog: lantiq: add device tree binding documentation
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
Re: [PATCH v3 07/16] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
From
: Rob Herring <robh@xxxxxxxxxx>
Re: [PATCH v3 05/16] watchdog: lantiq: add device tree binding documentation
From
: Rob Herring <robh@xxxxxxxxxx>
Re: [PATCH v2 linux-next 3/3] spi: imx: Add support for SPI Slave mode
From
: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
Re: [PATCH v2 linux-next 1/3] spi: imx: add selection for iMX53 and iMX6 controller
From
: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
[PATCH v2 linux-next 3/3] spi: imx: Add support for SPI Slave mode
From
: <jiada_wang@xxxxxxxxxx>
[PATCH v2 linux-next 1/3] spi: imx: add selection for iMX53 and iMX6 controller
From
: <jiada_wang@xxxxxxxxxx>
[PATCH v2 linux-next 0/3] i.MX ECSPI controller slave mode support
From
: <jiada_wang@xxxxxxxxxx>
[PATCH v2 linux-next 2/3] ARM: dts: imx: change compatiblity for SPI controllers on imx53 later soc
From
: <jiada_wang@xxxxxxxxxx>
Re: [PATCH v2 07/15] MIPS: lantiq: Convert the xbar driver to a platform_driver
From
: Rob Herring <robh@xxxxxxxxxx>
Re: [PATCH v3 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
Re: [PATCH v3 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
Re: [PATCH v3 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
From
: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
Re: [PATCH v3 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
From
: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
[PATCH] spi: pxa2xx: Add support for Intel Cannonlake
From
: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx>
Re: [PATCH] spi: atmel: print version only after successful registration
From
: Nicolas Ferre <nicolas.ferre@xxxxxxxxxxxxx>
[PATCH] spi: atmel: print version only after successful registration
From
: Baruch Siach <baruch@xxxxxxxxxx>
Re: [PATCH] spi: add null check before pointer dereference
From
: "Gustavo A. R. Silva" <garsilva@xxxxxxxxxxxxxx>
Re: [PATCH RFC 0/5] *** SPI Slave mode support ***
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
[PATCH v2] spi: Generalize SPI "master" to "controller"
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
Re: [RFC PATCH 0/5] spi: moving to struct gpio_desc
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH RFC 0/5] *** SPI Slave mode support ***
From
: Fabio Estevam <festevam@xxxxxxxxx>
Re: [PATCH linux-next v3 1/1] spi: imx: dynamic burst length adjust for PIO mode
From
: Fabio Estevam <festevam@xxxxxxxxx>
Re: [PATCH v3 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
From
: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
Re: [PATCH linux-next v3 1/1] spi: imx: dynamic burst length adjust for PIO mode
From
: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
Re: [PATCH] spi: add null check before pointer dereference
From
: Andi Shyti <andi.shyti@xxxxxxxxxxx>
[PATCH v3 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v3 13/16] MIPS: lantiq: remove old GPHY loader code
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v3 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v3 12/16] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v3 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v3 16/16] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v3 15/16] MIPS: lantiq: remove old USB PHY initialisation
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v3 11/16] MIPS: lantiq: remove old reset controller implementation
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v3 07/16] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v3 09/16] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v3 06/16] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v3 04/16] watchdog: lantiq: access boot cause register through regmap
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v3 05/16] watchdog: lantiq: add device tree binding documentation
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v3 03/16] mtd: spi-falcon: drop check of boot select
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v3 02/16] mtd: lantiq-flash: drop check of boot select
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v3 01/16] MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_buses
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v3 00/16] MIPS: lantiq: handle RCU register by separate drivers
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
Re: [PATCH/RFC] spi: Generalize SPI "master" to "controller"
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: Document SPI slave controller support" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: sh-msiof: Add slave mode support" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: Document DT bindings for SPI controllers in slave mode" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: core: Add support for registering SPI slave controllers" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: slave: Add SPI slave handler controlling system state" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: slave: Add SPI slave handler reporting uptime at previous message" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: omap2-mcspi: remove redundant check for error status" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: st-ssc4: whitespace cleanup" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH linux-next v3 1/1] spi: imx: dynamic burst length adjust for PIO mode
From
: <jiada_wang@xxxxxxxxxx>
Re: [PATCH v2 07/15] MIPS: lantiq: Convert the xbar driver to a platform_driver
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
Re: [PATCH v2 11/15] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
Re: [PATCH v2 07/15] MIPS: lantiq: Convert the xbar driver to a platform_driver
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH] spi: omap2-mcspi: remove redundant check for error status
From
: Colin King <colin.king@xxxxxxxxxxxxx>
[RFC PATCH 4/5] spi: core: convert spi_master to use gpio_desc
From
: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx>
[RFC PATCH 1/5] spi: use gpio_desc instead of numeric gpio
From
: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx>
[RFC PATCH 2/5] ARM: ep93xx: add gpiod_lookup_table for spi chip-selects
From
: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx>
[RFC PATCH 0/5] spi: moving to struct gpio_desc
From
: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx>
[RFC PATCH 5/5] ARM: ep93xx: remove chipselect from ep93xx_spi_info
From
: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx>
[RFC PATCH 3/5] ARM: imx: add gpiod_lookup_table for spi chip-selects
From
: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx>
[PATCH] spi: st-ssc4: whitespace cleanup
From
: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx>
Applied "spi: meson: Add SPICC bindings" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: Add Meson SPICC driver" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH RFC 0/5] *** SPI Slave mode support ***
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 1/2] dt-bindings: spi-meson: Add SPICC bindings
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: orion: Handle GPIO chip-selects" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 2/2] spi: use gpio_desc instead of numeric gpio
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 2/2] spi: use gpio_desc instead of numeric gpio
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH v2 09/15] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
From
: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
Re: [PATCH 2/2] spi: use gpio_desc instead of numeric gpio
From
: Chris Packham <Chris.Packham@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 2/2] spi: use gpio_desc instead of numeric gpio
From
: kbuild test robot <lkp@xxxxxxxxx>
Re: [PATCH v2 09/15] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
Re: [PATCH v2 07/15] MIPS: lantiq: Convert the xbar driver to a platform_driver
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
Re: [PATCH 2/2] spi: use gpio_desc instead of numeric gpio
From
: Chris Packham <Chris.Packham@xxxxxxxxxxxxxxxxxxx>
[spi:fix/imx 1/1] drivers/spi/spi-imx.c:241:9: error: 'struct spi_imx_data' has no member named 'dynamic_burst'
From
: kbuild test robot <fengguang.wu@xxxxxxxxx>
Re: [PATCH 2/2] spi: use gpio_desc instead of numeric gpio
From
: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
Applied "spi: imx: only allow dynamic burst in PIO mode" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: spi-fsl-dspi: ensure non-zero return on error path" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: imx: Revert "spi: imx: dynamic burst length adjust for PIO mode"" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH] Revert "spi: imx: dynamic burst length adjust for PIO mode"
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH linux-next v2 1/2] spi: imx: only allow dynamic burst in PIO mode
From
: <jiada_wang@xxxxxxxxxx>
[PATCH linux-next v2 2/2] spi: imx: don't manipulate trasnfer buffer directly
From
: <jiada_wang@xxxxxxxxxx>
[PATCH linux-next v2 0/2] follow up fix patch for dynamic burst
From
: <jiada_wang@xxxxxxxxxx>
[PATCH 2/2] spi: Add Meson SPICC driver
From
: Neil Armstrong <narmstrong@xxxxxxxxxxxx>
[PATCH 1/2] dt-bindings: spi-meson: Add SPICC bindings
From
: Neil Armstrong <narmstrong@xxxxxxxxxxxx>
[PATCH 0/2] spi: Add Meson SPICC driver
From
: Neil Armstrong <narmstrong@xxxxxxxxxxxx>
[PATCH] Revert "spi: imx: dynamic burst length adjust for PIO mode"
From
: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
Re: [PATCH v2 11/15] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
From
: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
Re: [PATCH] spi: add null check before pointer dereference
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH] spi: add null check before pointer dereference
From
: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
[PATCH 1/2] spi: orion: Handle GPIO chip-selects
From
: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx>
[PATCH 2/2] spi: use gpio_desc instead of numeric gpio
From
: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx>
[PATCH] spi: add null check before pointer dereference
From
: "Gustavo A. R. Silva" <garsilva@xxxxxxxxxxxxxx>
[PATCH] spi: orion: Handle GPIO chip-selects
From
: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH v5 6/6] spi: slave: Add SPI slave handler controlling system state
From
: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
Re: [PATCH v5 5/6] spi: slave: Add SPI slave handler reporting uptime at previous message
From
: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
[PATCH] spi: spi-fsl-dspi: ensure non-zero return on error path
From
: Nikita Yushchenko <nikita.yoush@xxxxxxxxxxxxxxxxxx>
[PATCH v5 0/6] spi: Add slave mode support
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH v5 1/6] spi: Document DT bindings for SPI controllers in slave mode
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH v5 5/6] spi: slave: Add SPI slave handler reporting uptime at previous message
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH v5 6/6] spi: slave: Add SPI slave handler controlling system state
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH v5 4/6] spi: sh-msiof: Add slave mode support
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH v5 2/6] spi: core: Add support for registering SPI slave controllers
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH v5 3/6] spi: Document SPI slave controller support
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
Re: spidev: Adjust five checks for null pointers
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH v4 5/6] spi: slave: Add SPI slave handler reporting uptime at previous message
From
: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
Re: [PATCH v4 5/6] spi: slave: Add SPI slave handler reporting uptime at previous message
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH v2 09/15] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
From
: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
Re: [PATCH v2 07/15] MIPS: lantiq: Convert the xbar driver to a platform_driver
From
: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
Re: [PATCH v2 07/15] MIPS: lantiq: Convert the xbar driver to a platform_driver
From
: John Crispin <john@xxxxxxxxxxx>
[PATCH linux-next 1/1] spi: imx: only allow dynamic burst in PIO mode
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
[PATCH v2 14/15] MIPS: lantiq: remove old USB PHY initialisation
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v2 13/15] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v2 15/15] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v2 12/15] MIPS: lantiq: remove old GPHY loader code
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v2 11/15] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v2 08/15] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v2 10/15] MIPS: lantiq: remove old reset controller implementation
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v2 07/15] MIPS: lantiq: Convert the xbar driver to a platform_driver
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v2 06/15] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v2 09/15] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v2 03/15] mtd: spi-falcon: drop check of boot select
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v2 04/15] watchdog: lantiq: access boot cause register through regmap
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v2 02/15] mtd: lantiq-flash: drop check of boot select
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v2 05/15] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v2 00/15] MIPS: lantiq: handle RCU register by separate drivers
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH v2 01/15] MIPS: lantiq: Use of_platform_populate instead of __dt_register_buses
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
Applied "spi: imx: fix issue when tx_buf or rx_buf is NULL" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 1/1] spi: imx: fix issue when tx_buf or rx_buf is NULL
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH] spi: imx: Revert "spi: imx: dynamic burst length adjust for PIO mode"
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH] spi: imx: Revert "spi: imx: dynamic burst length adjust for PIO mode"
From
: Fabio Estevam <festevam@xxxxxxxxx>
Re: [PATCH 1/1] spi: imx: fix issue when tx_buf or rx_buf is NULL
From
: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
Re: [PATCH 1/1] spi: imx: fix issue when tx_buf or rx_buf is NULL
From
: Chris Ruehl <chris.ruehl@xxxxxxxxxxxx>
Re: [PATCH] spi: imx: Revert "spi: imx: dynamic burst length adjust for PIO mode"
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
Re: [PATCH v4 5/6] spi: slave: Add SPI slave handler reporting uptime at previous message
From
: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
Re: [PATCH] spi: imx: Revert "spi: imx: dynamic burst length adjust for PIO mode"
From
: Fabio Estevam <festevam@xxxxxxxxx>
Re: [PATCH] spi: imx: Revert "spi: imx: dynamic burst length adjust for PIO mode"
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
Re: spidev: Adjust five checks for null pointers
From
: SF Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH] spi: imx: Revert "spi: imx: dynamic burst length adjust for PIO mode"
From
: Fabio Estevam <festevam@xxxxxxxxx>
Re: [PATCH] spi: imx: Revert "spi: imx: dynamic burst length adjust for PIO mode"
From
: Leonard Crestez <leonard.crestez@xxxxxxx>
[PATCH] spi: imx: Revert "spi: imx: dynamic burst length adjust for PIO mode"
From
: Fabio Estevam <fabio.estevam@xxxxxxx>
Re: [PATCH 2/2] spidev: Adjust five checks for null pointers
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 1/1] spi: imx: fix issue when tx_buf or rx_buf is NULL
From
: Leonard Crestez <leonard.crestez@xxxxxxx>
[PATCH 1/1] spi: imx: fix issue when tx_buf or rx_buf is NULL
From
: <jiada_wang@xxxxxxxxxx>
Re: [PATCH linux-next v2 1/1] spi: imx: dynamic burst length adjust for PIO mode
From
: Leonard Crestez <leonard.crestez@xxxxxxx>
Re: [PATCH linux-next v2 1/1] spi: imx: dynamic burst length adjust for PIO mode
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
Re: [PATCH linux-next v2 1/1] spi: imx: dynamic burst length adjust for PIO mode
From
: Leonard Crestez <leonard.crestez@xxxxxxx>
[PATCH 2/2] spidev: Adjust five checks for null pointers
From
: SF Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
[PATCH 1/2] spidev: Delete error messages for failed memory allocations in spidev_open()
From
: SF Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
[PATCH 0/2] spidev: Adjustments for six function implementations
From
: SF Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
[PATCH v4 0/6] spi: Add slave mode support
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH v4 3/6] spi: Document SPI slave controller support
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH v4 5/6] spi: slave: Add SPI slave handler reporting uptime at previous message
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH v4 2/6] spi: core: Add support for registering SPI slave controllers
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH v4 0/6]
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH v4 6/6] spi: slave: Add SPI slave handler controlling system state
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH v4 4/6] spi: sh-msiof: Add slave mode support
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH v4 1/6] spi: Document DT bindings for SPI controllers in slave mode
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH 2/2] spi-bfin5xx: Adjust 14 checks for null pointers
From
: SF Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
[PATCH 1/2] spi-bfin5xx: Delete an error message for a failed memory allocation in bfin_spi_setup()
From
: SF Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
[PATCH 0/2] spi-bfin5xx: Adjustments for four function implementations
From
: SF Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH 1/2] spi: spidev: introduce SPI_IOC_WR_DEFAULT_MAX_SPEED_HZ command
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH] spi: SPI_TI_QSPI should depend on HAS_DMA
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 0/2] spi: spidev: Introduce SPI_IOC_WR_DEFAULT_MAX_SPEED_HZ command
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH] spi: SPI_TI_QSPI should depend on HAS_DMA
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH] spi: SPI_TI_QSPI should depend on HAS_DMA
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH] spi: SPI_TI_QSPI should depend on HAS_DMA
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
[PATCH 1/2] spi: spidev: introduce SPI_IOC_WR_DEFAULT_MAX_SPEED_HZ command
From
: Seraphime Kirkovski <kirkseraph@xxxxxxxxx>
Re: [PATCH 2/2] spi: spidev: document SPI_IOC_WR_DEFAULT_MAX_SPEED_HZ
From
: Seraphime Kirkovski <kirkseraph@xxxxxxxxx>
Applied "spi: imx: dynamic burst length adjust for PIO mode" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: bcm63xx-hsspi: Export OF device ID table as module aliases" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: SPI_TI_QSPI should depend on HAS_DMA" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: spidev: use memdup_user" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: core: Fix devm_spi_register_master() function name in kerneldoc" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: spidev: remove unused completion" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: core: Replace S_IRUGO permissions by 0444" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH] spi: SPI_TI_QSPI should depend on HAS_DMA
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 2/2] spi: spidev: document SPI_IOC_WR_DEFAULT_MAX_SPEED_HZ
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 1/2] spi: spidev: introduce SPI_IOC_WR_DEFAULT_MAX_SPEED_HZ command
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH linux-next v2 0/1] improve imx spi performance
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 0/2] spi: spidev: Introduce SPI_IOC_WR_DEFAULT_MAX_SPEED_HZ command
From
: Seraphime Kirkovski <kirkseraph@xxxxxxxxx>
Re: [PATCH v3 4/6] spi: sh-msiof: Add slave mode support
From
: Rob Herring <robh@xxxxxxxxxx>
[PATCH 2/2] spi: spidev: document SPI_IOC_WR_DEFAULT_MAX_SPEED_HZ
From
: Seraphime Kirkovski <kirkseraph@xxxxxxxxx>
[PATCH 1/2] spi: spidev: introduce SPI_IOC_WR_DEFAULT_MAX_SPEED_HZ command
From
: Seraphime Kirkovski <kirkseraph@xxxxxxxxx>
[PATCH 0/2] spi: spidev: Introduce SPI_IOC_WR_DEFAULT_MAX_SPEED_HZ command
From
: Seraphime Kirkovski <kirkseraph@xxxxxxxxx>
Re: [PATCH v3 1/6] spi: Document DT bindings for SPI controllers in slave mode
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH v3 1/6] spi: Document DT bindings for SPI controllers in slave mode
From
: Rob Herring <robh@xxxxxxxxxx>
Re: [PATCH] spi: spidev: use memdup_user
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH/RFC] signal: Export signal_wake_up_state() to modules
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH/RFC] signal: Export signal_wake_up_state() to modules
From
: Oleg Nesterov <oleg@xxxxxxxxxx>
[PATCH] spi: spidev: use memdup_user
From
: Geliang Tang <geliangtang@xxxxxxxxx>
Re: [RESEND PATCH] spi: bcm63xx-hsspi: Export OF device ID table as module aliases
From
: Florian Fainelli <f.fainelli@xxxxxxxxx>
Re: [PATCH] spi: spidev: remove unused completion
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
[PATCH] spi: spidev: remove unused completion
From
: Seraphime Kirkovski <kirkseraph@xxxxxxxxx>
Re: [PATCH/RFC] signal: Export signal_wake_up_state() to modules
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH/RFC] signal: Export signal_wake_up_state() to modules
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH/RFC] signal: Export signal_wake_up_state() to modules
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH/RFC] signal: Export signal_wake_up_state() to modules
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH/RFC] signal: Export signal_wake_up_state() to modules
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
[PATCH/RFC] signal: Export signal_wake_up_state() to modules
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
Re: [PATCH v3 4/6] spi: sh-msiof: Add slave mode support
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH v3 2/6] spi: core: Add support for registering SPI slave controllers
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
[PATCH/RFC] spi: Generalize SPI "master" to "controller"
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH v3 4/6] spi: sh-msiof: Add slave mode support
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH v3 0/6] spi: Add slave mode support
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH v3 6/6] spi: slave: Add SPI slave handler controlling system state
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH v3 2/6] spi: core: Add support for registering SPI slave controllers
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH v3 5/6] spi: slave: Add SPI slave handler reporting uptime at previous message
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH v3 1/6] spi: Document DT bindings for SPI controllers in slave mode
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH v3 3/6] spi: Document SPI slave controller support
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH] spi: core: Replace S_IRUGO permissions by 0444
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH] spi: core: Fix devm_spi_register_master() function name in kerneldoc
From
: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
[PATCH] spi: SPI_TI_QSPI should depend on HAS_DMA
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
[GIT PULL] SPI updates for v4.12
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [RESEND PATCH] spi: bcm63xx-hsspi: Export OF device ID table as module aliases
From
: Jonas Gorski <jonas.gorski@xxxxxxxxx>
[RESEND PATCH] spi: bcm63xx-hsspi: Export OF device ID table as module aliases
From
: Andres Galacho <andresgalacho@xxxxxxxxx>
[PATCH linux-next v2 1/1] spi: imx: dynamic burst length adjust for PIO mode
From
: <jiada_wang@xxxxxxxxxx>
[PATCH linux-next v2 0/1] improve imx spi performance
From
: <jiada_wang@xxxxxxxxxx>
Re: [PATCH 1/2] spi: imx: dynamic burst length adjust for PIO mode
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
Re: [PATCH v1] spi: mxs: implement runtime pm
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH v1] spi: mxs: implement runtime pm
From
: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
Re: [PATCH v1] spi: mxs: implement runtime pm
From
: Lucas Stach <l.stach@xxxxxxxxxxxxxx>
Re: [PATCH RFC 0/5] *** SPI Slave mode support ***
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
[PATCH v1] spi: mxs: implement runtime pm
From
: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
Applied "spi: cadence: Allow for GPIO pins to be used as chipselects" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH] spi: cadence: Allow for GPIO pins to be used as chipselects
From
: Moritz Fischer <mdf@xxxxxxxxxx>
Re: [PATCH 08/13] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
From
: Rob Herring <robh@xxxxxxxxxx>
Re: [PATCH 06/13] MIPS: lantiq: Convert the xbar driver to a platform_driver
From
: Rob Herring <robh@xxxxxxxxxx>
Applied "spi-imx: Implements handling of the SPI_READY mode flag." to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH v2 2/2] spi: spi-ti-qspi: Use bounce buffer if read buffer is not DMA'ble
From
: Vignesh R <vigneshr@xxxxxx>
Re: [PATCH RFC 0/5] *** SPI Slave mode support ***
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH RFC 0/5] *** SPI Slave mode support ***
From
: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
Re: [PATCH RFC 0/5] *** SPI Slave mode support ***
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH RFC 0/5] *** SPI Slave mode support ***
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
Re: [PATCH 11/13] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
Re: [PATCH 09/13] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
Re: [PATCH 08/13] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
Re: [PATCH 06/13] MIPS: lantiq: Convert the xbar driver to a platform_driver
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
Re: [PATCH 11/13] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
Applied "spi: tegra: fix spelling mistake: "trasfer" -> "transfer"" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH RFC 0/5] *** SPI Slave mode support ***
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH RFC 0/5] *** SPI Slave mode support ***
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
Re: [PATCH RFC 0/5] *** SPI Slave mode support ***
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
[PATCH v3] spi-imx: Implements handling of the SPI_READY mode flag.
From
: Leif Middelschulte <leif.middelschulte@xxxxxxxxx>
Re: [PATCH v2] spi-imx: Implements handling of the SPI_READY mode flag.
From
: Jonas Gorski <jonas.gorski@xxxxxxxxx>
[PATCH] spi: tegra: fix spelling mistake: "trasfer" -> "transfer"
From
: Colin King <colin.king@xxxxxxxxxxxxx>
Re: [04/13] watchdog: lantiq: access boot cause register through regmap
From
: Guenter Roeck <linux@xxxxxxxxxxxx>
[PATCH v2] spi-imx: Implements handling of the SPI_READY mode flag.
From
: Leif Middelschulte <leif.middelschulte@xxxxxxxxx>
Re: [PATCH 11/13] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
From
: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>
Re: [PATCH v2 2/2] spi: spi-ti-qspi: Use bounce buffer if read buffer is not DMA'ble
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH] spi-imx: Implements handling of the SPI_READY mode flag.
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 06/13] MIPS: lantiq: Convert the xbar driver to a platform_driver
From
: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>
Re: [PATCH 01/13] MIPS: lantiq: Use of_platform_populate instead of __dt_register_buses
From
: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>
Re: [PATCH 07/13] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()
From
: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>
Applied "spi: spi-ti-qspi: Use bounce buffer if read buffer is not DMA'ble" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: Add can_dma like interface for spi_flash_read" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 02/13] mtd: lantiq-flash: drop check of boot select
From
: Brian Norris <computersforpeace@xxxxxxxxx>
[PATCH] spi-imx: Implements handling of the SPI_READY mode flag.
From
: Leif Middelschulte <leif.middelschulte@xxxxxxxxx>
Re: [PATCH 12/13] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
From
: Rob Herring <robh@xxxxxxxxxx>
Re: [PATCH 11/13] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
From
: Rob Herring <robh@xxxxxxxxxx>
Re: [PATCH 09/13] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
From
: Rob Herring <robh@xxxxxxxxxx>
Re: [PATCH 08/13] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
From
: Rob Herring <robh@xxxxxxxxxx>
Re: [PATCH 06/13] MIPS: lantiq: Convert the xbar driver to a platform_driver
From
: Rob Herring <robh@xxxxxxxxxx>
Applied "spi: dw: Disable clock after unregistering the host" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH] spi: dw: Disable clock after unregistering the host
From
: Marek Vasut <marex@xxxxxxx>
Applied "spi: atmel: add deepest PM support to SAMA5D2" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: double time out tolerance" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
RE: [PATCH 2/2] spi: atmel: add deepest PM support to SAMA5D2
From
: <Nicolas.Ferre@xxxxxxxxxxxxx>
Re: [PATCH 13/13] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation
From
: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>
Re: [PATCH 11/13] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
From
: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>
Re: [PATCH 08/13] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
From
: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>
Re: [PATCH 00/13] MIPS: lantiq: handle RCU register by separate drivers
From
: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>
[PATCH 13/13] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH 12/13] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH 11/13] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH 10/13] MIPS: lantiq: remove old GPHY loader code
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH 09/13] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH 08/13] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH 06/13] MIPS: lantiq: Convert the xbar driver to a platform_driver
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH 07/13] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH 05/13] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH 04/13] watchdog: lantiq: access boot cause register through regmap
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH 03/13] mtd: spi-falcon: drop check of boot select
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH 02/13] mtd: lantiq-flash: drop check of boot select
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH 01/13] MIPS: lantiq: Use of_platform_populate instead of __dt_register_buses
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH 00/13] MIPS: lantiq: handle RCU register by separate drivers
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
[PATCH] spi: double time out tolerance
From
: Hauke Mehrtens <hauke@xxxxxxxxxx>
Re: [PATCH 1/2] spi: atmel: factorize reusable code for SPI controller init
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 2/2] spi: atmel: add deepest PM support to SAMA5D2
From
: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxxxxxxxxx>
Re: [PATCH 1/2] spi: atmel: factorize reusable code for SPI controller init
From
: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxxxxxxxxx>
[PATCH 2/2] spi: atmel: add deepest PM support to SAMA5D2
From
: Quentin Schulz <quentin.schulz@xxxxxxxxxxxxxxxxxx>
[PATCH 1/2] spi: atmel: factorize reusable code for SPI controller init
From
: Quentin Schulz <quentin.schulz@xxxxxxxxxxxxxxxxxx>
Re: [PATCH RFC 0/5] *** SPI Slave mode support ***
From
: Jiada Wang <jiada_wang@xxxxxxxxxx>
Re: [PATCH RFC 0/5] *** SPI Slave mode support ***
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH RFC 0/5] *** SPI Slave mode support ***
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH RFC 2/5] spi: spidev: use different name for SPI controller slave mode device
From
: <jiada_wang@xxxxxxxxxx>
[PATCH RFC 0/5] *** SPI Slave mode support ***
From
: <jiada_wang@xxxxxxxxxx>
[PATCH RFC 1/5] spi: core: add support to work in Slave mode
From
: <jiada_wang@xxxxxxxxxx>
[PATCH RFC 3/5] spi: imx: add selection for iMX53 and iMX6 controller
From
: <jiada_wang@xxxxxxxxxx>
[PATCH RFC 5/5] spi: imx: Add support for SPI Slave mode for imx53 and imx6 chips
From
: <jiada_wang@xxxxxxxxxx>
[PATCH RFC 4/5] ARM: dts: imx: change compatiblity for SPI controllers on imx53 later soc
From
: <jiada_wang@xxxxxxxxxx>
Applied "spi: atmel: factorize reusable code for SPI controller init" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 2/2] spi: atmel: add PM support to SAMA5D2
From
: Nicolas Ferre <nicolas.ferre@xxxxxxxxxxxxx>
Re: [PATCH 1/2] spi: atmel: factorize reusable code for SPI controller init
From
: Nicolas Ferre <nicolas.ferre@xxxxxxxxxxxxx>
[PATCH 2/2] spi: atmel: add PM support to SAMA5D2
From
: Quentin Schulz <quentin.schulz@xxxxxxxxxxxxxxxxxx>
[PATCH 1/2] spi: atmel: factorize reusable code for SPI controller init
From
: Quentin Schulz <quentin.schulz@xxxxxxxxxxxxxxxxxx>
[PATCH v2 2/2] spi: spi-ti-qspi: Use bounce buffer if read buffer is not DMA'ble
From
: Vignesh R <vigneshr@xxxxxx>
[PATCH v2 0/2] spi-ti-qspi: Handle vmalloc'd buffers
From
: Vignesh R <vigneshr@xxxxxx>
[PATCH v2 1/2] spi: Add can_dma like interface for spi_flash_read
From
: Vignesh R <vigneshr@xxxxxx>
[PATCH] spi: orion: add LSB support
From
: Bastian Stender <bst@xxxxxxxxxxxxxx>
Re: [PATCH] spi: pl022: don't use uninitialized variable
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH] spi: pl022: don't use uninitialized variable
From
: Rabin Vincent <rabin.vincent@xxxxxxxx>
Applied "spi: pl022: don't use uninitialized variable" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH] spi: pl022: don't use uninitialized variable
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH] spi: pl022: don't use uninitialized variable
From
: Rabin Vincent <rabin.vincent@xxxxxxxx>
Re: [PATCH 2/2] spi: spi-ti-qspi: Use bounce buffer if read buffer is not DMA'ble
From
: kbuild test robot <lkp@xxxxxxxxx>
Re: [PATCHv2] spi: zynqmp: Add runtime support
From
: Shubhrajyoti Datta <shubhrajyoti.datta@xxxxxxxxx>
Re: [PATCH 2/2] spi: spi-ti-qspi: Use bounce buffer if read buffer is not DMA'ble
From
: Vignesh R <vigneshr@xxxxxx>
Re: [PATCH 2/2] spi: spi-ti-qspi: Use bounce buffer if read buffer is not DMA'ble
From
: kbuild test robot <lkp@xxxxxxxxx>
[PATCH 1/2] spi: Add can_dma like interface for spi_flash_read
From
: Vignesh R <vigneshr@xxxxxx>
[PATCH 2/2] spi: spi-ti-qspi: Use bounce buffer if read buffer is not DMA'ble
From
: Vignesh R <vigneshr@xxxxxx>
[PATCH 0/2] spi-ti-qspi: Handle vmalloc'd buffers
From
: Vignesh R <vigneshr@xxxxxx>
Applied "spi: loopback-test: fix spelling mistake: "minimam" -> "minimum"" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH] spi: loopback-test: fix spelling mistake: "minimam" -> "minimum"
From
: Colin King <colin.king@xxxxxxxxxxxxx>
Re: Applied "spi: dynamycally allocated message initialization" to the spi tree
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Applied "spi: dynamycally allocated message initialization" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH] spi: dynamycally allocated message initialization
From
: Emiliano Ingrassia <ingrassia@xxxxxxxxxxxxxx>
[spi:topic/ti-qspi 10/11] drivers/spi/spi-ti-qspi.c:404:7: error: implicit declaration of function 'dmaengine_prep_dma_memcpy'
From
: kbuild test robot <fengguang.wu@xxxxxxxxx>
Applied "spi: spi-ti-qspi: Remove unused dma_dev variable" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH] spi: spi-ti-qspi: Remove unused dma_dev variable
From
: Vignesh R <vigneshr@xxxxxx>
Applied "spi: omap2-mcspi: poll OMAP2_MCSPI_CHSTAT_RXS for PIO transfer" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: spi-ti-qspi: Use dma_engine wrapper for dma memcpy call" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 2/2] spi: bcm2835: Allow platform to set realtime priority
From
: Lukas Wunner <lukas@xxxxxxxxx>
[PATCH] spi: spi-ti-qspi: Use dma_engine wrapper for dma memcpy call
From
: Vignesh R <vigneshr@xxxxxx>
Re: [PATCH 2/2] spi: bcm2835: Allow platform to set realtime priority
From
: Stefan Wahren <stefan.wahren@xxxxxxxx>
Re: [PATCH 2/2] spi: bcm2835: Allow platform to set realtime priority
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 2/2] spi: bcm2835: Allow platform to set realtime priority
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 2/2] spi: bcm2835: Allow platform to set realtime priority
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 2/2] spi: bcm2835: Allow platform to set realtime priority
From
: kernel@xxxxxxxxxxxxxxxx
Re: [PATCH 2/2] spi: bcm2835: Allow platform to set realtime priority
From
: Lukas Wunner <lukas@xxxxxxxxx>
Re: [PATCH 2/2] spi: bcm2835: Allow platform to set realtime priority
From
: Linus Walleij <linus.walleij@xxxxxxxxxx>
Re: [PATCH 2/2] spi: bcm2835: Allow platform to set realtime priority
From
: Lukas Wunner <lukas@xxxxxxxxx>
Re: [PATCH 1/2] spi: Allow master drivers to set realtime priority
From
: Linus Walleij <linus.walleij@xxxxxxxxxx>
Re: [PATCH 2/2] spi: bcm2835: Allow platform to set realtime priority
From
: Linus Walleij <linus.walleij@xxxxxxxxxx>
Re: [PATCH 2/2] spi: bcm2835: Allow platform to set realtime priority
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 2/2] spi: bcm2835: Allow platform to set realtime priority
From
: Lukas Wunner <lukas@xxxxxxxxx>
Re: [PATCH 2/2] spi: bcm2835: Allow platform to set realtime priority
From
: Lukas Wunner <lukas@xxxxxxxxx>
Re: [PATCH 2/2] spi: bcm2835: Allow platform to set realtime priority
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH 2/2] spi: bcm2835: Allow platform to set realtime priority
From
: Alexander Stein <alexanders83@xxxxxx>
[PATCH 2/2] spi: bcm2835: Allow platform to set realtime priority
From
: Lukas Wunner <lukas@xxxxxxxxx>
[PATCH 1/2] spi: Allow master drivers to set realtime priority
From
: Lukas Wunner <lukas@xxxxxxxxx>
Re: [PATCH 3/8] spi: davinci: limit the transfer size if DMA enabled
From
: Frode Isaksen <fisaksen@xxxxxxxxxxxx>
Re: [PATCH 3/8] spi: davinci: limit the transfer size if DMA enabled
From
: Sekhar Nori <nsekhar@xxxxxx>
Re: [PATCH 3/8] spi: davinci: limit the transfer size if DMA enabled
From
: Peter Ujfalusi <peter.ujfalusi@xxxxxx>
Re: [PATCH 3/8] spi: davinci: limit the transfer size if DMA enabled
From
: Frode Isaksen <fisaksen@xxxxxxxxxxxx>
Re: [PATCH 2/2] spi: imx: fix use of native chip-selects with devicetree
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH 2/2] spi: imx: fix use of native chip-selects with devicetree
From
: Greg Ungerer <gerg@xxxxxxxxxxxxxx>
[PATCH] spi: omap2-mcspi: poll OMAP2_MCSPI_CHSTAT_RXS for PIO transfer
From
: Akinobu Mita <akinobu.mita@xxxxxxxxx>
Re: [PATCH 3/8] spi: davinci: limit the transfer size if DMA enabled
From
: Peter Ujfalusi <peter.ujfalusi@xxxxxx>
Re: [PATCH 2/2] spi: imx: fix use of native chip-selects with devicetree
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH 2/2] spi: imx: fix use of native chip-selects with devicetree
From
: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
Re: [PATCH] arm64: dts: hi6220: enable DMA in spi0
From
: Antonio Borneo <borneo.antonio@xxxxxxxxx>
Applied "spi: sun6i: update max transfer size reported" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: pl022: remove nonexistent properties from DT binding example" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: spidev_test: add option to continuously transfer data" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: pl022: Document property values" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: loopback-test: fix potential integer overflow on multiple" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
spi: spidev_test: add option to continuously transfer data - v2
From
: Frode Isaksen <fisaksen@xxxxxxxxxxxx>
[PATCH v2] spi: spidev_test: add option to continuously transfer data
From
: Frode Isaksen <fisaksen@xxxxxxxxxxxx>
Re: [PATCH 2/2] spi: imx: fix use of native chip-selects with devicetree
From
: Greg Ungerer <gerg@xxxxxxxxxxxxxx>
[PATCHv2 2/2] spi: imx: document use of native chip-selects in devicetree
From
: Greg Ungerer <gerg@xxxxxxxxxxxxxx>
[PATCHv2 1/2] spi: imx: fix use of native chip-selects with devicetree
From
: Greg Ungerer <gerg@xxxxxxxxxxxxxx>
[PATCHv2 0/2] spi: imx: native chip selects and devicetree
From
: Greg Ungerer <gerg@xxxxxxxxxxxxxx>
Re: [PATCH 2/2] spi: imx: fix use of native chip-selects with devicetree
From
: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
Re: [PATCH 2/2] spi: imx: fix use of native chip-selects with devicetree
From
: Greg Ungerer <gerg@xxxxxxxxxxxxxx>
Re: [PATCH 2/2] spi: imx: fix use of native chip-selects with devicetree
From
: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
Re: [PATCH] spi: sun6i: update max transfer size reported
From
: Maxime Ripard <maxime.ripard@xxxxxxxxxxxxxxxxxx>
Re: [PATCH 2/2] spi: imx: fix use of native chip-selects with devicetree
From
: Greg Ungerer <gerg@xxxxxxxxxxxxxx>
Re: [PATCH] spi: spidev_test: add option to continously transfer data
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH] spi: loopback-test: fix potential integer overflow on multiple
From
: Colin King <colin.king@xxxxxxxxxxxxx>
Re: [PATCH 1/4] spi: pl022: remove nonexistent properties from DT binding example
From
: Mark Rutland <mark.rutland@xxxxxxx>
[PATCH] spi: spidev_test: add option to continously transfer data
From
: Frode Isaksen <fisaksen@xxxxxxxxxxxx>
Re: [PATCH 2/2] spi: imx: fix use of native chip-selects with devicetree
From
: Vladimir Zapolskiy <vladimir_zapolskiy@xxxxxxxxxx>
[PATCH] spi: pl022: Document property values
From
: Antonio Borneo <borneo.antonio@xxxxxxxxx>
Re: [PATCH 1/2] spi: imx: set correct chip_select in platform setup
From
: Greg Ungerer <gerg@xxxxxxxxxxxxxx>
Re: [PATCH 2/4] ARM: SPEAr: DT: Remove nonexistent properties
From
: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
[PATCH 2/4] ARM: SPEAr: DT: Remove nonexistent properties
From
: Antonio Borneo <borneo.antonio@xxxxxxxxx>
[PATCH 3/4] arm64: dts: amd: Remove nonexistent property
From
: Antonio Borneo <borneo.antonio@xxxxxxxxx>
[PATCH 4/4] arm64: dts: NS2: Remove nonexistent properties
From
: Antonio Borneo <borneo.antonio@xxxxxxxxx>
[PATCH 1/4] spi: pl022: remove nonexistent properties from DT binding example
From
: Antonio Borneo <borneo.antonio@xxxxxxxxx>
Re: [PATCH 2/2] spi: imx: fix use of native chip-selects with devicetree
From
: Shawn Guo <shawnguo@xxxxxxxxxx>
Re: [PATCH 1/2] spi: imx: set correct chip_select in platform setup
From
: Shawn Guo <shawnguo@xxxxxxxxxx>
Re: [PATCH 0/2] spi: imx: native chip selects and devicetree
From
: Shawn Guo <shawnguo@xxxxxxxxxx>
Applied "spi: davinci: add comment about dummy tx buffer usage" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: loopback-test: don't skip comparing the first byte of rx_buf" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: loopback-test: fix compile error on x86" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: loopback-test: add ability to test zero-length transfer" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: loopback-test: add test spi_message with delay after transfers" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: loopback-test: correct mismatched test description and configuration" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: loopback-test: test zero-length transfer" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: loopback-test: add elapsed time check" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH] spi: Add spi-bits-per-word binding.
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH 6/6] spi: loopback-test: add test spi_message with delay after transfers
From
: Akinobu Mita <akinobu.mita@xxxxxxxxx>
[PATCH 4/6] spi: loopback-test: test zero-length transfer
From
: Akinobu Mita <akinobu.mita@xxxxxxxxx>
[PATCH 5/6] spi: loopback-test: add elapsed time check
From
: Akinobu Mita <akinobu.mita@xxxxxxxxx>
[PATCH 3/6] spi: loopback-test: add ability to test zero-length transfer
From
: Akinobu Mita <akinobu.mita@xxxxxxxxx>
[PATCH 2/6] spi: loopback-test: don't skip comparing the first byte of rx_buf
From
: Akinobu Mita <akinobu.mita@xxxxxxxxx>
[PATCH 0/6] spi: loopback-test: add new tests and bug fixes
From
: Akinobu Mita <akinobu.mita@xxxxxxxxx>
[PATCH 1/6] spi: loopback-test: correct mismatched test description and configuration
From
: Akinobu Mita <akinobu.mita@xxxxxxxxx>
[PATCH] spi: davinci: add comment about dummy tx buffer usage
From
: Frode Isaksen <fisaksen@xxxxxxxxxxxx>
[PATCH] spi: loopback-test: fix compile error on x86
From
: Frode Isaksen <fisaksen@xxxxxxxxxxxx>
[PATCH 2/2] spi: imx: fix use of native chip-selects with devicetree
From
: Greg Ungerer <gerg@xxxxxxxxxxxxxx>
[PATCH 1/2] spi: imx: set correct chip_select in platform setup
From
: Greg Ungerer <gerg@xxxxxxxxxxxxxx>
[PATCH 0/2] spi: imx: native chip selects and devicetree
From
: Greg Ungerer <gerg@xxxxxxxxxxxxxx>
[spi:topic/loopback 10/10] drivers/spi/spi-loopback-test.c:983:3: error: implicit declaration of function 'vmalloc'
From
: kbuild test robot <fengguang.wu@xxxxxxxxx>
Applied "spi: loopback-test: add option to use vmalloc'ed buffers" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: spidev: Add sx1301 to device tree compatibility list" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCH] spi: spidev: Add sx1301 to device tree compatibility list
From
: Ben Whitten <ben.whitten@xxxxxxxxx>
Applied "spi: davinci: use rx buffer as dummy tx buffer" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: davinci: do not use DMA if transfer length is less than 16" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: davinci: do not use DMA for vmalloc'ed buffers" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH v3 3/6] spi: davinci: use rx buffer as dummy tx buffer
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH] [v2] mtd: spi-nor: don't include linux/mtd/cfi.h from header
From
: Cyrille Pitchen <cyrille.pitchen@xxxxxxxxx>
Re: [RFC PATCH 2/2] mtd: devices: m25p80: Enable spi-nor bounce buffer support
From
: Vignesh R <vigneshr@xxxxxx>
Re: [RFC] spi: imx: fix use of native chip-selects with devicetree
From
: Greg Ungerer <gregungerer@xxxxxxxxxxxxxx>
Re: [PATCH] spi: Add spi-bits-per-word binding.
From
: Adrian Fiergolski <Adrian.Fiergolski@xxxxxxx>
Re: [PATCH] spi: Add spi-bits-per-word binding.
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH] spi: Add spi-bits-per-word binding.
From
: Adrian Fiergolski <Adrian.Fiergolski@xxxxxxx>
Re: [PATCH] spi: Add spi-bits-per-word binding.
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH] spi: Add spi-bits-per-word binding.
From
: Adrian Fiergolski <Adrian.Fiergolski@xxxxxxx>
Re: Applied "spi: davinci: enable DMA when channels are defined in DT" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: xlp: update for ARCH_VULCAN2" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi/bcm63xx-hsspi: allow for probing through devicetree" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: lantiq-ssc: add LTQ_ prefix to defines" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: fsl: Call irq_dispose_mapping in err path" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi/bcm63xx-hsspi: allow providing clock rate through a second clock" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi/bcm63xx-hsspi: document bcm63xx HS SPI devicetree bindings" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [RFC] spi: imx: fix use of native chip-selects with devicetree
From
: Greg Ungerer <gerg@xxxxxxxxxxxxxx>
Re: [RFC] spi: imx: fix use of native chip-selects with devicetree
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
[RFC] spi: imx: fix use of native chip-selects with devicetree
From
: Greg Ungerer <gerg@xxxxxxxxxxxxxx>
[PATCH] spi: xlp: update for ARCH_VULCAN2
From
: Jayachandran C <jnair@xxxxxxxxxxxxxxxxxx>
Re: Applied "spi: davinci: enable DMA when channels are defined in DT" to the spi tree
From
: Frode Isaksen <fisaksen@xxxxxxxxxxxx>
Re: [PATCH v6 2/3] mtd: spi-nor: Add spi-nor flash device synchronization between flash states
From
: Kamal Dasu <kamal.dasu@xxxxxxxxxxxx>
[PATCH] spi: fsl: Call irq_dispose_mapping in err path
From
: Liu Xiang <liu.xiang6@xxxxxxxxxx>
Re: Applied "spi: davinci: enable DMA when channels are defined in DT" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: Applied "spi: davinci: enable DMA when channels are defined in DT" to the spi tree
From
: Frode Isaksen <fisaksen@xxxxxxxxxxxx>
Re: spi-sun4i: how/where to set the bus number of spi_master ?
From
: Maxime Ripard <maxime.ripard@xxxxxxxxxxxxxxxxxx>
Re: [PATCH v6 2/3] mtd: spi-nor: Add spi-nor flash device synchronization between flash states
From
: Cyrille Pitchen <cyrille.pitchen@xxxxxxxxxx>
spi-sun4i: how/where to set the bus number of spi_master ?
From
: Frank Schäfer <fschaefer.oss@xxxxxxxxxxxxxx>
Applied "spi: davinci: enable DMA when channels are defined in DT" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: davinci: Use SPI framework to handle DMA mapping" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: sun6i: Allow transfers larger than FIFO size" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH] spi: sun6i: Allow transfers larger than FIFO size
From
: Maxime Ripard <maxime.ripard@xxxxxxxxxxxxxxxxxx>
Re: [PATCH] iio: adc: add max1117/max1118/max1119 ADC driver
From
: Akinobu Mita <akinobu.mita@xxxxxxxxx>
Re: [RFC PATCH 2/2] mtd: devices: m25p80: Enable spi-nor bounce buffer support
From
: Vignesh R <vigneshr@xxxxxx>
Applied "spi: allow attaching device properties to SPI board info" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: allow registering empty spi_board_info lists" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Applied "spi: sc18is602: Add OF device ID table" to the spi tree
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH] iio: adc: add max1117/max1118/max1119 ADC driver
From
: Jonathan Cameron <jic23@xxxxxxxxxx>
Re: [PATCH v6 2/3] mtd: spi-nor: Add spi-nor flash device synchronization between flash states
From
: Marek Vasut <marex@xxxxxxx>
Re: [PATCH v6 2/3] mtd: spi-nor: Add spi-nor flash device synchronization between flash states
From
: Kamal Dasu <kdasu.kdev@xxxxxxxxx>
Re: [RFC PATCH 2/2] mtd: devices: m25p80: Enable spi-nor bounce buffer support
From
: Mark Brown <broonie@xxxxxxxxxx>
[PATCHv2] spi: zynqmp: Add runtime support
From
: Shubhrajyoti Datta <shubhrajyoti.datta@xxxxxxxxxx>
Re: [RFC PATCH 2/2] mtd: devices: m25p80: Enable spi-nor bounce buffer support
From
: Frode Isaksen <fisaksen@xxxxxxxxxxxx>
Re: [PATCH V2 2/3] dt-bindings: spi: document bcm63xx HS SPI devicetree bindings
From
: Rob Herring <robh@xxxxxxxxxx>
Re: [PATCH] spi: zynqmp: Add runtime support
From
: Shubhrajyoti Datta <shubhrajyoti.datta@xxxxxxxxx>
Re: [PATCH v2] ARM: spi/sun7i: Add Master Sample Data Mode for SPI
From
: Siarhei Siamashka <siarhei.siamashka@xxxxxxxxx>
Re: [RFC PATCH 2/2] mtd: devices: m25p80: Enable spi-nor bounce buffer support
From
: Boris Brezillon <boris.brezillon@xxxxxxxxxxxxxxxxxx>
Re: [RFC PATCH 2/2] mtd: devices: m25p80: Enable spi-nor bounce buffer support
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [RFC PATCH 2/2] mtd: devices: m25p80: Enable spi-nor bounce buffer support
From
: Vignesh R <vigneshr@xxxxxx>
Re: [RFC PATCH 2/2] mtd: devices: m25p80: Enable spi-nor bounce buffer support
From
: Cyrille Pitchen <cyrille.pitchen@xxxxxxxxx>
Re: [RFC PATCH 2/2] mtd: devices: m25p80: Enable spi-nor bounce buffer support
From
: Boris Brezillon <boris.brezillon@xxxxxxxxxxxxxxxxxx>
Re: [PATCH] spi: zynqmp: Add runtime support
From
: Sören Brinkmann <soren.brinkmann@xxxxxxxxxx>
[Index of Archives]
[CentOS]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]
[Kernel Announce]