Re: [PATCH v2 06/41] ARM: s3c24xx: pass pointer to clk driver via platform data

2020-08-12 Thread Stephen Boyd
Quoting Krzysztof Kozlowski (2020-08-06 11:20:23) > Passing pointers directly as platform data is fragile and undocumented. > Better to create a platform data structure which explicitly documents > what is passed to the driver. > > Suggested-by: Tomasz Figa > [krzk: Update maintainer's entry] > S

[PATCH v2 06/41] ARM: s3c24xx: pass pointer to clk driver via platform data

2020-08-06 Thread Krzysztof Kozlowski
Passing pointers directly as platform data is fragile and undocumented. Better to create a platform data structure which explicitly documents what is passed to the driver. Suggested-by: Tomasz Figa [krzk: Update maintainer's entry] Signed-off-by: Krzysztof Kozlowski --- Changes since v1: 1. Up