index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
at91_can.c
Age
Commit message (
Expand
)
Author
2024-09-11
can: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2023-10-05
can: at91_can: switch to rx-offload implementation
Marc Kleine-Budde
2023-10-05
can: at91_can: at91_alloc_can_err_skb() introduce new function
Marc Kleine-Budde
2023-10-05
can: at91_can: at91_irq_err_line(): send error counters with state change
Marc Kleine-Budde
2023-10-05
can: at91_can: at91_irq_err_line(): make use of can_change_state() and can_bu...
Marc Kleine-Budde
2023-10-05
can: at91_can: at91_irq_err_line(): take reg_sr into account for bus off
Marc Kleine-Budde
2023-10-05
can: at91_can: at91_irq_err_line(): make use of can_state_get_by_berr_counter()
Marc Kleine-Budde
2023-10-05
can: at91_can: at91_irq_err(): rename to at91_irq_err_line()
Marc Kleine-Budde
2023-10-05
can: at91_can: at91_irq_err_frame(): move next to at91_irq_err()
Marc Kleine-Budde
2023-10-05
can: at91_can: at91_irq_err_frame(): call directly from IRQ handler
Marc Kleine-Budde
2023-10-05
can: at91_can: at91_poll_err(): increase stats even if no quota left or OOM
Marc Kleine-Budde
2023-10-05
can: at91_can: at91_poll_err(): fold in at91_poll_err_frame()
Marc Kleine-Budde
2023-10-05
can: at91_can: add CAN transceiver support
Marc Kleine-Budde
2023-10-05
can: at91_can: at91_open(): forward request_irq()'s return value in case or a...
Marc Kleine-Budde
2023-10-05
can: at91_can: at91_chip_start(): don't disable IRQs twice
Marc Kleine-Budde
2023-10-05
can: at91_can: at91_set_bittiming(): demote register output to debug level
Marc Kleine-Budde
2023-10-05
can: at91_can: rename struct at91_priv::{tx_next,tx_echo} to {tx_head,tx_tail}
Marc Kleine-Budde
2023-10-05
can: at91_can: at91_setup_mailboxes(): update comments
Marc Kleine-Budde
2023-10-05
can: at91_can: add more register definitions
Marc Kleine-Budde
2023-10-05
can: at91_can: MCR Register: convert to FIELD_PREP()
Marc Kleine-Budde
2023-10-05
can: at91_can: MSR Register: convert to FIELD_PREP()
Marc Kleine-Budde
2023-10-05
can: at91_can: MID registers: convert access to FIELD_PREP(), FIELD_GET()
Marc Kleine-Budde
2023-10-05
can: at91_can: MMR registers: convert to FIELD_PREP()
Marc Kleine-Budde
2023-10-05
can: at91_can: ECR register: convert to FIELD_GET()
Marc Kleine-Budde
2023-10-05
can: at91_can: BR register: convert to FIELD_PREP()
Marc Kleine-Budde
2023-10-05
can: at91_can: at91_irq_tx(): remove one level of indention
Marc Kleine-Budde
2023-10-05
can: at91_can: use a consistent indention
Marc Kleine-Budde
2023-05-15
can: at91_can: Convert to platform remove callback returning void
Uwe Kleine-König
2022-11-07
can: dev: fix skb drop check
Oliver Hartkopp
2022-07-28
can: tree-wide: advertise software timestamping capabilities
Vincent Mailhol
2022-05-19
can: can-dev: remove obsolete CAN LED support
Oliver Hartkopp
2022-05-19
can: can-dev: move to netif_napi_add_weight()
Jakub Kicinski
2022-01-05
can: do not increase tx_bytes statistics for RTR frames
Vincent Mailhol
2022-01-05
can: do not increase rx_bytes statistics for RTR frames
Vincent Mailhol
2022-01-05
can: do not increase rx statistics when generating a CAN rx error message frame
Vincent Mailhol
2021-10-24
can: at91/janz-ican3: replace snprintf() in show functions with sysfs_emit()
Qing Wang
2021-07-25
net: at91_can: fix the comments style issue
Peng Li
2021-07-25
net: at91_can: remove redundant space
Peng Li
2021-07-25
net: at91_can: add braces {} to all arms of the statement
Peng Li
2021-07-25
net: at91_can: fix the alignment issue
Peng Li
2021-07-25
net: at91_can: use BIT macro
Peng Li
2021-07-25
net: at91_can: fix the code style issue about macro
Peng Li
2021-07-25
net: at91_can: add blank line after declarations
Peng Li
2021-07-25
net: at91_can: remove redundant blank lines
Peng Li
2021-07-25
can: at91_can: use DEVICE_ATTR_RW() helper macro
Zhen Lei
2021-05-27
can: at91_can: silence clang warning
Marc Kleine-Budde
2021-01-14
can: dev: can_get_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-01-14
can: dev: can_put_echo_skb(): extend to handle frame_len
Vincent Mailhol
2020-11-20
can: replace can_dlc as variable/element for payload length
Oliver Hartkopp
2020-11-20
can: rename get_can_dlc() macro with can_cc_dlc2len()
Oliver Hartkopp
[next]