Re: [PATCH 2/4] mailbox: pcc: Drop uninformative output during boot

2017-08-01 Thread Punit Agrawal
"Rafael J. Wysocki" writes: > On 7/31/2017 7:47 PM, Alexey Klimov wrote: >> (keeping Rafael in c/c per Jassi suggestion) >> >> On Thu, Jul 20, 2017 at 12:04 PM, Punit Agrawal >> wrote: >>> When booting on an ACPI enabled system that does not provide the >>> Platform Communications Channel Table

Re: [PATCH 2/4] mailbox: pcc: Drop uninformative output during boot

2017-07-31 Thread Rafael J. Wysocki
On 7/31/2017 7:47 PM, Alexey Klimov wrote: (keeping Rafael in c/c per Jassi suggestion) On Thu, Jul 20, 2017 at 12:04 PM, Punit Agrawal wrote: When booting on an ACPI enabled system that does not provide the Platform Communications Channel Table (PCCT), the pcc mailbox driver prints - [0.

Re: [PATCH 2/4] mailbox: pcc: Drop uninformative output during boot

2017-07-31 Thread Alexey Klimov
(keeping Rafael in c/c per Jassi suggestion) On Thu, Jul 20, 2017 at 12:04 PM, Punit Agrawal wrote: > When booting on an ACPI enabled system that does not provide the > Platform Communications Channel Table (PCCT), the pcc mailbox driver > prints - > > [0.484261] PCCT header not found. Ah.

Re: [PATCH 2/4] mailbox: pcc: Drop uninformative output during boot

2017-07-31 Thread Jassi Brar
[CC'ing Rafael J. Wysocki, who picks patches for pcc.c] On Mon, Jul 31, 2017 at 3:22 PM, Punit Agrawal wrote: > Punit Agrawal writes: > >> When booting on an ACPI enabled system that does not provide the >> Platform Communications Channel Table (PCCT), the pcc mailbox driver >> prints - >> >> [

[PATCH 2/4] mailbox: pcc: Drop uninformative output during boot

2017-07-20 Thread Punit Agrawal
When booting on an ACPI enabled system that does not provide the Platform Communications Channel Table (PCCT), the pcc mailbox driver prints - [0.484261] PCCT header not found. during probe before returning -ENODEV. This message clutters the bootlog and doesn't provide any useful information