<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/cpsw.h, branch v2019.07</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/include/cpsw.h?h=v2019.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/cpsw.h?h=v2019.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2019-04-12T12:05:54Z</updated>
<entry>
<title>board: ti: am335x: Add platdata for cpsw in SPL</title>
<updated>2019-04-12T12:05:54Z</updated>
<author>
<name>Faiz Abbas</name>
<email>faiz_abbas@ti.com</email>
</author>
<published>2019-03-18T08:24:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0229c9330d2b34141f77584de417136d5c8088fc'/>
<id>urn:sha1:0229c9330d2b34141f77584de417136d5c8088fc</id>
<content type='text'>
The SPL image overflows when cpsw dt nodes are added and SPL_OF_CONTROL
is enabled. Use static platdata instead to save space.

Signed-off-by: Faiz Abbas &lt;faiz_abbas@ti.com&gt;
</content>
</entry>
<entry>
<title>net: ti: cpsw-common: Isolate getting syscon address from assigning macid</title>
<updated>2019-04-12T12:05:53Z</updated>
<author>
<name>Faiz Abbas</name>
<email>faiz_abbas@ti.com</email>
</author>
<published>2019-03-18T08:24:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a58d222df9be560e7fdba0300ca57b02b1362ded'/>
<id>urn:sha1:a58d222df9be560e7fdba0300ca57b02b1362ded</id>
<content type='text'>
ti_cm_get_macid() is used to get a syscon node from the dt, read the
efuse address and then assign the macid read from the address. Divide
these two steps into separate functions one of which can be called from
ofdata_to_platdata() while the other can be called from _probe(). This
ensures that platdata can be assigned statically in a board file when
OF_CONTROL is not enabled. Also add a macid_sel_compat in private data
to get information about the macid byte placement.

Signed-off-by: Faiz Abbas &lt;faiz_abbas@ti.com&gt;
</content>
</entry>
<entry>
<title>net: ti: cpsw: Move cpsw_phy_sel() to _probe()</title>
<updated>2019-04-12T12:05:52Z</updated>
<author>
<name>Faiz Abbas</name>
<email>faiz_abbas@ti.com</email>
</author>
<published>2019-03-18T08:24:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e50f878c98ddec1f8247b835335d7ea1ab8e7b3f'/>
<id>urn:sha1:e50f878c98ddec1f8247b835335d7ea1ab8e7b3f</id>
<content type='text'>
cpsw_phy_sel() is a configuration step that should not be in
ofdata_to_platdata(). Add phy_sel_compat to the cpsw_platform_data
structure so that it is accessible in _probe. Then move the call of
cpsw_phy_sel() to _probe.

Signed-off-by: Faiz Abbas &lt;faiz_abbas@ti.com&gt;
</content>
</entry>
<entry>
<title>drivers: net: cpsw: add support to update phy address</title>
<updated>2018-09-26T01:49:18Z</updated>
<author>
<name>Sekhar Nori</name>
<email>nsekhar@ti.com</email>
</author>
<published>2018-08-23T11:41:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e2597be5bcb90030fdc116e7c5810bdef7fd9e0d'/>
<id>urn:sha1:e2597be5bcb90030fdc116e7c5810bdef7fd9e0d</id>
<content type='text'>
On some boards using TI CPSW, it may be possible that
PHY address was not latched correctly, and the actual
address that the phy responds on is different from that
set in device-tree. For example, see this problem report
on beaglebone black:

https://groups.google.com/d/msg/beagleboard/9mctrG26Mc8/1FuI_i5KW10J

Add support to check for this condition and use the
detected phy address when its safe to do so.

Also, add a public API that exposes the phy address of
a given slave. This can be used to update device-tree that
is passed to Linux kernel.

