Re: [PATCH] mtd: spi-nor: Fix the read issue when addr_width is 4byte

2024-12-10 Thread Marek Vasut
On 12/5/24 8:35 AM, Tudor Ambarus wrote: + Marek use get_maintainers script please On 11/18/24 9:05 AM, Venkatesh Yadav Abbarapu wrote: Fix the read issue for 4byte address width by passing the entire length to the read function, split the memory of 16MB size banks only when the address width

Re: [PATCH] mtd: spi-nor: Fix the read issue when addr_width is 4byte

2024-12-05 Thread Tudor Ambarus
+ Marek use get_maintainers script please On 11/18/24 9:05 AM, Venkatesh Yadav Abbarapu wrote: > Fix the read issue for 4byte address width by passing the entire > length to the read function, split the memory of 16MB size banks > only when the address width is 3byte. Also update the size when >

[PATCH] mtd: spi-nor: Fix the read issue when addr_width is 4byte

2024-11-18 Thread Venkatesh Yadav Abbarapu
Fix the read issue for 4byte address width by passing the entire length to the read function, split the memory of 16MB size banks only when the address width is 3byte. Also update the size when the configuration is stacked. Fixes: 5d40b3d384 ("mtd: spi-nor: Add parallel and stacked memories suppor