[PATCH v2 1/2] pci: Add TI K3 Cadence PCIe Controller
Tom Rini
trini at konsulko.com
Sat Oct 12 03:15:03 CEST 2024
On Fri, Oct 11, 2024 at 06:32:57PM +0530, Siddharth Vadapalli wrote:
> Add support for the Cadence PCIe Controller present on TI's K3 SoCs.
> This driver is an adaptation of the Linux driver.
>
> Signed-off-by: Siddharth Vadapalli <s-vadapalli at ti.com>
> ---
> drivers/pci/Kconfig | 6 +
> drivers/pci/Makefile | 1 +
> drivers/pci/pcie_cdns_ti.c | 851 +++++++++++++++++++++++++++++++++++++
> 3 files changed, 858 insertions(+)
> create mode 100644 drivers/pci/pcie_cdns_ti.c
Please update MAINTAINERS somewhere for this.
> +#define CDNS_PCIE_LM_BAR_CFG_CTRL_DISABLED 0x0
> +#define CDNS_PCIE_LM_BAR_CFG_CTRL_MEM_32BITS 0x4
> +#define CDNS_PCIE_LM_BAR_CFG_CTRL_PREFETCH_MEM_32BITS 0x5
> +#define CDNS_PCIE_LM_BAR_CFG_CTRL_MEM_64BITS 0x6
> +#define CDNS_PCIE_LM_BAR_CFG_CTRL_PREFETCH_MEM_64BITS 0x7
Here and maybe elsewhere, why the inconsistent indentation?
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20241011/e0ba304a/attachment.sig>
More information about the U-Boot
mailing list