linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] mips: pci-mt7620: reduce unnecessary error logs
@ 2023-06-20 10:43 Shiji Yang
  2023-06-20 11:20 ` Sergio Paracuellos
  2023-06-21 14:07 ` Thomas Bogendoerfer
  0 siblings, 2 replies; 5+ messages in thread
From: Shiji Yang @ 2023-06-20 10:43 UTC (permalink / raw)
  To: linux-mips
  Cc: tsbogend, matthias.bgg, angelogioacchino.delregno, linux-kernel,
	linux-mediatek, Shiji Yang

These patches silence some mt7620 PCIe driver error messeges by
removing the useless debugging codes and replacing incorrectly
used 'dev_err()' with 'dev_info()'. 

Shiji Yang (2):
  mips: pci-mt7620: do not print NFTS register value as error log
  mips: pci-mt7620: use dev_info() to log PCIe device detection result

 arch/mips/pci/pci-mt7620.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

-- 
2.30.2


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

* Re: [PATCH 0/2] mips: pci-mt7620: reduce unnecessary error logs
  2023-06-20 10:43 [PATCH 0/2] mips: pci-mt7620: reduce unnecessary error logs Shiji Yang
@ 2023-06-20 11:20 ` Sergio Paracuellos
  2023-06-21  1:03   ` Shiji Yang
  2023-06-21 14:07 ` Thomas Bogendoerfer
  1 sibling, 1 reply; 5+ messages in thread
From: Sergio Paracuellos @ 2023-06-20 11:20 UTC (permalink / raw)
  To: Shiji Yang
  Cc: linux-mips, tsbogend, matthias.bgg, angelogioacchino.delregno,
	linux-kernel, linux-mediatek

On Tue, Jun 20, 2023 at 12:48 PM Shiji Yang <yangshiji66@outlook.com> wrote:
>
> These patches silence some mt7620 PCIe driver error messeges by
> removing the useless debugging codes and replacing incorrectly
> used 'dev_err()' with 'dev_info()'.
>
> Shiji Yang (2):
>   mips: pci-mt7620: do not print NFTS register value as error log
>   mips: pci-mt7620: use dev_info() to log PCIe device detection result
>
>  arch/mips/pci/pci-mt7620.c | 7 ++-----
>  1 file changed, 2 insertions(+), 5 deletions(-)

For the series:
Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>

I'd really love to have this driver ported to PCI_DRIVERS_GENERIC
moved to 'drivers/pci/controller/pcie-mt7621.c' since they are pretty
similar just changing that mt7620 and mt7628 init the hardware
different and only use one virtual bridge. My problem is that I don't
have and cannot find hardware to test. Do you have interest in helping
me to do this?

Thanks,
    Sergio Paracuellos

>
> --
> 2.30.2
>

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

* Re: [PATCH 0/2] mips: pci-mt7620: reduce unnecessary error logs
  2023-06-20 11:20 ` Sergio Paracuellos
@ 2023-06-21  1:03   ` Shiji Yang
  2023-06-21  6:40     ` Sergio Paracuellos
  0 siblings, 1 reply; 5+ messages in thread
From: Shiji Yang @ 2023-06-21  1:03 UTC (permalink / raw)
  To: sergio.paracuellos
  Cc: angelogioacchino.delregno, linux-kernel, linux-mediatek,
	linux-mips, matthias.bgg, tsbogend

>On Tue, Jun 20, 2023 at 12:48 PM Shiji Yang <yangshiji66@outlook.com> wrote:
>>
>> These patches silence some mt7620 PCIe driver error messeges by
>> removing the useless debugging codes and replacing incorrectly
>> used 'dev_err()' with 'dev_info()'.
>>
>> Shiji Yang (2):
>>   mips: pci-mt7620: do not print NFTS register value as error log
>>   mips: pci-mt7620: use dev_info() to log PCIe device detection result
>>
>>  arch/mips/pci/pci-mt7620.c | 7 ++-----
>>  1 file changed, 2 insertions(+), 5 deletions(-)
>
>For the series:
>Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
>
>I'd really love to have this driver ported to PCI_DRIVERS_GENERIC
>moved to 'drivers/pci/controller/pcie-mt7621.c' since they are pretty
>similar just changing that mt7620 and mt7628 init the hardware
>different and only use one virtual bridge. My problem is that I don't
>have and cannot find hardware to test. Do you have interest in helping
>me to do this?

