Re: [PATCH 00/35] ARM: davinci: modernize the irq support

2019-02-08 Thread Sekhar Nori
On 08/02/19 5:57 PM, Bartosz Golaszewski wrote: > pt., 8 lut 2019 o 12:43 Sekhar Nori napisał(a): >> >> On 05/02/19 9:41 PM, Bartosz Golaszewski wrote: >>> pon., 4 lut 2019 o 22:49 David Lechner napisał(a): On 1/31/19 7:38 AM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski

Re: [PATCH 00/35] ARM: davinci: modernize the irq support

2019-02-08 Thread Bartosz Golaszewski
pt., 8 lut 2019 o 12:43 Sekhar Nori napisał(a): > > On 05/02/19 9:41 PM, Bartosz Golaszewski wrote: > > pon., 4 lut 2019 o 22:49 David Lechner napisał(a): > >> > >> On 1/31/19 7:38 AM, Bartosz Golaszewski wrote: > >>> From: Bartosz Golaszewski > >>> > >>> This series ports the davinci platform

Re: [PATCH 00/35] ARM: davinci: modernize the irq support

2019-02-08 Thread Sekhar Nori
On 05/02/19 9:41 PM, Bartosz Golaszewski wrote: > pon., 4 lut 2019 o 22:49 David Lechner napisał(a): >> >> On 1/31/19 7:38 AM, Bartosz Golaszewski wrote: >>> From: Bartosz Golaszewski >>> >>> This series ports the davinci platform to using SPARSE_IRQ, cleans up >>> the irqchip drivers and moves

Re: [PATCH 00/35] ARM: davinci: modernize the irq support

2019-02-07 Thread Sekhar Nori
Hi Bartosz, On 31/01/19 7:08 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > This series ports the davinci platform to using SPARSE_IRQ, cleans up > the irqchip drivers and moves them over to drivers/irqchip. > > The series can be logically split into four parts. The first (1-8)

Re: [PATCH 00/35] ARM: davinci: modernize the irq support

2019-02-05 Thread Bartosz Golaszewski
pon., 4 lut 2019 o 22:49 David Lechner napisał(a): > > On 1/31/19 7:38 AM, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > This series ports the davinci platform to using SPARSE_IRQ, cleans up > > the irqchip drivers and moves them over to drivers/irqchip. > > > > This has been

Re: [PATCH 00/35] ARM: davinci: modernize the irq support

2019-02-04 Thread David Lechner
On 1/31/19 7:38 AM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski This series ports the davinci platform to using SPARSE_IRQ, cleans up the irqchip drivers and moves them over to drivers/irqchip. This has been on my todo list for years, but I've never had enough time to figure it

[PATCH 00/35] ARM: davinci: modernize the irq support

2019-01-31 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This series ports the davinci platform to using SPARSE_IRQ, cleans up the irqchip drivers and moves them over to drivers/irqchip. The series can be logically split into four parts. The first (1-8) aims at introducing support for SPARSE_IRQ. It contains a couple changes