summaryrefslogtreecommitdiff
path: root/drivers/net/can/ti_hecc.c
AgeCommit message (Expand)Author
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
2013-09-21can: ti_hecc: use dev_get_platdata()Jingoo Han
2013-05-16net: can: ti_hecc: remove unnecessary platform_set_drvdata()Jingoo Han
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-26can: ti_hecc: fix invalid error codesOlivier Sobrie
2013-01-26can: ti_hecc: add LED trigger supportFabio Baltieri
2012-12-03can: remove __dev* attributesBill Pemberton
2012-11-27can: ti_hecc: add MODULE_ALIASMarc Kleine-Budde
2012-09-21can: ti_hecc: fix oops during rmmodMarc Kleine-Budde
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde
2012-02-04Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller
2012-02-03can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger
2012-02-03can: bfin_can/ti_hecc/mscan: add missing do_get_berr_counter callbackWolfgang Grandegger