From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Thu, 17 Jan 2019 19:12:40 +0100 Subject: [U-Boot] [PATCH 05/11] net: macb: Fix GEM hardware detection In-Reply-To: <20190117103748.36613-6-anup.patel@wdc.com> References: <20190117103748.36613-1-anup.patel@wdc.com> <20190117103748.36613-6-anup.patel@wdc.com> Message-ID: <8c0cdba8-0bfa-77e1-2a35-c02dc19fb6d4@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/17/2019 11:38 AM, Anup Patel wrote: > From: Atish Patra > > Fix MID bit field check to correctly identify all GEM hardwares. > > The check is updated as per macb driver in Linux location: > /drivers/net/ethernet/cadence/macb_main.c:259 > > Signed-off-by: Atish Patra I found the respective Linux commit: 361918970b7426bba97a64678ef2b2679c37199b. Reviewed-by: Alexander Graf Alex