Received: by 10.213.65.68 with SMTP id h4csp915201imn; Wed, 14 Mar 2018 04:12:07 -0700 (PDT) X-Google-Smtp-Source: AG47ELv1I3ypnczD/WHYHP6Y/1ZnCfPa8sAR9TqrG5tBFDdSa4dB77MHCM2AaEpVaJ1Gg4Twl/4T X-Received: by 10.99.119.15 with SMTP id s15mr3405682pgc.211.1521025927359; Wed, 14 Mar 2018 04:12:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521025927; cv=none; d=google.com; s=arc-20160816; b=e5RZ7iIalKkpSpDkz4JVOmNofralh66IzTU0ozu6dQZtL/lWj+pkmCVaMQMP7TJBZ3 nH4DT/vdMbEtHgPd5Rc/d6HJgGFCB8TWAck4wBgfAvctLU5SLNRkzDjnF/iZo/a8bUHZ 1839Iv/VPzqS8gzB1ZoXZfuok1VbHNmEVCvXhBQpOXN2Qa3OcPceS88L9Ga2KqEmRLtg mJx7nz9+txYhI3lBMQncYpA2SOOAtJa6p5QkaC36OSGjmoHPfUsglqI2rwu9KbM+ibhm E5a2/sOKwb0d7ABCmO37g/8c2U0wlQ9bd1W8t99fYOuMe0ZMrv6rtjZzUi+TL9BeuxWy F3wQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:organization:from:references:cc:to:subject :arc-authentication-results; bh=ddOvf5ttA24zOHjAs107lzcf0SMvkuQXht/4gdvH5sw=; b=JgB/KfBgJ+8sgI+s5P4eInSKR3YvN2eLPp1Xo6TXZ0m6iKiS8XETXEjqd9In2mTbDj di3sTaMtHcMNw4cF/peQcQK8bo8nBq2bWEdWn8pNZ/nGFWwFHSTCJhYmIn9AoEBZAi5c TtVRMOPDbjwaZJ4YhKoRDbyv0N2flXKhOLei7OqG7ooT5YRvTWzsVKuIzu1ZA8PR43O7 UcQyzX3S3qRwY7HzK7/pxx4ke7Ky9PqD3z4lpyNYwfLMM1Zcv6Gw/3AnScGi0yMAoHK8 5s7o1dPnoiZmvQlp+VGNyX0rf4oDmonP3OrevmzX1h0GiHjCk/Rzg71z+TObw7LVfkW9 63/A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g2-v6si1795892plo.567.2018.03.14.04.11.52; Wed, 14 Mar 2018 04:12:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751687AbeCNLKC (ORCPT + 99 others); Wed, 14 Mar 2018 07:10:02 -0400 Received: from foss.arm.com ([217.140.101.70]:50826 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751527AbeCNLKA (ORCPT ); Wed, 14 Mar 2018 07:10:00 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id BC75E15AB; Wed, 14 Mar 2018 04:09:59 -0700 (PDT) Received: from [10.1.207.62] (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C74D23F53D; Wed, 14 Mar 2018 04:09:57 -0700 (PDT) Subject: Re: [PATCH v2 1/2] irqchip: stm32: Optimizes and cleans up stm32-exti irq_domain To: Radoslaw Pietrzyk Cc: Thomas Gleixner , Jason Cooper , Maxime Coquelin , Alexandre Torgue , Linus Walleij , Benjamin Gaignard , Philipp Zabel , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, Ludovic BARRE References: <6491f248c6748f21a2acf310e186d2be4f9b4e4c.1519374248.git.radoslaw.pietrzyk@gmail.com> From: Marc Zyngier Organization: ARM Ltd Message-ID: Date: Wed, 14 Mar 2018 11:09:56 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Radoslaw, On 23/02/18 08:42, Thomas Gleixner wrote: > Radoslaw, > > On Fri, 23 Feb 2018, Radoslaw Pietrzyk wrote: > >> - discards setting handle_simple_irq handler for hierarchy interrupts >> - removes acking in chained irq handler as this is done by >> irq_chip itself inside handle_edge_irq >> - removes unneeded irq_domain_ops.xlate callback > > if that's all functionally correct, then this is a nice cleanup. Though > from the above changelog its hard to tell because it merily tells WHAT the > patch does, but not WHY. The WHY is the important information for a > reviewer who is not familiar with the particular piece of code/hardware. > > Can you please amend the changelog with proper explanations why a > particular piece of code is not needed or has to be changed to something > else? Any update on this? I'd like to queue this for 4.17, but Thomas' comments should be addressed before that happens. Ca you please respin a version with a better change log and the various review tags? Thanks, M. -- Jazz is not dead. It just smells funny...