summaryrefslogtreecommitdiff
path: root/io-module/mtac_gpiob.c
AgeCommit message (Collapse)AuthorFiles
2016-09-30mts-io driver for Lora-H and additional resetsJohn Klug1
2014-10-08mts-io: remove all unused spi and adc code from mtcdpMike Fiore1
remote board-temperature attribute
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: remove "ap-" from gpiob gpio pin attributesMike Fiore1
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-25mts-io: clean up memory allocated for accessory cards on module unload or ↵Mike Fiore1
setup failure
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 mtdc_gpiob.c to mtac_gpiob.cMike Fiore1