RE: [PATCH v7 2/3] media: ov8856: Add devicetree support

2020-05-08 Thread Kao, Ben
Hi Robert, On Thu, May 7, 2020 16:39 Robert Foss wrote: > On Thu, 7 May 2020 at 10:06, Kao, Ben wrote: > > > > Hi Robert, > > > > On 20-05-05 12:01, Robert Foss wrote: > > > Add match table, enable ov8856_probe() to support both ACPI and DT modes. > > > > > > ACPI and DT modes are primarily disti

RE: [PATCH v7 2/3] media: ov8856: Add devicetree support

2020-05-08 Thread Kao, Ben
Hi Marco Felsch, > 20-05-08 04:22, Marco Felsch wrote: > Hi Ben, > > On 20-05-07 08:06, Kao, Ben wrote: > > Hi Robert, > > > > On 20-05-05 12:01, Robert Foss wrote: > > > Add match table, enable ov8856_probe() to support both ACPI and DT modes. > > > > > > ACPI and DT modes are primarily distin

Re: [PATCH v7 2/3] media: ov8856: Add devicetree support

2020-05-07 Thread Robert Foss
On Thu, 7 May 2020 at 10:06, Kao, Ben wrote: > > Hi Robert, > > On 20-05-05 12:01, Robert Foss wrote: > > Add match table, enable ov8856_probe() to support both ACPI and DT modes. > > > > ACPI and DT modes are primarily distinguished from by checking for ACPI mode > > and by having resource like b

Re: [PATCH v7 2/3] media: ov8856: Add devicetree support

2020-05-07 Thread Marco Felsch
Hi Ben, On 20-05-07 08:06, Kao, Ben wrote: > Hi Robert, > > On 20-05-05 12:01, Robert Foss wrote: > > Add match table, enable ov8856_probe() to support both ACPI and DT modes. > > > > ACPI and DT modes are primarily distinguished from by checking for ACPI mode > > and by having resource like be

RE: [PATCH v7 2/3] media: ov8856: Add devicetree support

2020-05-07 Thread Kao, Ben
Hi Robert, On 20-05-05 12:01, Robert Foss wrote: > Add match table, enable ov8856_probe() to support both ACPI and DT modes. > > ACPI and DT modes are primarily distinguished from by checking for ACPI mode > and by having resource like be NULL. > > Signed-off-by: Robert Foss > --- > > - Change

Re: [PATCH v7 2/3] media: ov8856: Add devicetree support

2020-05-06 Thread Robert Foss
On Tue, 5 May 2020 at 12:16, Marco Felsch wrote: > > Hi Robert, > > On 20-05-05 12:01, Robert Foss wrote: > > Add match table, enable ov8856_probe() to support > > both ACPI and DT modes. > > > > ACPI and DT modes are primarily distinguished from > > by checking for ACPI mode and by having resourc

Re: [PATCH v7 2/3] media: ov8856: Add devicetree support

2020-05-05 Thread Marco Felsch
Hi Robert, On 20-05-05 12:01, Robert Foss wrote: > Add match table, enable ov8856_probe() to support > both ACPI and DT modes. > > ACPI and DT modes are primarily distinguished from > by checking for ACPI mode and by having resource like > be NULL. > > Signed-off-by: Robert Foss > --- > > - Ch