aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/ti_hecc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-29net/can: convert drivers/net/can/* to use module_platform_driver()Axel Lin1-14/+1
2011-09-16can: ti_hecc: include linux/io.hDaniel Mack1-0/+1
2011-08-26can: ti_hecc: Fix uninitialized spinlock in probeAbhilash K V1-0/+1
2011-08-26can: ti_hecc: Fix unintialized variableAbhilash K V1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-04-13Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch1-1/+0
2010-02-26can: ti hecc module : add platform specific initialization callback.Sriramakrishnan1-1/+16
2010-02-22can:ti_hecc: Add pm hook-upSriram1-3/+48
2010-01-15can: Proper ctrlmode handling for CAN devicesChristian Pellegrin1-0/+1
2010-01-12can: Unify droping of invalid tx skbs and netdev statsOliver Hartkopp1-1/+3
2009-12-13can: Fix data length code handling in rx pathOliver Hartkopp1-1/+1
2009-10-20can: provide library functions for skb allocationWolfgang Grandegger1-13/+4
2009-10-13can: make the number of echo skb's configurableWolfgang Grandegger1-5/+1
2009-10-07can: add TI CAN (HECC) driverAnant Gole1-0/+1006