<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/pcmcia, branch v5.6.17</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v5.6.17</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v5.6.17'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2019-12-16T10:49:54+00:00</updated>
<entry>
<title>PCMCIA/i82092: remove #if 0 block</title>
<updated>2019-12-16T10:49:54+00:00</updated>
<author>
<name>Simon Geis</name>
<email>simon.geis@fau.de</email>
</author>
<published>2019-12-13T13:53:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=71705c611263cad99edf85a5ea021e098cac032b'/>
<id>urn:sha1:71705c611263cad99edf85a5ea021e098cac032b</id>
<content type='text'>
Remove the unused function indirect_read16, which
is similar to indirect_read with the exception that
it reads 16 instead of 8 bit.

Co-developed-by: Lukas Panzer &lt;lukas.panzer@fau.de&gt;
Signed-off-by: Lukas Panzer &lt;lukas.panzer@fau.de&gt;
Signed-off-by: Simon Geis &lt;simon.geis@fau.de&gt;
Signed-off-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;
</content>
</entry>
<entry>
<title>PCMCIA/i82092: delete enter/leave macro</title>
<updated>2019-12-16T10:49:54+00:00</updated>
<author>
<name>Simon Geis</name>
<email>simon.geis@fau.de</email>
</author>
<published>2019-12-13T13:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=52739f063f7e991326eecfffa2538e1f425d2580'/>
<id>urn:sha1:52739f063f7e991326eecfffa2538e1f425d2580</id>
<content type='text'>
Remove the enter/leave macros and the corresponding calls.
These are obsolete since ftrace is available.

Co-developed-by: Lukas Panzer &lt;lukas.panzer@fau.de&gt;
Signed-off-by: Lukas Panzer &lt;lukas.panzer@fau.de&gt;
Signed-off-by: Simon Geis &lt;simon.geis@fau.de&gt;
Signed-off-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;
</content>
</entry>
<entry>
<title>PCMCIA/i82092: include &lt;linux/io.h&gt; instead of &lt;asm/io.h&gt;</title>
<updated>2019-12-16T10:49:53+00:00</updated>
<author>
<name>Simon Geis</name>
<email>simon.geis@fau.de</email>
</author>
<published>2019-12-13T13:53:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=ac5af87725f7f0e14ff99b7d784e652cba9c21b7'/>
<id>urn:sha1:ac5af87725f7f0e14ff99b7d784e652cba9c21b7</id>
<content type='text'>
Include the more general linux/io.h instead of asm/io.h
as checkpatch suggests.

Co-developed-by: Lukas Panzer &lt;lukas.panzer@fau.de&gt;
Signed-off-by: Lukas Panzer &lt;lukas.panzer@fau.de&gt;
Signed-off-by: Simon Geis &lt;simon.geis@fau.de&gt;
Signed-off-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;
</content>
</entry>
<entry>
<title>PCMCIA/i82092: shorten the lines with over 80 characters</title>
<updated>2019-12-16T10:49:53+00:00</updated>
<author>
<name>Simon Geis</name>
<email>simon.geis@fau.de</email>
</author>
<published>2019-12-13T13:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=152b4bb57aa43f7f6f55abbb75ccbab818ef3892'/>
<id>urn:sha1:152b4bb57aa43f7f6f55abbb75ccbab818ef3892</id>
<content type='text'>
Split the lines with more than 80 characters
in order to improve readability of the code.

Co-developed-by: Lukas Panzer &lt;lukas.panzer@fau.de&gt;
Signed-off-by: Lukas Panzer &lt;lukas.panzer@fau.de&gt;
Signed-off-by: Simon Geis &lt;simon.geis@fau.de&gt;
Signed-off-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;
</content>
</entry>
<entry>
<title>PCMCIA/i82092: move assignment out of if condition</title>
<updated>2019-12-16T10:49:53+00:00</updated>
<author>
<name>Simon Geis</name>
<email>simon.geis@fau.de</email>
</author>
<published>2019-12-13T13:53:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=908864641f635892d4df265fe92425a5166c748b'/>
<id>urn:sha1:908864641f635892d4df265fe92425a5166c748b</id>
<content type='text'>
Improve readability by moving the assignment out of if conditions.

