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]
Date:	Mon, 28 Jul 2014 08:02:54 +0100
From:	Lee Jones <lee.jones@...aro.org>
To:	Charles Keepax <ckeepax@...nsource.wolfsonmicro.com>
Cc:	sameo@...ux.intel.com, broonie@...nel.org, lgirdwood@...il.com,
	patches@...nsource.wolfsonmicro.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 5/6 RESEND] mfd: arizona: Add missing handling for ISRC3
 under/overclocked

On Tue, 15 Jul 2014, Charles Keepax wrote:

> Some parts have a third ISRC, this patch adds handling for the under and
> overclocked interrupts from this ISRC.
> 
> Signed-off-by: Charles Keepax <ckeepax@...nsource.wolfsonmicro.com>
> ---
>  drivers/mfd/arizona-core.c |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)

Applied, thanks.

> diff --git a/drivers/mfd/arizona-core.c b/drivers/mfd/arizona-core.c
> index e9c3563..ab5cf9a 100644
> --- a/drivers/mfd/arizona-core.c
> +++ b/drivers/mfd/arizona-core.c
> @@ -123,6 +123,8 @@ static irqreturn_t arizona_underclocked(int irq, void *data)
>  		dev_err(arizona->dev, "AIF2 underclocked\n");
>  	if (val & ARIZONA_AIF1_UNDERCLOCKED_STS)
>  		dev_err(arizona->dev, "AIF1 underclocked\n");
> +	if (val & ARIZONA_ISRC3_UNDERCLOCKED_STS)
> +		dev_err(arizona->dev, "ISRC3 underclocked\n");
>  	if (val & ARIZONA_ISRC2_UNDERCLOCKED_STS)
>  		dev_err(arizona->dev, "ISRC2 underclocked\n");
>  	if (val & ARIZONA_ISRC1_UNDERCLOCKED_STS)
> @@ -192,6 +194,8 @@ static irqreturn_t arizona_overclocked(int irq, void *data)
>  		dev_err(arizona->dev, "ASRC sync WARP overclocked\n");
>  	if (val[1] & ARIZONA_ADSP2_1_OVERCLOCKED_STS)
>  		dev_err(arizona->dev, "DSP1 overclocked\n");
> +	if (val[1] & ARIZONA_ISRC3_OVERCLOCKED_STS)
> +		dev_err(arizona->dev, "ISRC3 overclocked\n");
>  	if (val[1] & ARIZONA_ISRC2_OVERCLOCKED_STS)
>  		dev_err(arizona->dev, "ISRC2 overclocked\n");
>  	if (val[1] & ARIZONA_ISRC1_OVERCLOCKED_STS)

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