Re: [PATCH] mfd: lpc_sch: Ignore resource conflicts when adding mfd cells

2013-10-23 Thread Johannes Thumshirn
On Wed, Oct 23, 2013 at 02:05:27PM +0100, Lee Jones wrote: > On Wed, 23 Oct 2013, Johannes Thumshirn wrote: > > > Currently probe of lpc_sch fails on Intel Poulsbo because of ACPI resource > > conflicts. A solution is to set the ignore_resource_conflicts flag in the > > mfd cells. > > > >

Re: [PATCH] mfd: lpc_sch: Ignore resource conflicts when adding mfd cells

2013-10-23 Thread Lee Jones
On Wed, 23 Oct 2013, Johannes Thumshirn wrote: > Currently probe of lpc_sch fails on Intel Poulsbo because of ACPI resource > conflicts. A solution is to set the ignore_resource_conflicts flag in the > mfd cells. > > Tested-by: Andreas Werner > Signed-off-by: Johannes Thumshirn > --- >

[PATCH] mfd: lpc_sch: Ignore resource conflicts when adding mfd cells

2013-10-23 Thread Johannes Thumshirn
Currently probe of lpc_sch fails on Intel Poulsbo because of ACPI resource conflicts. A solution is to set the ignore_resource_conflicts flag in the mfd cells. Tested-by: Andreas Werner Signed-off-by: Johannes Thumshirn --- drivers/mfd/lpc_sch.c |3 +++ 1 file changed, 3 insertions(+)

[PATCH] mfd: lpc_sch: Ignore resource conflicts when adding mfd cells

2013-10-23 Thread Johannes Thumshirn
Currently probe of lpc_sch fails on Intel Poulsbo because of ACPI resource conflicts. A solution is to set the ignore_resource_conflicts flag in the mfd cells. Tested-by: Andreas Werner andreas.wer...@men.de Signed-off-by: Johannes Thumshirn johannes.thumsh...@men.de --- drivers/mfd/lpc_sch.c

Re: [PATCH] mfd: lpc_sch: Ignore resource conflicts when adding mfd cells

2013-10-23 Thread Lee Jones
On Wed, 23 Oct 2013, Johannes Thumshirn wrote: Currently probe of lpc_sch fails on Intel Poulsbo because of ACPI resource conflicts. A solution is to set the ignore_resource_conflicts flag in the mfd cells. Tested-by: Andreas Werner andreas.wer...@men.de Signed-off-by: Johannes Thumshirn

Re: [PATCH] mfd: lpc_sch: Ignore resource conflicts when adding mfd cells

2013-10-23 Thread Johannes Thumshirn
On Wed, Oct 23, 2013 at 02:05:27PM +0100, Lee Jones wrote: On Wed, 23 Oct 2013, Johannes Thumshirn wrote: Currently probe of lpc_sch fails on Intel Poulsbo because of ACPI resource conflicts. A solution is to set the ignore_resource_conflicts flag in the mfd cells. Tested-by: Andreas