summaryrefslogtreecommitdiff
path: root/drivers/net/can
Commit message (Expand)AuthorAgeFilesLines
* ENGR00258885 flexcan: fix errata ERR005641 that MB may fail to be sentDong Aisheng2013-04-161-1/+7
* can: flexcan: Fix CAN_RAW_RECV_OWN_MSGS and CAN_RAW_LOOPBACKReuben Dowle2013-04-161-10/+7
* can: dev: let can_get_echo_skb() return dlc of CAN frameMarc Kleine-Budde2013-04-161-1/+9
* ENGR00217318-3 flexcan: only enter stop mode when device is upDong Aisheng2012-08-061-12/+13
* ENGR00217318-2 flexcan: create abstract api to enter and exit stop modeDong Aisheng2012-08-061-12/+23
* ENGR00217318-1 flexcan: exit stop mode when resumeDong Aisheng2012-08-061-0/+5
* ENGR00171114 flexcan: enable can2 remote wakeup for mx6qDong Aisheng2012-07-201-2/+9
* net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2012-07-203-0/+3
* ENGR00172374-3: flexcan: use irq_set_irq_wakeJason Liu2012-07-201-2/+2
* ENGR00171113 flexcan: add self wakeup functionDong Aisheng2012-07-201-1/+66
* ENGR00162364 flexcan: fix endless errors causing system hangDong Aisheng2012-07-201-0/+4
* ENGR00161256-1 flexcan: convert driver to use platform idsDong Aisheng2012-07-201-1/+40
* can: c_can: fix race condition in c_can_open()AnilKumar Ch2012-06-171-1/+2
* can: c_can: fix an interrupt thrash issue with c_can driverAnilKumar Ch2012-06-172-4/+4
* can: c_can: fix "BUG! echo_skb is occupied!" during transmitAnilKumar Ch2012-06-171-2/+4
* net/can: activate bit-timing calculation and netlink based drivers by defaultMarc Kleine-Budde2011-06-291-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-06-041-3/+2
|\
| * drivers/net/can/flexcan.c: add missing clk_putJulia Lawall2011-06-021-3/+2
* | Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-041-6/+3
* | mfd: Use mfd cell platform_data for janz cells platform bitsSamuel Ortiz2011-05-261-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2011-05-241-1/+1
|\ \
| * | pcmcia: Convert pcmcia_device_id declarations to constJoe Perches2011-05-061-1/+1
* | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-231-3/+6
|\ \ \ | |_|/ |/| |
| * | tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-221-3/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-232-2/+2
|\ \ \
| * | | treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
| * | | Merge branch 'master' into for-nextJiri Kosina2011-04-2613-36/+33
| |\ \ \ | | | |/ | | |/|
| * | | treewide: remove extra semicolonsJustin P. Mattock2011-04-101-1/+1
* | | | drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-181-2/+5
* | | | slcan: fix ldisc->open retvalOliver Hartkopp2011-05-101-1/+3
* | | | can: fix SJA1000 dlc for RTR packetsKurt Van Dijck2011-05-051-1/+1
| |/ / |/| |
* | | net: can: mscan: fix build breakage in mpc5xxx_canAnatolij Gustschin2011-04-131-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-04-111-1/+2
|\ \
| * | can: mcp251x: Allow pass IRQ flags through platform data.Enric Balletbo i Serra2011-04-061-1/+2
* | | Fix common misspellingsLucas De Marchi2011-03-3110-15/+15
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-03-292-15/+10
|\ \
| * | can: c_can: Fix tx_bytes accountingJan Altenberg2011-03-271-1/+1
| * | can: c_can_platform: fix irq check in probeMarc Kleine-Budde2011-03-271-4/+5
| * | can: c_can: disable one shot mode until driver is fixedMarc Kleine-Budde2011-03-271-10/+4
* | | mfd: mfd_cell is now implicitly available to janz driversAndres Salomon2011-03-231-1/+2
|/ /
* | can: c_can: Do basic c_can configuration _before_ enabling the interruptsJan Altenberg2011-03-211-3/+3
|/
* Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-162-11/+13
|\
| * dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-282-11/+13
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-151-3/+3
|\ \
| * | can: wrong index used in inner looproel kluin2011-03-141-3/+3
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-031-0/+1
|\ \ \ | |/ /
| * | CAN: add controller hardware name for Softing cardsKurt Van Dijck2011-02-281-0/+1
| |/
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-195-5/+6
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-181-1/+1
| |\
| | * net/can/softing: make CAN_SOFTING_CS depend on CAN_SOFTINGKurt Van Dijck2011-02-141-1/+1