RE: [RFC] Adding bootsource and reset-source* to /chosen

2025-01-18 Thread Biju Das
+ Guenter > -Original Message- > From: U-Boot On Behalf Of Quentin Schulz > Sent: 17 January 2025 17:28 > To: Rob Herring > Cc: devicetree-s...@vger.kernel.org; U-Boot Mailing List > > Subject: Re: [RFC] Adding bootsource and reset-source* to /chosen > > Hi Rob, > > On 1/14/25 9:36 P

RE: [PATCH 2/3] image: Add support for starting TFA BL31 as fitImage loadables

2025-01-13 Thread Biju Das
Hi Marex, > -Original Message- > From: Marek Vasut > Sent: 13 January 2025 12:40 > Subject: Re: [PATCH 2/3] image: Add support for starting TFA BL31 as fitImage > loadables > > On 1/13/25 1:15 PM, Biju Das wrote: > > Hi Marex, > > > > Thanks for t

RE: [PATCH 2/3] image: Add support for starting TFA BL31 as fitImage loadables

2025-01-13 Thread Biju Das
Hi Marex, Thanks for the patch > -Original Message- > From: U-Boot On Behalf Of Marek Vasut > Sent: 12 January 2025 22:37 > Subject: [PATCH 2/3] image: Add support for starting TFA BL31 as fitImage > loadables > > Add support for starting TFA from U-Boot running in EL3 as part of fitIm

RE: [PATCH 1/3] arm64: Convert core type check macros into inline functions

2024-12-16 Thread Biju Das
Hi Marek, > -Original Message- > From: Marek Vasut > Sent: 16 December 2024 11:50 > Subject: Re: [PATCH 1/3] arm64: Convert core type check macros into inline > functions > > On 12/16/24 9:54 AM, Biju Das wrote: > > Hi Marek, > > > > Thanks for th

RE: [PATCH 1/3] arm64: Convert core type check macros into inline functions

2024-12-16 Thread Biju Das
r type > checking on them. The > inline functions get optimized out in case they are not used. Indent the > MIDR_PARTNUM_CORTEX_An macros > in preparation for addition of future three-digit cores and use > MIDR_PARTNUM_SHIFT in > MIDR_PARTNUM_MASK to be consistent. > > Sig

RE: [PATCH 071/149] board: hoperun: Remove and add needed includes

2024-04-30 Thread Biju Das
Hi Tom, > Subject: [PATCH 071/149] board: hoperun: Remove and add needed > includes > > Remove from this board vendor directory and when needed add > missing include files > directly. > > Signed-off-by: Tom Rini Reviewed-by: Biju Das > --- > Cc: Biju Das

RE: [PATCH v2 3/7] i2c: rzg2l: Add I2C driver for RZ/G2L family

2024-02-26 Thread Biju Das
> -Original Message- > From: U-Boot On Behalf Of Paul Barker > Sent: Monday, February 26, 2024 3:06 PM > To: Marek Vasut ; Nobuhiro Iwamatsu > > Cc: Paul Barker ; u-boot@lists.denx.de > Subject: [PATCH v2 3/7] i2c: rzg2l: Add I2C driver for RZ/G2L family > > This driver supports the I

RE: [PATCH 2/8] arm: mach-rmobile: Drop

2023-11-02 Thread Biju Das
Hi Paul, Thanks for the patch. > Subject: [PATCH 2/8] arm: mach-rmobile: Drop > > For most source files we can just drop . We need to add an > include for in a couple of places. Also sort the include > list in memmap-gen3.c while we're here. Why only sorting memmap-gen3.c? why not sorting all

RE: [PATCH v2 11/19] serial: sh: Fix error handling

2023-10-10 Thread Biju Das
Hi Paul, Thanks for the patch. > Subject: [PATCH v2 11/19] serial: sh: Fix error handling > > The current SCIF error handling is broken for the RZ/G2L. After a break > condition has been triggered, the current code is unable to clear the error > and serial port output never resumes. > > The RZ/

RE: [PATCH 16/16] board: rzg2l: Add RZ/G2L SMARC EVK board

2023-10-06 Thread Biju Das
upport > >> building for this target. In the future this defconfig will be > >> extended to support other SoCs and evaluation boards from the RZ/G2L > family. > >> > >> Signed-off-by: Paul Barker > >> Reviewed-by: Biju Das > >> Reviewed-by: Lad P

RE: [PATCH 09/16] pinctrl: renesas: Add RZ/G2L PFC driver

2023-10-04 Thread Biju Das
Hi Paul Barker, > Subject: Re: [PATCH 09/16] pinctrl: renesas: Add RZ/G2L PFC driver > > On Wed, Oct 04, 2023 at 12:56:14PM +0000, Biju Das wrote: > > Hi Marek and Paul, > > > > > Subject: Re: [PATCH 09/16] pinctrl: renesas: Add RZ/G2L PFC driver > > > &g

RE: [PATCH 09/16] pinctrl: renesas: Add RZ/G2L PFC driver

2023-10-04 Thread Biju Das
Hi Marek, > Subject: Re: [PATCH 09/16] pinctrl: renesas: Add RZ/G2L PFC driver > > On 10/4/23 14:56, Biju Das wrote: > > [...] > > >>>>> + return -EINVAL; > >>>>> + } > >>>>> + > >>>>&g

RE: [PATCH 09/16] pinctrl: renesas: Add RZ/G2L PFC driver

