Re: [PATCH 05/10] arm: allwinner-h3: add System Control module

2019-12-15 Thread Philippe Mathieu-Daudé
On 12/16/19 12:27 AM, Niek Linnenbank wrote: On Fri, Dec 13, 2019 at 1:09 AM Philippe Mathieu-Daudé mailto:phi...@redhat.com>> wrote: On 12/2/19 10:09 PM, Niek Linnenbank wrote: [...] > +static const MemoryRegionOps allwinner_h3_syscon_ops = { > +    .read = allwinner_h3_syscon_

Re: [PATCH 05/10] arm: allwinner-h3: add System Control module

2019-12-15 Thread Niek Linnenbank
On Fri, Dec 13, 2019 at 1:09 AM Philippe Mathieu-Daudé wrote: > On 12/2/19 10:09 PM, Niek Linnenbank wrote: > > The Allwinner H3 System on Chip has an System Control > > module that provides system wide generic controls and > > device information. This commit adds support for the > > Allwinner H3

Re: [PATCH 05/10] arm: allwinner-h3: add System Control module

2019-12-12 Thread Philippe Mathieu-Daudé
On 12/2/19 10:09 PM, Niek Linnenbank wrote: The Allwinner H3 System on Chip has an System Control module that provides system wide generic controls and device information. This commit adds support for the Allwinner H3 System Control module. Signed-off-by: Niek Linnenbank --- hw/arm/allwinner-

[PATCH 05/10] arm: allwinner-h3: add System Control module

2019-12-02 Thread Niek Linnenbank
The Allwinner H3 System on Chip has an System Control module that provides system wide generic controls and device information. This commit adds support for the Allwinner H3 System Control module. Signed-off-by: Niek Linnenbank --- hw/arm/allwinner-h3.c | 11 ++ hw/misc/Makefile