summaryrefslogtreecommitdiff
path: root/io-module
AgeCommit message (Collapse)AuthorFiles
2013-11-25fixed copy/paste errorSean Godinez1
2013-11-22reset logic fixSean Godinez1
2013-11-22Merge branch 'mtr2-serial'Sean Godinez1
2013-11-22added optional extra long reset hold signalSean Godinez1
2013-08-12add option to set serial-mode to hw loopbackMike Fiore1
2013-07-18added radio-power attribute to turn off/on and status power to the radio for ↵Sean Godinez1
mtr/mtr2
2013-07-17Merge branch 'master' of sw.multitech.prv:/usr/local/git/jjg/cdp-io-controllerSean Godinez2
2013-05-02bump version to 0.6.3Mike Fiore1
2013-05-02update comments in radio_reset_telit()Mike Fiore1
2013-05-02add support for mtr rev-bMike Fiore2
2013-05-01add leds b-f for mtr/mtocgd hwMike Fiore1
2013-05-01add mtocgd product id and hw version, support to detect board type in init codeMike Fiore2
2013-05-01mtr status led, add active_low attributeMike Fiore1
2013-05-01flip mtr status led initial valueMike Fiore1
2013-05-01flip output value of status led for mtr2, should be on at startupMike Fiore1
2013-04-24bump driver version to 0.6.2Mike Fiore1
2013-04-24product info: add newlines after mac addresses, change *-mac to mac-* for ↵Mike Fiore1
consistency
2013-04-24added attributes wifi-mac, eth-mac, imei, vendor-id to machine typesMike Fiore1
2013-04-22bump driver versionMike Fiore1
2013-04-22add device info to sysfsMike Fiore1
2013-03-26set reset pins active_lowJesse Gilles1
2013-03-06allow pins with empty attr_name, require name onlyJesse Gilles1
2013-03-01add led-a to led-f for MTOCGD3Jesse Gilles1
2013-02-28more code clean up, rename platform to "mts-io", add mtocgd3 hardwareJesse Gilles2
* add active_low to gpio struct, remove inverted gpio funcs * rename platform to "mts-io", add symlink to "mtcdp" for compatbility * add MTOCGD3 hardware
2013-02-25code cleanup and re-orgJesse Gilles2
2013-02-19Makefile: update cleanJesse Gilles1
2013-02-19add open drain pin type and set multi-driveJesse Gilles1
2013-01-14read hw_version for MTR, MTR2, log detected board configJesse Gilles2
* allows for different product-id as long as hw-version is right (MTR3)
2012-11-08add mtr2 rev A supportJesse Gilles1
* added wifi led * rsersrc is removed * new serial_mode pins, rs4xx_term_res pin * bt-enable pin changed
2012-10-03add extserial-ri for MTR RevA, rename EN4 to MTR2Jesse Gilles2
2012-08-22fix previous commitJesse Gilles1
2012-08-22update logging for bluetooth/wifiJesse Gilles1
2012-08-22add bluetooth, wifi flags and mac addressesJesse Gilles1
2012-08-02added radio-reset routine for telit moduleJesse Gilles1
2012-07-27add open collector pin type, MTR radio reset/init support, fix minor bugJesse Gilles1
2012-07-25add mtr board supportJesse Gilles2
2012-06-21add led-status for EN4Jesse Gilles1
2012-06-08en4: set bt-enabled, wlan-enabled low on loadJesse Gilles1
* fixes wl1271 init, both pins need to be low before enabling either wifi or bluetooth
2012-05-14gpio_pin_by_attr_name: allow empty stringsJesse Gilles1
2012-05-14en4: add rs422-term-res, rs485-term-res pinsJesse Gilles1
2012-05-09add eth-switch-enabled for en4, only drive output when lowJesse Gilles1
* Only drive the output pin when set low (reset active), else leave pin floating since it has an external pull up. If instead the output pin is driven high, the ethernet switch locks up after a soft reboot.
2012-05-08added serial-mode for en4Jesse Gilles1
2012-05-07en4: add reset, reset-monitorJesse Gilles1
2012-05-07add en4 support, reduce some duplicationJesse Gilles2
2012-01-05add daughter card reset (ndc-reset)Jesse Gilles1
2011-10-03add locking on adc readJesse Gilles1
2011-09-30read one adc at a timeJesse Gilles1
2011-09-30Defined mts_product_id variable to store current product type on driver ↵Thanh Tran2
init. All subsequence product type checkings are now done using this variable.
2011-09-301. Used strncmp() to compare only the product name portion of product_ID.Thanh Tran1
2. GPOx logic levels were wrong, corrections were made to match the stand-alone CDP box. 3. Configured GPIO11 and GPIO12 to be open-drain. 4. Set driver version to v0.5.1
2011-09-27rename MT100ECDP to MT100EOCGJesse Gilles2