All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 04/16] drivers/net/vsc9953: Fix missing reserved register
@ 2015-07-24 13:55 Codrin Ciubotariu
  2015-07-24 13:55 ` [U-Boot] [PATCH v3 05/16] include/bitfield: Add new bitfield operations Codrin Ciubotariu
                   ` (12 more replies)
  0 siblings, 13 replies; 44+ messages in thread
From: Codrin Ciubotariu @ 2015-07-24 13:55 UTC (permalink / raw)
  To: u-boot

The VSC9953 DS reserves a register between vlan_mask and anag_efil
registers.

Signed-off-by: Johnson Leung <johnson.leung@freescale.com>
Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@freescale.com>
---

Changes for v2:
	- removed Change-id field;

Changes for v3:
	- added signature;

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

diff --git a/include/vsc9953.h b/include/vsc9953.h
index 6ae5fec..8ff02c1 100644
--- a/include/vsc9953.h
+++ b/include/vsc9953.h
@@ -143,6 +143,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;
-- 
1.9.3

^ permalink raw reply related	[flat|nested] 44+ messages in thread

end of thread, other threads:[~2015-08-19  7:21 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-24 13:55 [U-Boot] [PATCH v3 04/16] drivers/net/vsc9953: Fix missing reserved register Codrin Ciubotariu
2015-07-24 13:55 ` [U-Boot] [PATCH v3 05/16] include/bitfield: Add new bitfield operations Codrin Ciubotariu
2015-08-07 20:17   ` Joe Hershberger
2015-07-24 13:55 ` [U-Boot] [PATCH v3 06/16] drivers/net/vsc9953: Add default configuration for VSC9953 L2 Switch Codrin Ciubotariu
2015-08-07 20:17   ` Joe Hershberger
2015-07-24 13:55 ` [U-Boot] [PATCH v3 07/16] common/cmd_ethsw: Add generic commands for Ethernet Switches Codrin Ciubotariu
2015-08-07 20:18   ` Joe Hershberger
2015-08-07 22:58     ` York Sun
2015-08-10  5:47       ` Joe Hershberger
2015-07-24 13:55 ` [U-Boot] [PATCH v3 08/16] drivers/net/vsc9953: Use the generic Ethernet Switch parser Codrin Ciubotariu
2015-08-07 20:18   ` Joe Hershberger
2015-07-24 13:55 ` [U-Boot] [PATCH v3 09/16] drivers/net/vsc9953: Add command to show/clear port counters Codrin Ciubotariu
2015-08-07 20:18   ` Joe Hershberger
2015-07-24 13:55 ` [U-Boot] [PATCH v3 10/16] drivers/net/vsc9953: Add commands to enable/disable HW learning Codrin Ciubotariu
2015-08-07 20:18   ` Joe Hershberger
2015-07-24 13:55 ` [U-Boot] [PATCH v3 11/16] net/eth.c: Add function to validate a MAC address Codrin Ciubotariu
2015-08-07 20:18   ` Joe Hershberger
2015-08-08  0:30   ` York Sun
2015-08-10  8:44     ` Codrin Constantin Ciubotariu
2015-08-10 19:41       ` York Sun
2015-08-10 19:57         ` Joe Hershberger
2015-08-10 20:03           ` York Sun
2015-08-10 20:05             ` Joe Hershberger
2015-08-10 20:45               ` York Sun
2015-08-12 19:58                 ` York Sun
2015-08-13  7:33                   ` Codrin Constantin Ciubotariu
2015-08-13 15:42                   ` Codrin Constantin Ciubotariu
2015-08-13 15:54                     ` York Sun
2015-08-14  8:28                       ` Codrin Constantin Ciubotariu
2015-08-14 17:59                         ` York Sun
2015-08-17 14:37                           ` Joe Hershberger
2015-08-17 15:17                             ` York Sun
2015-08-19  7:21                             ` Codrin Constantin Ciubotariu
2015-07-24 13:55 ` [U-Boot] [PATCH v3 12/16] drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953 Codrin Ciubotariu
2015-08-07 20:18   ` Joe Hershberger
2015-07-24 13:55 ` [U-Boot] [PATCH v3 13/16] drivers/net/vsc9953: Add VLAN commands " Codrin Ciubotariu
2015-08-07 20:18   ` Joe Hershberger
2015-07-24 13:55 ` [U-Boot] [PATCH v3 14/16] drivers/net/vsc9953: Add command for shared/private VLAN learning Codrin Ciubotariu
2015-08-07 20:18   ` Joe Hershberger
2015-07-24 13:55 ` [U-Boot] [PATCH v3 15/16] drivers/net/vsc9953: Add commands for VLAN ingress filtering Codrin Ciubotariu
2015-08-07 20:18   ` Joe Hershberger
2015-07-24 13:55 ` [U-Boot] [PATCH v3 16/16] drivers/net/vsc9953: Add GPL-2.0+ SPDX-License-Identifier Codrin Ciubotariu
2015-08-07 20:19   ` Joe Hershberger
2015-08-07 20:17 ` [U-Boot] [PATCH v3 04/16] drivers/net/vsc9953: Fix missing reserved register Joe Hershberger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.