aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/c_can (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-27can: c_can: fix segfault during rmmodAnilKumar Ch1-3/+0
2012-09-21can: c_can: Adopt pinctrl supportAnilKumar Ch1-0/+7
2012-09-21can: c_can: Add d_can suspend resume supportAnilKumar Ch3-0/+148
2012-09-21can: c_can: Add runtime PM support to Bosch C_CAN/D_CAN controllerAnilKumar Ch3-2/+49
2012-09-21can: c_can: Add device tree support to Bosch C_CAN/D_CAN controllerAnilKumar Ch1-17/+38
2012-09-21can: c_can: Modify c_can device namesAnilKumar Ch3-13/+16
2012-07-30net/c_can: remove conditional compilation of clk codeViresh Kumar1-8/+0
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde1-1/+1
2012-06-20can: c_can_pci: fix compilation on non HAVE_CLK archsMarc Kleine-Budde1-22/+7
2012-06-19c_can_pci: generic module for C_CAN/D_CAN on PCIFederico Vaga3-0/+244
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-06-15can: c_can: precedence error in c_can_chip_config()Dan Carpenter1-2/+2
2012-06-07can: c_can: Add support for Bosch D_CAN controllerAnilKumar Ch3-19/+94
2012-06-07can: c_can: Move overlay structure to array with offset as indexAnilKumar Ch3-107/+154
2012-06-03can: c_can: fix race condition in c_can_open()AnilKumar Ch1-1/+2
2012-06-03can: c_can: fix an interrupt thrash issue with c_can driverAnilKumar Ch2-4/+4
2012-06-03can: c_can: fix "BUG! echo_skb is occupied!" during transmitAnilKumar Ch1-2/+4
2011-11-29net/can: convert drivers/net/can/* to use module_platform_driver()Axel Lin1-11/+1
2011-07-23can: c_can: remove duplicated #includeHuang Weiyi2-2/+0
2011-06-24net: Remove unneeded version.h includes from drivers/net/Jesper Juhl2-2/+0
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-27can: c_can: Fix tx_bytes accountingJan Altenberg1-1/+1
2011-03-27can: c_can_platform: fix irq check in probeMarc Kleine-Budde1-4/+5
2011-03-27can: c_can: disable one shot mode until driver is fixedMarc Kleine-Budde1-10/+4
2011-03-21can: c_can: Do basic c_can configuration _before_ enabling the interruptsJan Altenberg1-3/+3
2011-02-13can: c_can: Added support for Bosch C_CAN controllerBhupesh Sharma5-0/+1482