[v2,0/2] bus: ts-nbus: Two improvements

Message ID cover.1703527372.git.u.kleine-koenig@pengutronix.de
Headers
Series bus: ts-nbus: Two improvements |

Message

Uwe Kleine-König Dec. 25, 2023, 6:12 p.m. UTC
  Hello Arnd,

the last changes for drivers/bus/ts-nbus.c went in via arm-soc. Would
you pick up these two, too? Tell me if a PR would simplify things for
you. I'd base it on top of fc540426f7baa0c7d4b477e80435d075659092a2
then.

Changes since (implicit) v1 of this series
(https://lore.kernel.org/linux-kernel/cover.1702160838.git.u.kleine-koenig@pengutronix.de):

 - Add a closing parenthesis to the commit log of patch 1 (xkcd#859)
 - Fix return value in one error path of patch 2, noticed by Christophe
   JAILLET)
 - (trivially) rebased to current next

Uwe Kleine-König (2):
  bus: ts-nbus: Convert to atomic pwm API
  bus: ts-nbus: Improve error reporting

 drivers/bus/ts-nbus.c | 81 ++++++++++++++++++-------------------------
 1 file changed, 34 insertions(+), 47 deletions(-)

base-commit: 39676dfe52331dba909c617f213fdb21015c8d10
  

Comments

Arnd Bergmann Jan. 2, 2024, 11:52 a.m. UTC | #1
On Mon, Dec 25, 2023, at 19:12, Uwe Kleine-König wrote:
> Hello Arnd,
>
> the last changes for drivers/bus/ts-nbus.c went in via arm-soc. Would
> you pick up these two, too? Tell me if a PR would simplify things for
> you. I'd base it on top of fc540426f7baa0c7d4b477e80435d075659092a2
> then.
>
> Changes since (implicit) v1 of this series
> (https://lore.kernel.org/linux-kernel/cover.1702160838.git.u.kleine-koenig@pengutronix.de):

Hi Uwe,

I can take these, but it's a little late for the 6.8 merge
window now. I've added Sebastien to Cc in case he as any
comments as the original author, I think you had a stale
email address from him in v1 and hopefully this one is still
active.

If there are no other comments, please send a pull request
or the two patches to soc@kernel.org after the merge window.

    Arnd