<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/most, branch master</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=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2026-03-31T08:46:39Z</updated>
<entry>
<title>staging: most: dim2: replace BUG_ON() in poison_channel()</title>
<updated>2026-03-31T08:46:39Z</updated>
<author>
<name>Gabriel Rondon</name>
<email>grondon@gmail.com</email>
</author>
<published>2026-03-30T18:22:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e87946666e47d4b6f615e9ba0075375493194810'/>
<id>urn:sha1:e87946666e47d4b6f615e9ba0075375493194810</id>
<content type='text'>
Replace BUG_ON() range check on ch_idx with a return of -EINVAL.

BUG_ON() is deprecated as it crashes the entire kernel on assertion
failure (see Documentation/process/deprecated.rst).

Signed-off-by: Gabriel Rondon &lt;grondon@gmail.com&gt;
Link: https://patch.msgid.link/20260330182255.75241-6-grondon@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: dim2: replace BUG_ON() in enqueue()</title>
<updated>2026-03-31T08:46:39Z</updated>
<author>
<name>Gabriel Rondon</name>
<email>grondon@gmail.com</email>
</author>
<published>2026-03-30T18:22:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e922cb40026c7ab788d1955f8977e354167f6496'/>
<id>urn:sha1:e922cb40026c7ab788d1955f8977e354167f6496</id>
<content type='text'>
Replace BUG_ON() range check on ch_idx with a return of -EINVAL.

BUG_ON() is deprecated as it crashes the entire kernel on assertion
failure (see Documentation/process/deprecated.rst).

Signed-off-by: Gabriel Rondon &lt;grondon@gmail.com&gt;
Link: https://patch.msgid.link/20260330182255.75241-5-grondon@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: dim2: replace BUG_ON() in configure_channel()</title>
<updated>2026-03-31T08:46:39Z</updated>
<author>
<name>Gabriel Rondon</name>
<email>grondon@gmail.com</email>
</author>
<published>2026-03-30T18:22:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=adb44bab0ac96391dc9d0e4b3604b65e558f23ec'/>
<id>urn:sha1:adb44bab0ac96391dc9d0e4b3604b65e558f23ec</id>
<content type='text'>
Replace BUG_ON() range check on ch_idx with a return of -EINVAL.

BUG_ON() is deprecated as it crashes the entire kernel on assertion
failure (see Documentation/process/deprecated.rst).

Signed-off-by: Gabriel Rondon &lt;grondon@gmail.com&gt;
Link: https://patch.msgid.link/20260330182255.75241-4-grondon@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: dim2: replace BUG_ON() in service_done_flag()</title>
<updated>2026-03-31T08:46:38Z</updated>
<author>
<name>Gabriel Rondon</name>
<email>grondon@gmail.com</email>
</author>
<published>2026-03-30T18:22:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2466b3dd4045cd9f5e3f74803a00284bdaf2e493'/>
<id>urn:sha1:2466b3dd4045cd9f5e3f74803a00284bdaf2e493</id>
<content type='text'>
Replace BUG_ON() calls with an early return since the function returns
void.

BUG_ON() is deprecated as it crashes the entire kernel on assertion
failure (see Documentation/process/deprecated.rst).

Signed-off-by: Gabriel Rondon &lt;grondon@gmail.com&gt;
Link: https://patch.msgid.link/20260330182255.75241-3-grondon@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: dim2: replace BUG_ON() in try_start_dim_transfer()</title>
<updated>2026-03-31T08:46:38Z</updated>
<author>
<name>Gabriel Rondon</name>
<email>grondon@gmail.com</email>
</author>
<published>2026-03-30T18:22:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f3dc6732fd52b59bab522c5095290bca0d5f5555'/>
<id>urn:sha1:f3dc6732fd52b59bab522c5095290bca0d5f5555</id>
<content type='text'>
Replace BUG_ON() calls with graceful error handling.

For the null/uninitialized channel checks, return -EINVAL instead of
crashing the kernel. For the zero bus_address check, release the
spinlock and return -EFAULT.

BUG_ON() is deprecated as it crashes the entire kernel on assertion
failure (see Documentation/process/deprecated.rst).

