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