[U-Boot] [PATCH v3 1/8] dm: pci: Move pci_bus_to_hose() to compatibility

Bin Meng bmeng.cn at gmail.com
Mon Dec 21 10:16:19 CET 2015


On Sun, Dec 20, 2015 at 6:42 AM, Simon Glass <sjg at chromium.org> wrote:
> This function should not be used by driver-model code, so move it to the
> compatibility portion.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2:
> - Add more detail to the function comment
>
>  drivers/pci/pci-uclass.c   | 16 +---------------
>  drivers/pci/pci_compat.c   | 15 +++++++++++++++
>  drivers/pci/pci_internal.h | 12 ++++++++++++
>  3 files changed, 28 insertions(+), 15 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list