Re: [PATCH V2 3/5] spi: lpspi: Add 8qm/qxp support for lpspi

2018-10-24 Thread Mark Brown
On Wed, Oct 24, 2018 at 07:58:27AM +, Clark Wang wrote: > Add both ipg and per clock for lpspi to support i.MX8QM/QXP boards. I'm missing both the cover letter and rest of the series so I don't know what's going on with dependencies here - what's the story? > Signed-off-by: Xiaoning Wang Pl

[PATCH V2 3/5] spi: lpspi: Add 8qm/qxp support for lpspi

2018-10-24 Thread Clark Wang
Add both ipg and per clock for lpspi to support i.MX8QM/QXP boards. Signed-off-by: Xiaoning Wang --- V2: - No changes. --- drivers/spi/spi-fsl-lpspi.c | 52 + 1 file changed, 41 insertions(+), 11 deletions(-) diff --git a/drivers/spi/spi-fsl-lpspi.c b/driver