2023-10-04 Thread Biju Das
gpio control for the Renesas RZ/G2L > >>> (R9A07G044) SoC. > >>> > >>> This patch is based on the corresponding Linux v6.5 driver. > >>> > >>> Signed-off-by: Paul Barker > >>> Reviewed-by: Biju Das > >>> Reviewed-by

RE: Applying DTB Overlays from ATF on RZ/G2

2023-01-09 Thread Biju Das
Hi Adam, > Subject: Re: Applying DTB Overlays from ATF on RZ/G2 > > On Mon, Jan 9, 2023 at 2:46 AM Biju Das wrote: > > > > Hi Adam, > > > > > Subject: Re: Applying DTB Overlays from ATF on RZ/G2 > > > > > > On Sat, Jan 7, 2023 at 6:01 AM Ad

RE: Applying DTB Overlays from ATF on RZ/G2

2023-01-09 Thread Biju Das
U-Boot, I can read the reserved-memory node: > > > >>>> > > > >>>> => fdt addr 0xe631e588 > > > >>>> Working FDT set to e631e588 > > > >>>> => fdt print /reserved-memory > > > >>>> reserved-memory

RE: [PATCH] ARM: rmobile: beacon-renesom: Enable QSPI NOR Flash

2021-05-31 Thread Biju Das
Hi Adam, Thanks for the patch. > -Original Message- > From: Adam Ford > Sent: 28 May 2021 01:31 > To: u-boot@lists.denx.de > Cc: Biju Das ; Adam Ford > Subject: [PATCH] ARM: rmobile: beacon-renesom: Enable QSPI NOR Flash > > There is a QSPI NOR flash part on

[PATCH v2] arm: mach-rmobile: Add CPU info support for RZ/G2

2021-03-17 Thread Biju Das
Add CPU info support for RZ/G2 SoC's. Signed-off-by: Biju Das --- V1-->V2 * Added support to make CPU info based on tfa is available only when CONFIG_RZ_G2 is enabled. --- arch/arm/mach-rmobile/Kconfig.64 | 5 +++ arch/arm/mach-rmobile/Makefile | 1 +

[PATCH] arm: mach-rmobile: Add CPU info support for RZ/G2

2021-03-02 Thread Biju Das
Add CPU info support for RZ/G2 SoC's. Signed-off-by: Biju Das --- RZ/G2M Logs:- U-Boot 2021.04-rc2-00245-g9bfc7862e4 (Mar 02 2021 - 09:56:38 +) CPU: Renesas Electronics R8A774A1 rev 1.3 Model: HopeRun HiHope RZ/G2M with sub board DRAM: 3.9 GiB MMC: mmc@ee10: 0, mmc@ee1600

[PATCH v9 4/5] arm: rmobile: Add HopeRun HiHope RZ/G2N board support

2021-03-01 Thread Biju Das
. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v4-v9: * Board identity for multidtb support derived from TF-A blob. v3: * Seperated DT patches v1->v2: * No Change. rebased on u-boot-sh/next v1: * New patch --- arch/arm/dts/Makefile | 1 + arch/arm/dts/r8a77

[PATCH v9 3/5] arm: rmobile: Add HopeRun HiHope RZ/G2M board support

2021-03-01 Thread Biju Das
. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v8->v9 * Board idenitty for multidtb is derived from TF-A blob. v7->v8 * Seperated DT patches V6->V7 * Seperated driver patches from board support patches. v5->v6 * Rebased to U-boot-sh/master * Changed the logic for USB0 c

[PATCH v9 5/5] arm: rmobile: Add HopeRun HiHope RZ/G2H board support

2021-03-01 Thread Biju Das
. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v4-v9: * Board identity for multidtb support derived from TF-A blob. v3: * Seperated DT patches v1->v2: * No Change. rebased on u-boot-sh/next v1: * New patch --- arch/arm/dts/Makefile | 1 + arch/arm/dts/r8a77

[PATCH v9 2/5] arm: dts: rmobile: r8a774e1: Synchronize DTs with Linux 5.11

2021-03-01 Thread Biju Das
Synchronize r8a774e1 device trees with Linux 5.11, commit f40ddce88593482919 ("Linux 5.11"). Signed-off-by: Biju Das --- * New patch --- arch/arm/dts/r8a774e1-hihope-rzg2h-ex.dts | 20 +++ arch/arm/dts/r8a774e1-hihope-rzg2h.dts| 41 +++ 2 files c

[PATCH v9 1/5] arm: dts: rmobile: r8a774b1: Synchronize DTs with Linux 5.11

2021-03-01 Thread Biju Das
Synchronize r8a774b1 device trees with Linux 5.11, commit f40ddce88593482919 ("Linux 5.11") Signed-off-by: Biju Das --- * New patch --- arch/arm/dts/r8a774b1-hihope-rzg2n-ex.dts | 21 arch/arm/dts/r8a774b1-hihope-rzg2n.dts| 41 +++ 2 files c

[PATCH v9 0/5] Add RZ/G2[HMN] board support

2021-03-01 Thread Biju Das
This patch series adds the required SoC/Board support to boot HopeRun HiHope RZ/G2[HMN] boards. Board identification support for supporting multidtb is derived from TF-A blob. V8-->v9 * Use tf-a blob for identifying board type. Biju Das (5): arm: dts: rmobile: r8a774b1: Synchronize DTs w

RE: [PATCH v5] dm: core: Add of_match_node helper function