Co-developed-by: Lukas Panzer &lt;lukas.panzer@fau.de&gt;
Signed-off-by: Lukas Panzer &lt;lukas.panzer@fau.de&gt;
Signed-off-by: Simon Geis &lt;simon.geis@fau.de&gt;
Signed-off-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;
</content>
</entry>
<entry>
<title>PCMCIA/i82092: change code indentation</title>
<updated>2019-12-16T10:49:52+00:00</updated>
<author>
<name>Simon Geis</name>
<email>simon.geis@fau.de</email>
</author>
<published>2019-12-13T13:53:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=6aaf8ff3265041263988d81102afe51923359a81'/>
<id>urn:sha1:6aaf8ff3265041263988d81102afe51923359a81</id>
<content type='text'>
Align switch and case labels in order to improve readability.
For the same reason, change the indentation of an if-statement.

Co-developed-by: Lukas Panzer &lt;lukas.panzer@fau.de&gt;
Signed-off-by: Lukas Panzer &lt;lukas.panzer@fau.de&gt;
Signed-off-by: Simon Geis &lt;simon.geis@fau.de&gt;
Signed-off-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;
</content>
</entry>
<entry>
<title>PCMCIA/i82092: insert blank line after declarations</title>
<updated>2019-12-16T10:49:52+00:00</updated>
<author>
<name>Simon Geis</name>
<email>simon.geis@fau.de</email>
</author>
<published>2019-12-13T13:53:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=4ae66dd778e3e2245648347b3366e15e68aeb685'/>
<id>urn:sha1:4ae66dd778e3e2245648347b3366e15e68aeb685</id>
<content type='text'>
Improve readability of the code by inserting a blank line
after variable declarations.

Co-developed-by: Lukas Panzer &lt;lukas.panzer@fau.de&gt;
Signed-off-by: Lukas Panzer &lt;lukas.panzer@fau.de&gt;
Signed-off-by: Simon Geis &lt;simon.geis@fau.de&gt;
Signed-off-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;
</content>
</entry>
<entry>
<title>PCMCIA/i82092: remove braces around single statement blocks</title>
<updated>2019-12-16T10:49:50+00:00</updated>
<author>
<name>Simon Geis</name>
<email>simon.geis@fau.de</email>
</author>
<published>2019-12-13T13:53:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=ae1f62c5408a6c33363475f2d1909fec32f0dc47'/>
<id>urn:sha1:ae1f62c5408a6c33363475f2d1909fec32f0dc47</id>
<content type='text'>
Remove braces around single statement blocks in order to
improve readability.

Co-developed-by: Lukas Panzer &lt;lukas.panzer@fau.de&gt;
Signed-off-by: Lukas Panzer &lt;lukas.panzer@fau.de&gt;
Signed-off-by: Simon Geis &lt;simon.geis@fau.de&gt;
Signed-off-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;
</content>
</entry>
<entry>
<title>PCMCIA/i82092: add/remove spaces to improve readability</title>
<updated>2019-12-16T10:49:31+00:00</updated>
<author>
<name>Simon Geis</name>
<email>simon.geis@fau.de</email>
</author>
<published>2019-12-13T13:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=4839879f8af1309216e5edcce787bafba31c72b3'/>
<id>urn:sha1:4839879f8af1309216e5edcce787bafba31c72b3</id>
<content type='text'>
Improve the readability by adding whitespaces after commas and around
comparative operations. Also change indentation of one comment block.
While at it, remove trailing whitespaces and spaces before tabs.

Co-developed-by: Lukas Panzer &lt;lukas.panzer@fau.de&gt;
Signed-off-by: Lukas Panzer &lt;lukas.panzer@fau.de&gt;
Signed-off-by: Simon Geis &lt;simon.geis@fau.de&gt;
[linux@dominikbrodowski.net: fixup one additional definition]
Signed-off-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;
</content>
</entry>
<entry>
<title>PCMCIA/i82092: use dev_&lt;level&gt; instead of printk</title>
<updated>2019-12-16T10:16:17+00:00</updated>
<author>
<name>Simon Geis</name>
<email>simon.geis@fau.de</email>
</author>
<published>2019-12-13T13:53:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=26a0a10419fd8ee1b45f8a91f38ded230410b262'/>
<id>urn:sha1:26a0a10419fd8ee1b45f8a91f38ded230410b262</id>
<content type='text'>
Improve the log output by using the device-aware dev_err()/dev_info()
functions. While at it, update one remaining printk(KERN_ERR ...) call
to the preferred pr_err() call and delete commented out debugging lines.

Co-developed-by: Lukas Panzer &lt;lukas.panzer@fau.de&gt;
Signed-off-by: Lukas Panzer &lt;lukas.panzer@fau.de&gt;
Signed-off-by: Simon Geis &lt;simon.geis@fau.de&gt;
[linux@dominikbrodowski.net: disapply unneeded part of patch]
Signed-off-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;
</content>
</entry>
</feed>
