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 96C45C433F5 for ; Tue, 28 Dec 2021 20:00:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237226AbhL1UAP (ORCPT ); Tue, 28 Dec 2021 15:00:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45092 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237216AbhL1UAO (ORCPT ); Tue, 28 Dec 2021 15:00:14 -0500 Received: from mail-lf1-x143.google.com (mail-lf1-x143.google.com [IPv6:2a00:1450:4864:20::143]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0F6DEC06173E for ; Tue, 28 Dec 2021 12:00:14 -0800 (PST) Received: by mail-lf1-x143.google.com with SMTP id p13so7190488lfh.13 for ; Tue, 28 Dec 2021 12:00:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cogentembedded-com.20210112.gappssmtp.com; s=20210112; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=z6EHwMp5AZI+iYeqZZ9y+EtZ5393CdE1f8m14Zm+iNk=; b=rUTGf9yHxZRJ3iMQyLTHgFI6xiG0jbj3qxcYJo1dQXuxFkKYWmh4KgV5kO+pN1MHZW iG1IdXcrpfCjfyzpMgqsqrFApG3Ft45M2DMV8PqAVxo1oG72Cj8y9yGaGVQ1ljE09YEm av+98OHr8ea2kSLP7zFVYFcxgyFqL+ssNq7WWVgQ4NJOqspEvfKfzHT5IrIWZ6lJrpBh q4UEOZA0SMZoemcRwVnKERN2bej9asQfwAj9WcPN3l9RmfBTvmLzeeilqKYXSFvJivQj K3EcTMeVMN1izLI0boiXibiZiBBp/sPSFcQ09VJr6u9kCG88ZOYcfjpJC9AK7LBkWfht evGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=z6EHwMp5AZI+iYeqZZ9y+EtZ5393CdE1f8m14Zm+iNk=; b=x+Kx6Wo6vmOlAi9O0qkrRMqqxg8ZTe6awBQEzWs/4NlFdofbF2kjOT05BJkLQ8T29n O78QBRWx5wI646RAq5gOYvSp1WlO5kOV4UWDuf4LLZilb1qxjxKN/P1sBMSxVq8zXvJc +MycyoYJXJQ3q8JGFYJQoljS4Uk1Q8T6d6JMzb/c+fGE4ZzcHaniLSqq8r/Ti8p8ReWa TQDEN5QOGoNTN5LehMdXIKRu5WoTERQjPra7oe2Wv7t9Rn+WOcuYHIYRY2p/8h83KPNI VeDXZWKywQIagW//nNxYJuynpHKjBDSJSMAlY8Ub+QATsRXmlG4flGx1mpRVLPWZwivp psLA== X-Gm-Message-State: AOAM530bI3a+EGJMYpEuf4Hv613wDWvaAXAA2viQ3ViuHBKxO7xEGXSa C8mAM6cPG8KMAhKrz2fE2mM0og== X-Google-Smtp-Source: ABdhPJz07lQuwwoVt07rxWnw5KLDQ/CmcgGzmyxu7smKkkMe74ylFzjEaAEYQS63RWd1sFDo1J82Qw== X-Received: by 2002:a19:f806:: with SMTP id a6mr19910155lff.642.1640721609118; Tue, 28 Dec 2021 12:00:09 -0800 (PST) Received: from [192.168.112.17] (nikaet.starlink.ru. [94.141.168.29]) by smtp.gmail.com with ESMTPSA id a23sm403945ljk.8.2021.12.28.12.00.08 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 28 Dec 2021 12:00:08 -0800 (PST) Subject: Re: [PATCH/RFC] drivers/irqchip: add irq-inverter To: Geert Uytterhoeven Cc: Thomas Gleixner , Marc Zyngier , Magnus Damm , Linux-Renesas , Linux Kernel Mailing List , Eugeniu Rosca References: <20211228165642.2514766-1-nikita.yoush@cogentembedded.com> From: Nikita Yushchenko Message-ID: <71643b48-b1ab-0768-32a2-a25815e31827@cogentembedded.com> Date: Tue, 28 Dec 2021 23:00:07 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi > FTR, here's a link to the previous discussion about this topic: > https://lore.kernel.org/all/20190607172958.20745-1-erosca@de.adit-jv.com/ Thanks for the link. AFAICS, there was no solution found that time? I was able to make it at least working... and I'm ready to apply any reasonable changes to make this, or any other, solution for the issue acceptable for mainline. Nikita