]> rtime.felk.cvut.cz Git - linux-lin.git/shortlog
linux-lin.git
2011-12-19 Rostislav Lisovysllin: Very basic LIN bus monitoring feature.
2011-12-19 Rostislav Lisovysllin: Added module parameters.
2011-12-19 Rostislav Lisovysllin: Added authors.
2011-12-19 Rostislav Lisovysllin: Improved handling of UART errors.
2011-12-19 Rostislav Lisovysllin: Ensure full initialization of all termios flags.
2011-12-16 Rostislav Lisovysllin: Pictures of real communication on LIN bus.
2011-12-16 Rostislav Lisovysllin: Bugfix. Stop rx_timer when LIN response is recei...
2011-12-16 Rostislav Lisovysllin: rx_timer is also used when waiting for received...
2011-12-14 Rostislav Lisovysllin: Updating of Error counters belonging to netdevic...
2011-12-14 Rostislav Lisovysllin: All comments are C89 compatible.
2011-12-14 Rostislav Lisovysllin: Documentation.
2011-12-14 Rostislav Lisovysllin: Removed unnecessary white-spaces.
2011-12-14 Rostislav Lisovysllin: Added patches enabling some programs from can...
2011-12-14 Rostislav Lisovysllin: Changed prefix for LIN flags/masks from SLLIN_...
2011-12-14 Rostislav Lisovysllin: General purpose LIN-related flags and masks...
2011-12-14 Rostislav Lisovysllin: Added comments.
2011-12-14 Rostislav Lisovysllin: "printk(KERN_INFO...)" changed to pr_debug(...
2011-12-12 Rostislav Lisovysllin: Checking of checksum on received LIN frames.
2011-12-12 Rostislav Lisovysllin: Reorganization and optimization of State automaton.
2011-12-12 Rostislav Lisovysllin: Time to sleep during sending Break is computed...
2011-12-12 Rostislav Lisovysllin: Reception an parsing of CAN frames enabled immed...
2011-12-09 Rostislav Lisovysllin: Errors are reported as CAN frames with particula...
2011-12-09 Rostislav Lisovysllin: Removed unused code.
2011-12-09 Rostislav Lisovysllin: It is possible to send "LIN response" from linfr...
2011-12-09 Rostislav Lisovysllin: Added LIN frame cache and its configuration...
2011-12-07 Rostislav Lisovysllin: Network statistics for received CAN frames.
2011-12-07 Rostislav Lisovysllin: Sending CAN frame with LIN data payload received...
2011-12-03 Rostislav Lisovysllin: Added timer handling timeout when receiving...
2011-12-02 Rostislav Lisovylin_master: Checking if character read is really a...
2011-12-02 Rostislav Lisovysllin: Improved sending of a "LIN response" sent by...
2011-11-30 Rostislav Lisovysllin: LIN frame is sent (to TTY) after receiving CAN...
2011-11-28 Rostislav LisovyBreak correctly generated either with timer or with...
2011-11-25 Rostislav Lisovysllin: Generating Break signal done with our own function.
2011-11-25 Rostislav LisovySllin: Temporarily commented out some error checking...
2011-11-25 Rostislav Lisovysllin: Commented out unused code.
2011-11-25 Rostislav LisovyMerge branch 'master' of ssh://rtime.felk.cvut.cz/lisov...
2011-11-25 Pavel PisaKernel LIN code uses same baudrate setup as user space...
2011-11-25 Rostislav LisovyMerge branch 'master' of ssh://rtime.felk.cvut.cz/lisov...
2011-11-25 Pavel PisaUpdate response checksum calculation for kernel code...
2011-11-25 Pavel PisaUserspace LIN is compiled with USE_TERMIOS2 by default...
2011-11-25 Pavel PisaUserspace LIN master: Provide state encapsulation to...
2011-11-24 Rostislav Lisovysllin: Removed unused 'leased' field.
2011-11-24 Rostislav Lisovysllin: Added debugging prints. Little bugfix.
2011-11-24 Rostislav LisovyBasic argument parsing made by getopt_long.
2011-11-24 Rostislav LisovySetting of uart baudrate done in separate function.
2011-11-23 Rostislav LisovySetting UART speed to custom value for sending break.
2011-11-22 Pavel PisaMerge branch 'master' of ssh://rtime.felk.cvut.cz/lisov...
2011-11-22 Pavel PisaBasic functions to synchronize Tx with LIN state automa...
2011-11-22 Michal SojkaAdd pty testing program
2011-11-21 Pavel PisaTool to compute LIN ID parity table.
2011-11-21 Pavel PisaAdded minimal skeleton to use kernel worker thread.
2011-11-21 Rostislav LisovyMerge remote branch 'pisa/master'
2011-11-21 Rostislav LisovyAdded some debugging functions.
2011-11-16 Rostislav LisovyAdded basic speed change.
2011-11-16 Rostislav LisovyAdded Makefile.
2011-11-16 Rostislav LisovyVariables called slcan (or similar) renamed to sllin.
2011-11-16 Rostislav LisovyInitial commit. Slcan used as starting point for Sllin.
2011-11-09 Rostislav LisovyLIN master simulated with an UART.
2011-11-02 Rostislav LisovyCorrected wrong bit-order in received header.
2011-10-31 Rostislav LisovyInitial commit of UART-LIN slave. Receiving Break does...
2011-10-24 Rostislav LisovyInitial commit; Basic skeleton.