[RFC/PATCH 01/13] ARM: Samsung: Extend MIPI PHY callback with an index argument

2012-05-25 Thread Sylwester Nawrocki
For systems instantiated from device tree struct platform_device id field is always -1, add an 'id' argument to the s5p_csis_phy_enable() function so the MIPI-CSIS hardware instance index can be passed in by driver, for CONFIG_OF=y. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park

Re: [RFC/PATCH 01/13] ARM: Samsung: Extend MIPI PHY callback with an index argument

2012-07-26 Thread Laurent Pinchart
Hi Sylwester, On Friday 25 May 2012 21:52:40 Sylwester Nawrocki wrote: > For systems instantiated from device tree struct platform_device id > field is always -1, add an 'id' argument to the s5p_csis_phy_enable() > function so the MIPI-CSIS hardware instance index can be passed in > by driver, for

Re: [RFC/PATCH 01/13] ARM: Samsung: Extend MIPI PHY callback with an index argument

2012-07-26 Thread Sylwester Nawrocki
Hi Laurent, On 07/26/2012 04:42 PM, Laurent Pinchart wrote: Hi Sylwester, On Friday 25 May 2012 21:52:40 Sylwester Nawrocki wrote: For systems instantiated from device tree struct platform_device id field is always -1, add an 'id' argument to the s5p_csis_phy_enable() function so the MIPI-CSIS