Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2014-09-25 | mts-io: add accessory card eeprom contents as read-only sysfs attribtues | Mike Fiore | 4 | |
2014-09-25 | mts-io: clean up memory allocated for accessory cards on module unload or ↵ | Mike Fiore | 4 | |
setup failure | ||||
2014-09-23 | mts-io: clean up accessory card support | Mike Fiore | 8 | |
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-10 | rename all "mtdc_*" variables to "mtac_*" | Mike Fiore | 3 | |
2014-09-10 | rename mtdc_gpiob.c to mtac_gpiob.c | Mike Fiore | 1 | |
2014-09-04 | add support for MTAC-MFSER | Jesse Gilles | 3 | |
2014-09-04 | mtr2d2: fix reset pins, update LEDs, add AP GPS_PPS pins | Jesse Gilles | 1 | |
2014-08-27 | accessory cards: support both ports | Mike Fiore | 4 | |
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-25 | mts-io: more changes for mtr2d2 HW | Mike Fiore | 2 | |
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-25 | initial support for MTR2D2 hardware | Mike Fiore | 5 | |
2014-06-18 | add reset_gpio_pin for generic pin reset | Jesse Gilles | 2 | |
2014-06-18 | add mtdc_gpiob.c | Jesse Gilles | 1 | |
2014-05-16 | Major changes to split sources up | Jesse Gilles | 10 | |
* 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-24 | mts-io: move definition of BIT() to mts_eeprom.h | Mike Fiore | 2 | |
2014-04-24 | mts-io: move inclusion of <stdint.h> to eeprom.h | Mike Fiore | 2 | |
2014-04-24 | mts-io: move DEVICE_CAPA* macros and other useful definitions to mts_eeprom.h | Mike Fiore | 2 | |
2014-04-24 | mts-io: fix inclusion of mts_eeprom.h | Mike Fiore | 1 | |
2014-04-24 | mts-io: add mts_eeprom.h to separate out eeprom information | Mike Fiore | 2 | |
this is useful because mts_io.h now includes kernel headers and can't be included in userspace apps | ||||
2014-04-24 | mts-io: add support for 3.12 kernel and all its fun changes | Mike Fiore | 2 | |
this commit should build and function for mtocgd and mtocgd2 support for mtcdp and eocg platforms is not yet implemented | ||||
2014-03-05 | version 0.8.2 | Jesse Gilles | 1 | |
2014-03-05 | mtocgd2: fix radio-power attribute | Jesse Gilles | 1 | |
2014-02-28 | set version to 0.8.1 | Jesse Gilles | 1 | |
2014-02-28 | fix compile warning | Jesse Gilles | 1 | |
2014-02-28 | mtocgd: increase wait for telit radio to power off | Jesse Gilles | 1 | |
Old delay was too short and would always use reset line | ||||
2014-02-14 | switch from MTOCGD3 to MTOCGD2 | Mike Fiore | 2 | |
2014-02-14 | finish support for MTDC-GPIOB daughter card | Mike Fiore | 2 | |
add #define to handle when eeprom isn't defined in board code remove duplicate logging when card isn't inserted | ||||
2014-02-13 | put #define for mts_dc_eeprom declaration | Mike Fiore | 1 | |
2014-02-07 | finish GPIOB daughter card support | Mike Fiore | 1 | |
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-05 | add daughter card gpio pins to mtr2 pin layout | Mike Fiore | 1 | |
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-31 | set up handling of different daughter card types | Mike Fiore | 2 | |
add GPIO daughter card attributes to sysfs if card is installed | ||||
2014-01-30 | update daughter card eeprom layout | Mike Fiore | 2 | |
2014-01-30 | MTR2 hardware detects daughter card, tries to read EEPROM, and logs contents | Mike Fiore | 2 | |
2014-01-17 | bump version to 0.7.2 | Jesse Gilles | 1 | |
2014-01-17 | add mtocgd rev-b | Mike Fiore | 2 | |
2013-12-17 | bump version to 0.7.1 | Jesse Gilles | 1 | |
2013-12-16 | bump version to 0.7.0 | Jesse Gilles | 1 | |
2013-12-16 | Merge branch 'master' of sw.multitech.prv:/git/jjg/cdp-io-controller | Jesse Gilles | 2 | |
2013-11-25 | fixed copy/paste error | Sean Godinez | 1 | |
2013-11-22 | reset logic fix | Sean Godinez | 1 | |
2013-11-22 | Merge branch 'mtr2-serial' | Sean Godinez | 1 | |
2013-11-22 | added optional extra long reset hold signal | Sean Godinez | 1 | |
2013-11-20 | mtr2/mtocgd2: add ndc_reset | Jesse Gilles | 1 | |
2013-08-12 | add option to set serial-mode to hw loopback | Mike Fiore | 1 | |
2013-07-18 | added radio-power attribute to turn off/on and status power to the radio for ↵ | Sean Godinez | 1 | |
mtr/mtr2 | ||||
2013-07-17 | Merge branch 'master' of sw.multitech.prv:/usr/local/git/jjg/cdp-io-controller | Sean Godinez | 2 | |
2013-07-02 | mtcdp,mt100eocg: disable pullup on ADC pins | Jesse Gilles | 1 | |
2013-05-02 | bump version to 0.6.3 | Mike Fiore | 1 | |
2013-05-02 | update comments in radio_reset_telit() | Mike Fiore | 1 | |
2013-05-02 | add support for mtr rev-b | Mike Fiore | 2 | |
2013-05-01 | add leds b-f for mtr/mtocgd hw | Mike Fiore | 1 | |