Re: [PATCH v4 3/8] Add an internal PLL Clock object

2024-02-12 Thread Arnaud Minier
: "Alistair Francis" À: "Arnaud Minier" Cc: "qemu-devel" , "Laurent Vivier" , "Alistair Francis" , "Inès Varhol" , "Peter Maydell" , "Paolo Bonzini" , "Thomas Huth" , qemu-...@nongnu.org Envoyé: Jeudi 1 Févrie

Re: [PATCH v4 3/8] Add an internal PLL Clock object

2024-01-31 Thread Alistair Francis
On Wed, Jan 31, 2024 at 2:09 AM Arnaud Minier wrote: > > This object represents the PLLs and their channels. The PLLs allow for a > more fine-grained control of the clocks frequency. > > Wasn't sure about how to handle the reset and the migration so used the > same appproach as the BCM2835 CPRMAN.

[PATCH v4 3/8] Add an internal PLL Clock object

2024-01-30 Thread Arnaud Minier
This object represents the PLLs and their channels. The PLLs allow for a more fine-grained control of the clocks frequency. Wasn't sure about how to handle the reset and the migration so used the same appproach as the BCM2835 CPRMAN. Signed-off-by: Arnaud Minier Signed-off-by: Inès Varhol ---