On Wed, 6 May 2020 20:44:18 +0530, Kishon Vijay Abraham I wrote: > Add support to use custom read and write accessors. Platforms that > don't support half word or byte access or any other constraint > while accessing registers can use this feature to populate custom > read and write accessors. These custom accessors are used for both > standard register access and configuration space register access of > the PCIe host bridge. > > Signed-off-by: Kishon Vijay Abraham I <kishon@xxxxxx> > --- > drivers/pci/controller/cadence/pcie-cadence.h | 107 +++++++++++++++--- > 1 file changed, 94 insertions(+), 13 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>