Re: [PATCH v1 0/5] irqdomain: clean up, add irq_domain_create_legacy()

2020-09-16 Thread Andy Shevchenko
On Wed, Jul 08, 2020 at 07:21:30PM +0300, Andy Shevchenko wrote: > In order to make users OF independent provide irq_domain_create_legacy() API. > Last patch is an example of such user. First three patches are little > cleanups. > > Since regmap patch is dependent to what is now in regmap tree,

Re: [PATCH v1 0/5] irqdomain: clean up, add irq_domain_create_legacy()

2020-08-27 Thread Andy Shevchenko
On Sun, Jul 26, 2020 at 12:12:02PM +0300, Andy Shevchenko wrote: > On Wed, Jul 08, 2020 at 07:21:30PM +0300, Andy Shevchenko wrote: > > In order to make users OF independent provide irq_domain_create_legacy() > > API. > > Last patch is an example of such user. First three patches are little > >

Re: [PATCH v1 0/5] irqdomain: clean up, add irq_domain_create_legacy()

2020-07-26 Thread Andy Shevchenko
On Wed, Jul 08, 2020 at 07:21:30PM +0300, Andy Shevchenko wrote: > In order to make users OF independent provide irq_domain_create_legacy() API. > Last patch is an example of such user. First three patches are little > cleanups. > > Since regmap patch is dependent to what is now in regmap tree,

[PATCH v1 0/5] irqdomain: clean up, add irq_domain_create_legacy()

2020-07-08 Thread Andy Shevchenko
In order to make users OF independent provide irq_domain_create_legacy() API. Last patch is an example of such user. First three patches are little cleanups. Since regmap patch is dependent to what is now in regmap tree, I suggest to create an immutable branch in IRQ domain tree and Mark can pull