From: Marc Kleine-Budde Date: Mon, 31 Jul 2023 08:41:20 +0000 (+0200) Subject: Merge patch series "can: tcan4x5x: Introduce tcan4552/4553" X-Git-Tag: v6.6-rc1~162^2~230^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7016198b44ddbfa7ad42e657d79174248af4c069;p=thirdparty%2Fkernel%2Flinux.git Merge patch series "can: tcan4x5x: Introduce tcan4552/4553" Markus Schneider-Pargmann 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 --- 7016198b44ddbfa7ad42e657d79174248af4c069