
28 Nov
2015
28 Nov
'15
5:55 p.m.
On 26 November 2015 at 18:51, Simon Glass sjg@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@chromium.org Reviewed-by: Bin Meng bmeng.cn@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.