[PATCH v2 3/3] arm: dts: Enable basic nand functionality for bcmbca devices

2025-01-13 Thread david regan
Enable rudimentary nand read/write capability. Changes in v2: - New patch in series added enabling of nand functionality Signed-off-by: david regan Reviewed-by: William Zhang Reviewed-by: Anand Gore --- configs/bcm94908_defconfig | 8 configs/bcm963138_defconfig | 8

[PATCH v2 2/3] arm: dts: Update nand node for bcmbca board dts

2025-01-13 Thread david regan
Update bcmbca dts to current nand node naming convention. Changes in v2: - Removed addition of nand-on-flash-bbt parameter Signed-off-by: david regan Reviewed-by: William Zhang Reviewed-by: Anand Gore --- arch/arm/dts/bcm96753ref.dts | 18 +++--- arch/arm/dts/bcm968360bg.dts

[PATCH v2 1/3] arm: dts: Use upstream dts for additional bcmbca devices

2025-01-13 Thread david regan
Make use of OF_UPSTREAM which uses Linux dts. Changes in v2: - Removed enabling of nand functionality Signed-off-by: david degan Reviewed-by: William Zhang Reviewed-by: Anand Gore --- arch/arm/dts/bcm4908.dtsi | 127 -- arch/arm/dts/bcm63138.dtsi| 1

[PATCH v2 0/3] Broadcom bcmbca dts updates

2025-01-13 Thread david regan
to a new patch added to the series david regan (3): arm: dts: Use upstream dts for additional bcmbca devices arm: dts: Update nand node for bcmbca board dts arm: dts: Enable basic nand functionality for bcmbca devices arch/arm/dts/bcm4908.dtsi | 127

Re: [PATCH 2/2] arm: dts: Update nand node for bcmbca board dts

2025-01-09 Thread David Regan
I'm not seeing any response back from the author and since I didn't create the files I will post a patch update taking into account other suggestions but leave the original non-strap settings in place. -Dave On Fri, Dec 20, 2024 at 2:18 PM David Regan wrote: > On Fri, Dec 20, 202

Re: [PATCH 2/2] arm: dts: Update nand node for bcmbca board dts

2024-12-20 Thread David Regan
On Fri, Dec 20, 2024 at 12:04 AM Linus Walleij wrote: > > On Thu, Dec 19, 2024 at 7:50 PM david regan wrote: > > > Update bcmbca dts to current nand node naming convention. > > > > Signed-off-by: david regan > > Reviewed-by: William Zhang > > Re

Re: [PATCH 1/2] arm: dts: Use upstream dts for additional bcmbca devices

2024-12-20 Thread David Regan
Thank you, I'll update the patch set. -Dave On Thu, Dec 19, 2024 at 11:56 AM Marek Vasut wrote: > On 12/19/24 7:49 PM, david regan wrote: > > Make use of OF_UPSTREAM which uses Linux dts. > > ... > > > --- a/configs/bcm963148_defconfig > > +++ b/configs/b

[PATCH 2/2] arm: dts: Update nand node for bcmbca board dts

2024-12-19 Thread david regan
Update bcmbca dts to current nand node naming convention. Signed-off-by: david regan Reviewed-by: William Zhang Reviewed-by: Anand Gore --- arch/arm/dts/bcm96753ref.dts | 19 --- arch/arm/dts/bcm968360bg.dts | 19 --- arch/arm/dts/bcm968580xref.dts | 19

[PATCH 1/2] arm: dts: Use upstream dts for additional bcmbca devices

2024-12-19 Thread david regan
Make use of OF_UPSTREAM which uses Linux dts. Signed-off-by: david degan Reviewed-by: William Zhang Reviewed-by: Anand Gore --- arch/arm/dts/bcm4908.dtsi | 127 -- arch/arm/dts/bcm63138.dtsi| 149 -- arch/arm/dts/bcm63148.dtsi

[PATCH 0/2] Broadcom bcmbca dts updates

2024-12-19 Thread david regan
Updates for Broadcom bcmbca devices, make use of OF_UPSTREAM which uses Linux dts, update bcmbca dts to current nand node naming convention. david regan (2): arm: dts: Use upstream dts arm: dts: Update nand node arch/arm/dts/bcm4908.dtsi | 127 -- arch/arm

