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:   Mon, 8 Aug 2022 16:21:19 +0100
From:   Lee Jones <lee.jones@...aro.org>
To:     Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc:     linux-kernel@...r.kernel.org, Andy Shevchenko <andy@...nel.org>,
        Lee Jones <lee@...nel.org>
Subject: Re: [RESEND][PATCH v1 9/9] Revert "mfd: intel_soc_pmic_bxtwc:
 Support IRQ chip hierarchy"

On Mon, 08 Aug 2022, Lee Jones wrote:

> On Mon, 18 Jul 2022, Andy Shevchenko wrote:
> 
> > This reverts commit 4a34dfdfcc185efea44da958b2e4a6005a70e7d4.
> 
> Sign-off?
> 
> Commit message?

My guess is that you didn't mean to send 8 and 9, right?

> > ---
> >  drivers/mfd/intel_soc_pmic_bxtwc.c | 6 ++----
> >  1 file changed, 2 insertions(+), 4 deletions(-)
> > 
> > diff --git a/drivers/mfd/intel_soc_pmic_bxtwc.c b/drivers/mfd/intel_soc_pmic_bxtwc.c
> > index f9842ff44b3f..8dac0d41f64f 100644
> > --- a/drivers/mfd/intel_soc_pmic_bxtwc.c
> > +++ b/drivers/mfd/intel_soc_pmic_bxtwc.c
> > @@ -422,10 +422,8 @@ static int bxtwc_add_chained_irq_chip(struct intel_soc_pmic *pmic,
> >  		return dev_err_probe(pmic->dev, irq, "Failed to get parent vIRQ(%d) for chip %s\n",
> >  				     pirq, chip->name);
> >  
> > -	return __devm_regmap_add_irq_chip(pmic->dev, pmic->regmap, irq,
> > -					  irq_flags, 0,
> > -					  regmap_irq_get_domain(pdata),
> > -					  chip, data);
> > +	return devm_regmap_add_irq_chip(pmic->dev, pmic->regmap, irq, irq_flags,
> > +					0, chip, data);
> >  }
> >  
> >  static int bxtwc_probe(struct platform_device *pdev)
> 

-- 
DEPRECATED: Please use lee@...nel.org

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