Re: [PATCH] regmap: irq: allow different device for irq chip and regmap

2017-06-22 Thread Mark Brown
On Thu, Jun 22, 2017 at 12:26:17PM +0200, Michael Grzeschik wrote: > same regmap. > > Signed-off-by: Philipp Zabel > --- All patches need to be signed off, please see SubmittingPatches for details on what this means and why it's important. signature.asc Description:

Re: [PATCH] regmap: irq: allow different device for irq chip and regmap

2017-06-22 Thread Mark Brown
On Thu, Jun 22, 2017 at 12:26:17PM +0200, Michael Grzeschik wrote: > same regmap. > > Signed-off-by: Philipp Zabel > --- All patches need to be signed off, please see SubmittingPatches for details on what this means and why it's important. signature.asc Description: PGP signature

[PATCH] regmap: irq: allow different device for irq chip and regmap

2017-06-22 Thread Michael Grzeschik
From: Philipp Zabel If the irq chip device is using the regmap of its parent device or a syscon regmap that doesn't have an associated device at all, allow the driver to provide its own device. That makes it possible to reference the irq controller from other devices

[PATCH] regmap: irq: allow different device for irq chip and regmap

2017-06-22 Thread Michael Grzeschik
From: Philipp Zabel If the irq chip device is using the regmap of its parent device or a syscon regmap that doesn't have an associated device at all, allow the driver to provide its own device. That makes it possible to reference the irq controller from other devices running on the same regmap.