aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/pch_can.c
Commit message (Expand)AuthorAgeFilesLines
* can: pch_can: fix invalid error codesOlivier Sobrie2013-02-031-1/+1
* 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