<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/staging/kpc2000, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/staging/kpc2000?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/staging/kpc2000?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2021-06-12T13:38:35Z</updated>
<entry>
<title>staging: drop kpc2000 driver</title>
<updated>2021-06-12T13:38:35Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2021-06-10T18:31:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=922a0524f7c46784fadb75aa2ac85405e0a25696'/>
<id>urn:sha1:922a0524f7c46784fadb75aa2ac85405e0a25696</id>
<content type='text'>
It seems that the old developer is no longer with the company producing
this device, and the company has no plans on getting this out of the
staging directory at all, so let's drop the driver for now as it's
pretty much abandonded.

If someone want to support this and get it out of staging, we can easily
revert this change and bring it back.

Cc: Matt Sickler &lt;matt.sickler@msk4.com&gt;
Link: https://lore.kernel.org/r/20210610183153.2397760-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: kpc2000: pcie.h: Remove extra blank line</title>
<updated>2021-04-06T10:55:24Z</updated>
<author>
<name>David Villasana Jiménez</name>
<email>davidvillasana14@gmail.com</email>
</author>
<published>2021-04-05T20:59:06Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=801adee270ba39f633844a1e5aa99175a17f2af3'/>
<id>urn:sha1:801adee270ba39f633844a1e5aa99175a17f2af3</id>
<content type='text'>
Issue found by checkpatch.pl

Signed-off-by: David Villasana Jiménez &lt;davidvillasana14@gmail.com&gt;
Link: https://lore.kernel.org/r/YGt6GhZHqB62Y038@fedora
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: kpc2000: code style: fix line length issue</title>
<updated>2021-03-10T08:25:28Z</updated>
<author>
<name>Nikolay Kyx</name>
<email>knv418@gmail.com</email>
</author>
<published>2021-02-21T13:22:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=47b6079e6f894975e514bff7d6134af2bf6bda9a'/>
<id>urn:sha1:47b6079e6f894975e514bff7d6134af2bf6bda9a</id>
<content type='text'>
This patch fixes the following checkpatch.pl warning:

WARNING: line length of 124 exceeds 100 columns

in file kpc2000_i2c.c

Signed-off-by: Nikolay Kyx &lt;knv418@gmail.com&gt;
Link: https://lore.kernel.org/r/20210221132246.1154-2-knv418@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: kpc2000: code style: match alignment with open parenthesis</title>
<updated>2021-03-10T08:25:28Z</updated>
<author>
<name>Nikolay Kyx</name>
<email>knv418@gmail.com</email>
</author>
<published>2021-02-21T13:22:45Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=bba80c8482bcd39f74e305adba30b057b880c8a8'/>
<id>urn:sha1:bba80c8482bcd39f74e305adba30b057b880c8a8</id>
<content type='text'>
This patch fixes the following checkpatch.pl check:

CHECK: Alignment should match open parenthesis

in files kpc2000_i2c.c kpc2000_spi.c

Signed-off-by: Nikolay Kyx &lt;knv418@gmail.com&gt;
Link: https://lore.kernel.org/r/20210221132246.1154-1-knv418@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: kpc2000: kpc_dma: rename show function per convention</title>
<updated>2020-10-27T11:23:59Z</updated>
<author>
<name>Deepak R Varma</name>
<email>mh12gx2825@gmail.com</email>
</author>
<published>2020-10-26T17:57:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=fe50b1f832100909466db0bf68e3c3643f575120'/>
<id>urn:sha1:fe50b1f832100909466db0bf68e3c3643f575120</id>
<content type='text'>
Rename show_engine_regs show function to engine_regs_show as per the
convention followed. The show function macro DEVICE_ATTR also replaced
by DEVICE_ATTR_RO. Issue reported by checkpatch script.

