aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-23can: c_can: remove duplicated #includeHuang Weiyi2-2/+0
2011-07-21can: make function can_get_bittiming staticThadeu Lima de Souza Cascardo1-1/+1
2011-07-19slcan: remove unused 'leased', 'line' and 'pid' fields from the 'slcan' structureMatvejchikov Ilya1-9/+1
2011-07-18net: can: remove custom hex_to_bin()Andy Shevchenko1-21/+5
2011-07-15slcan: remove obsolete code in slcan initialisationOliver Hartkopp1-21/+6
2011-07-11Merge branch 'master' into for-nextJiri Kosina1-2/+2
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2011-06-30can: remove useless defaults in KconfigKurt Van Dijck1-3/+0
2011-06-29net/can: activate bit-timing calculation and netlink based drivers by defaultMarc Kleine-Budde1-2/+2
2011-06-29net: include io.h in sja1000_of_platform.c for iounmap etcStephen Rothwell1-0/+1
2011-06-27can: bfin_can: auto-calculate accessor sizesMike Frysinger1-59/+59
2011-06-27can: bfin_can: simplify xmit id1 setupMike Frysinger1-15/+6
2011-06-24net: Remove unneeded version.h includes from drivers/net/Jesper Juhl3-3/+0
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan3-0/+3
2011-06-20treewide: remove duplicate includesVitaliy Ivanov2-2/+0
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-06-07Merge branch 'can/at91-sam9x5' of git://git.pengutronix.de/git/mkl/linux-2.6David S. Miller2-112/+259
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-06net/can: allow CAN_AT91 on AT91SAM9X5Uwe Kleine-König1-2/+3
2011-06-06can: at91_can: add support for the AT91SAM9X5 SOCsMarc Kleine-Budde1-14/+55
2011-06-06can: at91_can: register mb0 sysfs entry only on at91sam9263Marc Kleine-Budde1-1/+3
2011-06-06can: at91_can: add id_table and convert prime mailbox constats to functionsMarc Kleine-Budde1-38/+99
2011-06-06can: at91_can: convert derived mailbox constants into functionsMarc Kleine-Budde1-42/+83
2011-06-06can: at91_can: rename AT91_MB_RX_MASK to AT91_IRQ_MB_RXMarc Kleine-Budde1-9/+9
2011-06-06can: at91_can: directly define AT91_MB_RX_LASTMarc Kleine-Budde1-2/+1
2011-06-06can: at91_can: let get_tx_* functions return unsigned intMarc Kleine-Budde1-3/+3
2011-06-06can: at91_can: don't copy data to rx'ed RTR framesMarc Kleine-Budde1-4/+6
2011-06-06can: at91_can: fix comment about priv->tx_nextMarc Kleine-Budde1-1/+1
2011-06-06can: at91_can: don't align struct definitionsMarc Kleine-Budde1-17/+17
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-3/+2
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds1-6/+3
2011-06-02drivers/net/can/flexcan.c: add missing clk_putJulia Lawall1-3/+2
2011-05-26mfd: Use mfd cell platform_data for janz cells platform bitsSamuel Ortiz1-2/+1
2011-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+1
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-3/+6
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely1-2/+5
2011-05-10slcan: fix ldisc->open retvalOliver Hartkopp1-1/+3
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-05-06pcmcia: Convert pcmcia_device_id declarations to constJoe Perches1-1/+1
2011-05-05can: fix SJA1000 dlc for RTR packetsKurt Van Dijck1-1/+1
2011-04-26Merge branch 'master' into for-nextJiri Kosina13-36/+33
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi1-3/+6
2011-04-13net: can: mscan: fix build breakage in mpc5xxx_canAnatolij Gustschin1-1/+1
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+2
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
2011-04-06can: mcp251x: Allow pass IRQ flags through platform data.Enric Balletbo i Serra1-1/+2
2011-03-31Fix common misspellingsLucas De Marchi10-15/+15
2011-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-15/+10