From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753474AbcIFB4Y (ORCPT ); Mon, 5 Sep 2016 21:56:24 -0400 Received: from mail-pf0-f170.google.com ([209.85.192.170]:34976 "EHLO mail-pf0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751556AbcIFB4W (ORCPT ); Mon, 5 Sep 2016 21:56:22 -0400 Subject: Re: [PATCH 4/7] serial: 8250_fintek: Rearrange function To: Ricardo Ribalda Delgado , Greg Kroah-Hartman References: <1472701196-14795-1-git-send-email-hpeter+linux_kernel@gmail.com> <1472701196-14795-5-git-send-email-hpeter+linux_kernel@gmail.com> Cc: Jiri Slaby , Arnd Bergmann , Peter Hurley , linux-serial@vger.kernel.org, LKML , =?UTF-8?B?UEEyMCBUT00gVFNBSSDolKHlrpfkvZE=?= , Peter H , "Ji-Ze Hong (Peter Hong)" From: "Ji-Ze Hong (Peter Hong)" Message-ID: <564d5aa9-6cde-2bac-afe2-39956caa93f7@gmail.com> Date: Tue, 6 Sep 2016 09:56:19 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ricardo, Greg, Ricardo Ribalda Delgado 於 2016/9/1 下午 07:17 寫道: > On one previous patch you almost rewrote theset_irq_mode function and > added the prototype. It might be a good moment to move the whole > function up. > I had try with merge the following 2 patches in local, 1: serial: 8250_fintek: Set IRQ Mode when port probed 2: serial: 8250_fintek: Rearrange function but it made the patch less readable. So I'll try to add set_irq() with prototype first, and change this function location with other patch. Could you give me some comments, Greg? Should I merge it? Thanks -- With Best Regards, Peter Hong