Re: [PATCH 2/8] sunxi: SPL SPI: add support for read command with 2 byte address

2023-01-14 Thread Samuel Holland
On 10/13/22 22:05, Icenowy Zheng wrote: > This kind of read command is utilized in SPI NANDs for reading data > inside a selected page, which is obviously smaller than how much 2 > byte address can address. So 2 bytes are used for the address and one > dummy byte is needed after the real address. A

[PATCH 2/8] sunxi: SPL SPI: add support for read command with 2 byte address

2022-10-13 Thread Icenowy Zheng
This kind of read command is utilized in SPI NANDs for reading data inside a selected page, which is obviously smaller than how much 2 byte address can address. So 2 bytes are used for the address and one dummy byte is needed after the real address. As the address is sent out in bit endian, this ma