Date
1 - 5 of 5
[PATCH 4.4.y-cip 00/14] Renesas RZ/G1H add support for CAN, IPMMU, QSPI, RTC
Lad Prabhakar
Hi All,
This patch series adds support for below peripherals (along with fixes to msiof driver), * CAN * IPMMU * QSPI * RTC All the patches have been cherry picked from upstream kernel. Cheers, Prabhakar Geert Uytterhoeven (2): spi: sh-msiof: Avoid writing to registers from spi_master.setup() spi: sh-msiof: Implement cs-gpios configuration Lad Prabhakar (12): ARM: dts: r8a7742-iwg21m: Sort the nodes alphabetically ARM: dts: r8a7742-iwg21m: Add RTC support spi: renesas,rspi: Add r8a7742 to the compatible list ARM: dts: r8a7742: Add QSPI support ARM: dts: r8a7742-iwg21m: Add SPI NOR support ARM: dts: r8a7742-iwg21d-q7: Add SPI NOR support pinctrl: sh-pfc: r8a7790: Add CAN pins, groups and functions dt-bindings: can: rcar_can: Add r8a7742 support ARM: dts: r8a7742: Add CAN support ARM: dts: r8a7742-iwg21d-q7: Add can1 support to carrier board ARM: dts: r8a7742-iwg21d-q7-dbcm-ca: Add can0 support to camera DB ARM: dts: r8a7742: Add IPMMU DT nodes .../devicetree/bindings/net/can/rcar_can.txt | 3 +- .../devicetree/bindings/spi/spi-rspi.txt | 1 + .../boot/dts/r8a7742-iwg21d-q7-dbcm-ca.dts | 11 ++ arch/arm/boot/dts/r8a7742-iwg21d-q7.dts | 52 ++++++++ arch/arm/boot/dts/r8a7742-iwg21m.dtsi | 79 +++++++++++- arch/arm/boot/dts/r8a7742.dtsi | 90 ++++++++++++++ drivers/pinctrl/sh-pfc/pfc-r8a7790.c | 112 +++++++++++++++++- drivers/spi/spi-sh-msiof.c | 92 +++++++++++--- 8 files changed, 418 insertions(+), 22 deletions(-) -- 2.17.1 |
|
Nobuhiro Iwamatsu
Hi,
toggle quoted message
Show quoted text
-----Original Message-----I reviewed this patch series, there is not issue. I can apply and push if there is no objection. Best regards, Nobuhiro |
|
Pavel Machek
Hi!
I don't see any problems either, so no objections from me..../devicetree/bindings/net/can/rcar_can.txt | 3 +-I reviewed this patch series, there is not issue. Best regards, Pavel -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany |
|
Nobuhiro Iwamatsu
Hi all,
toggle quoted message
Show quoted text
-----Original Message-----OK, I will push this series. Best regards,Best regards, Nobuhiro |
|
Lad Prabhakar
Hi Nobuhiro, Pavel,
toggle quoted message
Show quoted text
-----Original Message-----Thank you for the review and acceptance. Cheers, Prabhakar |
|