summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/ti_hecc.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* can: ti_hecc: include linux/io.hDaniel Mack2011-09-171-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/+0Star
* can: ti hecc module : add platform specific initialization callback.Sriramakrishnan2010-02-261-1/+16
* can:ti_hecc: Add pm hook-upSriram2010-02-231-3/+48
* can: Proper ctrlmode handling for CAN devicesChristian Pellegrin2010-01-151-0/+1
* can: Unify droping of invalid tx skbs and netdev statsOliver Hartkopp2010-01-121-1/+3
* can: Fix data length code handling in rx pathOliver Hartkopp2009-12-141-1/+1
* can: provide library functions for skb allocationWolfgang Grandegger2009-10-201-13/+4Star
* can: make the number of echo skb's configurableWolfgang Grandegger2009-10-131-5/+1Star
* can: add TI CAN (HECC) driverAnant Gole2009-10-081-0/+1006