Re: [PATCH] platform/x86: pmc_atom: use callback for all dmi quirk entries

2021-03-16 Thread Hans de Goede
Hi Henning, On 3/16/21 6:47 AM, Henning Schild wrote: > Hoi Hans, > > on a slighly different but also related topic. Did you ever come across > SMSC SCH5347? Seems to be pretty similar to 56xx, only with spec non > public ... and probably less often in use > Maybe you happen to have code, or

Re: [PATCH] platform/x86: pmc_atom: use callback for all dmi quirk entries

2021-03-15 Thread Henning Schild
Hoi Hans, on a slighly different but also related topic. Did you ever come across SMSC SCH5347? Seems to be pretty similar to 56xx, only with spec non public ... and probably less often in use Maybe you happen to have code, or know the differences. We already have it working with a modified copy

Re: [PATCH] platform/x86: pmc_atom: use callback for all dmi quirk entries

2021-03-15 Thread Hans de Goede
Hi, On 3/15/21 6:00 PM, Henning Schild wrote: > Am Mon, 15 Mar 2021 17:31:49 +0100 > schrieb Hans de Goede : > >> Hi, >> >> On 3/15/21 3:58 PM, Henning Schild wrote: >>> Introduce a global variable to remember the matching entry for later >>> printing. Also having a callback allows to stop

Re: [PATCH] platform/x86: pmc_atom: use callback for all dmi quirk entries

2021-03-15 Thread Henning Schild
Am Mon, 15 Mar 2021 17:31:49 +0100 schrieb Hans de Goede : > Hi, > > On 3/15/21 3:58 PM, Henning Schild wrote: > > Introduce a global variable to remember the matching entry for later > > printing. Also having a callback allows to stop matching after the > > first hit. > > > > Signed-off-by:

Re: [PATCH] platform/x86: pmc_atom: use callback for all dmi quirk entries

2021-03-15 Thread Hans de Goede
Hi, On 3/15/21 3:58 PM, Henning Schild wrote: > Introduce a global variable to remember the matching entry for later > printing. Also having a callback allows to stop matching after the first > hit. > > Signed-off-by: Henning Schild > --- > drivers/platform/x86/pmc_atom.c | 26

[PATCH] platform/x86: pmc_atom: use callback for all dmi quirk entries

2021-03-15 Thread Henning Schild
Introduce a global variable to remember the matching entry for later printing. Also having a callback allows to stop matching after the first hit. Signed-off-by: Henning Schild --- drivers/platform/x86/pmc_atom.c | 26 -- 1 file changed, 20 insertions(+), 6 deletions(-)