<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/drivers/net/wireless/ath/wil6210/wil_platform.c, branch linux-6.2.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-6.2.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-6.2.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2020-08-31T15:18:43Z</updated>
<entry>
<title>wil6210: wil_platform: Demote kernel-doc header to standard comment block</title>
<updated>2020-08-31T15:18:43Z</updated>
<author>
<name>Lee Jones</name>
<email>lee.jones@linaro.org</email>
</author>
<published>2020-08-27T07:38:32Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=ea2e3df7c4f27821bbf8722820b7237ee73b8864'/>
<id>urn:sha1:ea2e3df7c4f27821bbf8722820b7237ee73b8864</id>
<content type='text'>
There has been no attempt to document any of the function parameters here.

Fixes the following W=1 kernel build warning(s):

 drivers/net/wireless/ath/wil6210/wil_platform.c:27: warning: Function parameter or member 'dev' not described in 'wil_platform_init'
 drivers/net/wireless/ath/wil6210/wil_platform.c:27: warning: Function parameter or member 'ops' not described in 'wil_platform_init'
 drivers/net/wireless/ath/wil6210/wil_platform.c:27: warning: Function parameter or member 'rops' not described in 'wil_platform_init'
 drivers/net/wireless/ath/wil6210/wil_platform.c:27: warning: Function parameter or member 'wil_handle' not described in 'wil_platform_init'

Cc: Maya Erez &lt;merez@codeaurora.org&gt;
Cc: Kalle Valo &lt;kvalo@codeaurora.org&gt;
Cc: "David S. Miller" &lt;davem@davemloft.net&gt;
Cc: Jakub Kicinski &lt;kuba@kernel.org&gt;
Cc: linux-wireless@vger.kernel.org
Cc: wil6210@qti.qualcomm.com
Cc: netdev@vger.kernel.org
Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;
Link: https://lore.kernel.org/r/20200827073832.GW3248864@dell
</content>
</entry>
<entry>
<title>wil6210: add SPDX license identifiers</title>
<updated>2019-10-31T08:16:10Z</updated>
<author>
<name>Lior David</name>
<email>liord@codeaurora.org</email>
</author>
<published>2019-10-28T17:24:37Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=85630469d268d3b7b4f79aa28948c1b7a2d6433b'/>
<id>urn:sha1:85630469d268d3b7b4f79aa28948c1b7a2d6433b</id>
<content type='text'>
Change all files to add SPDX license identifiers and
remove license text.
This is only an administrative change, there is no change
in actual license or copyright for any file.

Signed-off-by: Lior David &lt;liord@codeaurora.org&gt;
Signed-off-by: Maya Erez &lt;merez@codeaurora.org&gt;
Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;
</content>
</entry>
<entry>
<title>wil6210: support for platform specific crash recovery</title>
<updated>2016-01-07T13:00:44Z</updated>
<author>
<name>Lior David</name>
<email>qca_liord@qca.qualcomm.com</email>
</author>
<published>2015-12-16T15:51:46Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=ea3ade75db690dc47c78a77d71dfd7c2df3bb15d'/>
<id>urn:sha1:ea3ade75db690dc47c78a77d71dfd7c2df3bb15d</id>
<content type='text'>
Added a simple interface for platform to perform crash
recovery.
When firmware crashes, wil driver can notify the platform
which can trigger a crash recovery process. During
the process the platform can request a ram dump
from the wil driver as well as control when firmware
recovery will start. This interface allows the platform
to implement a more advanced crash recovery, for
example to reset dependent subsystems in proper order, or
to provide its own notifications during the recovery process.

