<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/rtl8192e, branch v4.4</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v4.4</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v4.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2015-10-25T02:23:13Z</updated>
<entry>
<title>staging: rtl8192e: _rtl92e_fw_boot_cpu: Remove unneeded goto</title>
<updated>2015-10-25T02:23:13Z</updated>
<author>
<name>Mateusz Kulikowski</name>
<email>mateusz.kulikowski@gmail.com</email>
</author>
<published>2015-10-19T20:00:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b0dcce5fbfac9cb238c4666b8798065eb982bb82'/>
<id>urn:sha1:b0dcce5fbfac9cb238c4666b8798065eb982bb82</id>
<content type='text'>
Drop ugly label as no resource cleanup is needed.

Signed-off-by: Mateusz Kulikowski &lt;mateusz.kulikowski@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8192e: fw: Use netdev_dbg instead of RT_TRACE</title>
<updated>2015-10-25T02:23:13Z</updated>
<author>
<name>Mateusz Kulikowski</name>
<email>mateusz.kulikowski@gmail.com</email>
</author>
<published>2015-10-19T20:00:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=91d7b8cf7cfef7a1e3e344e5bbbaf664505eb2c9'/>
<id>urn:sha1:91d7b8cf7cfef7a1e3e344e5bbbaf664505eb2c9</id>
<content type='text'>
Drop legacy logging system.

Signed-off-by: Mateusz Kulikowski &lt;mateusz.kulikowski@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8192e: Remove _rtl92e_fw_download_code()</title>
<updated>2015-10-25T02:23:13Z</updated>
<author>
<name>Mateusz Kulikowski</name>
<email>mateusz.kulikowski@gmail.com</email>
</author>
<published>2015-10-19T20:00:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=15d140664c94f56e67e4cf3107c000471ae72a9c'/>
<id>urn:sha1:15d140664c94f56e67e4cf3107c000471ae72a9c</id>
<content type='text'>
Reuse  rtl92e_send_cmd_pkt() instead.

Signed-off-by: Mateusz Kulikowski &lt;mateusz.kulikowski@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8192e: Swap firmware endian in _rtl92e_fw_prepare()</title>
<updated>2015-10-25T02:23:13Z</updated>
<author>
<name>Mateusz Kulikowski</name>
<email>mateusz.kulikowski@gmail.com</email>
</author>
<published>2015-10-19T20:00:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f4c807d6d5fa653dc060a75e963cb2834f697ed4'/>
<id>urn:sha1:f4c807d6d5fa653dc060a75e963cb2834f697ed4</id>
<content type='text'>
Remove endian swap from  _rtl92e_fw_download_code(),
this way it can be replaced with _rtl92e_send_cmd_pkt().

Signed-off-by: Mateusz Kulikowski &lt;mateusz.kulikowski@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8192e: Add _rtl92e_fw_prepare</title>
<updated>2015-10-25T02:23:13Z</updated>
<author>
<name>Mateusz Kulikowski</name>
<email>mateusz.kulikowski@gmail.com</email>
</author>
<published>2015-10-19T20:00:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=09b1893831d23bac5d6a0a84ac578fdec7099b7d'/>
<id>urn:sha1:09b1893831d23bac5d6a0a84ac578fdec7099b7d</id>
<content type='text'>
Add function to request and prepare firmware image.

Signed-off-by: Mateusz Kulikowski &lt;mateusz.kulikowski@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8192e: Add _rtl92e_wait_for_fw()</title>
<updated>2015-10-25T02:23:13Z</updated>
<author>
<name>Mateusz Kulikowski</name>
<email>mateusz.kulikowski@gmail.com</email>
</author>
<published>2015-10-19T20:00:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=51dac5f09577e8300602e378d115075cf656a32c'/>
<id>urn:sha1:51dac5f09577e8300602e378d115075cf656a32c</id>
<content type='text'>
Add function waiting for firmware load/boot;
Remove _rtl92e_is_fw_ready() that is obsolete (can be replaced
with  _rtl92e_wait_for_fw().

Signed-off-by: Mateusz Kulikowski &lt;mateusz.kulikowski@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8192e: init_fw: Drop unneded check</title>
<updated>2015-10-25T02:23:13Z</updated>
<author>
<name>Mateusz Kulikowski</name>
<email>mateusz.kulikowski@gmail.com</email>
</author>
<published>2015-10-19T20:00:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=58533b221730c0ccbcd7d7694b2111679f11d99d'/>
<id>urn:sha1:58533b221730c0ccbcd7d7694b2111679f11d99d</id>
<content type='text'>
rst_opt is always equal to OPT_SYSTEM_RESET in this scope.

Signed-off-by: Mateusz Kulikowski &lt;mateusz.kulikowski@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8192e: Rename rt_firmware::firmware_status to status</title>
<updated>2015-10-25T02:23:13Z</updated>
<author>
<name>Mateusz Kulikowski</name>
<email>mateusz.kulikowski@gmail.com</email>
</author>
<published>2015-10-19T20:00:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6167a6c88c07f5efe9fb86603f2b095b7ccc941a'/>
<id>urn:sha1:6167a6c88c07f5efe9fb86603f2b095b7ccc941a</id>
<content type='text'>
Signed-off-by: Mateusz Kulikowski &lt;mateusz.kulikowski@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8192e: Add rt_fw_blob</title>
<updated>2015-10-25T02:23:13Z</updated>
<author>
<name>Mateusz Kulikowski</name>
<email>mateusz.kulikowski@gmail.com</email>
</author>
<published>2015-10-19T20:00:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=292f4b47baf8e45b4196dab432ee787fd1eeca88'/>
<id>urn:sha1:292f4b47baf8e45b4196dab432ee787fd1eeca88</id>
<content type='text'>
rt_fw_blob contains single firmware blob and its size.
Update firmware loading code accordingly.

Signed-off-by: Mateusz Kulikowski &lt;mateusz.kulikowski@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: rtl8192e: cmd_pkt: Handle INIT packets</title>
<updated>2015-10-25T02:23:13Z</updated>
<author>
<name>Mateusz Kulikowski</name>
<email>mateusz.kulikowski@gmail.com</email>
</author>
<published>2015-10-19T20:00:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c0f6479165ed0380e8588f50ff728b76131c4383'/>
<id>urn:sha1:c0f6479165ed0380e8588f50ff728b76131c4383</id>
<content type='text'>
Add support for DESC_PACKET_TYPE_INIT to rtl92e_send_cmd_pkt().
With this generalization, _rtl92e_fw_download_code() may be removed
after slight modification.

Signed-off-by: Mateusz Kulikowski &lt;mateusz.kulikowski@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