2021-02-15 Thread Biju Das
Hi Simon, I have a discussion with Marek and as per him this patch is wrongly assigned to him in patchwork. This patch supposed to be picked up by you. I will rebase this patch to latest master and send it you. Regards, Biju > -Original Message- > From: Biju Das > Sent: 15

RE: [PATCH v5] dm: core: Add of_match_node helper function

2021-02-15 Thread Biju Das
> -Original Message- > From: Biju Das > Sent: 16 January 2021 12:41 > To: Simon Glass > Cc: Biju Das ; u-boot@lists.denx.de; Tom Rini > ; Adam Ford ; Marek Vasut > ; Nobuhiro Iwamatsu ; > Chris Paterson ; Prabhakar Mahadev Lad > > Subject: [PATCH v5] dm:

RE: [PATCH 1/5] arm: dts: r8a774a1: Import DTS queued for Linux 5.12-rc1

2021-02-02 Thread Biju Das
Hi Marek and Adam, > Subject: Re: [PATCH 1/5] arm: dts: r8a774a1: Import DTS queued for Linux > 5.12-rc1 > > On 2/1/21 4:19 PM, Adam Ford wrote: > > On Mon, Jan 25, 2021 at 6:40 AM Marek Vasut wrote: > >> > >> On 1/25/21 12:22 AM, Adam Ford wrote: > >>> On Sun, Jan 24, 2021 at 11:10 AM Marek Vas

[PATCH v3] arm: rmobile: Add HopeRun HiHope RZ/G2H board support

2021-01-17 Thread Biju Das
. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- This patch series depend on [1] and [2] [1]https://patchwork.ozlabs.org/project/uboot/list/?series=224837 [2]https://patchwork.ozlabs.org/project/uboot/patch/20210117163013.6702-3-biju.das...@bp.renesas.com/ v3: * Separated DT patches v1->

[PATCH v3] arm: rmobile: Add HopeRun HiHope RZ/G2N board support

2021-01-17 Thread Biju Das
. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- This patch series depend on [1] and [2] [1]https://patchwork.ozlabs.org/project/uboot/list/?series=224837 [2]https://patchwork.ozlabs.org/project/uboot/patch/20210117163013.6702-2-biju.das...@bp.renesas.com/ v3: * Seperated DT patches v1->

[PATCH v8] arm: rmobile: Add HopeRun HiHope RZ/G2M board support

2021-01-17 Thread Biju Das
. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- This patch depend on [1] and [2] [1]https://patchwork.ozlabs.org/project/uboot/patch/20210117163013.6702-1-biju.das...@bp.renesas.com/ [2]https://patchwork.ozlabs.org/project/uboot/list/?series=224837 v7->v8 * Seperated DT patches V6-

[PATCH] arm: dts: rmobile: r8a774e1: Synchronize DTs with Linux 5.10

2021-01-17 Thread Biju Das
DTS files apart from r8a774e1-hihope-rzg2h-u-boot.dts and r8a774e1-u-boot.dtsi have been imported from linux 5.10 commit 2c85ebc57b3e1817b6 ("Linux 5.10"). Signed-off-by: Biju Das --- arch/arm/dts/r8a774e1-hihope-rzg2h-ex.dts | 20 + arch/arm/dts/r8a774e1-hihope-rzg2h-u-boot.

[PATCH] arm: dts: rmobile: r8a774a1: Synchronize DTs with Linux 5.10

2021-01-17 Thread Biju Das
DTS files apart from r8a774a1-hihope-rzg2m-u-boot.dts and r8a774a1-u-boot.dtsi have been imported from linux 5.10 commit 2c85ebc57b3e1817 ("Linux 5.10"). Signed-off-by: Biju Das --- arch/arm/dts/hihope-common.dtsi | 377 ++ arch/arm/dts/hihope

[PATCH] arm: dts: rmobile: r8a774b1: Synchronize DTs with Linux 5.10

2021-01-17 Thread Biju Das
DTS files apart from r8a774b1-hihope-rzg2n-u-boot.dts and r8a774b1-u-boot.dtsi have been imported from linux 5.10 commit 2c85ebc57b3e1817b6c ("Linux 5.10"). Signed-off-by: Biju Das --- arch/arm/dts/r8a774b1-hihope-rzg2n-ex.dts | 21 arch/arm/dts/r8a774b1-hihope-rzg2n-

[PATCH v9 4/4] mmc: renesas-sdhi: Add SDHI quirks for R-Car H3 and RZ/G2H

2021-01-17 Thread Biju Das
Add SDHI quirks for R-Car H3 and RZ/G2H SoC. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar Reviewed-by: Jaehoon chung --- v9: * No Change. v8: * Added Jaehoon chung's Rb tag. v7: * No Change. v6: * New patch. quirks using soc_device_match. --- drivers/mmc/renesas-sdhi.c

[PATCH v9 3/4] mmc: renesas-sdhi: Add SDHI quirks for R-Car M3-N and RZ/G2N

2021-01-17 Thread Biju Das
Add SDHI quirks for R-Car M3-N and RZ/G2N SoC. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar Reviewed-by: Jaehoon chung --- v9: * No Change v7->v8: * Added Jaehoon chung's Rb tag v6->v7: * No Change. rebased on u-boot-sh/next v6: * New patch --- drivers/mmc/renesas-

[PATCH v9 2/4] mmc: renesas-sdhi: Add SDHI quirks for R-Car M3-W and RZ/G2M

2021-01-17 Thread Biju Das
Add SDHI quirks for R-Car M3-W and RZ/G2M SoC. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar Reviewed-by: Jaehoon chung --- v9: * No Change. v8: * Added Jaehoon Chung's Rb tag v7: * Incorporated Jaehoon Chung's review comments. * Fixed the build error on Renesas ARM32 pla

