summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/pch_can.c
Commit message (Expand)AuthorAgeFilesLines
* can: fix assignment of error location in CAN error messagesOliver Hartkopp2015-11-231-2/+1
* can: move can_stats.bus_off++ from can_bus_off into can_change_stateAndri Yngvason2015-01-201-0/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* 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: Fix FSF address in file headersJeff Kirsher2013-12-171-2/+1
* can: pch_can: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-211-1/+0
* can: pch_can: fix invalid error codesOlivier Sobrie2013-01-261-1/+1
* can: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde2012-07-201-1/+1
* net/can: use module_pci_driverAxel Lin2012-04-161-11/+1
* Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2012-02-041-1/+1
|\
| * can: pch_can: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA2012-02-031-1/+1
* | can: pch_can: fix error passive level testXi Wang2012-02-031-1/+2
|/
* treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
* pch_can: fix tseg1/tseg2 setting issueTomoya MORINAGA2011-02-091-2/+2
* pch_can: fix module reload issue with MSITomoya2011-02-081-0/+1
* pch_can: fix rmmod issueTomoya2011-02-081-1/+1
* pch_can: fix 800k comms issueTomoya2011-02-081-1/+1
* pch_can: Fix array miss-pointing issueTomoya2010-12-221-6/+8
* pch_can: Replace netif_rx to netif_receive_skbTomoya2010-12-131-1/+1
* pch_can: Add setting TEC/REC statistics processingTomoya2010-12-131-0/+3
* pch_can: Optimize "if" condition in rx/tx processingTomoya2010-12-131-16/+10
* pch_can: Fix incorrect return processingTomoya2010-12-131-9/+10
* pch_can: Move MSI processing to probe/remove processingTomoya2010-12-131-15/+14
* pch_can: Comment optimizationTomoya2010-12-131-7/+7
* pch_can: Fix miss-setting status issueTomoya2010-12-131-1/+1
* pch_can: Fix bit timing calculation issueTomoya2010-12-131-4/+2
* pch_can: Delete unnecessary/redundant codeTomoya2010-12-131-12/+1
* pch_can: Fix coding rule violationTomoya2010-12-131-24/+21
* pch_can: Replace netdev_dbg instead of dev_dbg partlyTomoya2010-12-131-8/+8
* pch_can: Change Copyright and module descriptionTomoya2010-12-131-2/+2
* pch_can: Reduce register accessTomoya2010-12-131-34/+21
* pch_can: Change functions typeTomoya2010-12-131-8/+10
* pch_can: Rename function/macro nameTomoya2010-12-131-99/+77
* pch_can: Fix warningsTomoya2010-12-131-73/+73
* pch_can: Improve rx processingTomoya2010-12-131-76/+82
* pch_can: Fix endianness issueTomoya2010-12-131-27/+20
* pch_can: Divide poll functionTomoya2010-12-131-36/+35
* pch_can: Add flow control processingTomoya2010-12-131-19/+12
* can: EG20T PCH: Delete unnecessary spin_lockTomoya2010-12-021-34/+0
* can: EG20T PCH: Enumerate LEC macrosTomoya2010-12-021-36/+41
* can: EG20T PCH: Change Message Object IndexTomoya2010-12-021-147/+116
* can: EG20T PCH: Separate Interface Register(IF1/IF2)Tomoya2010-12-021-244/+201
* can: EG20T PCH: use BIT(X)Tomoya2010-11-181-36/+37
* can: EG20T PCH: add prefix to macroTomoya2010-11-181-202/+189
* can: pch_can: fix section mismatch warning by using a whitelisted nameMarc Kleine-Budde2010-10-301-3/+3
* can: pch_can: fix sparse warningMarc Kleine-Budde2010-10-301-2/+2
* can: Topcliff: Add PCH_CAN driver.Masayuki Ohtake2010-10-241-0/+1463
OpenPOWER on IntegriCloud