]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "Import "string" I/O functions from Linux"
authorTom Rini <trini@konsulko.com>
Tue, 28 Nov 2023 21:19:19 +0000 (16:19 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 28 Nov 2023 21:19:19 +0000 (16:19 -0500)
To quote the author:

This series imports generic versions of ioread_rep/iowrite_rep and
reads/writes from Linux. Some cleanup is done to make sure that all
platforms have proper defines for implemented functions and there are no
redefinitions.

1  2 
drivers/mtd/nand/raw/atmel/nand-controller.c
drivers/mtd/nand/raw/nand_base.c
drivers/spi/cadence_qspi.c
drivers/spi/meson_spifc_a1.c

Simple merge
index b0c656dbb4f539618f8aa7b08185a02fa86f2b0d,23240c1302b4d71c8311b4f29a95e2ee06167eb5..2efd626852e8760af5aae811f92a20ec6d16bf58
@@@ -17,8 -16,8 +16,9 @@@
  #include <dm/device_compat.h>
  #include <linux/err.h>
  #include <linux/errno.h>
+ #include <linux/io.h>
  #include <linux/sizes.h>
 +#include <linux/time.h>
  #include <zynqmp_firmware.h>
  #include "cadence_qspi.h"
  #include <dt-bindings/power/xlnx-versal-power.h>
Simple merge