From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrice Chotard Subject: Re: [PATCH 05/35 linux-next] tty: constify of_device_id array Date: Tue, 17 Mar 2015 09:10:37 +0100 Message-ID: <5507E17D.2050701@st.com> References: <1426533469-25458-1-git-send-email-fabf@skynet.be> <1426533469-25458-6-git-send-email-fabf@skynet.be> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1426533469-25458-6-git-send-email-fabf@skynet.be> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Fabian Frederick , linux-kernel@vger.kernel.org Cc: Alexandre Courbot , Barry Song , kernel@stlinux.com, Stephen Warren , Greg Kroah-Hartman , linuxppc-dev@lists.ozlabs.org, Timur Tabi , Michal Simek , Thierry Reding , Laxman Dewangan , linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org, Srinivas Kandagatla , linux-tegra@vger.kernel.org, Peter Korsgaard , Jiri Slaby , =?windows-1252?Q?S=F6ren_Brinkmann?= , Maxime Coquelin List-Id: linux-serial@vger.kernel.org Hi Fabian On 03/16/2015 08:17 PM, Fabian Frederick wrote: > of_device_id is always used as const. > (See driver.of_match_table and open firmware functions) > > Signed-off-by: Fabian Frederick > --- .... > drivers/tty/serial/st-asc.c | 2 +- > For this driver Acked-by: Patrice Chotard Thanks From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [62.209.51.94]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 596271A02D9 for ; Tue, 17 Mar 2015 19:54:15 +1100 (AEDT) Message-ID: <5507E17D.2050701@st.com> Date: Tue, 17 Mar 2015 09:10:37 +0100 From: Patrice Chotard MIME-Version: 1.0 To: Fabian Frederick , Subject: Re: [PATCH 05/35 linux-next] tty: constify of_device_id array References: <1426533469-25458-1-git-send-email-fabf@skynet.be> <1426533469-25458-6-git-send-email-fabf@skynet.be> In-Reply-To: <1426533469-25458-6-git-send-email-fabf@skynet.be> Content-Type: text/plain; charset="windows-1252"; format=flowed Cc: Alexandre Courbot , Barry Song , kernel@stlinux.com, Stephen Warren , Greg Kroah-Hartman , linuxppc-dev@lists.ozlabs.org, Timur Tabi , Michal Simek , Thierry Reding , Laxman Dewangan , linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org, Srinivas Kandagatla , linux-tegra@vger.kernel.org, Jiri Slaby , =?windows-1252?Q?S=F6ren_Brinkmann?= , Maxime Coquelin List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Fabian On 03/16/2015 08:17 PM, Fabian Frederick wrote: > of_device_id is always used as const. > (See driver.of_match_table and open firmware functions) > > Signed-off-by: Fabian Frederick > --- .... > drivers/tty/serial/st-asc.c | 2 +- > For this driver Acked-by: Patrice Chotard Thanks From mboxrd@z Thu Jan 1 00:00:00 1970 From: patrice.chotard@st.com (Patrice Chotard) Date: Tue, 17 Mar 2015 09:10:37 +0100 Subject: [PATCH 05/35 linux-next] tty: constify of_device_id array In-Reply-To: <1426533469-25458-6-git-send-email-fabf@skynet.be> References: <1426533469-25458-1-git-send-email-fabf@skynet.be> <1426533469-25458-6-git-send-email-fabf@skynet.be> Message-ID: <5507E17D.2050701@st.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Fabian On 03/16/2015 08:17 PM, Fabian Frederick wrote: > of_device_id is always used as const. > (See driver.of_match_table and open firmware functions) > > Signed-off-by: Fabian Frederick > --- .... > drivers/tty/serial/st-asc.c | 2 +- > For this driver Acked-by: Patrice Chotard Thanks From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753263AbbCQIQ4 (ORCPT ); Tue, 17 Mar 2015 04:16:56 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:56016 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752008AbbCQIQx (ORCPT ); Tue, 17 Mar 2015 04:16:53 -0400 Message-ID: <5507E17D.2050701@st.com> Date: Tue, 17 Mar 2015 09:10:37 +0100 From: Patrice Chotard User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Fabian Frederick , CC: Greg Kroah-Hartman , Jiri Slaby , Laxman Dewangan , Stephen Warren , Thierry Reding , Alexandre Courbot , Barry Song , Srinivas Kandagatla , Maxime Coquelin , Peter Korsgaard , Timur Tabi , Michal Simek , =?windows-1252?Q?S=F6ren_Brinkmann?= , , , , , Subject: Re: [PATCH 05/35 linux-next] tty: constify of_device_id array References: <1426533469-25458-1-git-send-email-fabf@skynet.be> <1426533469-25458-6-git-send-email-fabf@skynet.be> In-Reply-To: <1426533469-25458-6-git-send-email-fabf@skynet.be> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.48.254.1] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-03-17_02:2015-03-16,2015-03-17,1970-01-01 signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Fabian On 03/16/2015 08:17 PM, Fabian Frederick wrote: > of_device_id is always used as const. > (See driver.of_match_table and open firmware functions) > > Signed-off-by: Fabian Frederick > --- .... > drivers/tty/serial/st-asc.c | 2 +- > For this driver Acked-by: Patrice Chotard Thanks