<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pm24.git/drivers/staging/gpib/uapi, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://git.kobert.dev/pm24.git/atom/drivers/staging/gpib/uapi?h=master</id>
<link rel='self' href='https://git.kobert.dev/pm24.git/atom/drivers/staging/gpib/uapi?h=master'/>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/'/>
<updated>2024-10-19T07:57:03Z</updated>
<entry>
<title>staging: gpib: avoid unused const variables</title>
<updated>2024-10-19T07:57:03Z</updated>
<author>
<name>Arnd Bergmann</name>
<email>arnd@arndb.de</email>
</author>
<published>2024-10-16T11:15:16Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=b8989f45d1ec0b5e1aac5da2a915f8002015eb39'/>
<id>urn:sha1:b8989f45d1ec0b5e1aac5da2a915f8002015eb39</id>
<content type='text'>
Variables that are 'static const' but not used anywhere cause a warning
with "gcc -Wunused-const-variable", which we may want to enable by default
in the future.

The gpib code already has a mix of 'enum' and 'static const' variables
for named constants, so convert the ones that are causing problems to
enums as well, or move them closer to the only users where possible.

Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Link: https://lore.kernel.org/r/20241016111521.1143191-3-arnd@kernel.org
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: gpib: Add user api include files</title>
<updated>2024-10-10T13:28:28Z</updated>
<author>
<name>Dave Penkler</name>
<email>dpenkler@gmail.com</email>
</author>
<published>2024-09-18T12:18:51Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=2da03e7e31aa1bc234fdce1e3414574e302f91a0'/>
<id>urn:sha1:2da03e7e31aa1bc234fdce1e3414574e302f91a0</id>
<content type='text'>
User api include files used by drivers and userland code.
The files are also distributed with the userland package.
Since these include files have been used by many applications we
had to keep the camelCase enums, typedefs and uint8_t declarations.

Signed-off-by: Dave Penkler &lt;dpenkler@gmail.com&gt;
Link: https://lore.kernel.org/r/20240918121908.19366-5-dpenkler@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
