Re: [PATCH v3 03/17] hw/arm/allwinner-h3: add Clock Control Unit

2020-01-18 Thread Niek Linnenbank
Hi Philippe, On Sat, Jan 18, 2020 at 4:37 PM Philippe Mathieu-Daudé wrote: > Hi Niek, > > On 1/13/20 8:18 PM, Niek Linnenbank wrote: > > Hi, > > > > Just a friendly reminder for review of this patch and the others in this > > series > > that don't yet have a reviewed-by tag :-) > > You are right

Re: [PATCH v3 03/17] hw/arm/allwinner-h3: add Clock Control Unit

2020-01-18 Thread Philippe Mathieu-Daudé
Hi Niek, On 1/13/20 8:18 PM, Niek Linnenbank wrote: Hi, Just a friendly reminder for review of this patch and the others in this series that don't yet have a reviewed-by tag :-) You are right to ping the list after a week. Cc'ing Damien for this particular patch, he might have good advises

Re: [PATCH v3 03/17] hw/arm/allwinner-h3: add Clock Control Unit

2020-01-13 Thread Niek Linnenbank
Hi, Just a friendly reminder for review of this patch and the others in this series that don't yet have a reviewed-by tag :-) Regards, Niek On Wed, Jan 8, 2020 at 9:00 PM Niek Linnenbank wrote: > The Clock Control Unit is responsible for clock signal generation, > configuration and distributio

[PATCH v3 03/17] hw/arm/allwinner-h3: add Clock Control Unit

2020-01-08 Thread Niek Linnenbank
The Clock Control Unit is responsible for clock signal generation, configuration and distribution in the Allwinner H3 System on Chip. This commit adds support for the Clock Control Unit which emulates a simple read/write register interface. Signed-off-by: Niek Linnenbank --- include/hw/arm/allwi