Re: [OpenWrt-Devel] Howto/advice: Patch for variant of hardware platform?

2017-02-27 Thread L. D. Pinney
On Mon, Feb 27, 2017 at 11:32 AM, Dana Myers wrote: > On Wed, Feb 22, 2017 at 8:57 PM, Dana Myers > wrote: > > >* On 2/22/2017 6:18 PM, L. D. Pinney wrote: > *>>>* spi-mt7621.c has bugs ... isn't very helpful. >

Re: [OpenWrt-Devel] Howto/advice: Patch for variant of hardware platform?

2017-02-27 Thread Dana Myers
On Wed, Feb 22, 2017 at 8:57 PM, Dana Myers https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel>> wrote: >/On 2/22/2017 6:18 PM, L. D. Pinney wrote: />//>//>/spi-mt7621.c has bugs ... isn't very helpful. />//>//>/I am a bit surprised you're not already aware of the SPI issues.

Re: [OpenWrt-Devel] Howto/advice: Patch for variant of hardware platform?

2017-02-22 Thread L. D. Pinney
On Wed, Feb 22, 2017 at 8:57 PM, Dana Myers wrote: > On 2/22/2017 6:18 PM, L. D. Pinney wrote: > > > spi-mt7621.c has bugs ... isn't very helpful. > > > I am a bit surprised you're not already aware of the SPI issues. > > I am not surprised at all ... ALL of my MT76x8 devices

Re: [OpenWrt-Devel] Howto/advice: Patch for variant of hardware platform?

2017-02-22 Thread Dana Myers
On 2/22/2017 6:18 PM, L. D. Pinney wrote: spi-mt7621.c has bugs ... isn't very helpful. I am a bit surprised you're not already aware of the SPI issues. You can start here: https://community.onion.io/topic/1560/spi-pins-for-the-omega2/20 which links to another forum thread which

Re: [OpenWrt-Devel] Howto/advice: Patch for variant of hardware platform?

2017-02-22 Thread L. D. Pinney
spi-mt7621.c has bugs ... isn't very helpful. Please describe the problem? Can I reproduce the same problem on one of my many MT76x8 devices? If so how? The MediaTek Linkit github is based on OpenWrt 15.05 using a 3.18 kernel. The patches needed for 3.18 vs. 4.4 or 4.9 will be quite different.

Re: [OpenWrt-Devel] Howto/advice: Patch for variant of hardware platform?

2017-02-22 Thread Dana Myers
On 2/22/2017 4:27 PM, L. D. Pinney wrote: Are you using https://github.com/OnionIoT/source onion-omega2 branch ? I am not; I'm using https://github.com/lede-project/source (master branch) However, I don't believe it makes any difference - spi-mt7621.c appears to be identical in both and the

Re: [OpenWrt-Devel] Howto/advice: Patch for variant of hardware platform?

2017-02-22 Thread L. D. Pinney
Are you using https://github.com/OnionIoT/source onion-omega2 branch ? On Wed, Feb 22, 2017 at 2:30 PM, Dana Myers wrote: > > I'm working with the Onion Omega2, which is based on an MT7688 SoC. > The MT7688 SoC is a variant of the MT76xx family; in particular, it > shares the

[OpenWrt-Devel] Howto/advice: Patch for variant of hardware platform?

2017-02-22 Thread Dana Myers
I'm working with the Onion Omega2, which is based on an MT7688 SoC. The MT7688 SoC is a variant of the MT76xx family; in particular, it shares the same SPI peripheral. Support for SPI is in /drivers/spi/mt7621.c However, there's bugs with the SPI in the MT7688 which require a patch to