Hi Kieran, Laurent,
On Sat, Jun 10, 2017 at 9:54 AM, Laurent Pinchart
<[email protected]> wrote:
> On Friday 09 Jun 2017 18:15:48 Kieran Bingham wrote:
>> From: Kieran Bingham <[email protected]>
>>
>> The new Renesas R-Car H3 ES2.0 platforms have an updated hw version
>> register. Update the driver accordingly.
>>
>> Signed-off-by: Kieran Bingham <[email protected]>
Thanks, seems to work fine (as in: no more complaints from the driver).
>> --- a/drivers/media/platform/rcar_fdp1.c
>> +++ b/drivers/media/platform/rcar_fdp1.c
>> @@ -260,6 +260,7 @@ MODULE_PARM_DESC(debug, "activate debug info");
>> #define FD1_IP_INTDATA 0x0800
>> #define FD1_IP_H3 0x02010101
>> #define FD1_IP_M3W 0x02010202
>> +#define FD1_IP_H3_ES2 0x02010203
>
> Following our global policy of treating ES2 as the default, how about renaming
> FDP1_IP_H3 to FDP1_IP_H3_ES1 and adding a new FD1_IP_H3 for ES2 ? The messages
> below should be updated as well.
Yes, that sounds good.
>> /* LUTs */
>> #define FD1_LUT_DIF_ADJ 0x1000
>> @@ -2365,6 +2366,9 @@ static int fdp1_probe(struct platform_device *pdev)
>> case FD1_IP_M3W:
>> dprintk(fdp1, "FDP1 Version R-Car M3-W\n");
>> break;
>> + case FD1_IP_H3_ES2:
>> + dprintk(fdp1, "FDP1 Version R-Car H3-ES2\n");
Please drop dashes between SoC names and revisions.
>> + break;
>> default:
>> dev_err(fdp1->dev, "FDP1 Unidentifiable (0x%08x)\n",
>> hw_version);
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds