[PATCH] mtd/spinand: gigadevice: sync supported chips with linux 6.9

2024-05-01 Thread Chuanhong Guo
Adding support for: GD5F1GQ4RExxG GD5F2GQ4UExxG GD5F2GQ4RExxG GD5F1GQ5RExxG GD5F2GQ5UExxG GD5F2GQ5RExxG GD5F4GQ6UExxG GD5F4GQ6RExxG GD5F1GM7UExxG GD5F1GM7RExxG GD5F2GM7UExxG GD5F2GM7RExxG GD5F4GM8UExxG GD5F4GM8RExxG GD5F2GQ5xExxH GD5F1GQ5RExxH GD5F1GQ4RExxH Signed-off-by: Chuanhong Guo

Re: [PATCH v2 6/6] spinand: bind UBI block

2024-04-04 Thread Chuanhong Guo
s patching in my outdated local tree and made a wrong guess. Sorry for my ignorance. > ubi_bind() just create block device and bind it to SPI-NAND device. > When working with this block device user must specify, which SPI-NAND > partition UBI is located on. > And thanks for the explanation! -- Regards, Chuanhong Guo

Re: [PATCH v2 6/6] spinand: bind UBI block

2024-04-03 Thread Chuanhong Guo
entire SPI-NAND covered by a single UBI partition? It's almost never this case on real hardware. For SPI-NAND booted SoCs, the first few blocks always store the first stage bootloader raw, because bootrom knows nothing about UBI. > } > > return 0; > -- > 2.34.1 > -- Regards, Chuanhong Guo

Re: [PATCH] sunxi: add defconfig for nanopi_duo2

2024-01-29 Thread Chuanhong Guo
oard does have a working USB OTG port. Thanks for fixing the patch for me! -- Regards, Chuanhong Guo

[PATCH] sunxi: add defconfig for nanopi_duo2

2023-12-28 Thread Chuanhong Guo
FriendlyElec NanoPi Duo2 is a tiny SBC with Allwinner H3 and Ampak AP6212 WiFi module. The device-tree for it is already available in u-boot source tree. Add a default config for it. Signed-off-by: Chuanhong Guo --- configs/nanopi_duo2_defconfig | 11 +++ 1 file changed, 11 insertions