Searched hist:"4 bd7b5127bd02c12c1cc837a7a0b6ce295eb2505" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | micrel_phy.h | diff 4bd7b5127bd02c12c1cc837a7a0b6ce295eb2505 Mon Dec 09 17:20:41 CST 2013 Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> micrel: add support for KSZ8041RNLI
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 <sergei.shtylyov@cogentembedded.com> Tested-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/phy/ |
H A D | micrel.c | diff 4bd7b5127bd02c12c1cc837a7a0b6ce295eb2505 Mon Dec 09 17:20:41 CST 2013 Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> micrel: add support for KSZ8041RNLI
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 <sergei.shtylyov@cogentembedded.com> Tested-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|