lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZXnZDjnor8oQNo2g@smile.fi.intel.com>
Date:   Wed, 13 Dec 2023 18:17:18 +0200
From:   Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To:     Lee Jones <lee@...nel.org>
Cc:     linux-kernel@...r.kernel.org,
        Alex Vinarskis <alex.vinarskis@...il.com>
Subject: Re: [PATCH v1 1/1] mfd: intel-lpss: Fix the fractional clock divider
 flags

On Wed, Dec 13, 2023 at 04:13:52PM +0000, Lee Jones wrote:
> On Mon, 11 Dec 2023, Andy Shevchenko wrote:

...

> >  	tmp = clk_register_fractional_divider(NULL, name, __clk_get_name(tmp),
> > +					      0, lpss->priv, 1, 15, 16, 15,
> >  					      CLK_FRAC_DIVIDER_POWER_OF_TWO_PS,
> > -					      lpss->priv, 1, 15, 16, 15, 0,
> >  					      NULL);
> 
> What an ugly interface.  Intel-only too, right?

Nope, de facto way how custom clocks are being introduced.
See clk-provider.h for several similar APIs (that require an
additional, custom, flags to be supplied).

...

> Have you also fixed this in: drivers/acpi/acpi_lpss.c

Already pending in Rafael's tree, yes.

-- 
With Best Regards,
Andy Shevchenko


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