summaryrefslogtreecommitdiff
path: root/io-module/spi.c
AgeCommit message (Collapse)AuthorFiles
2020-11-16Stabilize mt100eocg temperature readings4.4.6John Klug1
2019-10-29Add mt100eocg spi ioVolodymyr Vorobiov1
2019-10-28Initial commit of mt100eocg suportVolodymyr Vorobiov1
2014-10-08mts-io: remove all unused spi and adc code from mtcdpMike Fiore1
remote board-temperature attribute
2014-09-23mts-io: clean up accessory card supportMike Fiore1
use custom kernel config option MTS_NUM_ACCESSORY_PORTS to find out how many slots exist (mostly) dynamically handle any number of accessory cards streamline code to make it easier to add accessory cards in the future
2014-09-10rename all "mtdc_*" variables to "mtac_*"Mike Fiore1
2014-08-27accessory cards: support both portsMike Fiore1
allow for 2 GPIOB accessory cards to be used at the same time some misc cleanup, more specific logging on init commented out mtr2 platform as it currently causes build issues with accessory card changes
2014-08-25initial support for MTR2D2 hardwareMike Fiore1
2014-05-16Major changes to split sources upJesse Gilles1
* moved common peripheral i/o functions to separate source files * moved device-specific setup to separate source files * removed LED blink functionality (unused) * mtcdp, mt100eocg are not supported, but code is included for possible future use