<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/staging/dgap, branch v3.15.2</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v3.15.2</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v3.15.2'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2014-03-19T20:54:39+00:00</updated>
<entry>
<title>staging: dgap: fix the rest of the checkpatch warnings in dgap.c</title>
<updated>2014-03-19T20:54:39+00:00</updated>
<author>
<name>Mark Hounschell</name>
<email>markh@compro.net</email>
</author>
<published>2014-03-19T19:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=67d5dc8a69bf91720f0a8fdeaa5ef94c42d1637e'/>
<id>urn:sha1:67d5dc8a69bf91720f0a8fdeaa5ef94c42d1637e</id>
<content type='text'>
This patch fixes all the simple_strtol and simple_strtoul warnings
as reported by checkpatch. After this patch, checkpatch will report
zero errors or warnings on dgap.c.

Signed-off-by: Mark Hounschell &lt;markh@compro.net&gt;
Tested-by: Mark Hounschell &lt;markh@compro.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: dgap: re-factor some more code for 80+ lines</title>
<updated>2014-03-19T15:49:06+00:00</updated>
<author>
<name>Mark Hounschell</name>
<email>markh@compro.net</email>
</author>
<published>2014-03-19T15:10:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=bbfbe832ffde9c0a8ae103987fefd109e7ac3949'/>
<id>urn:sha1:bbfbe832ffde9c0a8ae103987fefd109e7ac3949</id>
<content type='text'>
This patch fixes more 80+ char lines as reported by checkpatch

Signed-off-by: Mark Hounschell &lt;markh@compro.net&gt;
Tested-by: Mark Hounschell &lt;markh@compro.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: dgap: get rid of DGAP_LOCK and DGAP_UNLOCK macros</title>
<updated>2014-03-19T15:49:06+00:00</updated>
<author>
<name>Mark Hounschell</name>
<email>markh@compro.net</email>
</author>
<published>2014-03-19T15:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=c43846a91fc2aeb8f8f519f71324f3bec91bb62f'/>
<id>urn:sha1:c43846a91fc2aeb8f8f519f71324f3bec91bb62f</id>
<content type='text'>
This patch replaces the DGAP_LOCK and DGAP_UNLOCK macros with
spin_lock_irqsave spin_unlock_irqrestore.

Signed-off-by: Mark Hounschell &lt;markh@compro.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: dgap: re-factor some code for 80+ lines as reported by checkpatch</title>
<updated>2014-03-19T15:49:06+00:00</updated>
<author>
<name>Mark Hounschell</name>
<email>markh@compro.net</email>
</author>
<published>2014-03-19T15:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=8cdd76391e66150b5563658bdca576428c74df34'/>
<id>urn:sha1:8cdd76391e66150b5563658bdca576428c74df34</id>
<content type='text'>
This patch re-factors some code to fix some 80+ lines as reported by checkpatch.
This patch was suggested and authored by Dan Carpenter. A test case for this
patch has been written and used to show the patch to be correct.

Suggested-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Mark Hounschell &lt;markh@compro.net&gt;
Tested-by: Mark Hounschell &lt;markh@compro.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: dgap: Fixed sparse error: same symbol redeclared with different type</title>
<updated>2014-03-18T23:22:27+00:00</updated>
<author>
<name>Masood Mehmood</name>
<email>ody.guru@gmail.com</email>
</author>
<published>2014-03-18T20:40:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=fd54889b65cc32fc64e5a6c456fbf6aab4bd258a'/>
<id>urn:sha1:fd54889b65cc32fc64e5a6c456fbf6aab4bd258a</id>
<content type='text'>
sparse reported dgap_do_fep_load is redeclared with different type. while
fixing, I noticed __user attribute is used incorrectly in declaration.
There is no need to define __user for firware-&gt;data.

Replaced the __user with 'const uchar *' from function dgap_do_fep_load and
did the same for function dgap_do_bios_load

patch generated against: next-20140318

Signed-off-by: Masood Mehmood &lt;ody.guru@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: dgap: Add a pr_info per board info</title>
<updated>2014-03-17T21:35:44+00:00</updated>
<author>
<name>Mark Hounschell</name>
<email>markh@compro.net</email>
</author>
<published>2014-03-12T16:50:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=c0c31b9b2a65c7d8f28f94577cbd234764f3cdcc'/>
<id>urn:sha1:c0c31b9b2a65c7d8f28f94577cbd234764f3cdcc</id>
<content type='text'>
This patch adds a pr_info per board that indicates
board number, type, etc..

Signed-off-by: Mark Hounschell &lt;markh@compro.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: dgap: remove more unneeded brd-state states</title>
<updated>2014-03-17T21:35:43+00:00</updated>
<author>
<name>Mark Hounschell</name>
<email>markh@compro.net</email>
</author>
<published>2014-03-12T16:50:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=bd3e43e5f063ee72fe888d0cc8215a5664f0b320'/>
<id>urn:sha1:bd3e43e5f063ee72fe888d0cc8215a5664f0b320</id>
<content type='text'>
This patch removes more unneeded brd-state states

Signed-off-by: Mark Hounschell &lt;markh@compro.net&gt;
Tested-by: Mark Hounschell &lt;markh@compro.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: dgap: remove unused brd-&gt;state states</title>
<updated>2014-03-17T21:35:43+00:00</updated>
<author>
<name>Mark Hounschell</name>
<email>markh@compro.net</email>
</author>
<published>2014-03-12T16:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b2e78c24408cd353919fb35e7f582a592f3b852d'/>
<id>urn:sha1:b2e78c24408cd353919fb35e7f582a592f3b852d</id>
<content type='text'>
This patch removes unused brd-&gt;state states previously
used in the userland firmware download process.

Signed-off-by: Mark Hounschell &lt;markh@compro.net&gt;
Tested-by: Mark Hounschell &lt;markh@compro.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: dgap: remove unneeded dgap_driver_states</title>
<updated>2014-03-17T21:35:43+00:00</updated>
<author>
<name>Mark Hounschell</name>
<email>markh@compro.net</email>
</author>
<published>2014-03-12T16:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=74f71e7175a2be070cba5f055fdd2ee9c8f17b8b'/>
<id>urn:sha1:74f71e7175a2be070cba5f055fdd2ee9c8f17b8b</id>
<content type='text'>
The only driver states we need now is READY or !READY.
No need for a sysfs method of seeing those 2 states so
the sysfs entries for dgap_driver_state is also removed.

Signed-off-by: Mark Hounschell &lt;markh@compro.net&gt;
Tested-by: Mark Hounschell &lt;markh@compro.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: dgap: Replace/remove DGAP_SPINLOCK_INIT macro</title>
<updated>2014-03-17T21:33:35+00:00</updated>
<author>
<name>Mark Hounschell</name>
<email>markh@compro.net</email>
</author>
<published>2014-03-11T14:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=211568d0009fa12f20d19b9ba756469ad35c3948'/>
<id>urn:sha1:211568d0009fa12f20d19b9ba756469ad35c3948</id>
<content type='text'>
This patch gets rid of the DGAP_SPINLOCK_INIT macro

Signed-off-by: Mark Hounschell &lt;markh@compro.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
