From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933080AbdCaHiN (ORCPT ); Fri, 31 Mar 2017 03:38:13 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:40463 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932522AbdCaHiJ (ORCPT ); Fri, 31 Mar 2017 03:38:09 -0400 Subject: Re: [PATCH] ARM: configs: stm32: Set CPU_V7M_NUM_IRQ to max value To: Arnd Bergmann References: <1490263746-10512-1-git-send-email-alexandre.torgue@st.com> CC: Russell King , Maxime Coquelin , Linux ARM , Linux Kernel Mailing List , Olof Johansson From: Alexandre Torgue Message-ID: <26da7d21-ee6e-e809-46b3-92f311c25a11@st.com> Date: Fri, 31 Mar 2017 09:37:27 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.48] X-ClientProxiedBy: SFHDAG2NODE3.st.com (10.75.127.6) To SFHDAG3NODE2.st.com (10.75.127.8) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-03-31_07:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnd On 03/30/2017 05:36 PM, Arnd Bergmann wrote: > On Thu, Mar 23, 2017 at 11:09 AM, Alexandre TORGUE > wrote: >> stm32_defconfig is used for several STM32 MCU: STM32F429, STM32F469, >> STM32F746 and now STM32H743. Each of MCU listed have different interrupts >> number mapped on NVIC. STM32F429: 81, STM32F469: 92, STM32F746: 97 and >> STM32H743: 149. I could set CPU_V7M_NUM_IRQ to 149 but in order to avoid >> forgetting to update this value for next STM32 MCU I prefer to set it to >> max value: 240. >> >> Signed-off-by: Alexandre TORGUE > > It's not entirely clear who you want to apply this (if any), given that you sent > the patch to yourself. I've applied it to next/defconfig now, hope that's > what you intended. Actually, I pushed it mainly to share the patch and check comments. I planned to add it in my pull request, but no pb if you already took it :). Regards Alex > > Arnd >