From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 53CD3C3A59F for ; Thu, 29 Aug 2019 06:24:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1D808233A1 for ; Thu, 29 Aug 2019 06:24:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725823AbfH2GYp (ORCPT ); Thu, 29 Aug 2019 02:24:45 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:29503 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1725782AbfH2GYp (ORCPT ); Thu, 29 Aug 2019 02:24:45 -0400 X-UUID: a196583a8332455382dc647d0c53f3f3-20190829 X-UUID: a196583a8332455382dc647d0c53f3f3-20190829 Received: from mtkcas06.mediatek.inc [(172.21.101.30)] by mailgw02.mediatek.com (envelope-from ) (Cellopoint E-mail Firewall v4.1.10 Build 0809 with TLS) with ESMTP id 1898947706; Thu, 29 Aug 2019 14:24:38 +0800 Received: from MTKCAS06.mediatek.inc (172.21.101.30) by mtkmbs02n1.mediatek.inc (172.21.101.77) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Thu, 29 Aug 2019 14:24:42 +0800 Received: from [172.21.77.4] (172.21.77.4) by MTKCAS06.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1395.4 via Frontend Transport; Thu, 29 Aug 2019 14:24:42 +0800 Message-ID: <1567059876.15320.3.camel@mtksdaap41> Subject: Re: Aw: Re: [BUG] [PATCH v5 02/10] mfd: mt6397: extract irq related code from core driver From: Hsin-hsiung Wang To: Frank Wunderlich , Matthias Brugger CC: , Mark Rutland , Alessandro Zummo , Alexandre Belloni , , , Greg Kroah-Hartman , Sean Wang , "Liam Girdwood" , Rob Herring , , Richard Fontana , "Mark Brown" , , "=?ISO-8859-1?Q?=22Ren=E9?= van Dorst\"" , "Thomas Gleixner" , Eddie Huang , "Lee Jones" , Kate Stewart , Date: Thu, 29 Aug 2019 14:24:36 +0800 In-Reply-To: References: <1566531931-9772-1-git-send-email-hsin-hsiung.wang@mediatek.com> <1566531931-9772-3-git-send-email-hsin-hsiung.wang@mediatek.com> <0A87F427-2D81-412A-9549-09A51A021799@public-files.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-MTK: N Sender: linux-rtc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org Hi Frank/Matthias, On Fri, 2019-08-23 at 19:16 +0200, Frank Wunderlich wrote: > > Gesendet: Freitag, 23. August 2019 um 17:42 Uhr > > Von: "Matthias Brugger" > > > I suppose that's because 3/10 has code that should be in 2/10 and for some > > reason 3/10 was not pushed for linux-next inclusion. Although it has the same > > Acked-for-mfd-by tag. > > > > @Frank, can you test if adding 3/10 to your code base fixes the issue? > > adding part 3 [1] seems to fix the issue too > > [ 4.960051] mt6323-regulator mt6323-regulator: Chip ID = 0x2023 > > thanks > > [1] https://patchwork.kernel.org/patch/11110509/ Thanks for your comments. The root cause seems I didn't split the code well. I will fix it in the next version.