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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 28F02E784B5 for ; Mon, 2 Oct 2023 12:59:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237259AbjJBM7V (ORCPT ); Mon, 2 Oct 2023 08:59:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43716 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237186AbjJBM7S (ORCPT ); Mon, 2 Oct 2023 08:59:18 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 53BA9B7; Mon, 2 Oct 2023 05:59:16 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1696251555; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Wk+Vd4eULYF6GTN5ms33Ajkxz1U/FDjksj9rBwwG4bQ=; b=vxt9IJ3yWc7vxn1l58lQ7shpJIqd/Fiq0tUNlQuAkcJQgErqrUQwNni5Gea3KwzNI0ARzg 3B3+wQnmxFrmGSeshLMYwIN8hOyKZve+gLxxkDoJKW0OeKXbGzcpDpNlmQ533fHkBTFDlC GJYNJQ0EmGI2o8isY4ugN+SVVMlSUkgxEc6sOD0tnWygTeG4rwmj96Dg2okl46lsENEtUU AcyjSMTBy24SrCkb3OXywPwrr/rlfyj7R3udt9iYKK2236JRCxCjtofTc4AQFb79KEDLWl he0i5WkUnL9Cxp3oB+w4OBwDHglPVsVBcuROXDnyGbOX3n77fT5ugmTviL1wAg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1696251555; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Wk+Vd4eULYF6GTN5ms33Ajkxz1U/FDjksj9rBwwG4bQ=; b=rrUEy7PNBA5rIIASxUtHU3PHDdzrf9ZmpNn4zI8lJkY7PxZN7/AhQal0tk4U6onHNfQbn/ qHBLZb3u6vmTrfCA== To: Neil Armstrong , Andy Gross , Bjorn Andersson , Konrad Dybcio , Marc Zyngier Cc: "Maulik Shah (mkshah)" , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Neil Armstrong , Dmitry Baryshkov Subject: Re: [PATCH v4 1/2] irqchip/qcom-pdc: Add support for v3.2 HW In-Reply-To: <20230905-topic-sm8x50-upstream-pdc-ver-v4-1-fc633c7df84b@linaro.org> References: <20230905-topic-sm8x50-upstream-pdc-ver-v4-0-fc633c7df84b@linaro.org> <20230905-topic-sm8x50-upstream-pdc-ver-v4-1-fc633c7df84b@linaro.org> Date: Mon, 02 Oct 2023 14:59:14 +0200 Message-ID: <87wmw5ch99.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 05 2023 at 15:19, Neil Armstrong wrote: > Starting from HW version 3.2 the IRQ_ENABLE bit has moved to the > IRQ_i_CFG register and requires a change of the driver to avoid > writing into an undefined register address. > > Get the HW version from registers and set the IRQ_ENABLE bit to the > correct register depending on the HW version. > > Signed-off-by: Dmitry Baryshkov > Reviewed-by: Maulik Shah > Signed-off-by: Neil Armstrong This S-O-B chain is broken. Who is the real author of that? https://www.kernel.org/doc/html/latest/process/submitting-patches.html#when-to-use-acked-by-cc-and-co-developed-by Thanks, tglx