Re: [PATCH 1/5] pdev: Fix platform device resource linking

2013-08-07 Thread Matt Porter
[trimmed my old email] On Wed, Aug 07, 2013 at 10:37:17AM +0300, Pantelis Antoniou wrote: > Hi Greg, > > On Aug 7, 2013, at 8:56 AM, Greg Kroah-Hartman wrote: > > > On Tue, Aug 06, 2013 at 01:27:35PM +0300, Pantelis Antoniou wrote: > >> Hi Greg, > >> > >> On Aug 6, 2013, at 1:15 PM, Greg Kroah-

Re: [PATCH 1/5] pdev: Fix platform device resource linking

2013-08-07 Thread Russell King - ARM Linux
On Wed, Aug 07, 2013 at 02:57:00PM +0900, Greg Kroah-Hartman wrote: > On Tue, Aug 06, 2013 at 11:19:14AM +0100, Russell King - ARM Linux wrote: > > On Tue, Aug 06, 2013 at 06:15:27PM +0800, Greg Kroah-Hartman wrote: > > > On Tue, Aug 06, 2013 at 12:45:42PM +0300, Pantelis Antoniou wrote: > > > > Wh

Re: [PATCH 1/5] pdev: Fix platform device resource linking

2013-08-07 Thread Pantelis Antoniou
Hi Greg, On Aug 7, 2013, at 8:56 AM, Greg Kroah-Hartman wrote: > On Tue, Aug 06, 2013 at 01:27:35PM +0300, Pantelis Antoniou wrote: >> Hi Greg, >> >> On Aug 6, 2013, at 1:15 PM, Greg Kroah-Hartman wrote: >> >>> On Tue, Aug 06, 2013 at 12:45:42PM +0300, Pantelis Antoniou wrote: Hi Greg, >>>

Re: [PATCH 1/5] pdev: Fix platform device resource linking

2013-08-06 Thread Greg Kroah-Hartman
On Tue, Aug 06, 2013 at 11:19:14AM +0100, Russell King - ARM Linux wrote: > On Tue, Aug 06, 2013 at 06:15:27PM +0800, Greg Kroah-Hartman wrote: > > On Tue, Aug 06, 2013 at 12:45:42PM +0300, Pantelis Antoniou wrote: > > > What would it take to move all this into driver core? > > > > What specifical

Re: [PATCH 1/5] pdev: Fix platform device resource linking

2013-08-06 Thread Greg Kroah-Hartman
On Tue, Aug 06, 2013 at 01:27:35PM +0300, Pantelis Antoniou wrote: > Hi Greg, > > On Aug 6, 2013, at 1:15 PM, Greg Kroah-Hartman wrote: > > > On Tue, Aug 06, 2013 at 12:45:42PM +0300, Pantelis Antoniou wrote: > >> Hi Greg, > >> > >> On Aug 6, 2013, at 12:36 PM, Greg Kroah-Hartman wrote: > >> >

Re: [PATCH 1/5] pdev: Fix platform device resource linking

2013-08-06 Thread Pantelis Antoniou
Hi Greg, On Aug 6, 2013, at 1:15 PM, Greg Kroah-Hartman wrote: > On Tue, Aug 06, 2013 at 12:45:42PM +0300, Pantelis Antoniou wrote: >> Hi Greg, >> >> On Aug 6, 2013, at 12:36 PM, Greg Kroah-Hartman wrote: >> >>> On Tue, Aug 06, 2013 at 10:53:40AM +0300, Pantelis Antoniou wrote: Platform de

Re: [PATCH 1/5] pdev: Fix platform device resource linking

2013-08-06 Thread Russell King - ARM Linux
On Tue, Aug 06, 2013 at 06:15:27PM +0800, Greg Kroah-Hartman wrote: > On Tue, Aug 06, 2013 at 12:45:42PM +0300, Pantelis Antoniou wrote: > > What would it take to move all this into driver core? > > What specifically would you move into there? A variable to hold the streaming dma_mask, so that it

Re: [PATCH 1/5] pdev: Fix platform device resource linking

2013-08-06 Thread Greg Kroah-Hartman
On Tue, Aug 06, 2013 at 12:45:42PM +0300, Pantelis Antoniou wrote: > Hi Greg, > > On Aug 6, 2013, at 12:36 PM, Greg Kroah-Hartman wrote: > > > On Tue, Aug 06, 2013 at 10:53:40AM +0300, Pantelis Antoniou wrote: > >> Platform device removal uncovered a number of problems with > >> the way resources

Re: [PATCH 1/5] pdev: Fix platform device resource linking

2013-08-06 Thread Pantelis Antoniou
Hi Greg, On Aug 6, 2013, at 12:36 PM, Greg Kroah-Hartman wrote: > On Tue, Aug 06, 2013 at 10:53:40AM +0300, Pantelis Antoniou wrote: >> Platform device removal uncovered a number of problems with >> the way resources are handled in the core platform code. >> >> Resources now form child/parent li

Re: [PATCH 1/5] pdev: Fix platform device resource linking

2013-08-06 Thread Greg Kroah-Hartman
On Tue, Aug 06, 2013 at 10:53:40AM +0300, Pantelis Antoniou wrote: > Platform device removal uncovered a number of problems with > the way resources are handled in the core platform code. > > Resources now form child/parent linkages and this requires > proper linking of the resources. On top of th