From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755469AbcIUHqA (ORCPT ); Wed, 21 Sep 2016 03:46:00 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:52322 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753039AbcIUHp6 (ORCPT ); Wed, 21 Sep 2016 03:45:58 -0400 Subject: Re: [PATCH v6 2/4] drivers: irqchip: Add STM32 external interrupts support To: Thomas Gleixner References: <1474387259-18926-1-git-send-email-alexandre.torgue@st.com> <1474387259-18926-3-git-send-email-alexandre.torgue@st.com> CC: Maxime Coquelin , Jason Cooper , Marc Zyngier , Linus Walleij , Mark Rutland , Rob Herring , , , , , , Daniel Thompson , , From: Alexandre Torgue Message-ID: Date: Wed, 21 Sep 2016 09:45:09 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.48.0.2] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-09-21_05:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Thomas, On 09/20/2016 10:16 PM, Thomas Gleixner wrote: > Alexandre, > > On Tue, 20 Sep 2016, Alexandre TORGUE wrote: > >> The STM32 external interrupt controller consists of edge detectors that >> generate interrupts requests or wake-up events. >> >> Each line can be independently configured as interrupt or wake-up source, >> and triggers either on rising, falling or both edges. Each line can also >> be masked independently. >> >> Signed-off-by: Maxime Coquelin >> Signed-off-by: Alexandre TORGUE > > That all looks very reasonable now. The only remaining question is your SOB > chain. Who is the author of these patches? You or Maxime? If it's Maxime, > then the changelog misses a From: tag. If it's you then Maximes SOB is > bogus. Actually Maxime wrote the main part of this driver and sent version 1 and 2 of the series. After Linus W. reviews, rework was required to use hierarchical domain. According to Maxime, I coded the rework (adaptation to hierarchical domain) and sent other version of the series. Regards Alex > > Thanks, > > tglx > >