From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Wed, 11 Dec 2013 20:28:49 +0000 Subject: Re: [PATCH] micrel: add support for KSZ8041RNLI Message-Id: <52A8D90F.9090002@cogentembedded.com> List-Id: References: <201312100220.42153.sergei.shtylyov@cogentembedded.com> <20131211.135841.1810559740815410070.davem@davemloft.net> In-Reply-To: <20131211.135841.1810559740815410070.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: David Miller Cc: netdev@vger.kernel.org, linux-sh@vger.kernel.org Hello. On 12/11/2013 09:58 PM, David Miller wrote: >> Renesas R-Car development boards use KSZ8041RNLI PHY which for some reason has >> ID of 0x00221537 that is not documented for KSZ8041-family PHYs and does not >> match the documented ID of 0x0022151x (where 'x' is the revision). We have >> to add the new #define PHY_ID_* and new ksphy_driver[] entry, almost the same >> as KSZ8041 one, differing only in the 'phy_id' and 'name' fields. >> Signed-off-by: Sergei Shtylyov >> --- >> This patch is atop of DaveM's 'net-next.git' repo. > Since this is just a simple device ID addition, I applied this to > 'net', thanks. Hm, thanks, of course. But I don't see much difference w/my 'sh_eth' driver patch adding support for R8A7791 which you've queued for 3.14. Oh, well, not that it matters much... WBR, Sergei