[PATCH 1/1] spi: mediatek: add power control when set_cs

2019-10-23 Thread Luhua Xu
From: "luhua.xu" Use runtime PM to power spi when set_cs As set_cs may be called from interrupt context, set runtime PM IRQ safe for spi. Signed-off-by: luhua.xu --- drivers/spi/spi-mt65xx.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/spi/spi-mt65xx.c

[PATCH 0/1] Add spi power control when set cs

2019-10-23 Thread Luhua Xu
This patch add power control when set spi cs to fix register access violation. luhua.xu (1): spi: mediatek: add power control when set_cs drivers/spi/spi-mt65xx.c | 12 1 file changed, 12 insertions(+)

[PATCH 0/3] MT6765 spi support

2019-09-11 Thread Luhua Xu
These patch series add Mediatek mt6765 spi support, and add spi DMA large PA support on some platforms. luhua.xu (3): dt-bindings: spi: update bindings for MT6765 SoC spi: mediatek: add spi support for mt6765 IC spi: mediatek: support large PA .../devicetree/bindings/spi/spi-mt65xx.txt