diff mbox

[U-Boot,02/11,v2] drivers/net/vsc9953: Fix missing reserved register

Message ID 1435078136-22809-3-git-send-email-codrin.ciubotariu@freescale.com
State Changes Requested
Headers show

Commit Message

Codrin Ciubotariu June 23, 2015, 4:48 p.m. UTC
The VSC9953 DS reserves a register between vlan_mask and anag_efil
registers.

Signed-off-by: Johnson Leung <johnson.leung@freescale.com>
---
Changes for v2:
        - removed Change-id field;

 include/vsc9953.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Joe Hershberger June 25, 2015, 4:17 p.m. UTC | #1
Hi Codrin,

On Tue, Jun 23, 2015 at 11:48 AM, Codrin Ciubotariu
<codrin.ciubotariu@freescale.com> wrote:
> The VSC9953 DS reserves a register between vlan_mask and anag_efil
> registers.
>
> Signed-off-by: Johnson Leung <johnson.leung@freescale.com>
> ---

Where is your Signed-off-by: ?  Please either update the "Author" in
the commit to Johnson Leung or add your Signed-off-by.

-Joe
Codrin Ciubotariu June 25, 2015, 4:39 p.m. UTC | #2
Hi Joe,

> > The VSC9953 DS reserves a register between vlan_mask and anag_efil
> > registers.
> >
> > Signed-off-by: Johnson Leung <johnson.leung@freescale.com>
> > ---
> 
> Where is your Signed-off-by: ?  Please either update the "Author" in the commit
> to Johnson Leung or add your Signed-off-by.
> 
> -Joe

Johnson found the issue, but I made a separate patch for it. I will add my signature in v3.

Best regards,
Codrin
diff mbox

Patch

diff --git a/include/vsc9953.h b/include/vsc9953.h
index 920402f..2b88c5c 100644
--- a/include/vsc9953.h
+++ b/include/vsc9953.h
@@ -147,6 +147,7 @@  struct vsc9953_ana_ana_tables {
 struct vsc9953_ana_ana {
 	u32	adv_learn;
 	u32	vlan_mask;
+	u32	reserved;
 	u32	anag_efil;
 	u32	an_events;
 	u32	storm_limit_burst;