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

Bin Meng bmeng.cn at gmail.com
Tue Jan 19 05:16:47 CET 2016


On Tue, Jan 19, 2016 at 11:19 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>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v5: None
> Changes in v4: None
> 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(-)
>

applied to u-boot-x86/master, thanks!


More information about the U-Boot mailing list