graphit/unipi-kernel.git
2018-07-04 Tom KnotFixed ai current unit
2018-07-04 Tom KnotRemoved 64bit division
2018-07-04 Tom KnotFixed remainders and resistance units
2018-07-04 Tom KnotAdded debug print to current
2018-07-04 Tom KnotChanged scaling to mA
2018-07-04 Tom KnotChanged computation for current output
2018-07-04 Tom Knot- Removed debug prints
2018-07-04 Tom KnotFixed offset for stm analog
2018-07-04 Tom Knot- Added division by 10
2018-07-04 Tom KnotRemoved secondary ao mode (as it is always voltage)
2018-07-04 Tom KnotRenamed analog attribute modes
2018-07-03 Tom KnotFixed a trivial syntax mistake
2018-07-03 Tom KnotSwapped floating point byte order when reading from...
2018-06-29 Tom KnotFixed small syntax mistake
2018-06-29 Tom KnotFixed wrong datatype for irq flags
2018-06-29 Tom Knot- Added further locks
2018-06-27 Tom Knot- Changed module description to be more accurate
2018-06-27 Tom KnotAdded more spinlocks to TX_PROC
2018-06-27 Tom KnotFixed input values being badly backcopied into regmap
2018-06-27 Tom KnotCleaned up stray spinlock sleep
2018-06-27 Tom KnotAdded a forgotten irqrestore
2018-06-27 Tom KnotAdded interrupt saving for all spinlocks
2018-06-27 Tom KnotAdded internal locking for tx_proc
2018-06-27 Tom Knot- Short refactoring
2018-06-27 Tom KnotChanged mutex back to spinlock for tx_lock
2018-06-27 Tom KnotRestored functions with incompatible signature to the...
2018-06-27 Tom KnotAdded debug print to set_termios
2018-06-27 Tom KnotRemoved unnecessary empty serial functions
2018-06-27 Tom KnotMinor refactoring
2018-06-26 Tom Knot- Cleaned up one static declaration and removed a few...
2018-06-25 Tom KnotAdded appropriate unlocks to the previous spinlock
2018-06-25 Tom KnotManually hold the port TX lock
2018-06-25 Tom KnotAdded further UART debugging messages
2018-06-25 Tom Knot- Made generic files world-visiable
2018-06-25 Tom KnotMoved spi_message off stack
2018-06-25 Tom KnotReplaced GFP_KERNEL with GFP_ATOMIC
2018-06-25 Tom KnotTEST: Added spinlock to uart_write_wakeup
2018-06-25 Tom Knot- Added better handling of long TTY packets
2018-06-14 Tom KnotActivated UART debug
2018-06-14 Tom KnotFixed warning
2018-06-14 Tom KnotAdded UART timeout SYSFS properties
2018-06-14 Tom KnotMerge branch 'master' of 86.49.170.141:3000/UniPi/neuro...
2018-06-14 Tom KnotSwapped IOCTL order and changed per-char divider
2018-06-14 Miroslav OndraMerge
2018-06-14 Tom KnotSwapped IOCTL order and changed per-char divider
2018-06-14 Tom KnotSwapped IOCTL order and changed per-char divider
2018-06-14 Tom KnotAdded debug prints for line discipline
2018-06-14 Tom Knot- Changed UART startup ignore to proceed correctly...
2018-06-06 Tom KnotFixed analog mode configuration via SYSFS
2018-05-28 Tom KnotAdded Axon model definitions
2018-05-28 Tom KnotAdded SYSFS support for LEDs > 4
2018-05-22 Tom KnotUpdated versioning hooks
2018-05-21 Tom KnotUpdated versioning hooks
2018-05-21 Tom KnotAdded versioning hooks
2018-05-18 Tom KnotQuick fix for the previous commit
2018-05-18 Tom KnotVersion 0.08
2018-05-16 Tom KnotSwitched fast_io off, as it could cause resource starva...
2018-05-10 Tom KnotFixed LINEDISCIPL return value and SYSFS counter byte...
2018-04-30 Tom KnotUpdated to 0.07
2018-04-19 Miroslav Ondraremoved misc/link_sysfs
2018-04-16 Tom KnotAdded missing return code to neuron_spi_send_message
2018-04-16 Tom KnotMinor fixes:
2018-04-13 Tom KnotRestored macro for sched include
2018-04-09 Tom Knot- Added MWD status into the regstart generation function
2018-04-09 Tom KnotCleaned up kernel prints
2018-04-09 Tom KnotFixed GPIOs running out due to not being packed tightly...
2018-04-05 Tom KnotUpdated version string and added an empty (for now...
2018-04-05 Tom KnotAllowed overriding frequency settings with _lower_...
2018-03-22 Tom KnotUpdate for FW 5.10 (UART speed), removed some extraneou...
2018-03-12 Tom KnotUpdated Eclipse project
2018-03-08 Tom KnotUpdated version string and correct return value for...
2018-03-07 Tom KnotFixed possible memory leaks in the Line Discipline...
2018-03-05 Tom KnotSlightly cleaned up imports
2018-03-05 Tom Knot- Added the neuron-probe-always-succeeds sysfs flag
2018-03-02 Tom KnotUpdated .gitignore
2018-03-02 Tom KnotFixed problem with binary directory not being committed...
2018-03-02 Tom KnotFixed directory structure to correspond to the new...
2018-03-02 Tom KnotFixed a small indentation mistake and removed wrongly...
2018-03-01 Tom KnotUpdated Eclipse project
2018-02-27 Tom KnotUART refactoring
2018-02-27 Tom KnotFinished refactoring into individual files
2018-02-27 Tom KnotCleaned up issues with left-over static declarations
2018-02-26 Tom KnotWarning: large number of unneeded non-static and static...
2018-02-26 Tom KnotUpdated Makefile
2018-02-23 Tom KnotAdded .gitignore
2018-02-23 Tom KnotUpdated Makefile
2018-02-23 Tom KnotInitial Commit