Re: [PATCH 10/14] hw/misc/bcm2835_cprman: implement clock mux behaviour

2020-10-05 Thread Luc Michel
On 20:37 Sun 04 Oct , Luc Michel wrote: > On 16:51 Fri 02 Oct , Philippe Mathieu-Daudé wrote: > > On 9/26/20 11:40 PM, Philippe Mathieu-Daudé wrote: > > > On 9/25/20 12:17 PM, Luc Michel wrote: > > >> A clock mux can be configured to select one of its 10 sources through > > >> the cm_ctl re

Re: [PATCH 10/14] hw/misc/bcm2835_cprman: implement clock mux behaviour

2020-10-04 Thread Luc Michel
On 16:51 Fri 02 Oct , Philippe Mathieu-Daudé wrote: > On 9/26/20 11:40 PM, Philippe Mathieu-Daudé wrote: > > On 9/25/20 12:17 PM, Luc Michel wrote: > >> A clock mux can be configured to select one of its 10 sources through > >> the cm_ctl register. It also embeds yet another clock divider, comp

Re: [PATCH 10/14] hw/misc/bcm2835_cprman: implement clock mux behaviour

2020-10-02 Thread Philippe Mathieu-Daudé
On 9/26/20 11:40 PM, Philippe Mathieu-Daudé wrote: > On 9/25/20 12:17 PM, Luc Michel wrote: >> A clock mux can be configured to select one of its 10 sources through >> the cm_ctl register. It also embeds yet another clock divider, composed >> of an integer part and a fractionnal part. The number of

Re: [PATCH 10/14] hw/misc/bcm2835_cprman: implement clock mux behaviour

2020-09-26 Thread Philippe Mathieu-Daudé
On 9/25/20 12:17 PM, Luc Michel wrote: > A clock mux can be configured to select one of its 10 sources through > the cm_ctl register. It also embeds yet another clock divider, composed > of an integer part and a fractionnal part. The number of bits of each Typo "fractional". > part is mux dependa

[PATCH 10/14] hw/misc/bcm2835_cprman: implement clock mux behaviour

2020-09-25 Thread Luc Michel
A clock mux can be configured to select one of its 10 sources through the cm_ctl register. It also embeds yet another clock divider, composed of an integer part and a fractionnal part. The number of bits of each part is mux dependant. Signed-off-by: Luc Michel --- hw/misc/bcm2835_cprman.c | 43 +