This is my sixth attempt to send a bug report.
The first time you didn't like my email address.
The second time you didn't like that I copied the whole url.
The third time you didn't like that the part of the url that I copied
looked a bit like a url.
The fourth time you complained that "The message contains HTML
subpart,therefore we consider it SPAM"
The fifth time you didn't like ?????????.
Kernel dot org Bugzilla I D equals 204003
I look forward to your email rejection message.
[adding Cc:s and comments]
On 6/1/20 3:52 PM, Philip Schwartz wrote:
> This is my sixth attempt to send a bug report.
>
> The first time you didn't like my email address.
> The second time you didn't like that I copied the whole url.
> The third time you didn't like that the part of the url that I copied
> looked a bit like a url.
> The fourth time you complained that "The message contains HTML
> subpart,therefore we consider it SPAM"
Yes.
> The fifth time you didn't like ?????????.
>
> Kernel dot org Bugzilla I D equals 204003
>
>
> I look forward to your email rejection message.
Please see https://bugzilla.kernel.org/show_bug.cgi?id=204003
Several people are having problems with Intel NUCs and/or
the RTS5229 PCI Express Card Reader/driver, beginning with
5.1-rc1.
Here is one bugzilla comment:
Did a git bisect and found the culprit.
bede03a579b3b4a036003c4862cc1baa4ddc351f is the first bad commit
commit bede03a579b3b4a036003c4862cc1baa4ddc351f
Author: RickyWu <[email protected]>
Date: Tue Feb 19 20:49:58 2019 +0800
misc: rtsx: Enable OCP for rts522a rts524a rts525a rts5260
this enables and adds OCP function for Realtek A series cardreader chips
and fixes some OCP flow in rts5260.c
Signed-off-by: RickyWu <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
:040000 040000 65bfdc473b7b85cb423ff528309fc92d73eae5b4 1292d8564f678027d0e5c77550e37d696b134b28 M drivers
Just revert that and you'll be golden.
rts522a,rts524a,rts525a,rts5260
So somehow OCP got enabled for rts5229 unless a means rts522x. I guess they need to make sure its not enabled for 5229.
{end of bugzilla comment}
--
~Randy
Thanks, I'll check it out.
On Mon, Jun 1, 2020 at 7:35 PM Randy Dunlap <[email protected]> wrote:
>
> [adding Cc:s and comments]
>
>
> On 6/1/20 3:52 PM, Philip Schwartz wrote:
> > This is my sixth attempt to send a bug report.
> >
> > The first time you didn't like my email address.
> > The second time you didn't like that I copied the whole url.
> > The third time you didn't like that the part of the url that I copied
> > looked a bit like a url.
> > The fourth time you complained that "The message contains HTML
> > subpart,therefore we consider it SPAM"
>
> Yes.
>
> > The fifth time you didn't like ?????????.
> >
> > Kernel dot org Bugzilla I D equals 204003
> >
> >
> > I look forward to your email rejection message.
>
>
> Please see https://bugzilla.kernel.org/show_bug.cgi?id=204003
>
> Several people are having problems with Intel NUCs and/or
> the RTS5229 PCI Express Card Reader/driver, beginning with
> 5.1-rc1.
>
> Here is one bugzilla comment:
> Did a git bisect and found the culprit.
>
> bede03a579b3b4a036003c4862cc1baa4ddc351f is the first bad commit
> commit bede03a579b3b4a036003c4862cc1baa4ddc351f
> Author: RickyWu <[email protected]>
> Date: Tue Feb 19 20:49:58 2019 +0800
>
> misc: rtsx: Enable OCP for rts522a rts524a rts525a rts5260
>
> this enables and adds OCP function for Realtek A series cardreader chips
> and fixes some OCP flow in rts5260.c
>
> Signed-off-by: RickyWu <[email protected]>
> Signed-off-by: Greg Kroah-Hartman <[email protected]>
>
> :040000 040000 65bfdc473b7b85cb423ff528309fc92d73eae5b4 1292d8564f678027d0e5c77550e37d696b134b28 M drivers
>
> Just revert that and you'll be golden.
>
> rts522a,rts524a,rts525a,rts5260
> So somehow OCP got enabled for rts5229 unless a means rts522x. I guess they need to make sure its not enabled for 5229.
> {end of bugzilla comment}
>
>
>
> --
> ~Randy
>
Hi Philip,
We can't reproduce this problem on general platform on our side, it works well on our platforms that we have,
but we don’t have NUC7PJYH platform to check this.
This patch (bede03a579b3b4a036003c4862cc1baa4ddc351f) should not affect rts5229, we didn’t do anything on rts5229
Ricky
> -----Original Message-----
> From: Philip Schwartz [mailto:[email protected]]
> Sent: Tuesday, June 02, 2020 8:52 AM
> To: Randy Dunlap
> Cc: [email protected]; 吳昊澄 Ricky; Greg Kroah-Hartman; Ulf
> Hansson; linux-mmc
> Subject: Re: Bug in your kernel since version 5.2
>
> Thanks, I'll check it out.
>
> On Mon, Jun 1, 2020 at 7:35 PM Randy Dunlap <[email protected]> wrote:
> >
> > [adding Cc:s and comments]
> >
> >
> > On 6/1/20 3:52 PM, Philip Schwartz wrote:
> > > This is my sixth attempt to send a bug report.
> > >
> > > The first time you didn't like my email address.
> > > The second time you didn't like that I copied the whole url.
> > > The third time you didn't like that the part of the url that I copied
> > > looked a bit like a url.
> > > The fourth time you complained that "The message contains HTML
> > > subpart,therefore we consider it SPAM"
> >
> > Yes.
> >
> > > The fifth time you didn't like ?????????.
> > >
> > > Kernel dot org Bugzilla I D equals 204003
> > >
> > >
> > > I look forward to your email rejection message.
> >
> >
> > Please see https://bugzilla.kernel.org/show_bug.cgi?id=204003
> >
> > Several people are having problems with Intel NUCs and/or
> > the RTS5229 PCI Express Card Reader/driver, beginning with
> > 5.1-rc1.
> >
> > Here is one bugzilla comment:
> > Did a git bisect and found the culprit.
> >
> > bede03a579b3b4a036003c4862cc1baa4ddc351f is the first bad commit
> > commit bede03a579b3b4a036003c4862cc1baa4ddc351f
> > Author: RickyWu <[email protected]>
> > Date: Tue Feb 19 20:49:58 2019 +0800
> >
> > misc: rtsx: Enable OCP for rts522a rts524a rts525a rts5260
> >
> > this enables and adds OCP function for Realtek A series cardreader chips
> > and fixes some OCP flow in rts5260.c
> >
> > Signed-off-by: RickyWu <[email protected]>
> > Signed-off-by: Greg Kroah-Hartman <[email protected]>
> >
> > :040000 040000 65bfdc473b7b85cb423ff528309fc92d73eae5b4
> 1292d8564f678027d0e5c77550e37d696b134b28 M drivers
> >
> > Just revert that and you'll be golden.
> >
> > rts522a,rts524a,rts525a,rts5260
> > So somehow OCP got enabled for rts5229 unless a means rts522x. I guess they
> need to make sure its not enabled for 5229.
> > {end of bugzilla comment}
> >
> >
> >
> > --
> > ~Randy
> >
>
> ------Please consider the environment before printing this e-mail.