From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH] ARM: add DT support to the S3C SDI driver Date: Tue, 3 May 2011 19:04:48 -0600 Message-ID: <20110504010448.GA4952@ponder.secretlab.ca> References: <20110413172547.GA27819@dandreoli.com> <201104141151.50497.anarsoul@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <201104141151.50497.anarsoul-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Vasily Khoruzhick Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Thu, Apr 14, 2011 at 11:51:50AM +0300, Vasily Khoruzhick wrote: > On Wednesday 13 April 2011 20:25:47 Domenico Andreoli wrote: > > From: Domenico Andreoli > > > > This patch adds DeviceTree support to the S3C SDI driver. > > > > It implements all the configurations of the platform driver except the > > set_power() callback and the ocr_avail mask. > > > > Signed-off-by: Domenico Andreoli > > Hm, but is there any bootloader with dt support for s3c24xx? On current u-boot mainline, all arm platforms can now add devicetree support by enabling CONFIG_OF_LIBFDT. g. From mboxrd@z Thu Jan 1 00:00:00 1970 From: grant.likely@secretlab.ca (Grant Likely) Date: Tue, 3 May 2011 19:04:48 -0600 Subject: [PATCH] ARM: add DT support to the S3C SDI driver In-Reply-To: <201104141151.50497.anarsoul@gmail.com> References: <20110413172547.GA27819@dandreoli.com> <201104141151.50497.anarsoul@gmail.com> Message-ID: <20110504010448.GA4952@ponder.secretlab.ca> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Apr 14, 2011 at 11:51:50AM +0300, Vasily Khoruzhick wrote: > On Wednesday 13 April 2011 20:25:47 Domenico Andreoli wrote: > > From: Domenico Andreoli > > > > This patch adds DeviceTree support to the S3C SDI driver. > > > > It implements all the configurations of the platform driver except the > > set_power() callback and the ocr_avail mask. > > > > Signed-off-by: Domenico Andreoli > > Hm, but is there any bootloader with dt support for s3c24xx? On current u-boot mainline, all arm platforms can now add devicetree support by enabling CONFIG_OF_LIBFDT. g.