summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/at91_can.c
Commit message (Expand)AuthorAgeFilesLines
* can: at91_can: 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
* can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-281-0/+6
* can: can-dev: remove obsolete CAN LED supportOliver Hartkopp2022-05-191-10/+0
* can: can-dev: move to netif_napi_add_weight()Jakub Kicinski2022-05-191-1/+1
* can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-051-4/+4
* can: do not increase rx_bytes statistics for RTR framesVincent Mailhol2022-01-051-1/+3
* can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol2022-01-051-6/+0
* can: at91/janz-ican3: replace snprintf() in show functions with sysfs_emit()Qing Wang2021-10-241-2/+2
* net: at91_can: fix the comments style issuePeng Li2021-07-251-28/+14
* net: at91_can: remove redundant spacePeng Li2021-07-251-1/+1
* net: at91_can: add braces {} to all arms of the statementPeng Li2021-07-251-7/+7
* net: at91_can: fix the alignment issuePeng Li2021-07-251-11/+13
* net: at91_can: use BIT macroPeng Li2021-07-251-13/+13
* net: at91_can: fix the code style issue about macroPeng Li2021-07-251-8/+8
* net: at91_can: add blank line after declarationsPeng Li2021-07-251-0/+3
* net: at91_can: remove redundant blank linesPeng Li2021-07-251-2/+0
* can: at91_can: use DEVICE_ATTR_RW() helper macroZhen Lei2021-07-251-5/+5
* can: at91_can: silence clang warningMarc Kleine-Budde2021-05-271-1/+1
* can: dev: can_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-7/+7
* can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp2020-11-201-1/+1
* can: drivers: fix spelling mistakesMarc Kleine-Budde2020-09-211-4/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* can: mark expected switch fall-throughsGustavo A. R. Silva2019-07-251-2/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 198Thomas Gleixner2019-05-301-5/+1
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-261-2/+1
* net: can: at91_can: constify attribute_group structures.Arvind Yadav2017-07-181-1/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* can: at91_can: RX queue could get stuck at high bus loadWolfgang Grandegger2016-06-201-2/+3
* can: at91: remove at91_can_dataAlexandre Belloni2015-10-131-21/+0
* can: at91_can: don't touch skb after netif_receive_skb()/netif_rx()Marc Kleine-Budde2015-07-151-4/+4
* can: at91_can: use endian agnostic IO accessorsBen Dooks2015-03-221-2/+2
* can: at91_can: remove unused variableMarc Kleine-Budde2015-01-211-2/+0
* net: can: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* can: at91_can: add missing prepare and unprepare of the clockDavid Dueck2014-09-181-3/+5
* can: Unify MTU settings for CAN interfacesOliver Hartkopp2014-03-171-0/+1
* can: at91_can: add listen only modeYoann DI RUZZA2014-02-111-2/+7
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-2/+2
|\
| * can: at91-can: fix device to driver data mapping for platform devicesMarc Kleine-Budde2013-10-091-2/+2
* | can: at91_can: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
|/
* can: at91_can: use platform_set_drvdata()Libo Chen2013-08-221-1/+1
* can: at91_can: Use of_match_ptr()Sachin Kamat2013-06-271-3/+1
* net: can: replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-031-1/+1
* net: can: at91_can: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-161-2/+0
* can: at91_can: add dt supportLudovic Desroches2013-03-271-19/+57
* can: at91_can: add LED trigger supportFabio Baltieri2013-01-261-0/+10