Hi Codrin,

On Fri, Jul 24, 2015 at 8:52 AM, Codrin Ciubotariu
<codrin.ciubota...@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.ciubota...@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.hershber...@ni.com>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to