<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/net/ethernet/xilinx, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/net/ethernet/xilinx?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/net/ethernet/xilinx?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2022-10-28T10:39:57Z</updated>
<entry>
<title>net: emaclite: update reset_lock member documentation</title>
<updated>2022-10-28T10:39:57Z</updated>
<author>
<name>Radhey Shyam Pandey</name>
<email>radhey.shyam.pandey@amd.com</email>
</author>
<published>2022-10-26T15:15:24Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=8fdf3f6aba7cfa0c0e2bf66ecca7bb5783acd0d6'/>
<id>urn:sha1:8fdf3f6aba7cfa0c0e2bf66ecca7bb5783acd0d6</id>
<content type='text'>
Instead of generic description, mention what reset_lock actually
protects i.e. lock to serialize xmit and tx_timeout execution.

Signed-off-by: Radhey Shyam Pandey &lt;radhey.shyam.pandey@amd.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: drop the weight argument from netif_napi_add</title>
<updated>2022-09-29T01:57:14Z</updated>
<author>
<name>Jakub Kicinski</name>
<email>kuba@kernel.org</email>
</author>
<published>2022-09-27T13:27:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=b48b89f9c189d24eb5e2b4a0ac067da5a24ee86d'/>
<id>urn:sha1:b48b89f9c189d24eb5e2b4a0ac067da5a24ee86d</id>
<content type='text'>
We tell driver developers to always pass NAPI_POLL_WEIGHT
as the weight to netif_napi_add(). This may be confusing
to newcomers, drop the weight argument, those who really
need to tweak the weight can use netif_napi_add_weight().

Acked-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt; # for CAN
Link: https://lore.kernel.org/r/20220927132753.750069-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
</content>
</entry>
<entry>
<title>net: ll_temac: axienet: delete unnecessary blank lines and spaces</title>
<updated>2022-09-22T01:25:20Z</updated>
<author>
<name>huangjunxian</name>
<email>huangjunxian6@hisilicon.com</email>
</author>
<published>2022-09-17T10:38:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=7fe85bb3af4e90561ff36e0fa8697b56c3108800'/>
<id>urn:sha1:7fe85bb3af4e90561ff36e0fa8697b56c3108800</id>
<content type='text'>
Cleaning some static warnings of indent.

Signed-off-by: huangjunxian &lt;huangjunxian6@hisilicon.com&gt;
Signed-off-by: Haoyue Xu &lt;xuhaoyue1@hisilicon.com&gt;
Reviewed-by: Harini Katakam &lt;harini.katakam@amd.com&gt;
Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
</content>
</entry>
<entry>
<title>net: ll_temac: move trailing statements to next line</title>
<updated>2022-09-22T01:25:19Z</updated>
<author>
<name>huangjunxian</name>
<email>huangjunxian6@hisilicon.com</email>
</author>
<published>2022-09-17T10:38:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=a0a85097680101172928bef443aaf222e73017f8'/>
<id>urn:sha1:a0a85097680101172928bef443aaf222e73017f8</id>
<content type='text'>
Cleaning some static warnings of trailing statements.

Signed-off-by: huangjunxian &lt;huangjunxian6@hisilicon.com&gt;
Signed-off-by: Haoyue Xu &lt;xuhaoyue1@hisilicon.com&gt;
Reviewed-by: Harini Katakam &lt;harini.katakam@amd.com&gt;
Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
</content>
</entry>
<entry>
<title>net: ll_temac: fix the missing spaces around '='</title>
<updated>2022-09-22T01:25:19Z</updated>
<author>
<name>huangjunxian</name>
<email>huangjunxian6@hisilicon.com</email>
</author>
<published>2022-09-17T10:38:41Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=a9f1ef7034b84be720321140723e7c266e538a41'/>
<id>urn:sha1:a9f1ef7034b84be720321140723e7c266e538a41</id>
<content type='text'>
Cleaning some static warnings of missing spaces around '='.