Signed-off-by: Gabriel Rondon &lt;grondon@gmail.com&gt;
Link: https://patch.msgid.link/20260330182255.75241-2-grondon@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: fix typos in driver_usage.txt</title>
<updated>2026-03-09T16:50:13Z</updated>
<author>
<name>Mustafa Karamanli</name>
<email>mbarancemkaramanli@gmail.com</email>
</author>
<published>2026-03-09T05:58:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b114ef1efc49a40fc50ad1caf8a7d1647cf88c86'/>
<id>urn:sha1:b114ef1efc49a40fc50ad1caf8a7d1647cf88c86</id>
<content type='text'>
Fix spelling mistakes in driver_usage.txt documentation:
- 'can by used' should be 'can be used'
- 'config itmes' should be 'config items'
- 'isochrnous' should be 'isochronous'
- 'packts_per_xact' should be 'packets_per_xact'

Signed-off-by: Mustafa Karamanli &lt;mbarancemkaramanli@gmail.com&gt;
Link: https://patch.msgid.link/20260309055836.3741-1-mbarancemkaramanli@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: dim2: replace ROUND_UP_TO macro with round_up()</title>
<updated>2026-03-09T16:49:36Z</updated>
<author>
<name>Mark Adamenko</name>
<email>marusik.adamenko@gmail.com</email>
</author>
<published>2026-03-06T02:19:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=36561a326ce0f3494f59bc1c0a7d516b1d43f068'/>
<id>urn:sha1:36561a326ce0f3494f59bc1c0a7d516b1d43f068</id>
<content type='text'>
The ROUND_UP_TO macro reuses argument 'd', which can cause unintended
side effects. Remove it and replace the macro call with the existing
round_up() function.

Signed-off-by: Mark Adamenko &lt;marusik.adamenko@gmail.com&gt;
Reviewed-by: Dan Carpenter &lt;dan.carpenter@linaro.org&gt;
Link: https://patch.msgid.link/20260306021926.7475-1-marusik.adamenko@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: dim2: remove unnecessary string indirection in dev_err</title>
<updated>2026-02-25T15:03:40Z</updated>
<author>
<name>Artem Lytkin</name>
<email>iprintercanon@gmail.com</email>
</author>
<published>2026-02-24T18:07:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0886fb23a876aa31273281f53e6d6852bf4c2820'/>
<id>urn:sha1:0886fb23a876aa31273281f53e6d6852bf4c2820</id>
<content type='text'>
Replace dev_err(&amp;pdev-&gt;dev, "%s\n", "clk_prepare_enable failed") with
the direct format string dev_err(&amp;pdev-&gt;dev, "clk_prepare_enable
failed\n"). The extra level of indirection through %s is unnecessary.

Signed-off-by: Artem Lytkin &lt;iprintercanon@gmail.com&gt;
Link: https://patch.msgid.link/20260224180750.28468-4-iprintercanon@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: dim2: use dev_err_probe and proper error codes for clock</title>
<updated>2026-02-25T15:03:40Z</updated>
<author>
<name>Artem Lytkin</name>
<email>iprintercanon@gmail.com</email>
</author>
<published>2026-02-24T18:07:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b7a013c12504ba6468e098fab5b91011079daf57'/>
<id>urn:sha1:b7a013c12504ba6468e098fab5b91011079daf57</id>
<content type='text'>
Replace hardcoded -EFAULT returns with dev_err_probe() and PTR_ERR()
when devm_clk_get() fails in fsl_mx6_enable(). This ensures the
correct error code is propagated (e.g. -EPROBE_DEFER for deferred
probing) and avoids log noise during probe deferral.

Signed-off-by: Artem Lytkin &lt;iprintercanon@gmail.com&gt;
Link: https://patch.msgid.link/20260224180750.28468-3-iprintercanon@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: dim2: replace IS_ERR_OR_NULL with IS_ERR for devm_clk_get</title>
<updated>2026-02-25T15:03:40Z</updated>
<author>
<name>Artem Lytkin</name>
<email>iprintercanon@gmail.com</email>
</author>
<published>2026-02-24T18:07:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=24b28dc2189790810dbbc29e01759aed39dff5e3'/>
<id>urn:sha1:24b28dc2189790810dbbc29e01759aed39dff5e3</id>
<content type='text'>
devm_clk_get() never returns NULL, so IS_ERR_OR_NULL() checks are
unnecessary. Replace them with IS_ERR() for both the "mlb" and
"pll8_mlb" clock lookups in fsl_mx6_enable().

Signed-off-by: Artem Lytkin &lt;iprintercanon@gmail.com&gt;
Link: https://patch.msgid.link/20260224180750.28468-2-iprintercanon@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