[PATCH v2 4/4] mtd: rawnand: brcmnand: update log level messages

2024-11-13 Thread david regan
Update log level messages so that more critical messages can be logged to console and help the troubleshooting with field devices. This is a port of the upstream Linux patch to U-Boot. https://lore.kernel.org/linux-mtd/20240223034758.13753-4-william.zh...@broadcom.com/ Signed-off-by: david

[PATCH v2 2/4] arm: dts: Use upstream dts

2024-11-13 Thread david regan
Make use of OF_UPSTREAM which uses Linux dts. Signed-off-by: david regan Reviewed-by: Linus Walleij Reviewed-by: Sumit Garg Reviewed-by: William Zhang Reviewed-by: Anand Gore --- arch/arm/dts/bcm47622.dtsi| 126 arch/arm/dts/bcm4912.dtsi | 128

[PATCH v2 3/4] mtd: rawnand: brcmnand: Default bcmbca parameter_page_big_endian to zero

2024-11-13 Thread david regan
Set parameter_page_big_endian to zero for bcmbca Signed-off-by: david regan Reviewed-by: William Zhang Reviewed-by: Anand Gore --- drivers/mtd/nand/raw/brcmnand/brcmnand.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/mtd/nand/raw/brcmnand/brcmnand.c b/drivers/mtd/nand

[PATCH v2 0/4] Broadcom BCMBCA nand updates

2024-11-13 Thread david regan
/ --- Changes in v2: - Set parameter_page_big_endian to zero for bcmbca instead of using an extra bit of endian translation code. david regan (4): mtd: nand: brcmnand: remove device specific nand driver files arm: dts: Use upstream dts mtd: rawnand: brcmnand: Default bcmbca

[PATCH v2 1/4] mtd: nand: brcmnand: remove device specific nand driver files

2024-11-13 Thread david regan
These device specific nand driver files can be removed because they are now replaced by a common driver bcmbca_nand.c Signed-off-by: david regan Reviewed-by: Linus Walleij Reviewed-by: William Zhang Reviewed-by: Anand Gore --- drivers/mtd/nand/raw/Kconfig | 24 drivers

[PATCH 4/4] mtd: rawnand: brcmnand: update log level messages

2024-11-06 Thread david regan
Update log level messages so that more critical messages can be logged to console and help the troubleshooting with field devices. This is a port of the upstream Linux patch to U-Boot. https://lore.kernel.org/linux-mtd/20240223034758.13753-4-william.zh...@broadcom.com/ Signed-off-by: david

[PATCH 2/4] arm: dts: Use upstream dts

2024-11-06 Thread david regan
Make use of OF_UPSTREAM which uses Linux dts. Signed-off-by: david regan --- arch/arm/dts/bcm47622.dtsi| 126 arch/arm/dts/bcm4912.dtsi | 128 arch/arm/dts/bcm63146.dtsi| 110 -- arch/arm/dts/bcm63158.dtsi| 278

[PATCH 3/4] mtd: rawnand: brcmnand: Add BCMBCA read data bus interface

2024-11-06 Thread david regan
memory. This is a port of the upstream Linux patch to U-Boot. https://lore.kernel.org/linux-mtd/20240223034758.13753-12-william.zh...@broadcom.com/ Signed-off-by: david regan --- drivers/mtd/nand/raw/brcmnand/brcmnand.c | 17 ++--- drivers/mtd/nand/raw/brcmnand/brcmnand.h | 18

[PATCH 1/4] mtd: nand: brcmnand: remove device specific nand driver files

2024-11-06 Thread david regan
These device specific nand driver files can be removed because they are now replaced by a common driver bcmbca_nand.c Signed-off-by: david regan --- drivers/mtd/nand/raw/Kconfig | 24 drivers/mtd/nand/raw/brcmnand/Makefile| 4 - drivers/mtd/nand/raw/brcmnand

[PATCH 0/4] Broadcom BCMBCA nand updates

2024-11-06 Thread david regan
://lore.kernel.org/linux-mtd/20240223034758.13753-4-william.zh...@broadcom.com/ david regan (4): mtd: nand: brcmnand: remove device specific nand driver files arm: dts: Use upstream dts mtd: rawnand: brcmnand: Add BCMBCA read data bus interface mtd: rawnand: brcmnand: update log level messages arch/arm