Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751283AbaALTeU (ORCPT ); Sun, 12 Jan 2014 14:34:20 -0500 Received: from mail-ee0-f49.google.com ([74.125.83.49]:64022 "EHLO mail-ee0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750999AbaALTeR (ORCPT ); Sun, 12 Jan 2014 14:34:17 -0500 Message-ID: <52D2EE32.5060709@gmail.com> Date: Sun, 12 Jan 2014 20:34:10 +0100 From: Tomasz Figa User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: Mark Brown CC: linux-pm@vger.kernel.org, Mark Rutland , devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Russell King , Pawel Moll , Len Brown , Greg Kroah-Hartman , Tomasz Figa , Ian Campbell , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, Rob Herring , Bartlomiej Zolnierkiewicz , Kukjin Kim , Pavel Machek , Kumar Gala , Stephen Warren , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH RFC 06/10] ARM: s3c64xx: pm: Add device tree based power domain instantiation References: <1389469372-17199-1-git-send-email-tomasz.figa@gmail.com> <1389469372-17199-7-git-send-email-tomasz.figa@gmail.com> <20140112192910.GW29039@sirena.org.uk> In-Reply-To: <20140112192910.GW29039@sirena.org.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12.01.2014 20:29, Mark Brown wrote: > On Sat, Jan 11, 2014 at 08:42:48PM +0100, Tomasz Figa wrote: > >> This patch adds support for registering power domains of S3C64xx SoCs >> and binding devices to them using device tree. > >> +#ifdef CONFIG_OF >> +static struct of_device_id s3c64xx_pd_matches[] = { >> + { .compatible = "samsung,s3c6400-clock", }, >> + { .compatible = "samsung,s3c6410-clock", }, >> + { }, >> }; > > Looks like a rebasing issue? Otherwise this looks nice. Hmm, what's the problem here? Maybe I'm just blind, but I fail to see anything wrong (except that the array should be const...). Thanks for reviewing this. Best regards, Tomasz -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/