summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2014-10-13mts-io: add configurable reset-monitor-intervalsMike Fiore3
add to mtr2d2 attribute list update sysfs script to correctly show options for reset-monitor-intervals
2014-10-09mts-io: fix reset-monitor bugMike Fiore1
if button is held longer than value for extra long signal, don't reset the count until button is let go of
2014-10-09Merge branch 'mtr2d2' into 'master'Mike Fiore16
Conflicts: io-module/mtdc_gpiob.c - remove, replaced by mtac_gpiob.c io-module/mtr2.c - remove, dropping support for this HW io-module/mts_io.c - keep changes from mtr2d2 branch io-module/spi.c - remove, no longer needed
2014-10-08mts_io: init: add registering of gpio pins back to __init, shouldn't have ↵Mike Fiore1
been removed
2014-10-08mts-io: improve cleanup on module unload or init errorMike Fiore3
remove unused attributes remove unused files clean up mtr2d2.c
2014-10-08mts-io: remove mtt.c, mtcdp.c, mt100eocg.cMike Fiore3
2014-10-08mts-io: remove all unused spi and adc code from mtcdpMike Fiore5
remote board-temperature attribute
2014-10-08mts-io: make mtcdt only supported hardwareMike Fiore1
remove including of mtr.c, mtcdp.c, mt100eocg.c remove wifi related attributes
2014-10-08mts-io-sysfs: update script to correctly show accessory card attributesMike Fiore1
2014-10-03mts-io: reorganize accessory card attributes, move them into subdirs under ↵Mike Fiore5
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 Fiore4
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-29mts-io: remove support for mtr2/mtocgd2/mtocgd hardware since they aren't ↵Mike Fiore3
actual products add Mike Fiore to list of maintainers remove unused variables
2014-09-25mts-io: add accessory card eeprom contents as read-only sysfs attribtuesMike Fiore4
2014-09-25mts-io: clean up memory allocated for accessory cards on module unload or ↵Mike Fiore4
setup failure
2014-09-23mts-io: clean up accessory card supportMike Fiore8
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 Fiore3
2014-09-10rename mtdc_gpiob.c to mtac_gpiob.cMike Fiore1
2014-09-04add support for MTAC-MFSERJesse Gilles3
2014-09-04mtr2d2: fix reset pins, update LEDs, add AP GPS_PPS pinsJesse Gilles1
2014-08-29Merge branch 'master' of sw.multitech.prv:/git/jjg/cdp-io-controllerJesse Gilles5
Conflicts: io-module/mts_eeprom.h io-module/mts_io.c io-module/spi.c
2014-08-27accessory cards: support both portsMike Fiore4
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-25mts-io: more changes for mtr2d2 HWMike Fiore2
only log MAC addresses for BT and WIFI if capable log contents of both accessory card EEPROMs skip loading accessory card attributes for now - needs rework w/new HW define MTAC-ETH in mts-io.h
2014-08-25initial support for MTR2D2 hardwareMike Fiore5
2014-07-02more accssory card renamingJesse Gilles4
2014-07-02don't exit on accessory card eeprom read failJesse Gilles1
2014-07-02rename daughter card to accessory cardJesse Gilles1
2014-06-18add reset_gpio_pin for generic pin resetJesse Gilles2
2014-06-18add mtdc_gpiob.cJesse Gilles1
2014-05-16Major changes to split sources upJesse Gilles10
* 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
2014-04-24mts-io: move definition of BIT() to mts_eeprom.hMike Fiore2
2014-04-24mts-io: move inclusion of <stdint.h> to eeprom.hMike Fiore2
2014-04-24mts-io: move DEVICE_CAPA* macros and other useful definitions to mts_eeprom.hMike Fiore2
2014-04-24mts-io: fix inclusion of mts_eeprom.hMike Fiore1
2014-04-24mts-io: add mts_eeprom.h to separate out eeprom informationMike Fiore2
this is useful because mts_io.h now includes kernel headers and can't be included in userspace apps
2014-04-24mts-io: add support for 3.12 kernel and all its fun changesMike Fiore2
this commit should build and function for mtocgd and mtocgd2 support for mtcdp and eocg platforms is not yet implemented
2014-03-05version 0.8.2Jesse Gilles1
2014-03-05mtocgd2: fix radio-power attributeJesse Gilles1
2014-02-28set version to 0.8.1Jesse Gilles1
2014-02-28fix compile warningJesse Gilles1
2014-02-28mtocgd: increase wait for telit radio to power offJesse Gilles1
Old delay was too short and would always use reset line
2014-02-14switch from MTOCGD3 to MTOCGD2Mike Fiore2
2014-02-14Merge branch 'daughter-cards'Mike Fiore3
2014-02-14finish support for MTDC-GPIOB daughter cardMike Fiore2
add #define to handle when eeprom isn't defined in board code remove duplicate logging when card isn't inserted
2014-02-13put #define for mts_dc_eeprom declarationMike Fiore1
2014-02-07finish GPIOB daughter card supportMike Fiore1
remove dc- prepend from daughter card attributes set up driver, spi device, and functions for ADC chip added functions to handle store/show for gpio lines removed some unnecessary logging
2014-02-05add daughter card gpio pins to mtr2 pin layoutMike Fiore1
implement functions to show and store daughter card din and dout lines added appropriate daughter card gpio attributes(LED's, output enable) to sysfs for MTDC-GPIOB
2014-01-31set up handling of different daughter card typesMike Fiore2
add GPIO daughter card attributes to sysfs if card is installed
2014-01-30update daughter card eeprom layoutMike Fiore2
2014-01-30MTR2 hardware detects daughter card, tries to read EEPROM, and logs contentsMike Fiore2