<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers/net/ethernet/huawei/Makefile, branch master</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>hinic3: module initialization and tx/rx logic</title>
<updated>2025-05-22T03:31:42+00:00</updated>
<author>
<name>Fan Gong</name>
<email>gongfan1@huawei.com</email>
</author>
<published>2025-05-20T10:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=17fcb3dc12bbee8ec3e32ca1f60898f252e06b2d'/>
<id>17fcb3dc12bbee8ec3e32ca1f60898f252e06b2d</id>
<content type='text'>
This is [1/3] part of hinic3 Ethernet driver initial submission.
With this patch hinic3 is a valid kernel module but non-functional
driver.

The driver parts contained in this patch:
Module initialization.
PCI driver registration but with empty id_table.
Auxiliary driver registration.
Net device_ops registration but open/stop are empty stubs.
tx/rx logic.

All major data structures of the driver are fully introduced with the
code that uses them but without their initialization code that requires
management interface with the hw.

Co-developed-by: Xin Guo &lt;guoxin09@huawei.com&gt;
Signed-off-by: Xin Guo &lt;guoxin09@huawei.com&gt;
Signed-off-by: Fan Gong &lt;gongfan1@huawei.com&gt;
Co-developed-by: Gur Stavi &lt;gur.stavi@huawei.com&gt;
Signed-off-by: Gur Stavi &lt;gur.stavi@huawei.com&gt;
Link: https://patch.msgid.link/76a137ffdfe115c737c2c224f0c93b60ba53cc16.1747736586.git.gur.stavi@huawei.com
Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is [1/3] part of hinic3 Ethernet driver initial submission.
With this patch hinic3 is a valid kernel module but non-functional
driver.

The driver parts contained in this patch:
Module initialization.
PCI driver registration but with empty id_table.
Auxiliary driver registration.
Net device_ops registration but open/stop are empty stubs.
tx/rx logic.

All major data structures of the driver are fully introduced with the
code that uses them but without their initialization code that requires
management interface with the hw.

Co-developed-by: Xin Guo &lt;guoxin09@huawei.com&gt;
Signed-off-by: Xin Guo &lt;guoxin09@huawei.com&gt;
Signed-off-by: Fan Gong &lt;gongfan1@huawei.com&gt;
Co-developed-by: Gur Stavi &lt;gur.stavi@huawei.com&gt;
Signed-off-by: Gur Stavi &lt;gur.stavi@huawei.com&gt;
Link: https://patch.msgid.link/76a137ffdfe115c737c2c224f0c93b60ba53cc16.1747736586.git.gur.stavi@huawei.com
Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: Add SPDX license identifier - Makefile/Kconfig</title>
<updated>2019-05-21T08:50:46+00:00</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2019-05-19T12:07:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1'/>
<id>ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1</id>
<content type='text'>
Add SPDX license identifiers to all Make/Kconfig files which:

 - Have no license information of any form

These files fall under the project license, GPL v2 only. The resulting SPDX
license identifier is:

  GPL-2.0-only

Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add SPDX license identifiers to all Make/Kconfig files which:

 - Have no license information of any form

These files fall under the project license, GPL v2 only. The resulting SPDX
license identifier is:

  GPL-2.0-only

Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net-next/hinic: Initialize hw interface</title>
<updated>2017-08-22T17:48:52+00:00</updated>
<author>
<name>Aviad Krawczyk</name>
<email>aviad.krawczyk@huawei.com</email>
</author>
<published>2017-08-21T15:55:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=51ba902a16e68b786028db8b0482f3a5f22e7d4f'/>
<id>51ba902a16e68b786028db8b0482f3a5f22e7d4f</id>
<content type='text'>
Initialize hw interface as part of the nic initialization for accessing hw.

Signed-off-by: Aviad Krawczyk &lt;aviad.krawczyk@huawei.com&gt;
Signed-off-by: Zhao Chen &lt;zhaochen6@huawei.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initialize hw interface as part of the nic initialization for accessing hw.

Signed-off-by: Aviad Krawczyk &lt;aviad.krawczyk@huawei.com&gt;
Signed-off-by: Zhao Chen &lt;zhaochen6@huawei.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
