Re: [PATCH 1/6] serial: samsung: Keep a copy of platform data in driver's private data

2011-06-21 Thread Thomas Abraham
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

Re: [PATCH 1/6] serial: samsung: Keep a copy of platform data in driver's private data

2011-06-20 Thread Grant Likely
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

[PATCH 1/6] serial: samsung: Keep a copy of platform data in driver's private data

2011-06-20 Thread Thomas Abraham
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