Re: [PATCH v6 3/4] qemu: add MMIO driver for QFW

2021-03-11 Thread Simon Glass
On Sat, 6 Mar 2021 at 21:01, Asherah Connor wrote: > > Add MMIO driver for QFW. > > Note that there is no consumer as of this patch. > > Signed-off-by: Asherah Connor > --- > > (no changes since v5) > > Changes in v5: > * Split MMIO driver into its own commit. > * Add CONFIG_QFW_MMIO for selectio

[PATCH v6 3/4] qemu: add MMIO driver for QFW

2021-03-06 Thread Asherah Connor
Add MMIO driver for QFW. Note that there is no consumer as of this patch. Signed-off-by: Asherah Connor --- (no changes since v5) Changes in v5: * Split MMIO driver into its own commit. * Add CONFIG_QFW_MMIO for selection by arch/board. drivers/misc/Kconfig| 7 +++ drivers/misc/Makefil