Signed-off-by: Deepak R Varma &lt;mh12gx2825@gmail.com&gt;
Link: https://lore.kernel.org/r/9c8c0d60cec70b99f55d6e228b7585d47be695c2.1603734679.git.mh12gx2825@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: kpc2000: kpc_dma: rearrange lines exceeding 100 columns</title>
<updated>2020-10-27T11:23:53Z</updated>
<author>
<name>Deepak R Varma</name>
<email>mh12gx2825@gmail.com</email>
</author>
<published>2020-10-26T17:56:09Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=71f5a9124374e719e60f2f85f9179ea6eaa1fe6b'/>
<id>urn:sha1:71f5a9124374e719e60f2f85f9179ea6eaa1fe6b</id>
<content type='text'>
Reformat lines that exceed 100 column in length. Issue reported by
checkpatch script.

Signed-off-by: Deepak R Varma &lt;mh12gx2825@gmail.com&gt;
Link: https://lore.kernel.org/r/c853e015ec460b909a3e2cd529bc0f69093bce3e.1603734679.git.mh12gx2825@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: kpc2000: Use BIT macro instead of bit masking</title>
<updated>2020-10-26T05:53:10Z</updated>
<author>
<name>Deepak R Varma</name>
<email>mh12gx2825@gmail.com</email>
</author>
<published>2020-10-21T16:11:14Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=e0071d318f5e778f4a683ca28ec205a2bd88f460'/>
<id>urn:sha1:e0071d318f5e778f4a683ca28ec205a2bd88f460</id>
<content type='text'>
Replace bit masking by the BIT macro. This resolves the checkpatch issue
"CHECK: Prefer using the BIT macro"

Signed-off-by: Deepak R Varma &lt;mh12gx2825@gmail.com&gt;
Link: https://lore.kernel.org/r/2269298ae71605b47fa43a2ebaee23d0ad4ed5a5.1603295576.git.mh12gx2825@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: kpc2000: re-indent code for better readability</title>
<updated>2020-10-26T05:53:10Z</updated>
<author>
<name>Deepak R Varma</name>
<email>mh12gx2825@gmail.com</email>
</author>
<published>2020-10-21T16:09:29Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=faf9ca25f9183b184a6888ce24b48cc893dd9746'/>
<id>urn:sha1:faf9ca25f9183b184a6888ce24b48cc893dd9746</id>
<content type='text'>
Re-indent code as per the coding style guidelines. The changes improve
code readability. Issue reported by checkpatch script.

Signed-off-by: Deepak R Varma &lt;mh12gx2825@gmail.com&gt;
Link: https://lore.kernel.org/r/29cf604e69435c1f0ef46397d0d8a1b62f32fa9b.1603295576.git.mh12gx2825@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: kpc2000: rearrange lines exceeding 100 columns</title>
<updated>2020-10-26T05:53:10Z</updated>
<author>
<name>Deepak R Varma</name>
<email>mh12gx2825@gmail.com</email>
</author>
<published>2020-10-21T15:54:13Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=ae94bd537420b4ac13ffcff43fab68adbccc8062'/>
<id>urn:sha1:ae94bd537420b4ac13ffcff43fab68adbccc8062</id>
<content type='text'>
Reformat lines that exceed 100 column in length. Issue reported by
checkpatch script.

Signed-off-by: Deepak R Varma &lt;mh12gx2825@gmail.com&gt;
Link: https://lore.kernel.org/r/809d142d109b4f0acfcb4fa204bdd03381fc051f.1603295575.git.mh12gx2825@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: kpc2000: kpc_dma: fix spelling mistake "for for" -&gt; "for"</title>
<updated>2020-08-28T10:19:15Z</updated>
<author>
<name>Colin Ian King</name>
<email>colin.king@canonical.com</email>
</author>
<published>2020-08-18T16:46:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=280ec2626d747acf2790f9659edfe5385094eddb'/>
<id>urn:sha1:280ec2626d747acf2790f9659edfe5385094eddb</id>
<content type='text'>
There are a couple of duplicated "for" spelling mistakes in dev_err
error messages. Fix these.

Signed-off-by: Colin Ian King &lt;colin.king@canonical.com&gt;
Link: https://lore.kernel.org/r/20200818164654.381588-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
