Re: [PATCH v3 0/3] Add support for I2C in BCM2835 boards

2024-02-23 Thread Peter Maydell
On Fri, 23 Feb 2024 at 06:23, Philippe Mathieu-Daudé wrote: > > Hi Peter, > > On 22/2/24 18:54, Peter Maydell wrote: > > On Tue, 20 Feb 2024 at 13:42, Rayhan Faizel wrote: > >> > >> This patch series implements support for the Broadcom Serial Controller > >> used > >> by BCM2835 based boards for

Re: [PATCH v3 0/3] Add support for I2C in BCM2835 boards

2024-02-22 Thread Philippe Mathieu-Daudé
Hi Peter, On 22/2/24 18:54, Peter Maydell wrote: On Tue, 20 Feb 2024 at 13:42, Rayhan Faizel wrote: This patch series implements support for the Broadcom Serial Controller used by BCM2835 based boards for I2C. Rayhan Faizel (3): hw/i2c: Implement Broadcom Serial Controller (BSC) hw/

Re: [PATCH v3 0/3] Add support for I2C in BCM2835 boards

2024-02-22 Thread Peter Maydell
On Tue, 20 Feb 2024 at 13:42, Rayhan Faizel wrote: > > This patch series implements support for the Broadcom Serial Controller used > by BCM2835 based boards for I2C. > > [Changes in v3] > > - Add SPDX license identifiers. > - Fix a few minor whitespace issues. > > [Changes in v2] > > - Fixed and

[PATCH v3 0/3] Add support for I2C in BCM2835 boards

2024-02-20 Thread Rayhan Faizel
This patch series implements support for the Broadcom Serial Controller used by BCM2835 based boards for I2C. [Changes in v3] - Add SPDX license identifiers. - Fix a few minor whitespace issues. [Changes in v2] - Fixed and simplified writing to status register Resolves: https://gitlab.com/qemu