summaryrefslogtreecommitdiff
path: root/drivers/net/can/ti_hecc.c
Commit message (Expand)AuthorAgeFilesLines
* can: ti_hecc: Convert to platform remove callback returning voidUwe Kleine-König2023-05-151-4/+2
* can: dev: fix skb drop checkOliver Hartkopp2022-11-071-1/+1
* Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-041-10/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-101-10/+1
* | can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-281-0/+6
* | can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol2022-07-201-0/+1
|/
* can: can-dev: remove obsolete CAN LED supportOliver Hartkopp2022-05-191-8/+0
* can: rx-offload: rename can_rx_offload_queue_sorted() -> can_rx_offload_queue...Marc Kleine-Budde2022-04-191-2/+2
* can: ti_hecc: ti_hecc_probe(): use platform_get_irq() to get the interruptLad Prabhakar2022-01-051-5/+3
* can: rx-offload: add skb queue for use during ISRMarc Kleine-Budde2021-07-251-0/+2
* can: dev: can_rx_offload_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-01-141-1/+1
* can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol2021-01-141-1/+1
* can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-201-4/+4
* can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp2020-11-201-1/+1
* can: ti_hecc: Fix memleak in ti_hecc_probeZhang Qilong2020-11-151-5/+8
* can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error pathZhang Changzhong2020-11-031-3/+5
* can: ti_hecc: convert to devm_platform_ioremap_resource_byname()Dejin Zheng2020-09-211-22/+5
* can: drivers: fix spelling mistakesMarc Kleine-Budde2020-09-211-1/+1
* can: rx-offload: Prepare for CAN FD supportJoakim Zhang2019-11-111-6/+20
* can: ti_hecc: add missing state changesJeroen Hofstee2019-11-041-0/+17
* can: ti_hecc: properly report state changesJeroen Hofstee2019-11-041-74/+88
* can: ti_hecc: add fifo overflow error reportingJeroen Hofstee2019-11-041-5/+31
* can: ti_hecc: release the mailbox a bit earlierJeroen Hofstee2019-11-041-2/+3
* can: ti_hecc: keep MIM and MD setJeroen Hofstee2019-11-041-3/+3
* can: ti_hecc: ti_hecc_stop(): stop the CPK on downJeroen Hofstee2019-11-041-0/+3
* can: ti_hecc: ti_hecc_error(): increase error counters if skb enqueueing via ...Marc Kleine-Budde2019-11-041-1/+4
* can: ti_hecc: ti_hecc_mailbox_read(): remove set but not used variable 'mbx_m...YueHaibing2019-08-131-2/+1
* can: ti_hecc: ti_hecc_mailbox_read(): add blank lines to improve readabilityMarc Kleine-Budde2019-08-131-0/+2
* can: ti_hecc: ti_hecc_start(): avoid multiple assignmentsMarc Kleine-Budde2019-08-131-1/+2
* can: ti_hecc: fix print formating stringsMarc Kleine-Budde2019-08-131-3/+4
* can: ti_hecc: avoid long linesMarc Kleine-Budde2019-08-131-3/+5
* can: ti_hecc: fix indentionMarc Kleine-Budde2019-08-131-20/+21
* can: ti_hecc: convert block comments to network style commentsMarc Kleine-Budde2019-08-131-14/+7
* can: ti_hecc: use timestamp based rx-offloadingJeroen Hofstee2019-07-241-137/+54
* can: ti_hecc: Fix napi poll return value for repollOliver Stäbler2017-12-011-0/+3
* can: ti_hecc: fix return value check in ti_hecc_probe()Wei Yongjun2017-04-251-6/+6
* can: ti_hecc: Convert TI HECC driver to DT only driverYegor Yefremov2017-04-041-82/+88
* can: ti_hecc: add missing prepare and unprepare of the clockYegor Yefremov2017-01-181-4/+12
* can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp2015-11-231-1/+0
* can: fix assignment of error location in CAN error messagesOliver Hartkopp2015-11-231-4/+2
* can: ti_heccn: don't touch skb after netif_rx()Marc Kleine-Budde2015-07-151-1/+1
* can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason2015-01-201-0/+1
* net: can: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* can: Unify MTU settings for CAN interfacesOliver Hartkopp2014-03-171-0/+1
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* can: ti_hecc: fix endianness related sparse warningMarc Kleine-Budde2014-01-111-6/+4
* can: ti_hecc: remove priv->can.do_get_state() callbackMarc Kleine-Budde2013-10-311-10/+0
* can: ti_hecc: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
* net: can: ti_hecc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-161-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-291-2/+2
|\