linux/drivers/net/can/m_can
Marc Kleine-Budde e59986de5f can: tcan4x5x: regmap: fix max register value
The MRAM of the tcan4x5x has a size of 2K and starts at 0x8000. There
are no further registers in the tcan4x5x making 0x87fc the biggest
addressable register.

This patch fixes the max register value of the regmap config from
0x8ffc to 0x87fc.

Fixes: 6e1caaf8ed ("can: tcan4x5x: fix max register value")
Link: https://lore.kernel.org/all/20220119064011.2943292-1-mkl@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2022-01-24 18:27:43 +01:00
..
Kconfig can: m_can: add PCI glue driver for Intel Elkhart Lake 2020-12-10 10:40:10 +01:00
m_can_pci.c can: m_can: pci: use custom bit timings for Elkhart Lake 2021-12-07 09:51:41 +01:00
m_can_platform.c can: m_can: fix iomap_read_fifo() and iomap_write_fifo() 2021-10-17 22:51:43 +02:00
m_can.c can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if length is 0 2022-01-24 18:27:43 +01:00
m_can.h can: m_can: make custom bittiming fields const 2021-12-07 09:51:41 +01:00
Makefile can: tcan4x5x: move regmap code into seperate file 2021-01-06 15:15:37 +01:00
tcan4x5x-core.c can: m_can: Disable IRQs on FIFO bus errors 2021-08-19 15:07:04 +02:00
tcan4x5x-regmap.c can: tcan4x5x: regmap: fix max register value 2022-01-24 18:27:43 +01:00
tcan4x5x.h can: tcan4x5x: remove duplicate include of regmap.h 2021-03-30 11:14:48 +02:00