Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2016-11-04 | remove extra mts-io init install | John Klug | 1 | |
2016-11-04 | Add mts-io cdone & optional gnss-reset, debug configuration | John Klug | 3 | |
2016-11-04 | mtcap: bump mts-io recipe revision | Brandon Bayer | 1 | |
2016-11-04 | mtcap:fix: lora radio reset | Brandon Bayer | 1 | |
2016-11-02 | Merge remote-tracking branch 'public/master' | Brandon Bayer | 1 | |
2016-11-02 | mtcap: move lora eeprom attributes to lora directory | Brandon Bayer | 3 | |
2016-11-01 | mtcap: rename machine type mtp to mtcap | Brandon Bayer | 10 | |
2016-11-01 | feat: add lora-eui to eeprom | Brandon Bayer | 4 | |
2016-10-20 | mtp:feat: light lora led if spidev0.0 is in use | Brandon Bayer | 3 | |
2016-10-20 | mtp: bump mts-io 1.4.0 -> 1.4.1 | Brandon Bayer | 3 | |
2016-10-20 | mtp: execute eth-reset on boot to reset eth phy | Mykyta Dorokhin | 1 | |
2016-10-18 | mtp:fix: reset ethernet on boot | Brandon Bayer | 1 | |
2016-10-17 | mts-io: upgrade to 1.4.0 for latest mtp & CDT refresh changes | Brandon Bayer | 1 | |
2016-10-11 | Fix missing resets. | John Klug | 1 | |
2016-10-11 | mtp: enable CONFIG_NETFILTER_XT_TARGET_LOG option in kernel defconfig | Mykyta Dorokhin | 1 | |
2016-09-21 | Fix regression caused by the PPS Driver Patch | John Klug | 1 | |
2016-09-21 | Merge 'mirror/dev-mtp' into internal-dev | Brandon Bayer | 2 | |
2016-09-20 | Add preempt to the mLinux kernel for PPS signal | John Klug | 1 | |
2016-09-20 | PPS Driver Patch to handle both edges of the PPS signal. | John Klug | 3 | |
2016-09-20 | Bring mts-io.init up to speed and fix radio reset | John Klug | 1 | |
2016-09-21 | mtp: remove /dev/modem_at[0,1] before powering down the radio on mts-io loading | Mykyta Dorokhin | 1 | |
Graceful cell radio power down can take 15+ seconds (to unregister from the network). While powering down the radio is still responsive to AT command. | ||||
2016-09-20 | mpt: Add preempt to the mLinux kernel for PPS signal | Mykyta Dorokhin | 1 | |
2016-09-20 | mtp: graceful restart of the cellular radio and lora chip reset. | Mykyta Dorokhin | 2 | |
2016-09-19 | chore: update preferred versions of mts-io | Brandon Bayer | 2 | |
2016-09-19 | mtp: set proper timings for the radio power up/down; remove radio reset on ↵ | Brandon Bayer | 1 | |
mts-io load | ||||
2016-09-15 | mtp: perform the radio reset on mts-io module loading. | Brandon Bayer | 1 | |
2016-09-15 | Merge 'mirror/dev-mtp' into internal-dev | Brandon Bayer | 3 | |
2016-09-15 | mtp: disable radio-reset for the mtp hardware | Mykyta Dorokhin | 3 | |
2016-09-14 | Merge 'mirror/dev-mtp' into internal-dev | Brandon Bayer | 1 | |
2016-09-14 | mtp: remove led-a/b/c/d, add led-status properly | Brandon Bayer | 3 | |
2016-09-14 | mtp: Set led-status ON while booting and heartbeat while running | Mykyta Dorokhin | 1 | |
2016-09-13 | fix: mtp device tree patch | Brandon Bayer | 1 | |
2016-09-13 | feat: add preferred versions of lora packet-forwarder | Brandon Bayer | 2 | |
2016-09-13 | mts-io:feat: add MTP-0.0 hardware support | Brandon Bayer | 3 | |
2016-09-13 | mtp: set CONFIG_MTS_NUM_ACCESSORY_PORTS to zero in the kernel defconfig. | Mykyta Dorokhin | 1 | |
2016-09-09 | feat: add preferred versions of lora-gateway | Brandon Bayer | 2 | |
2016-09-08 | chore: update mts-io preferred version to 1.2.0 | Brandon Bayer | 2 | |
2016-09-08 | feat: update mts-io to 1.2.0 for initial CDT refresh & Picocell support | Brandon Bayer | 1 | |
2016-08-31 | mtp: Add initial support for the new mtp machine type. | Mykyta Dorokhin | 7 | |
Existing kernel/u-boot/at91bootstrap modified to support building against mtp machine type. | ||||
2016-07-25 | Add rfkill.ko driver for Redpine, wpa_supplicant bluetooth command. | jklug | 1 | |
2016-06-21 | Move led-status_heartbeat_trigger init script to S95 from S99 | Jeff Hatch | 1 | |
2016-05-02 | linux-3.12.27: bump PR3.2.0 | Jesse Gilles | 1 | |
2016-05-02 | linux-3.12.27: mtcdt: update defconfig | Jesse Gilles | 1 | |
Enable IPv6, netfilter, VLAN_8021Q Enable more Bluetooth UART protocols Enable more crypto options | ||||
2016-05-02 | linux-3.12.27: fix interface blacklist for Telit LE910 | Jesse Gilles | 1 | |
Fixes cdc-wdm, wwan interface | ||||
2016-01-15 | machine/mtcdt: mts-io 1.1.4 | Jesse Gilles | 1 | |
2015-10-13 | Fix logging verbosity when disconnecting from cell modem tty: | jhatch | 2 | |
From Linux stable kernel 4ad8d53c777d5b48115b8cb9e73391ac434f9e60: USB: option: reduce interrupt-urb logging verbosity commit f0e4cba2534cd88476dff920727c81350130f3c5 upstream. Do not log normal interrupt-urb shutdowns as errors. The option driver has always been logging any nonzero interrupt-urb status as an error, including when the urb is killed during normal operation. Commit 9096f1fbba91 ("USB: usb_wwan: fix potential NULL-deref at resume") moved the interrupt urb submission from port probe and release to open and close, thus potentially increasing the number of these false-positive error messages dramatically. Reported-by: Ed Butler <ressy66@ausics.net> Tested-by: Ed Butler <ressy66@ausics.net> Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Jiri Slaby <jslaby@suse.cz> | ||||
2015-07-13 | [IN001224] Kernel Oops fix | Jeff Hatch | 1 | |
2015-04-27 | mts-io: create /dev links for MTAC-MFSER cards | Jesse Gilles | 2 | |
2015-04-08 | bumped mts-io | Sean Godinez | 2 | |
2015-03-31 | u-boot-2012.10: mtcdt: read ethernet addr from EEPROM | Jesse Gilles | 2 | |