]> git.itanic.dy.fi Git - linux-stable/commit
Merge patch series "can: tcan4x5x: Introduce tcan4552/4553"
authorMarc Kleine-Budde <mkl@pengutronix.de>
Mon, 31 Jul 2023 08:41:20 +0000 (10:41 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Mon, 31 Jul 2023 08:41:20 +0000 (10:41 +0200)
commit7016198b44ddbfa7ad42e657d79174248af4c069
tree0377b76897a20c3e550b4cb6040257769cdb0156
parent53b8d2be4d71953cce547696c39a2a3cb0f1ee48
parent35e7aaab3e0058dba3eaf082c3f1ccee96c20b1c
Merge patch series "can: tcan4x5x: Introduce tcan4552/4553"

Markus Schneider-Pargmann <msp@baylibre.com> says:

This series introduces two new chips tcan-4552 and tcan-4553. The
generic driver works in general but needs a few small changes. These
are caused by the removal of wake and state pins.

Changes in v4:
- Use printk("... %pe\n", ERR_PTR(ret)) for new printks
- Link to v3: https://lore.kernel.org/lkml/20230721135009.1120562-1-msp@baylibre.com

Changes in v3:
- Rebased to v6.5-rc1
- Removed devicetree compatible check in tcan driver. The device version
  is now unconditionally detected using the ID2 register
- Link to v2: https://lore.kernel.org/lkml/20230621093103.3134655-1-msp@baylibre.com

Changes in v2:
- Update the binding documentation to specify tcan4552 and tcan4553 with
  the tcan4x5x as fallback
- Update the driver to use auto detection as well. If compatible differs
  from the ID2 register, use the ID2 register and print a warning.
- Small style changes
- Link to v1: https://lore.kernel.org/lkml/20230314151201.2317134-1-msp@baylibre.com

Link: https://lore.kernel.org/all/20230728141923.162477-1-msp@baylibre.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>