All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Drive-by PCI W=1 cleanups
@ 2021-09-17 12:11 Vladimir Oltean
  2021-09-17 12:11 ` [PATCH 01/11] pci: provide prototype for pci_skip_dev outside of #if defined(CONFIG_DM_PCI_COMPAT) Vladimir Oltean
                   ` (10 more replies)
  0 siblings, 11 replies; 34+ messages in thread
From: Vladimir Oltean @ 2021-09-17 12:11 UTC (permalink / raw)
  To: u-boot; +Cc: Tom Rini, Bin Meng, Priyanka Jain, Hou Zhiqiang

These are some trivial cleanup patches I made after compiling U-Boot for
ls1028ardb_tfa_defconfig with W=1.

Vladimir Oltean (11):
  pci: provide prototype for pci_skip_dev outside of #if
    defined(CONFIG_DM_PCI_COMPAT)
  pci: include pci_internal.h inside pci_auto.c
  pci: pci_bar_show can be static
  pci: pci_header_show can be static
  pci: pciinfo_header can be static
  pci: pci_write_config can be static
  pci: pci_read_config can be static
  pci: _dm_pci_phys_to_bus can be static
  pci: layerscape: ls_pcie_conf_address can be static
  pci: pcie_layerscape_fixup_common: include fdt_support.h for
    ft_pci_setup
  pci: pcie_layerscape_fixup_common: lx2_board_fix_fdt can be static

 cmd/pci.c                                  |  6 +++---
 drivers/pci/pci-uclass.c                   | 14 +++++++-------
 drivers/pci/pci_auto.c                     |  1 +
 drivers/pci/pcie_layerscape_fixup_common.c |  3 ++-
 drivers/pci/pcie_layerscape_rc.c           |  4 ++--
 include/pci.h                              |  2 +-
 6 files changed, 16 insertions(+), 14 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2021-10-03 23:36 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-17 12:11 [PATCH 00/11] Drive-by PCI W=1 cleanups Vladimir Oltean
2021-09-17 12:11 ` [PATCH 01/11] pci: provide prototype for pci_skip_dev outside of #if defined(CONFIG_DM_PCI_COMPAT) Vladimir Oltean
2021-09-18  6:54   ` Bin Meng
2021-10-03 23:33   ` Tom Rini
2021-09-17 12:11 ` [PATCH 02/11] pci: include pci_internal.h inside pci_auto.c Vladimir Oltean
2021-09-18  6:55   ` Bin Meng
2021-10-03 23:33   ` Tom Rini
2021-09-17 12:11 ` [PATCH 03/11] pci: pci_bar_show can be static Vladimir Oltean
2021-09-18  6:55   ` Bin Meng
2021-10-03 23:33   ` Tom Rini
2021-09-17 12:11 ` [PATCH 04/11] pci: pci_header_show " Vladimir Oltean
2021-09-18  6:55   ` Bin Meng
2021-10-03 23:33   ` Tom Rini
2021-09-17 12:11 ` [PATCH 05/11] pci: pciinfo_header " Vladimir Oltean
2021-09-18  6:55   ` Bin Meng
2021-10-03 23:33   ` Tom Rini
2021-09-17 12:11 ` [PATCH 06/11] pci: pci_write_config " Vladimir Oltean
2021-09-18  6:55   ` Bin Meng
2021-10-03 23:33   ` Tom Rini
2021-09-17 12:11 ` [PATCH 07/11] pci: pci_read_config " Vladimir Oltean
2021-09-18  6:55   ` Bin Meng
2021-10-03 23:34   ` Tom Rini
2021-09-17 12:11 ` [PATCH 08/11] pci: _dm_pci_phys_to_bus " Vladimir Oltean
2021-09-18  6:55   ` Bin Meng
2021-10-03 23:34   ` Tom Rini
2021-09-17 12:11 ` [PATCH 09/11] pci: layerscape: ls_pcie_conf_address " Vladimir Oltean
2021-09-18  6:55   ` Bin Meng
2021-10-03 23:34   ` Tom Rini
2021-09-17 12:11 ` [PATCH 10/11] pci: pcie_layerscape_fixup_common: include fdt_support.h for ft_pci_setup Vladimir Oltean
2021-09-18  6:55   ` Bin Meng
2021-10-03 23:34   ` Tom Rini
2021-09-17 12:11 ` [PATCH 11/11] pci: pcie_layerscape_fixup_common: lx2_board_fix_fdt can be static Vladimir Oltean
2021-09-18  6:55   ` Bin Meng
2021-10-03 23:34   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.