[U-Boot] [PATCH v3 13/13] dm: pci: Disable PCI compatibility functions by default
Simon Glass
sjg at chromium.org
Sat Nov 28 17:55:52 CET 2015
On 26 November 2015 at 18:51, Simon Glass <sjg at chromium.org> wrote:
> We eventually need to drop the compatibility functions for driver model. As
> a first step, create a configuration option to enable them and hide them
> when the option is disabled.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v3: None
> Changes in v2:
> - Drop patch: pci: Move 'pci scan' code in with other commands
> - Move dm_pciauto_config_device() out of CONFIG_DM_PCI_COMPAT
>
> arch/arm/mach-tegra/Kconfig | 1 +
> arch/x86/Kconfig | 3 +++
> configs/sandbox_defconfig | 1 +
> drivers/pci/Kconfig | 9 +++++++++
> drivers/pci/Makefile | 3 ++-
> include/pci.h | 30 ++++++++++++++++++++++++++----
> 6 files changed, 42 insertions(+), 5 deletions(-)
Applied to u-boot-dm.
More information about the U-Boot
mailing list