[PATCH v9 1/4] arm: rmobile: Add RZ/G2[HMNE] SoC support

2021-01-17 Thread Biju Das
they also have the same SoC PRR register values. SoC driver is used to distinguish the cpu type based on the family. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v8-->v9 * Fixed make file to use default family type function for SPL builds for both R-Car Gen{2,3} family's. v

[PATCH v9 0/4] Add CPU identification support for RZ/G2 SoC's

2021-01-17 Thread Biju Das
by using Renesas SoC identification driver. * quirks using soc_device_match. Biju Das (4): arm: rmobile: Add RZ/G2[HMNE] SoC support mmc: renesas-sdhi: Add SDHI quirks for R-Car M3-W and RZ/G2M mmc: renesas-sdhi: Add SDHI quirks for R-Car M3-N and RZ/G2N mmc: renesas-sdhi: Add SDHI quirks for R-Car

RE: [PATCH v8 1/4] arm: rmobile: Add RZ/G2[HMNE] SoC support

2021-01-17 Thread Biju Das
C PRR register > values. SoC driver is used to distinguish the cpu type based on the > family. > > Signed-off-by: Biju Das > Reviewed-by: Lad Prabhakar > --- > v7->v8 > * Optimized the cpu detection image size, when Renesas SoC identification >driver is disabled f

RE: [PATCH v8 0/4] Add CPU identification support for RZ/G2 SoC's

2021-01-17 Thread Biju Das
data bss dec hex filename 154 0 0 154 9a spl/arch/arm/mach-rmobile/cpu_info-rcar.o Regards, Biju > -Original Message- > From: Biju Das > Sent: 16 January 2021 20:37 > To: Nobuhiro Iwamatsu ; Marek Vasut > > Cc: Bi

[PATCH v8 4/4] mmc: renesas-sdhi: Add SDHI quirks for R-Car H3 and RZ/G2H

2021-01-16 Thread Biju Das
Add SDHI quirks for R-Car H3 and RZ/G2H SoC. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar Reviewed-by: Jaehoon chung --- v8: * Added Jaehoon chung's Rb tag. v7: * No Change. v6: * New patch. quirks using soc_device_match. --- drivers/mmc/renesas-sdhi.c

[PATCH v8 3/4] mmc: renesas-sdhi: Add SDHI quirks for R-Car M3-N and RZ/G2N

2021-01-16 Thread Biju Das
Add SDHI quirks for R-Car M3-N and RZ/G2N SoC. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar Reviewed-by: Jaehoon chung --- v7->v8: * Added Jaehoon chung's Rb tag v6->v7: * No Change. rebased on u-boot-sh/next v6: * New patch --- drivers/mmc/renesas-sdhi.c | 14 +++

[PATCH v8 2/4] mmc: renesas-sdhi: Add SDHI quirks for R-Car M3-W and RZ/G2M

2021-01-16 Thread Biju Das
Add SDHI quirks for R-Car M3-W and RZ/G2M SoC. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar Reviewed-by: Jaehoon chung --- v8: * Added Jaehoon Chung's Rb tag v7: * Incorporated Jaehoon Chung's review comments. * Fixed the build error on Renesas ARM32 platforms. v6: *

[PATCH v8 1/4] arm: rmobile: Add RZ/G2[HMNE] SoC support

2021-01-16 Thread Biju Das
they also have the same SoC PRR register values. SoC driver is used to distinguish the cpu type based on the family. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v7->v8 * Optimized the cpu detection image size, when Renesas SoC identification driver is disabled for R-Car Gen2 SPL

[PATCH v8 0/4] Add CPU identification support for RZ/G2 SoC's

2021-01-16 Thread Biju Das
s. * Fixed the build error on Renesas ARM32 platforms. * Seperated driver patch series from board support patches. v6: * Optimized the unique CPU identification method by using Renesas SoC identification driver. * quirks using soc_device_match. Biju Das (4): arm: rmobile: Add RZ/G2[HMNE] So

[PATCH v5 3/3] dm: soc: SoC identification driver for Renesas SoC's

2021-01-16 Thread Biju Das
Add SoC identification driver for Renesas SoC's. This allows to identify the SoC type and revision based on Product Register. This can be checked where needed using soc_device_match(). Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- This patch depend on [1] [1] http://u-boot.109

[PATCH v5 2/3] dm: soc: Add SoC id for attribute matching

2021-01-16 Thread Biju Das
t; to SOC uclass, in order to allow device drivers for identifying the SoC using SoC identification string and also for matching this attribute for selecting SoC specific data. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar Reviewed-by: Simon Glass --- v4->v5: * No change. v3->v4: *

[PATCH v5 1/3] soc: Fix comments from SOC to SoC

2021-01-16 Thread Biju Das
Fix the comments from "an SOC" to "an SoC". Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar Reviewed-by: Simon Glass --- v4->v5: No Change. v3->v4: No Change * Added Simon's Rb tag. v3: * New patch (Ref: https://patchwork.ozlabs.org/project/ub

[PATCH v5 0/3] Add Renesas SoC identification driver support

2021-01-16 Thread Biju Das
dated probe function of Renesas SoC identification driver. Biju Das (3): soc: Fix comments from SOC to SoC dm: soc: Add SoC id for attribute matching dm: soc: SoC identification driver for Renesas SoC's drivers/soc/Kconfig | 7 ++ drivers/soc/Makefile | 7 ++ drivers/soc/

