]> rtime.felk.cvut.cz Git - socketcan-devel.git/history - kernel/2.6/drivers/net/can
Fix warnings reported by make sparse
[socketcan-devel.git] / kernel / 2.6 / drivers / net / can /
2009-02-17 wolfFix warnings reported by make sparse
2009-02-15 wolfMSCAN-MPC5200: more style fixes and make MSCAN variant...
2009-02-15 wolfMSCAN: further cleanup, remove volatile and whitespace
2009-02-14 wolfSJA1000: more cleanup and use SJA1000_MAX_IRQ instead...
2009-02-14 wolfSJA1000: remove error message in ISR with shared interrupts
2009-02-14 wolfEnable device dev_dbg with CONFIG_CAN_DEBUG_DEVICES
2009-02-14 wolfMSCAN/MPC52xx: copyright note fixes and beautification
2009-02-14 wolfdev.c: cleanup and name changes and more doc
2009-02-14 wolfdrivers/net/can/Kconfig cleanup and beautification
2009-02-14 wolfdev: print useful error message if the bit-timing is...
2009-02-13 wolfmcp251x CAN driver: correctly initializes can error...
2009-02-13 wolfmcp251x CAN driver: fixes race condition on module...
2009-02-13 wolfmcp251x CAN driver: fix issue with RX getting stuck...
2009-02-04 wolfMSCAN-MPC52XX: fix section mismatch and OF compatible...
2009-02-01 wolfMSCAN: cleanup unnecessary debug code
2009-02-01 wolfMSCAN: fix netdev napi name changes starting with 2...
2009-02-01 wolfsja1000_platform: fix coding style issues (long lines)
2009-02-01 wolfSJA1000: remove unnecessary debugging code
2009-02-01 wolfMake CAN bit-timing calculation configurable
2009-01-29 hartkoppFix 64bit issue in strtoul() usage reported by Kurt...
2009-01-21 hartkoppRevert commit r910: "Added sanity check for received...
2009-01-20 hartkoppAdded sanity check for received slcan ASCII data.
2009-01-20 wolfMSCAN-MPC52XX: re-write as proper OF driver (/arch...
2009-01-20 wolfMSCAN: don't use interrrupt sharing
2009-01-20 wolfMSCAN: netdev layer adaptions for 2.6.29
2009-01-20 wolfdev: add register_candev() and unregister_candev()
2009-01-16 hartkoppFix crash on re-attaching slcan netdevices ...
2009-01-15 hartkoppReverted the removal of dev->get_stats = can_get_stats...
2009-01-15 hartkoppAdded missing SET_NETDEV_DEV() that caused 2.6.29 to...
2009-01-15 hartkoppUpdate acces to netstats for 2.6.29
2009-01-08 hartkoppUse netdev_priv() as the element priv is no longer...
2008-12-18 hartkoppvcan: convert to net_device_ops & whitespace fixes
2008-12-08 hartkoppFix NULL pointer dereference as reported by Chris Dore:
2008-12-04 hartkoppFixed typo found by Simon Pasch:
2008-11-13 hartkoppFix MSCAN bit-timing problems due to improper tseg1_min...
2008-10-30 hartkopp[PATCH] SJA1000: ixxat_pci: fix the detection of the...
2008-10-29 hartkoppThis patch allows pcmcia subsystem >= 2.6.28
2008-10-28 hartkoppAdded missing include of linux/version.h
2008-10-27 hartkoppUpdated slcan.c following:
2008-10-24 hartkoppInstead of using own error or success codes, the PCMCIA...
2008-10-24 hartkoppInstead of using own error or success codes, the PCMCIA...
2008-10-24 hartkoppFixed double semi-colon typo.
2008-10-24 hartkoppThis patch adds hardware probe to mc251x driver.
2008-10-24 hartkoppThis patch ensures that can_calc_bittiming() returns...
2008-10-24 hartkoppthis patch corrects:
2008-10-23 hartkoppMove sja1000 cdr and ocr defines into platform header...
2008-10-22 hartkoppChanged default compile targets for out-of-tree compila...
2008-10-22 hartkoppMove platform header for mcp251x.c into platform directory.
2008-10-22 hartkoppFrom 0dcf8e2f6a5f453dca20b71aa146a28b470f4b07 Mon Sep...
2008-10-22 hartkoppRemove pcm027 driver (will be replaced by sja1000_platf...
2008-10-18 hartkoppThe macro definition DRV_NAME is used for regions ...
2008-10-18 hartkoppThis patch fixes suspend/resume for platforms that...
2008-10-16 hartkoppIf priv->do_get_state returns an error, nothing is...
2008-10-14 hartkoppApplied patch from Christian Pellegrin
2008-10-08 hartkoppFixed linux version code definition that confused the...
2008-10-07 hartkoppUse simple_stroul() and correct variable type instead...
2008-10-07 hartkoppAdded strict_strtoul() from linux-2.6.25/lib/vsprintf...
2008-10-07 hartkoppThe semantic of netdev_priv() changed in 2.6.27.
2008-10-07 wolfFix problems with calculating bit-timing parameters
2008-10-06 hartkoppdrop the do_set_bittiming hook in the softing driver.
2008-10-06 hartkoppChange can_set_bittiming() to allow
2008-10-06 hartkoppApplied two cosmetic issues from Kurt van Dijck:
2008-10-06 hartkoppCleanup new bittime interface on Softing Cards as propo...
2008-10-05 hartkoppSupport the new bittime interface.
2008-10-04 hartkoppAdded MCP251x SPI CAN driver posted by Chris Elston...
2008-10-04 hartkoppAdded new interface for setting bit-timing parameters.
2008-10-04 hartkoppAdded new interface for setting bit-timing parameters.
2008-10-04 hartkoppAdded new interface for setting bit-timing parameters.
2008-09-17 hartkoppAdded support for Kernel 2.6.27 following slip.c change...
2008-09-17 hartkoppAdded support for Kernel 2.6.26 following slip.c change...
2008-08-14 hartkoppRemoved obsolete include of <pcmcia/version.h> which...
2008-07-01 hartkoppAdded Softing driver contributed by Kurt Van Dijck...
2008-06-24 hartkoppRemoved copyright and license info from the Makefiles.
2008-06-23 hartkoppRemoved module revision dates due to discussion on...
2008-06-22 hartkoppFix checkpatch "ERROR: do not use assignment in if...
2008-06-20 hartkoppAdded dev->name to startup output.
2008-06-20 hartkoppFixed spacing.
2008-06-20 hartkoppAdded kernel log output on module start.
2008-06-20 hartkoppFixed channel counting and enhanced kernel log output.
2008-06-20 hartkoppClean up driver name and revision (in Kernel log)
2008-06-19 hartkoppAdded EMS Wuensche CPC-Card driver contributed by Sebas...
2008-06-19 hartkoppAdded support form custom irq handlers.
2008-06-12 wolfGet rid of ioctl.h for the new CAN drivers
2008-06-11 wolfRestrict use of strict_strtoul() to kernels 2.6.25+
2008-06-11 hartkoppFix checkpatch.pl complain pointed out by Robert Schwebel.
2008-06-11 wolfsja: remove duplicate define
2008-06-11 wolfold Kconfig: remove trailing whitespace
2008-06-11 wolfsysfs: convert to strict_strtoul
2008-06-11 wolfmscan: don't use new typedefs
2008-06-11 wolfioctl.h: don't use new typedefs
2008-06-11 hartkoppMake use of strict_strtoul() in Kernels 2.6.25+
2008-06-11 wolfsja1000: various coding style fixes and include linux/*
2008-06-11 hartkoppAdded missing include.
2008-06-11 wolfsja1000: use linux/io.h
2008-06-11 wolfmscan: various coding style fixes
2008-06-11 hartkoppFixed cosmetic issues pointed out by Robert Schwebel:
2008-06-11 wolfmscan: use linux/io.h
2008-06-11 wolfh7202: coding style fixes and use linux/io.h
2008-06-11 wolfccan: coding style fixes and use linux/io.h
2008-06-11 wolfSYSFS coding style cleanup (sysfs.c)
next