[U-Boot] [PATCH v3 03/16] drivers/net/vsc9953: Fix bug when enabling a port
Joe Hershberger
joe.hershberger at gmail.com
Fri Aug 7 22:17:38 CEST 2015
Hi Codrin,
On Fri, Jul 24, 2015 at 8:52 AM, Codrin Ciubotariu
<codrin.ciubotariu at freescale.com> wrote:
> When a port is enabled at init time, the initializing function
> touches more bits than necessary to enable a port (also touches
> reserved bits and default bit values). This patch fixes this issue
> by changing the value of the define used to enable the port and
> assures that no other bits are changes by replacing out_le32()
> with setbits_le32().
>
> Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu at freescale.com>
> ---
>
> Dhanges for v3:
> - none; new patch;
>
> drivers/net/vsc9953.c | 4 ++--
> include/vsc9953.h | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
Acked-by: Joe Hershberger <joe.hershberger at ni.com>
More information about the U-Boot
mailing list