Signed-off-by: huangjunxian &lt;huangjunxian6@hisilicon.com&gt;
Signed-off-by: Haoyue Xu &lt;xuhaoyue1@hisilicon.com&gt;
Reviewed-by: Harini Katakam &lt;harini.katakam@amd.com&gt;
Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
</content>
</entry>
<entry>
<title>net: ll_temac: delete unnecessary else branch</title>
<updated>2022-09-22T01:25:19Z</updated>
<author>
<name>huangjunxian</name>
<email>huangjunxian6@hisilicon.com</email>
</author>
<published>2022-09-17T10:38:40Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=7dfd0dcc5e728ccbbdb656356cb1a1112796e4da'/>
<id>urn:sha1:7dfd0dcc5e728ccbbdb656356cb1a1112796e4da</id>
<content type='text'>
Cleaning some static warnings of unnecessary else branch.

Signed-off-by: huangjunxian &lt;huangjunxian6@hisilicon.com&gt;
Signed-off-by: Haoyue Xu &lt;xuhaoyue1@hisilicon.com&gt;
Reviewed-by: Harini Katakam &lt;harini.katakam@amd.com&gt;
Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
</content>
</entry>
<entry>
<title>net: ll_temac: axienet: align with open parenthesis</title>
<updated>2022-09-22T01:25:19Z</updated>
<author>
<name>huangjunxian</name>
<email>huangjunxian6@hisilicon.com</email>
</author>
<published>2022-09-17T10:38:39Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=42f5d4d0e0d9bb7e4ff776412415d3894ac71ea4'/>
<id>urn:sha1:42f5d4d0e0d9bb7e4ff776412415d3894ac71ea4</id>
<content type='text'>
Cleaning some static warnings of open parenthesis.

Signed-off-by: huangjunxian &lt;huangjunxian6@hisilicon.com&gt;
Signed-off-by: Haoyue Xu &lt;xuhaoyue1@hisilicon.com&gt;
Reviewed-by: Harini Katakam &lt;harini.katakam@amd.com&gt;
Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
</content>
</entry>
<entry>
<title>net: ll_temac: Cleanup for function name in a string</title>
<updated>2022-09-22T01:25:19Z</updated>
<author>
<name>Haoyue Xu</name>
<email>xuhaoyue1@hisilicon.com</email>
</author>
<published>2022-09-17T10:38:38Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=653de988eb585a41d28720a5d8846b699469cd6f'/>
<id>urn:sha1:653de988eb585a41d28720a5d8846b699469cd6f</id>
<content type='text'>
As Checkpatch.pl warns, prefer using '"%s...", __func__'
to using 'temac_device_reset', this function's name, in a string.

Signed-off-by: Haoyue Xu &lt;xuhaoyue1@hisilicon.com&gt;
Reviewed-by: Harini Katakam &lt;harini.katakam@amd.com&gt;
Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
</content>
</entry>
<entry>
<title>net: ll_temac: fix the format of block comments</title>
<updated>2022-09-22T01:25:18Z</updated>
<author>
<name>huangjunxian</name>
<email>huangjunxian6@hisilicon.com</email>
</author>
<published>2022-09-17T10:38:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=75124116520b7c94313c1e46493bee964317fa9e'/>
<id>urn:sha1:75124116520b7c94313c1e46493bee964317fa9e</id>
<content type='text'>
Cleaning some static warnings of block comments.

Signed-off-by: huangjunxian &lt;huangjunxian6@hisilicon.com&gt;
Signed-off-by: Haoyue Xu &lt;xuhaoyue1@hisilicon.com&gt;
Reviewed-by: Harini Katakam &lt;harini.katakam@amd.com&gt;
Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
</content>
</entry>
<entry>
<title>net: ll_temac: Switch to use dev_err_probe() helper</title>
<updated>2022-09-21T12:50:03Z</updated>
<author>
<name>Yang Yingliang</name>
<email>yangyingliang@huawei.com</email>
</author>
<published>2022-09-15T11:42:14Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=75ae8c284c00dc3584b7c173f6fcf96ee15bd02c'/>
<id>urn:sha1:75ae8c284c00dc3584b7c173f6fcf96ee15bd02c</id>
<content type='text'>
dev_err() can be replace with dev_err_probe() which will check if error
code is -EPROBE_DEFER.

Signed-off-by: Yang Yingliang &lt;yangyingliang@huawei.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
</feed>
