[U-Boot] [PATCH 13/29] dm: ahci: Rename struct ahci_probe_ent
Bin Meng
bmeng.cn at gmail.com
Tue Jun 13 03:13:40 UTC 2017
On Tue, Jun 6, 2017 at 3:15 AM, Simon Glass <sjg at chromium.org> wrote:
> This is not a very useful name since once it is probed it still hangs
> around. With driver model we will use uclass data for this, so rename the
> struct.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> board/highbank/ahci.c | 2 +-
> drivers/ata/ahci.c | 16 +++++------
> drivers/ata/dwc_ahsata.c | 74 ++++++++++++++++++++++++------------------------
> include/ahci.h | 13 ++++++++-
> 4 files changed, 58 insertions(+), 47 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list