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=-3.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,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 5E1D7C433DF for ; Thu, 15 Oct 2020 08:47:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D303F2224E for ; Thu, 15 Oct 2020 08:47:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=0x0f.com header.i=@0x0f.com header.b="JI3OP/nk" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388316AbgJOIrA (ORCPT ); Thu, 15 Oct 2020 04:47:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60536 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726329AbgJOIrA (ORCPT ); Thu, 15 Oct 2020 04:47:00 -0400 Received: from mail-wm1-x332.google.com (mail-wm1-x332.google.com [IPv6:2a00:1450:4864:20::332]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D5410C061755 for ; Thu, 15 Oct 2020 01:46:58 -0700 (PDT) Received: by mail-wm1-x332.google.com with SMTP id a72so2267570wme.5 for ; Thu, 15 Oct 2020 01:46:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=0x0f.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=WfnRK5cVX6azZMqBqUfHbjQvOcd148r5sIa6MP8wh/A=; b=JI3OP/nkE9bQKpG4ifkR4FVb7nHZOMWL3s8qxbyik9PVQ4XLBy9KO0qkeph94YyP6k XdN0rsvdqpxChgu91LUssRKNl7ip1VnuhMGRkRKrDCF14x7AfGiOPtfexDHjO43qRT1o t3lCdy92X7IKvSLpKBTe/StmAOTBSt+duPBco= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=WfnRK5cVX6azZMqBqUfHbjQvOcd148r5sIa6MP8wh/A=; b=EPsrXWmgTrxFKls+q6IGBMCaCsAo31u534SwQEfFwYOKL12tRb36LkNT7g1ccYaBnS PZ0X0qqWOyOnljWwUMgRW8dX5ZsmtR7dcnHinCkpxQ6kwmruApk0xfmXh0NHVjBrX/Ju ENuZQuCEsxKOr2/8N+zqkTfd2B8dg9crQpMEht3m63WelokXUug9pvCymk/pBWawnU5h C9gvT5OhwZKm7fYBOAR4wRG8nYg0WJe3C1Cxjn/6YHRe2rSNKHYar0T9qYwOD2Sz3DU3 FPZFQpMpvuhbrZaPZVtkiMVYtVlAJhAQfWUwvz/8YYChw+n5nrf5QiRpbqwdwBGkkyLy ZrtA== X-Gm-Message-State: AOAM531T13P2HM2GR/hrsHPc6tGyQcuDVQV5emi5DJik4RaIkDvj0VnE daVzYSgoEuD/+soReg2gm67DAxgEchHqUB1t6vaH+A== X-Google-Smtp-Source: ABdhPJxNphEIA53NFxSRPBrfZeZ7M9POQUCzTal5jT3zSrlzJ58Sf7TBd3Eh0rkz0/EjjC/ILesmCAQSDCdKDvrKunM= X-Received: by 2002:a7b:cc89:: with SMTP id p9mr2998028wma.4.1602751617285; Thu, 15 Oct 2020 01:46:57 -0700 (PDT) MIME-Version: 1.0 References: <20201014131703.18021-1-geert+renesas@glider.be> In-Reply-To: <20201014131703.18021-1-geert+renesas@glider.be> From: Daniel Palmer Date: Thu, 15 Oct 2020 17:46:46 +0900 Message-ID: Subject: Re: [PATCH] irqchip: MST_IRQ should depend on ARCH_MEDIATEK or ARCH_MSTARV7 To: Geert Uytterhoeven Cc: Thomas Gleixner , Jason Cooper , Marc Zyngier , Mark-PK Tsai , Daniel Palmer , Matthias Brugger , linux-kernel@vger.kernel.org, linux-arm-kernel , linux-mediatek@lists.infradead.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Geert, This looks good to me. Acked-by: Daniel Palmer Thanks, Daniel