|
[PATCH 4.4.y-cip 12/14] ARM: dts: r8a7742-iwg21d-q7: Add can1 support to carrier board
commit 68ee7720a01cf20e1de20a2e770b6568db18c253 upstream.
This patch enables CAN1 interface exposed through connector J20 on the
carrier board.
Signed-off-by: Lad Prabhakar
commit 68ee7720a01cf20e1de20a2e770b6568db18c253 upstream.
This patch enables CAN1 interface exposed through connector J20 on the
carrier board.
Signed-off-by: Lad Prabhakar
|
By
Lad Prabhakar
·
#5781
·
|
|
[PATCH 4.4.y-cip 11/14] ARM: dts: r8a7742: Add CAN support
commit 5a81ade1dd284a25c25b7582e94e33e5690c3da5 upstream.
Add the definitions for can0 and can1 to the r8a7742 SoC dtsi.
Signed-off-by: Lad Prabhakar
commit 5a81ade1dd284a25c25b7582e94e33e5690c3da5 upstream.
Add the definitions for can0 and can1 to the r8a7742 SoC dtsi.
Signed-off-by: Lad Prabhakar
|
By
Lad Prabhakar
·
#5780
·
|
|
[PATCH 4.4.y-cip 10/14] dt-bindings: can: rcar_can: Add r8a7742 support
commit df73446a2882a4336cad473d8eb9d895e49f092b upstream.
Document RZ/G1H (r8a7742) SoC specific bindings. The R8A7742 CAN module
is identical to R-Car Gen2 family.
No driver change is needed due to
commit df73446a2882a4336cad473d8eb9d895e49f092b upstream.
Document RZ/G1H (r8a7742) SoC specific bindings. The R8A7742 CAN module
is identical to R-Car Gen2 family.
No driver change is needed due to
|
By
Lad Prabhakar
·
#5779
·
|
|
[PATCH 4.4.y-cip 09/14] pinctrl: sh-pfc: r8a7790: Add CAN pins, groups and functions
commit bbf369d4e59a248ed715041267951f5cd051b317 upstream.
Add pins, groups and functions for the CAN{0,1} interface.
Signed-off-by: Lad Prabhakar
commit bbf369d4e59a248ed715041267951f5cd051b317 upstream.
Add pins, groups and functions for the CAN{0,1} interface.
Signed-off-by: Lad Prabhakar
|
By
Lad Prabhakar
·
#5778
·
|
|
[PATCH 4.4.y-cip 08/14] ARM: dts: r8a7742-iwg21d-q7: Add SPI NOR support
commit 8368ca1540f0ff5bf4cfe92b1ea7fc8045f61d50 upstream.
Add support for the SPI NOR device which is connected to MSIOF0 interface
on the iWave RainboW-G21d-q7 board.
Signed-off-by: Lad Prabhakar
commit 8368ca1540f0ff5bf4cfe92b1ea7fc8045f61d50 upstream.
Add support for the SPI NOR device which is connected to MSIOF0 interface
on the iWave RainboW-G21d-q7 board.
Signed-off-by: Lad Prabhakar
|
By
Lad Prabhakar
·
#5777
·
|
|
[PATCH 4.4.y-cip 07/14] spi: sh-msiof: Implement cs-gpios configuration
From: Geert Uytterhoeven <geert+renesas@...>
commit b8761434bdec32fa46a644c26a12d16a9b0f58d8 upstream.
The current support for GPIO chip selects assumes the GPIOs have been
configured by
From: Geert Uytterhoeven <geert+renesas@...>
commit b8761434bdec32fa46a644c26a12d16a9b0f58d8 upstream.
The current support for GPIO chip selects assumes the GPIOs have been
configured by
|
By
Lad Prabhakar
·
#5776
·
|
|
[PATCH 4.4.y-cip 06/14] spi: sh-msiof: Avoid writing to registers from spi_master.setup()
From: Geert Uytterhoeven <geert+renesas@...>
commit 7ff0b53c4051145d1cf992d2f60987e6447eed4f upstream.
The spi_master.setup() callback must not change configuration registers,
as that could
From: Geert Uytterhoeven <geert+renesas@...>
commit 7ff0b53c4051145d1cf992d2f60987e6447eed4f upstream.
The spi_master.setup() callback must not change configuration registers,
as that could
|
By
Lad Prabhakar
·
#5775
·
|
|
[PATCH 4.4.y-cip 05/14] ARM: dts: r8a7742-iwg21m: Add SPI NOR support
commit fc7f54fb13b807c556770a69468188947981a400 upstream.
Add support for the SPI NOR device used to boot up the system
to the System on Module DT.
Signed-off-by: Lad Prabhakar
commit fc7f54fb13b807c556770a69468188947981a400 upstream.
Add support for the SPI NOR device used to boot up the system
to the System on Module DT.
Signed-off-by: Lad Prabhakar
|
By
Lad Prabhakar
·
#5774
·
|
|
[PATCH 4.4.y-cip 04/14] ARM: dts: r8a7742: Add QSPI support
commit afdac0bfbd49e46f7046c7f4bad6daa4a3ebf6fc upstream.
Add QSPI DT node to R8A7742 SoC dtsi.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@...>
Reviewed-by: Chris Paterson
commit afdac0bfbd49e46f7046c7f4bad6daa4a3ebf6fc upstream.
Add QSPI DT node to R8A7742 SoC dtsi.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@...>
Reviewed-by: Chris Paterson
|
By
Lad Prabhakar
·
#5773
·
|
|
[PATCH 4.4.y-cip 03/14] spi: renesas,rspi: Add r8a7742 to the compatible list
commit 08f9793efd3decae75e60bfec2e6068f2d4180df upstream.
Document RZ/G1H (R8A7742) SoC specific bindings. The R8A7742 qspi module
is identical to R-Car Gen2 family.
No driver change is needed due
commit 08f9793efd3decae75e60bfec2e6068f2d4180df upstream.
Document RZ/G1H (R8A7742) SoC specific bindings. The R8A7742 qspi module
is identical to R-Car Gen2 family.
No driver change is needed due
|
By
Lad Prabhakar
·
#5772
·
|
|
[PATCH 4.4.y-cip 02/14] ARM: dts: r8a7742-iwg21m: Add RTC support
commit c0ed2ee793f1f5c15d88c0dd458504b7b2aa9d6a upstream.
Enable BQ32000 RTC which is connected to I2C0 on the iWave RainboW-G21M-q7
SOM.
Signed-off-by: Lad Prabhakar
commit c0ed2ee793f1f5c15d88c0dd458504b7b2aa9d6a upstream.
Enable BQ32000 RTC which is connected to I2C0 on the iWave RainboW-G21M-q7
SOM.
Signed-off-by: Lad Prabhakar
|
By
Lad Prabhakar
·
#5771
·
|
|
[PATCH 4.4.y-cip 01/14] ARM: dts: r8a7742-iwg21m: Sort the nodes alphabetically
commit be571bec2cfdb7aaa096d547aa8a1559a0c0cc90 upstream.
Sort the DT nodes alphabetically so that its easier to maintain.
Signed-off-by: Lad Prabhakar
commit be571bec2cfdb7aaa096d547aa8a1559a0c0cc90 upstream.
Sort the DT nodes alphabetically so that its easier to maintain.
Signed-off-by: Lad Prabhakar
|
By
Lad Prabhakar
·
#5770
·
|
|
[PATCH 4.4.y-cip 00/14] Renesas RZ/G1H add support for CAN, IPMMU, QSPI, RTC
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
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
|
By
Lad Prabhakar
·
#5769
·
|
|
ISAR Populate SDK
Hello All,
In the ISAR framework,we ran the command to generate SDK
bitbake <image_name> -c populate_sdk
There was an sdkchroot folder generated in tmp directory.
The instructions given in the
Hello All,
In the ISAR framework,we ran the command to generate SDK
bitbake <image_name> -c populate_sdk
There was an sdkchroot folder generated in tmp directory.
The instructions given in the
|
By
Rajashree Sankar <rajashree.sankar@...>
·
#5768
·
|
|
Re: ISAR Populate SDK
You are on the wrong list again.
Jan
--
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux
You are on the wrong list again.
Jan
--
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux
|
By
Jan Kiszka
·
#5767
·
|
|
Re: [PATCH 4.4.y-cip 0/8] Renesas RZ/G1H add PCIe, SATA and VSP support
Hi Nobuhiro, Pavel,
By
Lad Prabhakar
·
#5766
·
|
|
Re: [PATCH 4.4.y-cip 0/8] Renesas RZ/G1H add PCIe, SATA and VSP support
Hi all,
By
Nobuhiro Iwamatsu
·
#5765
·
|
|
Re: [PATCH 4.4.y-cip 0/8] Renesas RZ/G1H add PCIe, SATA and VSP support
Hi!
I don't see any problems with the series, and it passed basic testing,
so I can apply it if there are no other comments.
Best regards,
Pavel
--
DENX Software Engineering GmbH,
Hi!
I don't see any problems with the series, and it passed basic testing,
so I can apply it if there are no other comments.
Best regards,
Pavel
--
DENX Software Engineering GmbH,
|
By
Pavel Machek
·
#5764
·
|
|
[PATCH 4.4.y-cip 8/8] ARM: dts: r8a7742: Add VSP support
commit a937909702e00d98eac5b91b31a7f2ae112f47bf upstream.
Add VSP support to R8A7742 (RZ/G1H) SoC dtsi.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@...>
Reviewed-by: Chris
commit a937909702e00d98eac5b91b31a7f2ae112f47bf upstream.
Add VSP support to R8A7742 (RZ/G1H) SoC dtsi.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@...>
Reviewed-by: Chris
|
By
Lad Prabhakar
·
#5763
·
|
|
[PATCH 4.4.y-cip 7/8] ARM: dts: r8a7742: Add SATA nodes
commit b9884a16398161bea177f48ddc05884741a8b944 upstream.
Add the SATA device nodes to the R8A7742 device tree.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@...>
Reviewed-by:
commit b9884a16398161bea177f48ddc05884741a8b944 upstream.
Add the SATA device nodes to the R8A7742 device tree.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@...>
Reviewed-by:
|
By
Lad Prabhakar
·
#5762
·
|