RE: [PATCH v7 1/4] arm: rmobile: Add RZ/G2[HMNE] SoC support

2021-01-16 Thread Biju Das
Hi Marek, > -Original Message- > From: Biju Das > Sent: 15 January 2021 10:02 > To: Marek Vasut ; Nobuhiro Iwamatsu > > Cc: Prabhakar Mahadev Lad ; u- > b...@lists.denx.de; Chris Paterson ; Simon > Glass ; Tom Rini > Subject: RE: [PATCH v7 1/4] arm: rmobile:

[PATCH v5] dm: core: Add of_match_node helper function

2021-01-16 Thread Biju Das
Add of_match_node() helper function to iterate over the device tree and tell if a device_node has a matching of_match structure. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar Reviewed-by: Simon Glass --- v4->v5: * Rebased to latest master v3->v4: No change * Added Simon's Rb

RE: [PATCH v4 0/4] Add Renesas SoC identification driver support

2021-01-16 Thread Biju Das
Hi All, Just found that some of the patches in this series doesn't apply cleanly on mainline. Will rebase and post new patch series. Regards, Biju > -Original Message- > From: Biju Das > Sent: 15 January 2021 09:54 > To: Adam Ford ; Simon Glass ; Marek > Vasut ;

RE: [PATCH v7 1/4] arm: rmobile: Add RZ/G2[HMNE] SoC support

2021-01-15 Thread Biju Das
Hi, > Subject: RE: [PATCH v7 1/4] arm: rmobile: Add RZ/G2[HMNE] SoC support > > > > > > diff --git a/arch/arm/mach-rmobile/cpu_info-rcar.c > > > b/arch/arm/mach-rmobile/cpu_info-rcar.c > > > index 5bde24ae0e..08345503a2 100644 > > > --- a/arch/arm/mach-rmobile/cpu_info-rcar.c > > > +++ b/arch/arm

RE: [PATCH v4 0/4] Add Renesas SoC identification driver support

2021-01-15 Thread Biju Das
Hi All, Gentle ping. Can we merge this patch? If you are happy, otherwise please let meknow. Thanks and regards, Biju > -Original Message- > From: Adam Ford > Sent: 11 December 2020 20:25 > To: Biju Das > Cc: Simon Glass ; Marek Vasut > ; Tom Rini ; Dave >

RE: [PATCH] spi: renesas_rpc_spi: Fix fallback compatibility string

2021-01-12 Thread Biju Das
Hi Adam, Thanks for the reply. > -Original Message- > Subject: Re: [PATCH] spi: renesas_rpc_spi: Fix fallback compatibility > string > > On Tue, Jan 5, 2021 at 6:08 AM Biju Das > wrote: > > > > Hi Adam, > > > > Thanks for the patch. > > &

RE: [PATCH] spi: renesas_rpc_spi: Fix fallback compatibility string

2021-01-05 Thread Biju Das
Hi Adam, Thanks for the patch. > -Original Message- > From: Adam Ford > Sent: 04 January 2021 17:38 > To: u-boot@lists.denx.de > Cc: ja...@amarulasolutions.com; Biju Das ; > Adam Ford > Subject: [PATCH] spi: renesas_rpc_spi: Fix fallback compatibility

RE: [PATCH v7 1/4] arm: rmobile: Add RZ/G2[HMNE] SoC support

2020-12-01 Thread Biju Das
Hi Marek, Thanks for the reply. > Subject: Re: [PATCH v7 1/4] arm: rmobile: Add RZ/G2[HMNE] SoC support > > On 11/27/20 3:52 PM, Biju Das wrote: > > Sorry for the late reply. > > [...] > > > diff --git a/arch/arm/mach-rmobile/cpu_info-rcar.c > > b/a

RE: [PATCH v4 0/4] Add Renesas SoC identification driver support

2020-11-30 Thread Biju Das
: Biju Das > Sent: 16 November 2020 13:04 > To: Simon Glass ; Marek Vasut > > Cc: Biju Das ; Dave Gerlach gerl...@ti.com>; Prabhakar Mahadev Lad lad...@bp.renesas.com>; u-boot@lists.denx.de; Nobuhiro Iwamatsu > ; Chris Paterson > Subject: [PATCH v4 0/4] Add Renesas SoC

RE: [PATCH v5 1/2] arm: rmobile: Add RZ/G2[HMNE] SoC support

2020-11-27 Thread Biju Das
Hi Marek, > -Original Message- > From: Marek Vasut > Sent: 04 November 2020 19:24 > To: Biju Das ; Nobuhiro Iwamatsu > > Cc: u-boot@lists.denx.de; Chris Paterson ; > Prabhakar Mahadev Lad > Subject: Re: [PATCH v5 1/2] arm: rmobile: Add RZ/G2[HMNE] SoC support

[PATCH v7 4/4] arm: dts: rmobile: r8a774e1: Synchronize DTs with Linux 5.10.rc5

2020-11-27 Thread Biju Das
Synchronize RZ/G2H SoC DTs and HiHope board DTs files with mainline Linux 5.10-rc5 commit 418baf2c28f34 ("Linux 5.10-rc5") Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v7: * New patch --- arch/arm/dts/r8a774e1-hihope-rzg2h-ex.dts |5 + arch/arm/dts/r8a774e1-hihope

[PATCH v7 3/4] arm: rmobile: Add HopeRun HiHope RZ/G2H board support

