Re: [PATCH v3] mfd: lpc_ich: Fix resource request for [mem 0x00000000]

2012-11-21 Thread Samuel Ortiz
Hi Peter, On Mon, Nov 19, 2012 at 01:28:53PM -0500, Peter Hurley wrote: > On Mon, 2012-11-19 at 18:46 +0100, Samuel Ortiz wrote: > > Hi Peter, > > > > On Fri, Nov 09, 2012 at 06:55:29AM -0500, Peter Hurley wrote: > > > The older southbridges supported by the lpc_ich driver do not > > > provide me

Re: [PATCH v3] mfd: lpc_ich: Fix resource request for [mem 0x00000000]

2012-11-19 Thread Peter Hurley
On Mon, 2012-11-19 at 18:46 +0100, Samuel Ortiz wrote: > Hi Peter, > > On Fri, Nov 09, 2012 at 06:55:29AM -0500, Peter Hurley wrote: > > The older southbridges supported by the lpc_ich driver do not > > provide memory-mapped space of the root complex. The driver > > correctly avoids computing the

Re: [PATCH v3] mfd: lpc_ich: Fix resource request for [mem 0x00000000]

2012-11-19 Thread Samuel Ortiz
Hi Peter, On Fri, Nov 09, 2012 at 06:55:29AM -0500, Peter Hurley wrote: > The older southbridges supported by the lpc_ich driver do not > provide memory-mapped space of the root complex. The driver > correctly avoids computing the iomem address in this case, yet > submits a zeroed resource request

[PATCH v3] mfd: lpc_ich: Fix resource request for [mem 0x00000000]

2012-11-09 Thread Peter Hurley
The older southbridges supported by the lpc_ich driver do not provide memory-mapped space of the root complex. The driver correctly avoids computing the iomem address in this case, yet submits a zeroed resource request anyway (via mfd_add_devices()). Remove the iomem resource from the resource arr