aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/ti_hecc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-11can: rx-offload: Prepare for CAN FD supportJoakim Zhang1-6/+20
2019-11-04can: ti_hecc: add missing state changesJeroen Hofstee1-0/+17
2019-11-04can: ti_hecc: properly report state changesJeroen Hofstee1-74/+88
2019-11-04can: ti_hecc: add fifo overflow error reportingJeroen Hofstee1-5/+31
2019-11-04can: ti_hecc: release the mailbox a bit earlierJeroen Hofstee1-2/+3
2019-11-04can: ti_hecc: keep MIM and MD setJeroen Hofstee1-3/+3
2019-11-04can: ti_hecc: ti_hecc_stop(): stop the CPK on downJeroen Hofstee1-0/+3
2019-11-04can: ti_hecc: ti_hecc_error(): increase error counters if skb enqueueing via can_rx_offload_queue_sorted() failsMarc Kleine-Budde1-1/+4
2019-08-13can: ti_hecc: ti_hecc_mailbox_read(): remove set but not used variable 'mbx_mask'YueHaibing1-2/+1
2019-08-13can: ti_hecc: ti_hecc_mailbox_read(): add blank lines to improve readabilityMarc Kleine-Budde1-0/+2
2019-08-13can: ti_hecc: ti_hecc_start(): avoid multiple assignmentsMarc Kleine-Budde1-1/+2
2019-08-13can: ti_hecc: fix print formating stringsMarc Kleine-Budde1-3/+4
2019-08-13can: ti_hecc: avoid long linesMarc Kleine-Budde1-3/+5
2019-08-13can: ti_hecc: fix indentionMarc Kleine-Budde1-20/+21
2019-08-13can: ti_hecc: convert block comments to network style commentsMarc Kleine-Budde1-14/+7
2019-07-24can: ti_hecc: use timestamp based rx-offloadingJeroen Hofstee1-137/+54
2017-12-01can: ti_hecc: Fix napi poll return value for repollOliver Stäbler1-0/+3
2017-04-25can: ti_hecc: fix return value check in ti_hecc_probe()Wei Yongjun1-6/+6
2017-04-04can: ti_hecc: Convert TI HECC driver to DT only driverYegor Yefremov1-82/+88
2017-01-18can: ti_hecc: add missing prepare and unprepare of the clockYegor Yefremov1-4/+12
2015-11-23can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp1-1/+0
2015-11-23can: fix assignment of error location in CAN error messagesOliver Hartkopp1-4/+2
2015-07-15can: ti_heccn: don't touch skb after netif_rx()Marc Kleine-Budde1-1/+1
2015-01-20can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason1-0/+1
2014-10-20net: can: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp1-0/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-11can: ti_hecc: fix endianness related sparse warningMarc Kleine-Budde1-6/+4
2013-10-31can: ti_hecc: remove priv->can.do_get_state() callbackMarc Kleine-Budde1-10/+0
2013-09-21can: ti_hecc: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-16net: can: ti_hecc: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-01-26can: ti_hecc: fix invalid error codesOlivier Sobrie1-2/+2
2013-01-26can: ti_hecc: add LED trigger supportFabio Baltieri1-0/+10
2012-12-03can: remove __dev* attributesBill Pemberton1-2/+2
2012-11-27can: ti_hecc: add MODULE_ALIASMarc Kleine-Budde1-0/+1
2012-09-21can: ti_hecc: fix oops during rmmodMarc Kleine-Budde1-1/+1
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde1-1/+1
2012-02-04Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller1-10/+22
2012-02-03can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger1-10/+10
2012-02-03can: bfin_can/ti_hecc/mscan: add missing do_get_berr_counter callbackWolfgang Grandegger1-0/+12
2012-02-03can: ti_hecc: use netif_rx in the interruptWolfgang Grandegger1-1/+2
2011-11-29net/can: convert drivers/net/can/* to use module_platform_driver()Axel Lin1-14/+1
2011-09-16can: ti_hecc: include linux/io.hDaniel Mack1-0/+1
2011-08-26can: ti_hecc: Fix uninitialized spinlock in probeAbhilash K V1-0/+1
2011-08-26can: ti_hecc: Fix unintialized variableAbhilash K V1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-04-13Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch1-1/+0
2010-02-26can: ti hecc module : add platform specific initialization callback.Sriramakrishnan1-1/+16
2010-02-22can:ti_hecc: Add pm hook-upSriram1-3/+48