[U-Boot] [PATCH V2 1/5] mailbox: rename headers

Simon Glass sjg at chromium.org
Sat Jun 18 01:04:44 CEST 2016


On 17 June 2016 at 09:43, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> Rename mailbox*.h to match the naming convention requested during review
> of the new reset subsystem.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
> v2: New patch.
> ---
>  drivers/mailbox/mailbox-uclass.c               | 4 ++--
>  drivers/mailbox/sandbox-mbox-test.c            | 2 +-
>  drivers/mailbox/sandbox-mbox.c                 | 2 +-
>  include/{mailbox_uclass.h => mailbox-uclass.h} | 4 ++--
>  include/{mailbox_client.h => mailbox.h}        | 6 +++---
>  5 files changed, 9 insertions(+), 9 deletions(-)
>  rename include/{mailbox_uclass.h => mailbox-uclass.h} (96%)
>  rename include/{mailbox_client.h => mailbox.h} (98%)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list