From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
To: Paul Cercueil <paul@crapouillou.net>
Cc: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
"H . Nikolaus Schaller" <hns@goldelico.com>,
linux-mips@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, list@opendingux.net
Subject: Re: [PATCH 0/9] MIPS: CI20: Add WiFi / Bluetooth support
Date: Fri, 9 Jun 2023 10:23:48 +0200 [thread overview]
Message-ID: <20230609082348.GK8160@alpha.franken.de> (raw)
In-Reply-To: <20230604145642.200577-1-paul@crapouillou.net>
On Sun, Jun 04, 2023 at 04:56:33PM +0200, Paul Cercueil wrote:
> Hi,
>
> Here's a set of patches to add support for the WiFi / Bluetooth chip on
> the CI20.
>
> WiFi works pretty well, provided it is used with the latest firmware
> provided by linux-firmware. Bluetooth does not work very well here, as
> I cannot get my wireless keyboard to pair; but it does detect it, and it
> does see they key presses when I type the pairing code.
>
> I only tested with a somewhat recent (~2022) Buildroot-based userspace.
> I enabled WEXT compatibility because the CI20 is typically used with a
> very old userspace, but I did not try to use it with old tools like
> ifconfig/iwconfig.
>
> Cheers,
> -Paul
>
> Paul Cercueil (9):
> MIPS: DTS: CI20: Fix regulators
> MIPS: DTS: CI20: Fix ACT8600 regulator node names
> MIPS: DTS: CI20: Add parent supplies to ACT8600 regulators
> MIPS: DTS: CI20: Do not force-enable CIM and WiFi regulators
> MIPS: DTS: CI20: Misc. cleanups
> MIPS: DTS: CI20: Parent MSCMUX clock to MPLL
> MIPS: DTS: CI20: Enable support for WiFi / Bluetooth
> MIPS: configs: CI20: Regenerate defconfig
> MIPS: configs: CI20: Enable WiFi / Bluetooth
>
> arch/mips/boot/dts/ingenic/ci20.dts | 148 +++++++++++++++++++---------
> arch/mips/configs/ci20_defconfig | 47 ++++++---
> 2 files changed, 133 insertions(+), 62 deletions(-)
>
> --
> 2.39.2
series applied to mips-next.
Thomas.
--
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea. [ RFC1925, 2.3 ]
next prev parent reply other threads:[~2023-06-09 9:21 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-04 14:56 [PATCH 0/9] MIPS: CI20: Add WiFi / Bluetooth support Paul Cercueil
2023-06-04 14:56 ` [PATCH 1/9] MIPS: DTS: CI20: Fix regulators Paul Cercueil
2023-06-04 14:56 ` [PATCH 2/9] MIPS: DTS: CI20: Fix ACT8600 regulator node names Paul Cercueil
2023-06-15 7:00 ` H. Nikolaus Schaller
2023-06-04 14:56 ` [PATCH 3/9] MIPS: DTS: CI20: Add parent supplies to ACT8600 regulators Paul Cercueil
2023-06-15 7:00 ` H. Nikolaus Schaller
2023-06-04 14:56 ` [PATCH 4/9] MIPS: DTS: CI20: Do not force-enable CIM and WiFi regulators Paul Cercueil
2023-06-04 14:56 ` [PATCH 5/9] MIPS: DTS: CI20: Misc. cleanups Paul Cercueil
2023-06-15 7:01 ` H. Nikolaus Schaller
2023-06-04 14:56 ` [PATCH 6/9] MIPS: DTS: CI20: Parent MSCMUX clock to MPLL Paul Cercueil
2023-06-04 14:56 ` [PATCH 7/9] MIPS: DTS: CI20: Enable support for WiFi / Bluetooth Paul Cercueil
2023-06-15 7:01 ` H. Nikolaus Schaller
2023-06-04 14:56 ` [PATCH 8/9] MIPS: configs: CI20: Regenerate defconfig Paul Cercueil
2023-06-04 14:56 ` [PATCH 9/9] MIPS: configs: CI20: Enable WiFi / Bluetooth Paul Cercueil
2023-06-09 8:23 ` Thomas Bogendoerfer [this message]
2023-06-15 7:08 ` [PATCH 0/9] MIPS: CI20: Add WiFi / Bluetooth support H. Nikolaus Schaller
2023-06-15 7:00 ` H. Nikolaus Schaller
[not found] <20230615084006.79194526F801@goldelico.com>
2023-06-15 8:45 ` H. Nikolaus Schaller
2023-06-15 9:14 ` H. Nikolaus Schaller
2023-06-15 12:28 ` H. Nikolaus Schaller
2023-06-16 20:21 ` H. Nikolaus Schaller
2023-06-17 10:45 ` H. Nikolaus Schaller
2023-06-18 11:51 ` Paul Cercueil
2023-06-18 13:58 ` Paul Cercueil
2023-06-19 4:42 ` H. Nikolaus Schaller
2023-06-19 4:42 ` H. Nikolaus Schaller
[not found] <E1q9iWM-0004zB-00@elvis.franken.de>
2023-06-15 9:08 ` Thomas Bogendoerfer
2023-06-15 9:32 ` H. Nikolaus Schaller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230609082348.GK8160@alpha.franken.de \
--to=tsbogend@alpha.franken.de \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=hns@goldelico.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@vger.kernel.org \
--cc=list@opendingux.net \
--cc=paul@crapouillou.net \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.