Re: [PATCH v2 2/3] PCI: imx6: introduce drvdata

2018-11-20 Thread Lucas Stach
Am Dienstag, den 20.11.2018, 14:27 +0100 schrieb Stefan Agner: > Introduce driver data struct. This will simplify handling of device > specific differences. > > Signed-off-by: Stefan Agner Reviewed-by: Lucas Stach > --- > Changes in v2: > - Split drvdata introduction in a separate patch > -

Re: [PATCH v2 2/3] PCI: imx6: introduce drvdata

2018-11-20 Thread Lucas Stach
Am Dienstag, den 20.11.2018, 14:27 +0100 schrieb Stefan Agner: > Introduce driver data struct. This will simplify handling of device > specific differences. > > Signed-off-by: Stefan Agner Reviewed-by: Lucas Stach > --- > Changes in v2: > - Split drvdata introduction in a separate patch > -

[PATCH v2 2/3] PCI: imx6: introduce drvdata

2018-11-20 Thread Stefan Agner
Introduce driver data struct. This will simplify handling of device specific differences. Signed-off-by: Stefan Agner --- Changes in v2: - Split drvdata introduction in a separate patch - Use an array instead of individual struct imx6_pcie_drvdata declarations

[PATCH v2 2/3] PCI: imx6: introduce drvdata

2018-11-20 Thread Stefan Agner
Introduce driver data struct. This will simplify handling of device specific differences. Signed-off-by: Stefan Agner --- Changes in v2: - Split drvdata introduction in a separate patch - Use an array instead of individual struct imx6_pcie_drvdata declarations