summaryrefslogtreecommitdiff
path: root/io-module/mtac.c
AgeCommit message (Collapse)AuthorFiles
2018-10-15Remove mtac cards. mts-io version 3.0.03.0.0John Klug1
2018-08-06added MTAC Pulse card support for Blue PillarGary Cole1
2016-10-14mtac: add lora card 1.1 version to product info add functionJason Reiss1
2016-09-27Add MTAC-LORA-1.5 and string subset issue with hardware versionJohn Klug1
2015-02-25Add MTAC-LORA-1.0, EUI for accessory card eeprom1.1.1Jesse Gilles1
2015-01-07add mtac-lora support1.1.0Jesse Gilles1
2014-10-13mts-io: rename mac-eth to mac-addr for mtac-eth accessory cardsMike Fiore1
2014-10-13mts-io: add mtac-eth support, card gets ID'd correctly and eeprom attributes ↵Mike Fiore1
are in sysfs
2014-10-03mts-io: reorganize accessory card attributes, move them into subdirs under ↵Mike Fiore1
mts-io subdirs named ap1, ap2, etc create links to subdirs with name of card in port, e.g. gpiob, mfser, eth, etc if 2 of same type of card, still make links but use gpiob-2, mfser-2, etc
2014-10-01mts-io: standardize lookup of pin name by attribute nameMike Fiore1
1 set of functions for ap gpio pin store and show each type of card defines a callback that specifies the mapping of attribute names to pin names
2014-09-25mts-io: add accessory card eeprom contents as read-only sysfs attribtuesMike Fiore1
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