[U-Boot] [PATCH v3 08/16] drivers/net/vsc9953: Use the generic Ethernet Switch parser
Joe Hershberger
joe.hershberger at gmail.com
Fri Aug 7 22:18:09 CEST 2015
Hi Codrin,
On Fri, Jul 24, 2015 at 8:55 AM, Codrin Ciubotariu
<codrin.ciubotariu at freescale.com> wrote:
> This patch replaces the parser used by VSC9953 L2 Switch driver with
> the generic one. Also, the config macro that enables the
> VSC9953 commands has been replaced in all the platforms that
> use this driver with the config macro that corresponds to the
> generic parser.
>
> Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu at freescale.com>
> ---
>
> Changes for v3:
> - this patch was extracted from previous patch:
> "drivers/net/vsc9953: Refractor the parser for VSC9953 commands";
> - used CMD_RET_* macros instead of magic numbers;
> - each variable is declared on a new line, with one space only;
>
> drivers/net/vsc9953.c | 349 +++++++++++++++++++++------------------------
> include/configs/T104xRDB.h | 2 +-
> 2 files changed, 166 insertions(+), 185 deletions(-)
Acked-by: Joe Hershberger <joe.hershberger at ni.com>
More information about the U-Boot
mailing list