]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: tegra: pci: Convert tegra boards to driver model for PCI
authorSimon Glass <sjg@chromium.org>
Fri, 20 Nov 2015 03:27:02 +0000 (20:27 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 1 Dec 2015 13:26:36 +0000 (06:26 -0700)
commite81ca88451cf4b692fede0b9c2e3444e4b61e139
tree5ccc57a7d9df9bb2be2cb8899701b7ccf7b95db8
parentf9260336d0eb3e41ced18f6408e90a32c8825f6c
dm: tegra: pci: Convert tegra boards to driver model for PCI

Adjust the Tegra PCI driver to support driver model and move all boards over
at the same time. This can make use of some generic driver model code, such
as the range-decoding logic.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/Kconfig
arch/arm/mach-tegra/board2.c
drivers/pci/pci_tegra.c
include/fdtdec.h
lib/fdtdec.c