2020-11-27 Thread Biju Das
been imported from linux 5.9 commit bbf5c979011a ("Linux 5.9"). This patch adds the required board support to boot HopeRun HiHope RZ/G2H board. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v6->v7: * No Change. rebased on u-boot-sh/next v6: * New patch --- arch/arm

[PATCH v7 1/4] arm: rmobile: Add HopeRun HiHope RZ/G2M board support

2020-11-27 Thread Biju Das
been imported from linux 5.9 commit bbf5c979011a ("Linux 5.9"). This patch adds the required board support to boot HopeRun HiHope RZ/G2M board. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- V6->V7 * Seperated driver patches from board support patches. v5->v6 * Reba

[PATCH v7 2/4] arm: rmobile: Add HopeRun HiHope RZ/G2N board support

2020-11-27 Thread Biju Das
been imported from linux 5.9 commit bbf5c979011a ("Linux 5.9") This patch adds the required board support to boot HopeRun HiHope RZ/G2N board. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v6->v7: * No Change. rebased on u-boot-sh/next v6: * New patch --- arch/arm

[PATCH v7 0/4] Add RZ/G2[HMN] board support

2020-11-27 Thread Biju Das
6-0-7-Add-HiHope-RZ-G2-HMN-board-support-td431651.html Biju Das (4): arm: rmobile: Add HopeRun HiHope RZ/G2M board support arm: rmobile: Add HopeRun HiHope RZ/G2N board support arm: rmobile: Add HopeRun HiHope RZ/G2H board support arm: dts: rmobile: r8a774e1: Synchronize DTs with Linux 5.10.

[PATCH v7 3/4] mmc: renesas-sdhi: Add SDHI quirks for R-Car M3-N and RZ/G2N

2020-11-27 Thread Biju Das
Add SDHI quirks for R-Car M3-N and RZ/G2N SoC. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v7: * No Change. v6: * New patch. quirks using soc_device_match. --- drivers/mmc/renesas-sdhi.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/drivers

[PATCH v7 4/4] mmc: renesas-sdhi: Add SDHI quirks for R-Car H3 and RZ/G2H

2020-11-27 Thread Biju Das
Add SDHI quirks for R-Car H3 and RZ/G2H SoC. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v7: * No Change. v6: * New patch. quirks using soc_device_match. --- drivers/mmc/renesas-sdhi.c | 33 - 1 file changed, 32 insertions(+), 1 deletion(-) diff

[PATCH v7 2/4] mmc: renesas-sdhi: Add SDHI quirks for R-Car M3-W and RZ/G2M

2020-11-27 Thread Biju Das
Add SDHI quirks for R-Car M3-W and RZ/G2M SoC. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v7: * Incorporated Jaehoon Chung's review comments. * Fixed the build error on Renesas ARM32 platforms. v6: * New patch. quirks using soc_device_match. --- drivers/mmc/renesas-sdhi.c

[PATCH v7 1/4] arm: rmobile: Add RZ/G2[HMNE] SoC support

2020-11-27 Thread Biju Das
they also have the same SoC PRR register values. SoC driver is used to distinguish the cpu type based on the family. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v6->v7 * Seperated driver patch series from board support patches. v5->v6 * Optimized the unique CPU identification

[PATCH v7 0/4] Add CPU identification support for RZ/G2 SoC's

2020-11-27 Thread Biju Das
This patch series aims to add CPU identification support for RZ/G2 SoC's and adding SDHI quirks using SoC identification driver. This patch series depend on SoC identification driver[1] [1] https://patchwork.ozlabs.org/project/uboot/list/?series=214706 Biju Das (4): arm: rmobile: Add

[PATCH v4 1/4] dm: core: Add of_match_node helper function

2020-11-16 Thread Biju Das
Add of_match_node() helper function to iterate over the device tree and tell if a device_node has a matching of_match structure. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar Reviewed-by: Simon Glass --- v3->v4: No change * Added Simon's Rb tag. v2->v3: * Added a te

[PATCH v4 4/4] dm: soc: SoC identification driver for Renesas SoC's

2020-11-16 Thread Biju Das
Add SoC identification driver for Renesas SoC's. This allows to identify the SoC type and revision based on Product Register. This can be checked where needed using soc_device_match(). Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v3->v4: * Updated Copy right information fr

[PATCH v4 3/4] dm: soc: Add SoC id for attribute matching

2020-11-16 Thread Biju Das
s, in order to allow device drivers for identifying the SoC using SoC identification string and also for matching this attribute for selecting SoC specific data. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar Reviewed-by: Simon Glass --- v3->v4: * Updated patch description * Added Simon'

[PATCH v4 2/4] soc: Fix comments from SOC to SoC

2020-11-16 Thread Biju Das
Fix the comments from "an SOC" to "an SoC". Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar Reviewed-by: Simon Glass --- v3->v4: No Change * Added Simon's Rb tag. v3: * New patch (Ref: https://patchwork.ozlabs.org/project/uboot/patch/20201102150959.4793-

[PATCH v4 0/4] Add Renesas SoC identification driver support

2020-11-16 Thread Biju Das
s Rb tag * Updated patch description for SoC identification using soc_id * Updated probe function of Renesas SoC identification driver. Biju Das (4): dm: core: Add of_match_node helper function soc: Fix comments from SOC to SoC dm: soc: Add SoC id for attribute matching dm: soc: SoC identificatio

RE: [PATCH v3 3/4] dm: soc: Add SoC id for attribute matching

