aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/can/flexcan/flexcan-core.c
diff options
context:
space:
mode:
authorMarc Kleine-Budde <[email protected]>2022-12-12 11:37:56 +0100
committerMarc Kleine-Budde <[email protected]>2022-12-12 11:37:56 +0100
commita59d65e1be4dadb640bacd109417a248a996bb82 (patch)
treefeb412cfeb627c9ba75b51209c5e8894083fa93d /drivers/net/can/flexcan/flexcan-core.c
parent09451f244eabb7ba197abdd92a5ed5e0a8387200 (diff)
parentea6ff7792203ad6786bda75d1dabf33311c8bef4 (diff)
Merge patch series "R-Car CAN FD driver enhancements"
Biju Das <[email protected]> says: The CAN FD IP found on RZ/G2L SoC has some HW features different to that of R-Car. For example, it has multiple resets, dedicated channel tx and error interrupts, separate global rx and error interrupts compared to shared irq for R-Car. it does not s ECC error flag registers and clk post divider present on R-Car. Similarly, R-Car V3U has 8 channels whereas other SoCs has only 2 channels. Currently all the HW differences are handled by comparing with chip_id enum. This patch series aims to replace chip_id with struct rcar_canfd_hw_info to handle the HW feature differences and driver data present on both IPs. The changes are trivial and tested on RZ/G2L SMARC EVK. This patch series depend upon [1]. [1] https://lore.kernel.org/all/[email protected] changes since v2: https://lore.kernel.org/all/[email protected] * Replaced data type of max_channels from unsigned int->u8 to save memory. * Replaced data type of postdiv from unsigned int->u8 to save memory. changes since v1: https://lore.kernel.org/all/[email protected] * Updated commit description for R-Car V3U SoC detection using driver data. * Replaced data type of max_channels from u32->unsigned int. * Replaced multi_global_irqs->shared_global_irqs to make it positive checks. * Replaced clk_postdiv->postdiv driver data variable. * Simplified the calcualtion for fcan_freq. * Replaced info->has_gerfl to gpriv->info->has_gerfl and wrapped the ECC error flag checks inside a single if statement. * Added Rb tag from Geert patch#1,#2,#3 and #5 Link: https://lore.kernel.org/all/[email protected] [mkl: only take patches 1...5 to avoid merge conflict] Signed-off-by: Marc Kleine-Budde <[email protected]>
Diffstat (limited to 'drivers/net/can/flexcan/flexcan-core.c')
0 files changed, 0 insertions, 0 deletions