All of lore.kernel.org
 help / color / mirror / Atom feed
* [Question] Morty and TI wireless drivers
@ 2017-03-12  3:22 Amin Bandali
  2017-03-13 14:42 ` Otavio Salvador
  2017-03-14 12:57 ` Fabio Estevam
  0 siblings, 2 replies; 7+ messages in thread
From: Amin Bandali @ 2017-03-12  3:22 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 279 bytes --]

Hi there,

I've noticed that the wifi module drivers for TI wl183x seem to be present
in
kernel 4.1.15, in morty. Are they complete and usable, or would I need to
manually apply TI's patches myself? If it helps, my target board is a
wandboard.

Thanks in advance,
Amin

[-- Attachment #2: Type: text/html, Size: 388 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Question] Morty and TI wireless drivers
  2017-03-12  3:22 [Question] Morty and TI wireless drivers Amin Bandali
@ 2017-03-13 14:42 ` Otavio Salvador
  2017-03-14  2:35   ` Amin Bandali
  2017-03-14 12:57 ` Fabio Estevam
  1 sibling, 1 reply; 7+ messages in thread
From: Otavio Salvador @ 2017-03-13 14:42 UTC (permalink / raw)
  To: Amin Bandali; +Cc: meta-freescale

On Sun, Mar 12, 2017 at 12:22 AM, Amin Bandali <amin.bandali@gmail.com> wrote:
> I've noticed that the wifi module drivers for TI wl183x seem to be present
> in
> kernel 4.1.15, in morty. Are they complete and usable, or would I need to
> manually apply TI's patches myself? If it helps, my target board is a
> wandboard.

We are using those with a custom board with success.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Question] Morty and TI wireless drivers
  2017-03-13 14:42 ` Otavio Salvador
@ 2017-03-14  2:35   ` Amin Bandali
  2017-03-14 12:39     ` Otavio Salvador
  0 siblings, 1 reply; 7+ messages in thread
From: Amin Bandali @ 2017-03-14  2:35 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

Awesome, thanks!

Could you please kindly share your custom board's kernel config and
device tree files?

Thanks in advance,
Amin

On Mon, Mar 13, 2017 at 10:42 AM, Otavio Salvador
<otavio.salvador@ossystems.com.br> wrote:
> On Sun, Mar 12, 2017 at 12:22 AM, Amin Bandali <amin.bandali@gmail.com> wrote:
>> I've noticed that the wifi module drivers for TI wl183x seem to be present
>> in
>> kernel 4.1.15, in morty. Are they complete and usable, or would I need to
>> manually apply TI's patches myself? If it helps, my target board is a
>> wandboard.
>
> We are using those with a custom board with success.
>
> --
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Question] Morty and TI wireless drivers
  2017-03-14  2:35   ` Amin Bandali
@ 2017-03-14 12:39     ` Otavio Salvador
  2017-03-15  3:20       ` Amin Bandali
  0 siblings, 1 reply; 7+ messages in thread
From: Otavio Salvador @ 2017-03-14 12:39 UTC (permalink / raw)
  To: Amin Bandali; +Cc: meta-freescale

On Mon, Mar 13, 2017 at 11:35 PM, Amin Bandali <amin.bandali@gmail.com> wrote:
> Awesome, thanks!
>
> Could you please kindly share your custom board's kernel config and
> device tree files?

IIRC the Variscite modules makes use of it; base on them.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Question] Morty and TI wireless drivers
  2017-03-12  3:22 [Question] Morty and TI wireless drivers Amin Bandali
  2017-03-13 14:42 ` Otavio Salvador
@ 2017-03-14 12:57 ` Fabio Estevam
  2017-03-15  3:21   ` Amin Bandali
  1 sibling, 1 reply; 7+ messages in thread
From: Fabio Estevam @ 2017-03-14 12:57 UTC (permalink / raw)
  To: Amin Bandali; +Cc: meta-freescale, Breno Matheus Lima

Hi Amin,

On Sun, Mar 12, 2017 at 12:22 AM, Amin Bandali <amin.bandali@gmail.com> wrote:
> Hi there,
>
> I've noticed that the wifi module drivers for TI wl183x seem to be present
> in
> kernel 4.1.15, in morty. Are they complete and usable, or would I need to
> manually apply TI's patches myself? If it helps, my target board is a
> wandboard.

We tested wl183x drivers with mainline kernel and they work well on
mx6sx udoo. Take a look at this commit:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi?id=850a983f16eced30e2a825b6d11be256cf647d11


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Question] Morty and TI wireless drivers
  2017-03-14 12:39     ` Otavio Salvador
@ 2017-03-15  3:20       ` Amin Bandali
  0 siblings, 0 replies; 7+ messages in thread
From: Amin Bandali @ 2017-03-15  3:20 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

Thanks for the pointer Otavio!

On Tue, Mar 14, 2017 at 8:39 AM, Otavio Salvador
<otavio.salvador@ossystems.com.br> wrote:
> On Mon, Mar 13, 2017 at 11:35 PM, Amin Bandali <amin.bandali@gmail.com> wrote:
>> Awesome, thanks!
>>
>> Could you please kindly share your custom board's kernel config and
>> device tree files?
>
> IIRC the Variscite modules makes use of it; base on them.
>
> --
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Question] Morty and TI wireless drivers
  2017-03-14 12:57 ` Fabio Estevam
@ 2017-03-15  3:21   ` Amin Bandali
  0 siblings, 0 replies; 7+ messages in thread
From: Amin Bandali @ 2017-03-15  3:21 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: meta-freescale, Breno Matheus Lima

Hi Fabio,

Thanks a lot for your input. I'll check that commit out.

On Tue, Mar 14, 2017 at 8:57 AM, Fabio Estevam <festevam@gmail.com> wrote:
> Hi Amin,
>
> On Sun, Mar 12, 2017 at 12:22 AM, Amin Bandali <amin.bandali@gmail.com> wrote:
>> Hi there,
>>
>> I've noticed that the wifi module drivers for TI wl183x seem to be present
>> in
>> kernel 4.1.15, in morty. Are they complete and usable, or would I need to
>> manually apply TI's patches myself? If it helps, my target board is a
>> wandboard.
>
> We tested wl183x drivers with mainline kernel and they work well on
> mx6sx udoo. Take a look at this commit:
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi?id=850a983f16eced30e2a825b6d11be256cf647d11


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-03-15  3:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-12  3:22 [Question] Morty and TI wireless drivers Amin Bandali
2017-03-13 14:42 ` Otavio Salvador
2017-03-14  2:35   ` Amin Bandali
2017-03-14 12:39     ` Otavio Salvador
2017-03-15  3:20       ` Amin Bandali
2017-03-14 12:57 ` Fabio Estevam
2017-03-15  3:21   ` Amin Bandali

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.