index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
xilinx_can.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: can: Use device_get_match_data()
Rob Herring
2024-01-19
1
-6
/
+3
*
can: xilinx_can: Add support for controller reset
Srinivas Neeli
2023-07-19
1
-4
/
+21
*
can: dev: add transceiver capabilities to xilinx_can
Marcel Hellwig
2023-05-22
1
-0
/
+19
*
can: xilinx: Convert to platform remove callback returning void
Uwe Kleine-König
2023-05-15
1
-4
/
+2
*
can: dev: fix skb drop check
Oliver Hartkopp
2022-11-07
1
-1
/
+1
*
can: tree-wide: advertise software timestamping capabilities
Vincent Mailhol
2022-07-28
1
-0
/
+6
*
can: add CAN_ERR_CNT flag to notify availability of error counter
Vincent Mailhol
2022-07-20
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-07
1
-2
/
+2
|
\
|
*
Revert "can: xilinx_can: Limit CANFD brp to 2"
Srinivas Neeli
2022-07-04
1
-2
/
+2
*
|
can: xilinx_can: fix typo prescalar -> prescaler
Marc Kleine-Budde
2022-06-11
1
-3
/
+3
*
|
can: xilinx_can: add Transmitter Delay Compensation (TDC) feature support
Srinivas Neeli
2022-06-11
1
-5
/
+61
|
/
*
can: can-dev: remove obsolete CAN LED support
Oliver Hartkopp
2022-05-19
1
-9
/
+1
*
can: can-dev: move to netif_napi_add_weight()
Jakub Kicinski
2022-05-19
1
-1
/
+1
*
can: xilinx_can: mark bit timing constants as const
Marc Kleine-Budde
2022-04-19
1
-2
/
+2
*
can: xilinx_can: Add check for NAPI Poll function
Srinivas Neeli
2022-02-24
1
-4
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-10
1
-1
/
+6
|
\
|
*
can: xilinx_can: xcan_probe(): check for error irq
Jiasheng Jiang
2022-01-09
1
-1
/
+6
*
|
can: do not increase rx_bytes statistics for RTR frames
Vincent Mailhol
2022-01-05
1
-3
/
+7
*
|
can: do not increase rx statistics when generating a CAN rx error message frame
Vincent Mailhol
2022-01-05
1
-8
/
+1
|
/
*
can: xilinx_can: xcan_remove(): remove redundant netif_napi_del()
Dongliang Mu
2021-10-24
1
-2
/
+0
*
can: xilinx_can: remove repeated word from the kernel-doc
Michal Simek
2021-10-24
1
-3
/
+2
*
can: xilinx_can: Simplify code by using dev_err_probe()
Michal Simek
2021-03-30
1
-6
/
+4
*
can: dev: can_get_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-01-14
1
-1
/
+1
*
can: dev: can_put_echo_skb(): extend to handle frame_len
Vincent Mailhol
2021-01-14
1
-2
/
+2
*
can: rename CAN FD related can_len2dlc and can_dlc2len helpers
Oliver Hartkopp
2020-11-20
1
-2
/
+2
*
can: replace can_dlc as variable/element for payload length
Oliver Hartkopp
2020-11-20
1
-5
/
+5
*
can: rename get_can_dlc() macro with can_cc_dlc2len()
Oliver Hartkopp
2020-11-20
1
-2
/
+2
*
can: xilinx_can: handle failure cases of pm_runtime_get_sync
Navid Emamdoost
2020-11-03
1
-3
/
+3
*
can: xilinx_can: Fix incorrect variable and initialize with a default value
Srinivas Neeli
2020-10-07
1
-2
/
+2
*
can: xilinx_can: Check return value of set_reset_mode
Srinivas Neeli
2020-10-07
1
-1
/
+5
*
can: xilinx_can: Limit CANFD brp to 2
Srinivas Neeli
2020-10-07
1
-2
/
+2
*
can: drivers: fix spelling mistakes
Marc Kleine-Budde
2020-09-21
1
-1
/
+1
*
can: xilinx_can: Fix missing Rx can packets on CANFD2.0
Srinivas Neeli
2019-12-08
1
-0
/
+7
*
can: xilinx_can: Fix usage of skb memory
Srinivas Neeli
2019-12-03
1
-12
/
+13
*
can: xilinx_can: skip error message on deferred probe
Venkatesh Yadav Abbarapu
2019-12-03
1
-1
/
+2
*
can: xilinx_can: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-11-11
1
-3
/
+1
*
can: xilinx_can: avoid non-requested bus error frames
Anssi Hannula
2019-11-11
1
-41
/
+48
*
can: xilinx_can: fix checkpatch warnings
Marc Kleine-Budde
2019-11-11
1
-5
/
+4
*
can: xilinx_can: Fix flags field initialization for axi can
Appana Durga Kedareswara rao
2019-11-04
1
-1
/
+0
*
can: xilinx_can: xcan_set_bittiming(): fix the data phase btr1 calculation
Srinivas Neeli
2019-08-13
1
-1
/
+1
*
can: xilinx_can: xcan_rx_fifo_get_next_frame(): fix FSR register FL and RI ma...
Appana Durga Kedareswara rao
2019-08-13
1
-3
/
+10
*
can: xilinx_can: fix the data update logic for CANFD FD frames
Appana Durga Kedareswara rao
2019-08-13
1
-21
/
+8
*
can: xilinx_can: xcanfd_rx(): fix FSR register handling in the RX path
Appana Durga Kedareswara rao
2019-08-13
1
-76
/
+63
*
can: xilinx_can: xcan_probe(): skip error message on deferred probe
Venkatesh Yadav Abbarapu
2019-08-13
1
-1
/
+2
*
can: xilinx_can: xcan_chip_start(): fix failure with invalid bus
Anssi Hannula
2019-08-13
1
-12
/
+1
*
can: xilinx_can: clean up indentation issue
Colin Ian King
2019-07-24
1
-1
/
+1
*
can: xilinx_can: Add support for CANFD FD frames
Appana Durga Kedareswara rao
2019-07-24
1
-16
/
+214
*
can: xilinx_can: Add cantype parameter in xcan_devtype_data struct
Appana Durga Kedareswara rao
2019-07-24
1
-0
/
+12
*
can: xilinx_can: Fix flags field initialization for axi can and canps
Appana Durga Kedareswara rao
2019-07-24
1
-0
/
+2
*
can: xilinx_can: Fix kernel doc warnings
Appana Durga Kedareswara rao
2019-07-24
1
-0
/
+6
[next]