Re: [PATCH v7 1/6] spi: rockchip_sfc: add support for Rockchip SFC

2021-08-11 Thread Philipp Tomsich
On Thu, 5 Aug 2021 at 10:26, Jon Lin wrote: > > From: Chris Morgan > > This patch adds support for the Rockchip serial flash controller > found on the PX30 SoC. It should work for versions 3-5 of the SFC > IP, however I am only able to test it on v3. > > This is adapted from the WIP SPI-MEM drive

Re: [PATCH v7 1/6] spi: rockchip_sfc: add support for Rockchip SFC

2021-08-11 Thread Kever Yang
On 2021/8/5 下午4:26, Jon Lin wrote: From: Chris Morgan This patch adds support for the Rockchip serial flash controller found on the PX30 SoC. It should work for versions 3-5 of the SFC IP, however I am only able to test it on v3. This is adapted from the WIP SPI-MEM driver for the SFC on mai

Re: [PATCH v7 1/6] spi: rockchip_sfc: add support for Rockchip SFC

2021-08-05 Thread Chris Morgan
On Thu, Aug 05, 2021 at 04:56:31PM +0530, Jagan Teki wrote: > On Thu, Aug 5, 2021 at 1:57 PM Jon Lin wrote: > > > > From: Chris Morgan > > > > This patch adds support for the Rockchip serial flash controller > > found on the PX30 SoC. It should work for versions 3-5 of the SFC > > IP, however I a

Re: [PATCH v7 1/6] spi: rockchip_sfc: add support for Rockchip SFC

2021-08-05 Thread Jagan Teki
On Thu, Aug 5, 2021 at 1:57 PM Jon Lin wrote: > > From: Chris Morgan > > This patch adds support for the Rockchip serial flash controller > found on the PX30 SoC. It should work for versions 3-5 of the SFC > IP, however I am only able to test it on v3. > > This is adapted from the WIP SPI-MEM dri

[PATCH v7 1/6] spi: rockchip_sfc: add support for Rockchip SFC

2021-08-05 Thread Jon Lin
From: Chris Morgan This patch adds support for the Rockchip serial flash controller found on the PX30 SoC. It should work for versions 3-5 of the SFC IP, however I am only able to test it on v3. This is adapted from the WIP SPI-MEM driver for the SFC on mainline Linux. Note that the main differe