From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Subject: Re: [PATCH 05/35 linux-next] tty: constify of_device_id array Date: Mon, 16 Mar 2015 14:20:14 -0500 Message-ID: <55072CEE.7060103@tabi.org> 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, Patrice Chotard , 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 On 03/16/2015 02: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/ucc_uart.c | 2 +- For this driver: Acked-by: Timur Tabi From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from muin.pair.com (muin.pair.com [209.68.1.55]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 21F861A09A2 for ; Tue, 17 Mar 2015 06:30:32 +1100 (AEDT) Message-ID: <55072CEE.7060103@tabi.org> Date: Mon, 16 Mar 2015 14:20:14 -0500 From: Timur Tabi MIME-Version: 1.0 To: Fabian Frederick , linux-kernel@vger.kernel.org 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, Patrice Chotard , 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: , On 03/16/2015 02: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/ucc_uart.c | 2 +- For this driver: Acked-by: Timur Tabi From mboxrd@z Thu Jan 1 00:00:00 1970 From: timur@tabi.org (Timur Tabi) Date: Mon, 16 Mar 2015 14:20:14 -0500 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: <55072CEE.7060103@tabi.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 03/16/2015 02: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/ucc_uart.c | 2 +- For this driver: Acked-by: Timur Tabi From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934828AbbCPTaf (ORCPT ); Mon, 16 Mar 2015 15:30:35 -0400 Received: from muin.pair.com ([209.68.1.55]:63131 "EHLO muin.pair.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754727AbbCPTab (ORCPT ); Mon, 16 Mar 2015 15:30:31 -0400 X-Greylist: delayed 611 seconds by postgrey-1.27 at vger.kernel.org; Mon, 16 Mar 2015 15:30:30 EDT Message-ID: <55072CEE.7060103@tabi.org> Date: Mon, 16 Mar 2015 14:20:14 -0500 From: Timur Tabi 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 , linux-kernel@vger.kernel.org CC: Greg Kroah-Hartman , Jiri Slaby , Laxman Dewangan , Stephen Warren , Thierry Reding , Alexandre Courbot , Barry Song , Srinivas Kandagatla , Maxime Coquelin , Patrice Chotard , Peter Korsgaard , Michal Simek , =?windows-1252?Q?S=F6ren_Brinkmann?= , linux-serial@vger.kernel.org, linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel@stlinux.com, linuxppc-dev@lists.ozlabs.org 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 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/16/2015 02: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/ucc_uart.c | 2 +- For this driver: Acked-by: Timur Tabi