On Fri, Mar 19, 2021 at 11:14 AM Asherah Connor <[email protected]> wrote: > > Add MMIO driver for QFW. > > Note that there is no consumer as of this patch. > > Signed-off-by: Asherah Connor <[email protected]> > Reviewed-by: Simon Glass <[email protected]> > --- > > (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/Makefile | 1 + > drivers/misc/qfw_mmio.c | 119 ++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 127 insertions(+) > create mode 100644 drivers/misc/qfw_mmio.c >
Reviewed-by: Bin Meng <[email protected]>

