Hi Grant,
On 20 June 2011 21:24, Grant Likely wrote:
> On Mon, Jun 20, 2011 at 5:02 AM, Thomas Abraham
> wrote:
>> The driver depends on pdev->dev.platform_data to retrive information
>> about the platform data even after the initialization. To add device
>> tree support, this has to be changed
On Mon, Jun 20, 2011 at 5:02 AM, Thomas Abraham
wrote:
> The driver depends on pdev->dev.platform_data to retrive information
> about the platform data even after the initialization. To add device
> tree support, this has to be changed in way that the platform data
> is avialable from driver's pri
The driver depends on pdev->dev.platform_data to retrive information
about the platform data even after the initialization. To add device
tree support, this has to be changed in way that the platform data
is avialable from driver's private data. This patch adds support
for keeping a copy of the pla