summaryrefslogtreecommitdiff
path: root/drivers/net/can/ti_hecc.c
AgeCommit message (Expand)Author
2023-07-28can: rx-offload: rename rx_offload_get_echo_skb() -> can_rx_offload_get_echo_...Marc Kleine-Budde
2023-07-28can: Explicitly include correct DT includes, part 2Rob Herring
2023-06-22can: ti_hecc: fix coding styleMarc Kleine-Budde
2023-05-15can: ti_hecc: Convert to platform remove callback returning voidUwe Kleine-König
2022-11-07can: dev: fix skb drop checkOliver Hartkopp
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp
2022-04-19can: rx-offload: rename can_rx_offload_queue_sorted() -> can_rx_offload_queue...Marc Kleine-Budde
2022-01-05can: ti_hecc: ti_hecc_probe(): use platform_get_irq() to get the interruptLad Prabhakar
2021-07-25can: rx-offload: add skb queue for use during ISRMarc Kleine-Budde
2021-01-14can: dev: can_rx_offload_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-11-15can: ti_hecc: Fix memleak in ti_hecc_probeZhang Qilong
2020-11-03can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error pathZhang Changzhong
2020-09-21can: ti_hecc: convert to devm_platform_ioremap_resource_byname()Dejin Zheng
2020-09-21can: drivers: fix spelling mistakesMarc Kleine-Budde
2019-11-11can: rx-offload: Prepare for CAN FD supportJoakim Zhang
2019-11-04can: ti_hecc: add missing state changesJeroen Hofstee
2019-11-04can: ti_hecc: properly report state changesJeroen Hofstee
2019-11-04can: ti_hecc: add fifo overflow error reportingJeroen Hofstee
2019-11-04can: ti_hecc: release the mailbox a bit earlierJeroen Hofstee
2019-11-04can: ti_hecc: keep MIM and MD setJeroen Hofstee
2019-11-04can: ti_hecc: ti_hecc_stop(): stop the CPK on downJeroen Hofstee
2019-11-04can: ti_hecc: ti_hecc_error(): increase error counters if skb enqueueing via ...Marc Kleine-Budde
2019-08-13can: ti_hecc: ti_hecc_mailbox_read(): remove set but not used variable 'mbx_m...YueHaibing
2019-08-13can: ti_hecc: ti_hecc_mailbox_read(): add blank lines to improve readabilityMarc Kleine-Budde
2019-08-13can: ti_hecc: ti_hecc_start(): avoid multiple assignmentsMarc Kleine-Budde
2019-08-13can: ti_hecc: fix print formating stringsMarc Kleine-Budde
2019-08-13can: ti_hecc: avoid long linesMarc Kleine-Budde
2019-08-13can: ti_hecc: fix indentionMarc Kleine-Budde
2019-08-13can: ti_hecc: convert block comments to network style commentsMarc Kleine-Budde
2019-07-24can: ti_hecc: use timestamp based rx-offloadingJeroen Hofstee
2017-12-01can: ti_hecc: Fix napi poll return value for repollOliver Stäbler
2017-04-25can: ti_hecc: fix return value check in ti_hecc_probe()Wei Yongjun
2017-04-04can: ti_hecc: Convert TI HECC driver to DT only driverYegor Yefremov
2017-01-18can: ti_hecc: add missing prepare and unprepare of the clockYegor Yefremov
2015-11-23can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp
2015-11-23can: fix assignment of error location in CAN error messagesOliver Hartkopp
2015-07-15can: ti_heccn: don't touch skb after netif_rx()Marc Kleine-Budde
2015-01-20can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason
2014-10-20net: can: drop owner assignment from platform_driversWolfram Sang
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-11can: ti_hecc: fix endianness related sparse warningMarc Kleine-Budde
2013-10-31can: ti_hecc: remove priv->can.do_get_state() callbackMarc Kleine-Budde