Signed-off-by: Sekhar Nori &lt;nsekhar@ti.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>driver: net: cpsw: add support for RGMII id mode support and RMII clock source selection</title>
<updated>2016-10-13T17:25:02Z</updated>
<author>
<name>Mugunthan V N</name>
<email>mugunthanvnm@ti.com</email>
</author>
<published>2016-10-13T14:03:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ab9715303d0b32e9a71dfa9c43d6629f54e2f236'/>
<id>urn:sha1:ab9715303d0b32e9a71dfa9c43d6629f54e2f236</id>
<content type='text'>
cpsw driver supports only selection of phy mode in control module
but control module has more setting like RGMII ID mode selection,
RMII clock source selection. So ported to cpsw-phy-sel driver
from kernel to u-boot.

Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>drivers: net: cpsw: Add reading of DT phy-handle node</title>
<updated>2016-05-24T16:42:04Z</updated>
<author>
<name>Dan Murphy</name>
<email>dmurphy@ti.com</email>
</author>
<published>2016-05-02T20:45:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cb3862277b73b57ade3774b8fa684d3d7c324ba3'/>
<id>urn:sha1:cb3862277b73b57ade3774b8fa684d3d7c324ba3</id>
<content type='text'>
Add the ability to read the phy-handle node of the
cpsw slave.  Upon reading this handle the phy-id
can be stored based on the reg node in the DT.

The phy-handle also needs to be stored and passed
to the phy to access any phy data that is available.

Signed-off-by: Dan Murphy &lt;dmurphy@ti.com&gt;
Tested-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>drivers: net: cpsw: add support for reading mac address from efuse</title>
<updated>2016-05-24T16:42:03Z</updated>
<author>
<name>Mugunthan V N</name>
<email>mugunthanvnm@ti.com</email>
</author>
<published>2016-04-28T10:06:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e4310566deb7533301eb0de78d3640f4f307d267'/>
<id>urn:sha1:e4310566deb7533301eb0de78d3640f4f307d267</id>
<content type='text'>
Different TI platforms has to read with different combination to
get the mac address from efuse. So add support to read mac address
based on machine/device compatibles.

The code is taken from Linux drivers/net/ethernet/ti/cpsw-common.c
done by Tony Lindgren.

Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>drivers: net: cpsw: convert driver to adopt device driver model</title>
<updated>2015-10-22T18:18:35Z</updated>
<author>
<name>Mugunthan V N</name>
<email>mugunthanvnm@ti.com</email>
</author>
<published>2015-09-07T08:52:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4cc77895eb03ebe16f13910bd85a68f24e432636'/>
<id>urn:sha1:4cc77895eb03ebe16f13910bd85a68f24e432636</id>
<content type='text'>
adopt cpsw driver to device driver model

Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>drivers: net: cpsw: add support for using second port as ethernet</title>
<updated>2014-07-25T19:21:05Z</updated>
<author>
<name>Mugunthan V N</name>
<email>mugunthanvnm@ti.com</email>
</author>
<published>2014-05-22T09:07:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7a0227534dfc17c96bb02529fb69971d079a85f0'/>
<id>urn:sha1:7a0227534dfc17c96bb02529fb69971d079a85f0</id>
<content type='text'>
Add support for using the second slave port of cpsw
to be used as primary ethernet.

Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
</content>
</entry>
<entry>
<title>drivers: net: cpsw: add support to have phy address from cpsw platform data</title>
<updated>2014-03-04T14:41:53Z</updated>
<author>
<name>Mugunthan V N</name>
<email>mugunthanvnm@ti.com</email>
</author>
<published>2014-02-18T12:31:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9c653aad169ffdc9e18482970df9de1a29773034'/>
<id>urn:sha1:9c653aad169ffdc9e18482970df9de1a29773034</id>
<content type='text'>
Some platforms like AM437x have different EVMs with different phy addresses,
so this patch adds support for passing phy address via cpsw plaform data.
Also renamed phy_id to phy_addr so better understanding of the code.

Reviewed-by: Felipe Balbi &lt;balbi@ti.com&gt;
Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
[trini: Update BuR am335x_igep0033 pcm051_rev3 pcm051_rev1 cm_t335
pengwyn boards]
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
</feed>
