Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2016-10-04 | fix driver level, and list WIFI_BT and GNSS capabilities | John Klug | 1 | |
2016-10-04 | bump driver level | John Klug | 1 | |
2016-10-04 | Suppress unused pins to make chip detection easier. | John Klug | 2 | |
2016-09-30 | mts-io driver for Lora-H and additional resets | John Klug | 7 | |
2016-09-30 | Wrong tab size in previous commit | John Klug | 1 | |
2016-09-30 | Add new capabilities for Redpine rs9113 and uBlox EVA 7M | John Klug | 1 | |
2016-09-27 | Add MTAC-LORA-1.5 and string subset issue with hardware version | John Klug | 3 | |
2016-09-26 | Fix lora cleanup code for error cases. | John Klug | 1 | |
2016-09-20 | mtp: set proper timings for the radio power up/down command; remove radio ↵1.3.3 | Mykyta Dorokhin | 2 | |
reset on the module loading | ||||
2016-09-15 | mtp: perform the radio reset on mts-io module loading.1.3.2 | Mykyta Dorokhin | 1 | |
2016-09-14 | mtp: remove led-a/b/c/d, add led-status properly1.3.1 | Mykyta Dorokhin | 2 | |
2016-09-13 | feat: add MTP-0.0 hardware support1.3.0 | Mykyta Dorokhin | 3 | |
2016-09-08 | Merge branch 'dev-mtp' into 'internal-dev' 1.2.0 | Brandon Bayer | 1 | |
Fix build issues in case NUM_AP is 0. See merge request !1 | ||||
2016-09-05 | Fix build issues in case NUM_AP is 0. | Mykyta Dorokhin | 1 | |
2016-07-27 | Bump driver level to 1.1.3 | jklug | 1 | |
2016-07-27 | Add /sys/devices/platform/mts-io/wifi* to sysfs | jklug | 1 | |
2016-07-22 | Update driver from 1.1.1 to 1.1.2 for new conduit hardware version 0.1. | jklug | 1 | |
2016-06-03 | add initial support for MTCDT refresh, add MTCDT-0.1 hw version | Jesse Gilles | 3 | |
2015-07-13 | [IN001224] Fix kernel Oops caused by strsep call walking off end of buffer1.1.4 | jhatch | 1 | |
2015-04-08 | mts-io: added radio reset backoff timer1.1.3 | Sean Godinez | 2 | |
2015-03-11 | added uuid field (16 bytes) to eeprom1.1.2 | Sean Godinez | 4 | |
2015-02-25 | Add MTAC-LORA-1.0, EUI for accessory card eeprom1.1.1 | Jesse Gilles | 5 | |
2015-01-07 | add mtac-lora support1.1.0 | Jesse Gilles | 4 | |
2015-01-07 | fix cleanup on exit if there is an unknown accessory card ID | Jesse Gilles | 1 | |
2014-11-04 | mtcdt: relabel controllable LEDs to status, a, b, c, d1.0.0 | Jesse Gilles | 1 | |
2014-11-04 | rename mtr2d2 to mtcdt | Jesse Gilles | 3 | |
2014-10-29 | remove legacy "mtcdp" sysfs link | Jesse Gilles | 1 | |
2014-10-28 | mts-io: fix bug where cleanup() crashes if eeprom is empty | Mike Fiore | 1 | |
make sure mts_io_platform_device is valid before dereferencing it | ||||
2014-10-13 | mts-io: rename mac-eth to mac-addr for mtac-eth accessory cards | Mike Fiore | 1 | |
2014-10-13 | mts-io: add mtac-eth support, card gets ID'd correctly and eeprom attributes ↵ | Mike Fiore | 4 | |
are in sysfs | ||||
2014-10-13 | mts-io: add configurable reset-monitor-intervals | Mike Fiore | 3 | |
add to mtr2d2 attribute list update sysfs script to correctly show options for reset-monitor-intervals | ||||
2014-10-09 | mts-io: fix reset-monitor bug | Mike Fiore | 1 | |
if button is held longer than value for extra long signal, don't reset the count until button is let go of | ||||
2014-10-09 | Merge branch 'mtr2d2' into 'master' | Mike Fiore | 16 | |
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-08 | mts_io: init: add registering of gpio pins back to __init, shouldn't have ↵ | Mike Fiore | 1 | |
been removed | ||||
2014-10-08 | mts-io: improve cleanup on module unload or init error | Mike Fiore | 3 | |
remove unused attributes remove unused files clean up mtr2d2.c | ||||
2014-10-08 | mts-io: remove mtt.c, mtcdp.c, mt100eocg.c | Mike Fiore | 3 | |
2014-10-08 | mts-io: remove all unused spi and adc code from mtcdp | Mike Fiore | 5 | |
remote board-temperature attribute | ||||
2014-10-08 | mts-io: make mtcdt only supported hardware | Mike Fiore | 1 | |
remove including of mtr.c, mtcdp.c, mt100eocg.c remove wifi related attributes | ||||
2014-10-08 | mts-io-sysfs: update script to correctly show accessory card attributes | Mike Fiore | 1 | |
2014-10-03 | mts-io: reorganize accessory card attributes, move them into subdirs under ↵ | Mike Fiore | 5 | |
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-01 | mts-io: remove "ap-" from gpiob gpio pin attributes | Mike Fiore | 1 | |
2014-10-01 | mts-io: standardize lookup of pin name by attribute name | Mike Fiore | 4 | |
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-29 | mts-io: remove support for mtr2/mtocgd2/mtocgd hardware since they aren't ↵ | Mike Fiore | 3 | |
actual products add Mike Fiore to list of maintainers remove unused variables | ||||
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 | |