summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/ti_hecc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * can: ti_hecc: fix invalid error codesOlivier Sobrie2013-01-261-2/+2
* | can: ti_hecc: add LED trigger supportFabio Baltieri2013-01-261-0/+10
|/
* can: remove __dev* attributesBill Pemberton2012-12-031-2/+2
* can: ti_hecc: add MODULE_ALIASMarc Kleine-Budde2012-11-271-0/+1
* can: ti_hecc: fix oops during rmmodMarc Kleine-Budde2012-09-211-1/+1
* can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde2012-07-201-1/+1
* Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2012-02-041-10/+22
|\
| * can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger2012-02-031-10/+10
| * can: bfin_can/ti_hecc/mscan: add missing do_get_berr_counter callbackWolfgang Grandegger2012-02-031-0/+12
* | can: ti_hecc: use netif_rx in the interruptWolfgang Grandegger2012-02-031-1/+2
|/
* net/can: convert drivers/net/can/* to use module_platform_driver()Axel Lin2011-11-291-14/+1
* can: ti_hecc: include linux/io.hDaniel Mack2011-09-161-0/+1
* can: ti_hecc: Fix uninitialized spinlock in probeAbhilash K V2011-08-261-0/+1
* can: ti_hecc: Fix unintialized variableAbhilash K V2011-08-261-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch2010-04-131-1/+0
* can: ti hecc module : add platform specific initialization callback.Sriramakrishnan2010-02-261-1/+16
* can:ti_hecc: Add pm hook-upSriram2010-02-221-3/+48
OpenPOWER on IntegriCloud