aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/at91_can.c
AgeCommit message (Expand)Author
2023-10-05can: at91_can: switch to rx-offload implementationMarc Kleine-Budde
2023-10-05can: at91_can: at91_alloc_can_err_skb() introduce new functionMarc Kleine-Budde
2023-10-05can: at91_can: at91_irq_err_line(): send error counters with state changeMarc Kleine-Budde
2023-10-05can: at91_can: at91_irq_err_line(): make use of can_change_state() and can_bu...Marc Kleine-Budde
2023-10-05can: at91_can: at91_irq_err_line(): take reg_sr into account for bus offMarc Kleine-Budde
2023-10-05can: at91_can: at91_irq_err_line(): make use of can_state_get_by_berr_counter()Marc Kleine-Budde
2023-10-05can: at91_can: at91_irq_err(): rename to at91_irq_err_line()Marc Kleine-Budde
2023-10-05can: at91_can: at91_irq_err_frame(): move next to at91_irq_err()Marc Kleine-Budde
2023-10-05can: at91_can: at91_irq_err_frame(): call directly from IRQ handlerMarc Kleine-Budde
2023-10-05can: at91_can: at91_poll_err(): increase stats even if no quota left or OOMMarc Kleine-Budde
2023-10-05can: at91_can: at91_poll_err(): fold in at91_poll_err_frame()Marc Kleine-Budde
2023-10-05can: at91_can: add CAN transceiver supportMarc Kleine-Budde
2023-10-05can: at91_can: at91_open(): forward request_irq()'s return value in case or a...Marc Kleine-Budde
2023-10-05can: at91_can: at91_chip_start(): don't disable IRQs twiceMarc Kleine-Budde
2023-10-05can: at91_can: at91_set_bittiming(): demote register output to debug levelMarc Kleine-Budde
2023-10-05can: at91_can: rename struct at91_priv::{tx_next,tx_echo} to {tx_head,tx_tail}Marc Kleine-Budde
2023-10-05can: at91_can: at91_setup_mailboxes(): update commentsMarc Kleine-Budde
2023-10-05can: at91_can: add more register definitionsMarc Kleine-Budde
2023-10-05can: at91_can: MCR Register: convert to FIELD_PREP()Marc Kleine-Budde
2023-10-05can: at91_can: MSR Register: convert to FIELD_PREP()Marc Kleine-Budde
2023-10-05can: at91_can: MID registers: convert access to FIELD_PREP(), FIELD_GET()Marc Kleine-Budde
2023-10-05can: at91_can: MMR registers: convert to FIELD_PREP()Marc Kleine-Budde
2023-10-05can: at91_can: ECR register: convert to FIELD_GET()Marc Kleine-Budde
2023-10-05can: at91_can: BR register: convert to FIELD_PREP()Marc Kleine-Budde
2023-10-05can: at91_can: at91_irq_tx(): remove one level of indentionMarc Kleine-Budde
2023-10-05can: at91_can: use a consistent indentionMarc Kleine-Budde
2023-05-15can: at91_can: Convert to platform remove callback returning voidUwe Kleine-König
2022-11-07can: dev: fix skb drop checkOliver Hartkopp
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp
2022-05-19can: can-dev: move to netif_napi_add_weight()Jakub Kicinski
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol
2021-10-24can: at91/janz-ican3: replace snprintf() in show functions with sysfs_emit()Qing Wang
2021-07-25net: at91_can: fix the comments style issuePeng Li
2021-07-25net: at91_can: remove redundant spacePeng Li
2021-07-25net: at91_can: add braces {} to all arms of the statementPeng Li
2021-07-25net: at91_can: fix the alignment issuePeng Li
2021-07-25net: at91_can: use BIT macroPeng Li
2021-07-25net: at91_can: fix the code style issue about macroPeng Li
2021-07-25net: at91_can: add blank line after declarationsPeng Li
2021-07-25net: at91_can: remove redundant blank linesPeng Li
2021-07-25can: at91_can: use DEVICE_ATTR_RW() helper macroZhen Lei
2021-05-27can: at91_can: silence clang warningMarc Kleine-Budde
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp
2020-09-21can: drivers: fix spelling mistakesMarc Kleine-Budde