From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 11 Mar 2021 21:45:26 -0700 Subject: [PATCH v6 3/4] qemu: add MMIO driver for QFW In-Reply-To: <20210307035958.25969-4-ashe@kivikakk.ee> References: <20210307035958.25969-1-ashe@kivikakk.ee> <20210307035958.25969-4-ashe@kivikakk.ee> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 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: Simon Glass