| Commit message (Expand) | Author | Age | Files | Lines |
* | m68knommu: Remove dependencies on nonexistent M68KNOMMU | Geert Uytterhoeven | 2011-02-08 | 1 | -1/+1 |
* | drivers/net/can: Update WARN uses | Joe Perches | 2010-11-09 | 1 | -1/+1 |
* | drivers/net/can/mscan/mpc5xxx_can.c: Add of_node_put to avoid memory leak | Julia Lawall | 2010-09-01 | 1 | -4/+4 |
* | of/device: Replace struct of_device with struct platform_device | Grant Likely | 2010-08-06 | 1 | -9/+9 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-06-06 | 1 | -5/+5 |
|\ |
|
| * | can: mpc5xxx_can.c: Fix build failure | Anatolij Gustschin | 2010-06-01 | 1 | -5/+5 |
* | | drivers/net: use __packed annotation | Eric Dumazet | 2010-06-03 | 1 | -1/+1 |
|/ |
|
* | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 2010-05-22 | 2 | -2/+0 |
|\ |
|
| * | Fix some #includes in CAN drivers (rebased for net-next-2.6) | Hans J. Koch | 2010-04-13 | 2 | -2/+0 |
* | | of: Remove duplicate fields from of_platform_driver | Grant Likely | 2010-05-22 | 1 | -3/+5 |
|/ |
|
* | can: mscan-mpc5xxx: fix broken support for the MPC5200 | Wolfgang Grandegger | 2010-01-15 | 1 | -4/+4 |
* | can: Proper ctrlmode handling for CAN devices | Christian Pellegrin | 2010-01-15 | 1 | -0/+1 |
* | can: Unify droping of invalid tx skbs and netdev stats | Oliver Hartkopp | 2010-01-12 | 1 | -4/+1 |
* | can: mscan-mpc5xxx: add support for the MPC512x processor | Wolfgang Grandegger | 2010-01-08 | 4 | -95/+295 |
* | can: mscan: fix improper return if dlc < 8 in start_xmit function | Wolfgang Grandegger | 2010-01-08 | 1 | -3/+6 |
* | can: Fix data length code handling in rx path | Oliver Hartkopp | 2009-12-13 | 1 | -1/+2 |
* | net/can/mscan: improve build | Wolfram Sang | 2009-11-17 | 3 | -2/+25 |
* | net/can/mscan: add error path to mscan_open() | Wolfram Sang | 2009-11-17 | 1 | -5/+11 |
* | net/can/mscan: replace hardcoded values with defines | Wolfram Sang | 2009-11-17 | 2 | -5/+15 |
* | net/can/mpc52xx_can: improve properties and their description | Wolfram Sang | 2009-11-17 | 1 | -2/+1 |
* | net/can/mpc52xx_can: refactor clock-get routine | Wolfram Sang | 2009-11-17 | 1 | -29/+16 |
* | net/can/mscan: drop assignment in while-construct | Wolfram Sang | 2009-11-17 | 1 | -2/+4 |
* | net/can/mscan: fix function annotations | Wolfram Sang | 2009-11-17 | 2 | -4/+1 |
* | net/can/mscan: use {clr|set}bits8 macros | Wolfram Sang | 2009-11-17 | 1 | -12/+7 |
* | net/can/mscan: drop support for CAN_MODE_{SLEEP|STOP} | Wolfram Sang | 2009-11-17 | 1 | -8/+0 |
* | net/can/mscan: trivial fixes | Wolfram Sang | 2009-11-17 | 2 | -23/+18 |
* | net/can/mscan: move defines into .h file | Wolfram Sang | 2009-11-17 | 2 | -29/+29 |
* | net/can: add driver for mscan family & mpc52xx_mscan | Wolfram Sang | 2009-11-13 | 4 | -0/+1245 |