On 23/03/2025 23:39, André Draszik wrote: > As a preparation for adding support for Samsung's S2MPG10, which is > connected via SPEEDY / ACPM rather than I2C, we're going to split out > (move) all I2C-specific driver code into its own kernel module, and > create a (common) core transport-agnostic kernel module. > > Transport drivers will have to do device tree parsing, and the core > driver will allocate its own additional memory as needed. > > In preparation for that change, separate out runtime platform data > allocation from device tree parsing. > > Having this change will create less churn in the upcoming split of the > transport-specific parts. > > Signed-off-by: André Draszik <andre.draszik@xxxxxxxxxx> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof