graphit/unipi-kernel.git
2019-07-31 Miroslav Ondrafix package name in ci/cd definition
2019-07-31 Miroslav Ondraadd ci/cd support
2019-07-31 Miroslav Ondrarename changelog to end_of_changelog. fix name of neuro...
2019-07-31 Miroslav Ondrafix Makefiles and debian/rules to be conformed with...
2019-06-19 Miroslav Ondrafix ARCH settings in debian/rules
2019-06-11 Miroslav Ondraadd modules_install to Makefile. Fix ARCH in unipi...
2019-06-11 Miroslav Ondraadd COPYING (GPL v2 license)
2019-04-29 Miroslav Ondrapackage ver 1.22
2019-04-23 Miroslav Ondrafix variables initial settings
2019-03-27 Miroslav Ondrafix flaot to int conversion in unipi_iio
2019-03-27 Miroslav OndraMerge branch 'master' of https://git.unipi.technology...
2019-03-27 Miroslav Ondrarework spi to use async calling and RT kthread
2019-02-20 Miroslav Ondrav1.20
2019-02-06 Miroslav Ondrafix setting line discipline on standard uarts
2019-02-06 Miroslav Ondrafix error checking in spi_send_op
2019-02-06 Miroslav Ondrafixed frequency detection
2019-01-15 tomunipiAdded 0xb20 to the list of firmwares requiring 7.5MHz
2018-10-31 Miroslav Ondrafixed null pointer dereference with loading module...
2018-10-16 Miroslav OndraMerge branch 'master' of https://git.unipi.technology...
2018-10-16 Miroslav Ondradisabled long spi tranfers (256 -> 62)
2018-10-16 Tom KnotAdded dummy method for reading secondary analog output...
2018-10-16 Miroslav OndraMerge branch 'master' of https://git.unipi.technology...
2018-10-16 Miroslav Ondraversion 1.17.1.20180919-1
2018-09-27 Tom KnotAdded attributes for rebooting the I/O group and saving...
2018-09-21 Miroslav Ondraadd README.md
2018-09-21 Miroslav Ondraadd debian package generator definition
2018-09-14 Miroslav Ondraremve devel from version string
2018-09-11 Miroslav Ondramove gpio,leds,iio init/remove from unipispi to platform
2018-09-06 Miroslav Ondrafixed primary_worker allocation
2018-09-06 Miroslav Ondracleaned neuronspi_devtype
2018-09-05 Miroslav Ondraadd support for detecting Axon models via chip_select...
2018-09-05 Miroslav Ondrarefactor board detection in spi probe
2018-09-05 Miroslav Ondraformat cdev debug messages
2018-09-05 Miroslav Ondramove io definitions from unipi_spi.h to iio.h and iio.c
2018-09-05 Miroslav Ondramove chardev private data from h to unipi_spi.c
2018-09-05 Miroslav Ondrauart unused code cleaning, debug message formating
2018-09-05 Miroslav Ondramoved interrupt handling from uart to spi (primary_worker)
2018-09-04 Miroslav Ondrarefactor iio initialization
2018-09-04 Miroslav Ondrarefactor platform, led, sysfs initialization
2018-09-03 Miroslav Ondraadd hrtimer to schedule tx_proc and to monitor tx_fifo
2018-08-28 Miroslav Ondrachanged neuronspi_spi_send_message to neuronspi_spi_sen...
2018-08-14 Tom KnotAdded missing extern declaration
2018-08-14 Tom KnotUpdated versionstring
2018-08-14 Tom KnotAdded locking behaviour to prevent byte swapping due...
2018-08-06 Tom KnotAdded always-create-tty flag
2018-08-02 Miroslav Ondrafixed module version
2018-08-02 Miroslav Ondrarewrite line discipline to be compatible with PARMRK
2018-07-20 Miroslav Ondrafixed debug message
2018-07-19 Tom KnotMerge branch 'uart_timeout'
2018-07-19 Tom KnotUpdated version format
2018-07-19 Tom KnotMerge branch 'uart_timeout'
2018-07-19 Tom KnotFurther renaming to the new naming scheme
2018-07-18 Tom Knot- Changed Neuron to UniPi where appropriate
2018-07-16 Miroslav Ondrafixed script raspbian
2018-07-16 Miroslav Ondrafixed script raspbian to reflect incorrect tag setting
2018-07-09 Tom KnotFixed a small syntax mistake
2018-07-09 Tom KnotFixed mixed declaration
2018-07-09 Tom KnotFixed secondary AO
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...
next