2020-11-15 Thread Biju Das
Hi Simon, Thanks for the feedback. > -Original Message- > From: Simon Glass > Sent: 14 November 2020 15:17 > To: Biju Das > Cc: Dave Gerlach ; Prabhakar Mahadev Lad > ; U-Boot Mailing List b...@lists.denx.de>; Marek Vasut ; Nobuhiro > Iwamatsu ; Chris Paterson

RE: [PATCH v3 4/4] dm: soc: SoC identification driver for Renesas SoC's

2020-11-12 Thread Biju Das
Hi All, I need to update copyright information for this patch. This work is derived from linux and linux has extra copyright information. I have missed that. Will send V4 for fixing it. Regards, Biju > -Original Message- > From: Biju Das > Sent: 04 November 2020 10:56 &g

RE: [PATCH v3 1/4] dm: core: Add of_match_node helper function

2020-11-12 Thread Biju Das
Hi Simon, Gentle ping. Are you happy with this patch? Regards, Biju > -Original Message- > From: Biju Das > Sent: 04 November 2020 10:56 > To: Simon Glass > Cc: Biju Das ; u-boot@lists.denx.de; Marek > Vasut ; Nobuhiro Iwamatsu > ; Chris Paterson ; > Prabhaka

RE: [PATCH v5 1/2] arm: rmobile: Add RZ/G2[HMNE] SoC support

2020-11-04 Thread Biju Das
Hi Marek, > On 11/3/20 11:06 AM, Biju Das wrote: > > Hi Marek, > > Hi, > > [...] > > >>> On the next version, I will send Renesas SoC identification driver, > >>> which supports caching family type which can be used to provide > >>&g

[PATCH v3 3/4] dm: soc: Add SoC id for attribute matching

2020-11-04 Thread Biju Das
Add SoC identification string for attribute matching. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v2->v3: * split the comments patch seperate. Ref:https://patchwork.ozlabs.org/project/uboot/patch/20201102150959.4793-3-biju.das...@bp.renesas.com/ v1->v2: Changed the comment

[PATCH v3 4/4] dm: soc: SoC identification driver for Renesas SoC's

2020-11-04 Thread Biju Das
Add SoC identification driver for Renesas SoC's. This allows to identify the SoC type and revision based on Product Register. This can be checked where needed using soc_device_match(). Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v2->v3: No Change. v2: New patch --- dri

[PATCH v3 2/4] soc: Fix comments from SOC to SoC

