Re: [PATCH v4 0/2] Add BCM2835-SPI0 to BCM2835

2024-02-02 Thread Peter Maydell
On Mon, 29 Jan 2024 at 22:19, Rayhan Faizel wrote: > > This patch series implements the SPI controller for BCM2835 boards. Applied to target-arm.next, thanks. -- PMM

[PATCH v4 0/2] Add BCM2835-SPI0 to BCM2835

2024-01-29 Thread Rayhan Faizel
This patch series implements the SPI controller for BCM2835 boards. [Changes in v4] - End Kconfig file in hw/ssi with new line. - Fix accidental deletion of code in bcm2835_peripherals.c - Fix stray whitespace change in documentation [Changes in v3] - Forgot to CC maintainers and mailing list i