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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 1 May 2013 16:46:29 +0100
From:	Mark Brown <broonie@...nel.org>
To:	Mehar Bajwa <mehar.bajwa@...com>
Cc:	linux-kernel@...r.kernel.org, sameo@...ux.intel.com,
	liam.r.girdwood@...el.com, navada@...com
Subject: Re: [PATCH V2 2/4] mfd: Interrupt handling support for AIC family

On Tue, Apr 16, 2013 at 07:14:20PM +0530, Mehar Bajwa wrote:
> This provides Interrupt handling features for common interface
> to series of low power AIC audio CODECS.

This looks like it should be able to use regmap-irq if you fix the page
mapping open coding in the core.

> +	if (aic->irq_base) {
> +		aic->domain = irq_domain_add_legacy(aic->dev->of_node,
> +					ARRAY_SIZE(aic_irqs),
> +					aic->irq_base, 0,
> +					&aic_domain_ops, aic);
> +	} else {
> +		aic->domain = irq_domain_add_linear(aic->dev->of_node,
> +					ARRAY_SIZE(aic_irqs),
> +					&aic_domain_ops, aic);
> +		/* initiallizing irq_base from irq_domain*/
> +	}

irq_domain_add_simple().

Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