From: Jianfeng Liu <liujianfeng1994@gmail.com>
To: cassel@kernel.org
Cc: bhelgaas@google.com, dlemoal@kernel.org, heiko@sntech.de,
kw@linux.com, linux-arm-kernel@lists.infradead.org,
linux-pci@vger.kernel.org, linux-rockchip@lists.infradead.org,
lpieralisi@kernel.org, robh@kernel.org,
sebastian.reichel@collabora.com, shawn.lin@rock-chips.com,
Jianfeng Liu <liujianfeng1994@gmail.com>
Subject: Re: [PATCH] PCI: dw-rockchip: Fix GPIO initialization flag
Date: Tue, 16 Apr 2024 18:35:12 +0800 [thread overview]
Message-ID: <20240416103512.330489-1-liujianfeng1994@gmail.com> (raw)
In-Reply-To: <20240327152531.814392-1-cassel@kernel.org>
Test on rock5b with RTL8822CE connected to M.2 E slot.
Before this patch RTL8822CE is not detected sometimes, and I tried to
fix it by a patch[1] but that could not solve it. And in that thread
Sebastian mentioned this fix. Now with this patch my pcie wifi can get
detected normally.
[1] https://lore.kernel.org/all/20240401081302.942742-1-liujianfeng1994@gmail.com/
Tested-by: Jianfeng Liu <liujianfeng1994@gmail.com>
WARNING: multiple messages have this Message-ID (diff)
From: Jianfeng Liu <liujianfeng1994@gmail.com>
To: cassel@kernel.org
Cc: bhelgaas@google.com, dlemoal@kernel.org, heiko@sntech.de,
kw@linux.com, linux-arm-kernel@lists.infradead.org,
linux-pci@vger.kernel.org, linux-rockchip@lists.infradead.org,
lpieralisi@kernel.org, robh@kernel.org,
sebastian.reichel@collabora.com, shawn.lin@rock-chips.com,
Jianfeng Liu <liujianfeng1994@gmail.com>
Subject: Re: [PATCH] PCI: dw-rockchip: Fix GPIO initialization flag
Date: Tue, 16 Apr 2024 18:35:12 +0800 [thread overview]
Message-ID: <20240416103512.330489-1-liujianfeng1994@gmail.com> (raw)
In-Reply-To: <20240327152531.814392-1-cassel@kernel.org>
Test on rock5b with RTL8822CE connected to M.2 E slot.
Before this patch RTL8822CE is not detected sometimes, and I tried to
fix it by a patch[1] but that could not solve it. And in that thread
Sebastian mentioned this fix. Now with this patch my pcie wifi can get
detected normally.
[1] https://lore.kernel.org/all/20240401081302.942742-1-liujianfeng1994@gmail.com/
Tested-by: Jianfeng Liu <liujianfeng1994@gmail.com>
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
WARNING: multiple messages have this Message-ID (diff)
From: Jianfeng Liu <liujianfeng1994@gmail.com>
To: cassel@kernel.org
Cc: bhelgaas@google.com, dlemoal@kernel.org, heiko@sntech.de,
kw@linux.com, linux-arm-kernel@lists.infradead.org,
linux-pci@vger.kernel.org, linux-rockchip@lists.infradead.org,
lpieralisi@kernel.org, robh@kernel.org,
sebastian.reichel@collabora.com, shawn.lin@rock-chips.com,
Jianfeng Liu <liujianfeng1994@gmail.com>
Subject: Re: [PATCH] PCI: dw-rockchip: Fix GPIO initialization flag
Date: Tue, 16 Apr 2024 18:35:12 +0800 [thread overview]
Message-ID: <20240416103512.330489-1-liujianfeng1994@gmail.com> (raw)
In-Reply-To: <20240327152531.814392-1-cassel@kernel.org>
Test on rock5b with RTL8822CE connected to M.2 E slot.
Before this patch RTL8822CE is not detected sometimes, and I tried to
fix it by a patch[1] but that could not solve it. And in that thread
Sebastian mentioned this fix. Now with this patch my pcie wifi can get
detected normally.
[1] https://lore.kernel.org/all/20240401081302.942742-1-liujianfeng1994@gmail.com/
Tested-by: Jianfeng Liu <liujianfeng1994@gmail.com>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2024-04-16 10:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-27 15:25 [PATCH] PCI: dw-rockchip: Fix GPIO initialization flag Niklas Cassel
2024-03-27 15:25 ` Niklas Cassel
2024-03-27 15:25 ` Niklas Cassel
2024-04-16 10:35 ` Jianfeng Liu [this message]
2024-04-16 10:35 ` Jianfeng Liu
2024-04-16 10:35 ` Jianfeng Liu
2024-04-16 11:28 ` Manivannan Sadhasivam
2024-04-16 11:28 ` Manivannan Sadhasivam
2024-04-16 11:28 ` Manivannan Sadhasivam
2024-04-16 11:49 ` Niklas Cassel
2024-04-16 11:49 ` Niklas Cassel
2024-04-16 11:49 ` Niklas Cassel
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=20240416103512.330489-1-liujianfeng1994@gmail.com \
--to=liujianfeng1994@gmail.com \
--cc=bhelgaas@google.com \
--cc=cassel@kernel.org \
--cc=dlemoal@kernel.org \
--cc=heiko@sntech.de \
--cc=kw@linux.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=lpieralisi@kernel.org \
--cc=robh@kernel.org \
--cc=sebastian.reichel@collabora.com \
--cc=shawn.lin@rock-chips.com \
/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.