From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Wed, 17 Oct 2018 22:15:15 -0700 (PDT) Subject: [PATCH net-next v5] net/ncsi: Add NCSI Broadcom OEM command In-Reply-To: <20181016191319.1909502-1-vijaykhemka@fb.com> References: <20181016191319.1909502-1-vijaykhemka@fb.com> Message-ID: <20181017.221515.528292765899192548.davem@davemloft.net> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit From: Vijay Khemka Date: Tue, 16 Oct 2018 12:13:19 -0700 > This patch adds OEM Broadcom commands and response handling. It also > defines OEM Get MAC Address handler to get and configure the device. > > ncsi_oem_gma_handler_bcm: This handler send NCSI broadcom command for > getting mac address. > ncsi_rsp_handler_oem_bcm: This handles response received for all > broadcom OEM commands. > ncsi_rsp_handler_oem_bcm_gma: This handles get mac address response and > set it to device. > > Signed-off-by: Vijay Khemka Applied.