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=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 7143EC433E0 for ; Thu, 6 Aug 2020 17:41:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AEEA7206B2 for ; Thu, 6 Aug 2020 17:41:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596735699; bh=cUg8ko8OEiK/4qIbgfajwCnFYSLMbgT5cLNLiBOA0zc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=wwtTg80WYvbH9S6DPSwI0L9mrZR+Ystbscx9+bP6YvoGPNxVycvvLaCAko0QSbmcE IzlKi7QsDWeaAuDTRI9FE07mAWGR4O3om7aDrptuMBGRDaYO3hoMZJMXw/MsOVZ7BQ dPQTZSWB0dcOD0ylJP7mz5GGAhGbpUP9qxJRQYiU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729996AbgHFRks (ORCPT ); Thu, 6 Aug 2020 13:40:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:54632 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729403AbgHFRbn (ORCPT ); Thu, 6 Aug 2020 13:31:43 -0400 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C5FC523133; Thu, 6 Aug 2020 15:12:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596726754; bh=cUg8ko8OEiK/4qIbgfajwCnFYSLMbgT5cLNLiBOA0zc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=AbFccKDJye+6TKEYkdO27Ltto8sfBzN9avARpUTzS2JIZOCnVJJvIiHQp6vOomQOC F8JNZCzIVobAp32SyKnSVXDA/lbtwWMtL78IWNpUC9RYHN0kLSqSvrU3xvklsMNxUQ acUSid/EZztAy2Hg3NFiZG8sWBd8qI54SF2roqnw= Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1k3hZJ-000Iec-1O; Thu, 06 Aug 2020 16:12:33 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 06 Aug 2020 16:12:32 +0100 From: Marc Zyngier To: Daniel Palmer , Mark-PK Tsai Cc: alix.wu@mediatek.com, DTML , Jason Cooper , linux-arm-kernel , linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, Matthias Brugger , Rob Herring , Thomas Gleixner , yj.chiang@mediatek.com Subject: Re: [PATCH 0/2] irqchip: irq-mt58xx: Add mt58xx series interrupt In-Reply-To: References: <20200806140739.31501-1-mark-pk.tsai@mediatek.com> User-Agent: Roundcube Webmail/1.4.5 Message-ID: <654a81dcefb3024d762ff338d4bd7f14@kernel.org> X-Sender: maz@kernel.org X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: daniel@0x0f.com, mark-pk.tsai@mediatek.com, alix.wu@mediatek.com, devicetree@vger.kernel.org, jason@lakedaemon.net, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, matthias.bgg@gmail.com, robh+dt@kernel.org, tglx@linutronix.de, yj.chiang@mediatek.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 2020-08-06 15:58, Daniel Palmer wrote: > Hi Mark-PK, > > On Thu, 6 Aug 2020 at 23:08, Mark-PK Tsai > wrote: >> > Do you know if it would be possible to confirm if they are >> > the >> > same thing? MediaTek bought MStar a few years ago so it seems likely >> > but I have no hard information. >> > >> >> Yes, it's for the same interrupt controller IP. > > That's good news. :) > >> > If they are the same thing could we work on making one series that >> > supports both use cases? >> >> Sure, and I think the irq controller driver should support both use >> cases. >> So how about keep the MTK version driver? > > I'm fine with that. Maybe you can push the MTK version and I can send > a small patch after that to add the small bits I need? In the interest of being vendor agnostic, please rename the properties such as mediatek,irqs-map-range to something less brand-specific. The compatible string should be enough. Thanks, M. -- Jazz is not dead. It just smells funny...