Re: [PATCH] {hw/ssi,docs/system/arm}: Allwinner A10 SPI emulation

2024-10-01 Thread Strahinja Jankovic
On Tue, Oct 1, 2024 at 11:24 AM Peter Maydell wrote: > On Mon, 30 Sept 2024 at 22:28, Strahinja Jankovic > wrote: > > > > Hi Peter, > > > > Thank you very much for the review and detailed comments. > > > > I will try to address all comments in the v2 of the patches, but I have > some questions I

Re: [PATCH] {hw/ssi,docs/system/arm}: Allwinner A10 SPI emulation

2024-10-01 Thread Peter Maydell
On Mon, 30 Sept 2024 at 22:28, Strahinja Jankovic wrote: > > Hi Peter, > > Thank you very much for the review and detailed comments. > > I will try to address all comments in the v2 of the patches, but I have some > questions I added below. > > On Mon, Sep 30, 2024 at 4:45 PM Peter Maydell > wr

Re: [PATCH] {hw/ssi,docs/system/arm}: Allwinner A10 SPI emulation

2024-09-30 Thread Strahinja Jankovic
Hi Peter, Thank you very much for the review and detailed comments. I will try to address all comments in the v2 of the patches, but I have some questions I added below. On Mon, Sep 30, 2024 at 4:45 PM Peter Maydell wrote: > On Thu, 19 Sept 2024 at 22:55, Strahinja Jankovic > wrote: > > > > T

Re: [PATCH] {hw/ssi,docs/system/arm}: Allwinner A10 SPI emulation

2024-09-30 Thread Peter Maydell
On Thu, 19 Sept 2024 at 22:55, Strahinja Jankovic wrote: > > This patch implements Allwinner A10 SPI controller emulation. > Only master-mode functionality is implemented. > > Since U-Boot and Linux SPI drivers for Allwinner A10 perform only > byte-wide CPU access (no DMA) to the peripheral, the e

[PATCH] {hw/ssi,docs/system/arm}: Allwinner A10 SPI emulation

2024-09-19 Thread Strahinja Jankovic
This patch implements Allwinner A10 SPI controller emulation. Only master-mode functionality is implemented. Since U-Boot and Linux SPI drivers for Allwinner A10 perform only byte-wide CPU access (no DMA) to the peripheral, the emulated controller does not implement DMA control and supports only b