2020-11-04 Thread Biju Das
Fix the comments from "an SOC" to "an SoC". Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v3: * New patch (Ref: https://patchwork.ozlabs.org/project/uboot/patch/20201102150959.4793-3-biju.das...@bp.renesas.com/) --- include/soc.h | 12 ++-- 1 file c

[PATCH v3 0/4] Add Renesas SoC identification driver support

2020-11-04 Thread Biju Das
/serial/serial_uniphier.c#L129 [2] https://elixir.bootlin.com/u-boot/latest/source/drivers/usb/phy/rockchip_usb2_phy.c#L77 Also added soc_id attribute support in UCLASS_SOC which is required for Renesas SoC identification driver similar to mainline linux. Biju Das (4): dm: core: Add of_match_node

[PATCH v3 1/4] dm: core: Add of_match_node helper function

2020-11-04 Thread Biju Das
Add of_match_node() helper function to iterate over the device tree and tell if a device_node has a matching of_match structure. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v2->v3: * Added a test case for of_match_node helper function. (Ref: https://patchwork.ozlabs.org/proj

RE: [PATCH v2 2/3] dm: soc: Add SoC id for attribute matching

2020-11-04 Thread Biju Das
Hi Simon, Thanks for the feedback. > Subject: Re: [PATCH v2 2/3] dm: soc: Add SoC id for attribute matching > > Hi Biju, > > On Mon, 2 Nov 2020 at 08:10, Biju Das wrote: > > > > Add SoC identification string for attribute matching. > > Also changed the

RE: [PATCH v2 1/3] dm: core: Add of_match_node helper function

2020-11-03 Thread Biju Das
Hi Simon, Thanks for the feedback. > Subject: Re: [PATCH v2 1/3] dm: core: Add of_match_node helper function > > On Mon, 2 Nov 2020 at 08:10, Biju Das wrote: > > > > Add of_match_node() helper function to iterate over the device tree > > and tell if a device_n

RE: [PATCH v6 0/7] Add HiHope RZ/G2[HMN] board support

2020-11-03 Thread Biju Das
Hi Marek, > Subject: Re: [PATCH v6 0/7] Add HiHope RZ/G2[HMN] board support > > On 11/2/20 5:16 PM, Biju Das wrote: > > This patch series adds the required SoC/Board support to boot HopeRun > > HiHope RZ/G2[HMN] boards. > > > > It uses SoC driver for unique cpu

RE: [PATCH v6 6/7] mmc: renesas-sdhi: Add SDHI quirks for R-Car H3 and RZ/G2H

2020-11-03 Thread Biju Das
Hi Jaehoon Chung, Thanks for the feedback. > Subject: Re: [PATCH v6 6/7] mmc: renesas-sdhi: Add SDHI quirks for R-Car H3 > and RZ/G2H > > Hi, > > On 11/3/20 1:16 AM, Biju Das wrote: > > Add SDHI quirks for R-Car H3 and RZ/G2H SoC. > > Does it needs to use quirks?

RE: [PATCH v6 2/7] mmc: renesas-sdhi: Add SDHI quirks for R-Car M3-W and RZ/G2M

2020-11-03 Thread Biju Das
Hi Jaehoon Chung, Thanks for the feedback. > Subject: Re: [PATCH v6 2/7] mmc: renesas-sdhi: Add SDHI quirks for R-Car > M3-W and RZ/G2M > > On 11/3/20 1:16 AM, Biju Das wrote: > > Add SDHI quirks for R-Car M3-W and RZ/G2M SoC. > > > > Signed-off-by: Biju Das >

RE: [PATCH v5 1/2] arm: rmobile: Add RZ/G2[HMNE] SoC support

2020-11-03 Thread Biju Das
Hi Marek, > Subject: Re: [PATCH v5 1/2] arm: rmobile: Add RZ/G2[HMNE] SoC support > > On 11/1/20 8:26 PM, Biju Das wrote: > > Hi Marek, > > Hi, > > [...] > > >>> @@ -23,7 +48,9 @@ static u32 rmobile_get_prr(void) > >>> > >

RE: [PATCH v6 2/7] mmc: renesas-sdhi: Add SDHI quirks for R-Car M3-W and RZ/G2M

2020-11-02 Thread Biju Das
atic const struct renesas_sdhi_quirks sdhi_quirks_4tap_nohs400_b17_dtrend = { + | Regards, Biju > Subject: [PATCH v6 2/7] mmc: renesas-sdhi: Add SDHI quirks for R-Car M3-W > and RZ/G2M > > Add SDHI quirks for R-Car M3-W and RZ/G2M SoC. > > Signed-off-by: Biju Das

[PATCH v6 7/7] arm: rmobile: Add HopeRun HiHope RZ/G2H board support

2020-11-02 Thread Biju Das
been imported from linux 5.9 commit bbf5c979011a ("Linux 5.9"). This patch adds the required board support to boot HopeRun HiHope RZ/G2H board. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v6: New patch. --- arch/arm/dts/Makefile | 1 + arch/arm/dt

[PATCH v6 5/7] arm: rmobile: Add HopeRun HiHope RZ/G2N board support

2020-11-02 Thread Biju Das
been imported from linux 5.9 commit bbf5c979011a ("Linux 5.9") This patch adds the required board support to boot HopeRun HiHope RZ/G2N board. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v6: New patch --- arch/arm/dts/Makefile | 1 + arch/arm/dt

[PATCH v6 2/7] mmc: renesas-sdhi: Add SDHI quirks for R-Car M3-W and RZ/G2M

2020-11-02 Thread Biju Das
Add SDHI quirks for R-Car M3-W and RZ/G2M SoC. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v5->v6: Used soc_device_match api to add quirks. v5 : New Patch (Ref: https://patchwork.ozlabs.org/project/uboot/patch/20201008085941.3600-2-biju.das...@bp.renesas.com/) --- drivers/

[PATCH v6 1/7] arm: rmobile: Add RZ/G2[HMNE] SoC support

2020-11-02 Thread Biju Das
they also have the same SoC PRR register values. SoC driver is used to distinguish the cpu type based on the family. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v5->v6 * Optimized the unique CPU identification method by using Renesas SoC identification driver. v4->v5 *

[PATCH v6 6/7] mmc: renesas-sdhi: Add SDHI quirks for R-Car H3 and RZ/G2H

2020-11-02 Thread Biju Das
Add SDHI quirks for R-Car H3 and RZ/G2H SoC. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v6: New patch. Quirks using soc_device_match. --- drivers/mmc/renesas-sdhi.c | 37 - 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/drivers

[PATCH v6 4/7] mmc: renesas-sdhi: Add SDHI quirks for R-Car M3-N and RZ/G2N

2020-11-02 Thread Biju Das
Add SDHI quirks for R-Car M3-N and RZ/G2N SoC. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v6: New patch. quirks using soc_device_match. --- drivers/mmc/renesas-sdhi.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/renesas-sdhi.c b

[PATCH v6 0/7] Add HiHope RZ/G2[HMN] board support

2020-11-02 Thread Biju Das
https://lists.denx.de/pipermail/u-boot/2020-November/431539.html Note: 1) This patch series tested on RZ/G2[HMN] boards. 2) SOC_DEVICE_RENESAS option enabled only RZ/G2[HMN] boards. After testing this needs to be enabled for other boards. Biju Das (7): arm: rmobile: Add RZ/G2[HMNE] SoC su

[PATCH v6 3/7] arm: rmobile: Add HopeRun HiHope RZ/G2M board support

2020-11-02 Thread Biju Das
been imported from linux 5.9 commit bbf5c979011a ("Linux 5.9"). This patch adds the required board support to boot HopeRun HiHope RZ/G2M board. Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v5->v6 * Rebased to U-boot-sh/master * Changed the logic for USB0 channel0

[PATCH v2 2/3] dm: soc: Add SoC id for attribute matching

2020-11-02 Thread Biju Das
Add SoC identification string for attribute matching. Also changed the comments from "an SOC" to "an SoC". Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v1->v2: Changed the comments from "a SoC" to "an SoC" Ref: https

[PATCH v2 3/3] dm: soc: SoC identification driver for Renesas SoC's

2020-11-02 Thread Biju Das
Add SoC identification driver for Renesas SoC's. This allows to identify the SoC type and revision based on Product Register. This can be checked where needed using soc_device_match(). Signed-off-by: Biju Das Reviewed-by: Lad Prabhakar --- v2: New patch --- drivers/soc/Kconfig

  1   2   3   >