Re: [RFC, v1 0/3] msi support for platform devices

2020-11-18 Thread Auger Eric
Hi Vikas, On 11/17/20 5:36 PM, Vikas Gupta wrote: > Hi Eric, > > On Tue, Nov 17, 2020 at 1:55 PM Auger Eric wrote: >> >> Hi Vikas, >> >> On 11/17/20 9:05 AM, Auger Eric wrote: >>> Hi Vikas, >>> >>> On 11/17/20 7:25 AM, Vikas Gupta wrote: Hi Eric, On Mon, Nov 16, 2020 at 6:44 PM Au

Re: [RFC, v1 0/3] msi support for platform devices

2020-11-17 Thread Vikas Gupta
Hi Eric, On Tue, Nov 17, 2020 at 1:55 PM Auger Eric wrote: > > Hi Vikas, > > On 11/17/20 9:05 AM, Auger Eric wrote: > > Hi Vikas, > > > > On 11/17/20 7:25 AM, Vikas Gupta wrote: > >> Hi Eric, > >> > >> On Mon, Nov 16, 2020 at 6:44 PM Auger Eric wrote: > >>> > >>> Hi Vikas, > >>> > >>> On 11/13/2

Re: [RFC, v1 0/3] msi support for platform devices

2020-11-17 Thread Auger Eric
Hi Vikas, On 11/17/20 9:05 AM, Auger Eric wrote: > Hi Vikas, > > On 11/17/20 7:25 AM, Vikas Gupta wrote: >> Hi Eric, >> >> On Mon, Nov 16, 2020 at 6:44 PM Auger Eric wrote: >>> >>> Hi Vikas, >>> >>> On 11/13/20 6:24 PM, Vikas Gupta wrote: Hi Eric, On Fri, Nov 13, 2020 at 12:10 AM

Re: [RFC, v1 0/3] msi support for platform devices

2020-11-17 Thread Auger Eric
Hi Vikas, On 11/17/20 7:25 AM, Vikas Gupta wrote: > Hi Eric, > > On Mon, Nov 16, 2020 at 6:44 PM Auger Eric wrote: >> >> Hi Vikas, >> >> On 11/13/20 6:24 PM, Vikas Gupta wrote: >>> Hi Eric, >>> >>> On Fri, Nov 13, 2020 at 12:10 AM Auger Eric wrote: Hi Vikas, On 11/12/20 6:58

Re: [RFC, v1 0/3] msi support for platform devices

2020-11-16 Thread Vikas Gupta
Hi Eric, On Mon, Nov 16, 2020 at 6:44 PM Auger Eric wrote: > > Hi Vikas, > > On 11/13/20 6:24 PM, Vikas Gupta wrote: > > Hi Eric, > > > > On Fri, Nov 13, 2020 at 12:10 AM Auger Eric wrote: > >> > >> Hi Vikas, > >> > >> On 11/12/20 6:58 PM, Vikas Gupta wrote: > >>> This RFC adds support for MSI f

Re: [RFC, v1 0/3] msi support for platform devices

2020-11-16 Thread Auger Eric
Hi Vikas, On 11/13/20 6:24 PM, Vikas Gupta wrote: > Hi Eric, > > On Fri, Nov 13, 2020 at 12:10 AM Auger Eric wrote: >> >> Hi Vikas, >> >> On 11/12/20 6:58 PM, Vikas Gupta wrote: >>> This RFC adds support for MSI for platform devices. >>> a) MSI(s) is/are added in addition to the normal interrupt

Re: [RFC, v1 0/3] msi support for platform devices

2020-11-13 Thread Vikas Gupta
Hi Eric, On Fri, Nov 13, 2020 at 12:10 AM Auger Eric wrote: > > Hi Vikas, > > On 11/12/20 6:58 PM, Vikas Gupta wrote: > > This RFC adds support for MSI for platform devices. > > a) MSI(s) is/are added in addition to the normal interrupts. > > b) The vendor specific MSI configuration can be done u

Re: [RFC, v1 0/3] msi support for platform devices

2020-11-12 Thread Auger Eric
Hi Vikas, On 11/12/20 6:58 PM, Vikas Gupta wrote: > This RFC adds support for MSI for platform devices. > a) MSI(s) is/are added in addition to the normal interrupts. > b) The vendor specific MSI configuration can be done using >callbacks which is implemented as msi module. > c) Adds a msi han

[RFC, v1 0/3] msi support for platform devices

2020-11-12 Thread Vikas Gupta
This RFC adds support for MSI for platform devices. a) MSI(s) is/are added in addition to the normal interrupts. b) The vendor specific MSI configuration can be done using callbacks which is implemented as msi module. c) Adds a msi handling module for the Broadcom platform devices. Changes from