Signed-off-by: Lior David &lt;qca_liord@qca.qualcomm.com&gt;
Signed-off-by: Maya Erez &lt;qca_merez@qca.qualcomm.com&gt;
Signed-off-by: Kalle Valo &lt;kvalo@qca.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>wil6210: use &lt;&gt; vs. "" for global include</title>
<updated>2015-08-06T06:42:32Z</updated>
<author>
<name>Vladimir Kondratiev</name>
<email>QCA_vkondrat@QCA.qualcomm.com</email>
</author>
<published>2015-07-30T10:51:52Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=8a9d1dc5741da8575e3393de392cc1704ecd4fe7'/>
<id>urn:sha1:8a9d1dc5741da8575e3393de392cc1704ecd4fe7</id>
<content type='text'>
linux/device.h should be included using &lt;&gt;, not ""
since it is not local include

Signed-off-by: Vladimir Kondratiev &lt;qca_vkondrat@qca.qualcomm.com&gt;
Signed-off-by: Kalle Valo &lt;kvalo@qca.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>wil6210: reorder init sequence</title>
<updated>2015-06-09T11:39:17Z</updated>
<author>
<name>Vladimir Kondratiev</name>
<email>QCA_vkondrat@QCA.qualcomm.com</email>
</author>
<published>2015-06-09T11:11:19Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=3e2d8e1b82af3e67c8d369f3c006b8f882399742'/>
<id>urn:sha1:3e2d8e1b82af3e67c8d369f3c006b8f882399742</id>
<content type='text'>
Need to reorder init sequence to run wil_platform_init
before pci_enable_device. Assumption is platform init
may be required before device may be enabled.
Another issue, platform uninit should be called after
pci_disable_device because platform uninit may render
pci device non-accessible.

Signed-off-by: Vladimir Kondratiev &lt;qca_vkondrat@qca.qualcomm.com&gt;
Signed-off-by: Kalle Valo &lt;kvalo@qca.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>wil6210: platform hooks for modile init/exit</title>
<updated>2015-06-09T11:39:12Z</updated>
<author>
<name>Vladimir Kondratiev</name>
<email>QCA_vkondrat@QCA.qualcomm.com</email>
</author>
<published>2015-06-09T11:11:19Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=b39d69377e4b331f42de1b7a103bf7b2205e70ae'/>
<id>urn:sha1:b39d69377e4b331f42de1b7a103bf7b2205e70ae</id>
<content type='text'>
Provide platform hooks for module init/exit.
If platform require to perform some specific actions
in global context, this is where to do so.

Example may be turning on power for the PCIE based
on DT information.

Signed-off-by: Vladimir Kondratiev &lt;qca_vkondrat@qca.qualcomm.com&gt;
Signed-off-by: Kalle Valo &lt;kvalo@qca.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>wil6210: Remove msm platform related code</title>
<updated>2015-02-03T13:36:41Z</updated>
<author>
<name>Hamad Kadmany</name>
<email>qca_hkadmany@qca.qualcomm.com</email>
</author>
<published>2015-02-01T08:55:16Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=7201472ed376882927ecc0d917acec6cc1610c80'/>
<id>urn:sha1:7201472ed376882927ecc0d917acec6cc1610c80</id>
<content type='text'>
Current implementation depends on msm-bus driver which
is not merged into mainline kernel therefore
this code is removed

Signed-off-by: Hamad Kadmany &lt;qca_hkadmany@qca.qualcomm.com&gt;
Signed-off-by: Vladimir Kondratiev &lt;qca_vkondrat@qca.qualcomm.com&gt;
Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;
</content>
</entry>
<entry>
<title>wil6210: platform specific module</title>
<updated>2014-09-11T19:27:37Z</updated>
<author>
<name>Vladimir Kondratiev</name>
<email>qca_vkondrat@qca.qualcomm.com</email>
</author>
<published>2014-09-10T13:34:35Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f772ebfb941a58af9e7adf9117bc0bb4c7d22f28'/>
<id>urn:sha1:f772ebfb941a58af9e7adf9117bc0bb4c7d22f28</id>
<content type='text'>
New module (wil_platform) for handling platform specific tasks

Signed-off-by: Dedy Lansky &lt;qca_dlansky@qca.qualcomm.com&gt;
Signed-off-by: Vladimir Kondratiev &lt;qca_vkondrat@qca.qualcomm.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
</feed>