Thanks,
    Sergio Paracuellos

Thank you for rewriting these drivers! I am glad to help test them. Please
let me know at any time when they are ready.

Best regards,
    Shiji Yang

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

* Re: [PATCH 0/2] mips: pci-mt7620: reduce unnecessary error logs
  2023-06-21  1:03   ` Shiji Yang
@ 2023-06-21  6:40     ` Sergio Paracuellos
  0 siblings, 0 replies; 5+ messages in thread
From: Sergio Paracuellos @ 2023-06-21  6:40 UTC (permalink / raw)
  To: Shiji Yang
  Cc: angelogioacchino.delregno, linux-kernel, linux-mediatek,
	linux-mips, matthias.bgg, tsbogend

On Wed, Jun 21, 2023 at 3:04 AM Shiji Yang <yangshiji66@outlook.com> wrote:
>
> >On Tue, Jun 20, 2023 at 12:48 PM Shiji Yang <yangshiji66@outlook.com> wrote:
> >>
> >> These patches silence some mt7620 PCIe driver error messeges by
> >> removing the useless debugging codes and replacing incorrectly
> >> used 'dev_err()' with 'dev_info()'.
> >>
> >> Shiji Yang (2):
> >>   mips: pci-mt7620: do not print NFTS register value as error log
> >>   mips: pci-mt7620: use dev_info() to log PCIe device detection result
> >>
> >>  arch/mips/pci/pci-mt7620.c | 7 ++-----
> >>  1 file changed, 2 insertions(+), 5 deletions(-)
> >
> >For the series:
> >Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
> >
> >I'd really love to have this driver ported to PCI_DRIVERS_GENERIC
> >moved to 'drivers/pci/controller/pcie-mt7621.c' since they are pretty
> >similar just changing that mt7620 and mt7628 init the hardware
> >different and only use one virtual bridge. My problem is that I don't
> >have and cannot find hardware to test. Do you have interest in helping
> >me to do this?
>
> Thanks,
>     Sergio Paracuellos
>
> Thank you for rewriting these drivers! I am glad to help test them. Please
> let me know at any time when they are ready.

Thanks! I need to build time for this but I will do it for sure at any
time and let you know.

Best regards,
    Sergio Paracuellos
>
> Best regards,
>     Shiji Yang

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

* Re: [PATCH 0/2] mips: pci-mt7620: reduce unnecessary error logs
  2023-06-20 10:43 [PATCH 0/2] mips: pci-mt7620: reduce unnecessary error logs Shiji Yang
  2023-06-20 11:20 ` Sergio Paracuellos
@ 2023-06-21 14:07 ` Thomas Bogendoerfer
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Bogendoerfer @ 2023-06-21 14:07 UTC (permalink / raw)
  To: Shiji Yang
  Cc: linux-mips, matthias.bgg, angelogioacchino.delregno,
	linux-kernel, linux-mediatek

On Tue, Jun 20, 2023 at 06:43:21PM +0800, Shiji Yang wrote:
> These patches silence some mt7620 PCIe driver error messeges by
> removing the useless debugging codes and replacing incorrectly
> used 'dev_err()' with 'dev_info()'. 
> 
> Shiji Yang (2):
>   mips: pci-mt7620: do not print NFTS register value as error log
>   mips: pci-mt7620: use dev_info() to log PCIe device detection result
> 
>  arch/mips/pci/pci-mt7620.c | 7 ++-----
>  1 file changed, 2 insertions(+), 5 deletions(-)

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 ]

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

end of thread, other threads:[~2023-06-21 14:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-20 10:43 [PATCH 0/2] mips: pci-mt7620: reduce unnecessary error logs Shiji Yang
2023-06-20 11:20 ` Sergio Paracuellos
2023-06-21  1:03   ` Shiji Yang
2023-06-21  6:40     ` Sergio Paracuellos
2023-06-21 14:07 ` Thomas Bogendoerfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).