From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lf1-f45.google.com (mail-lf1-f45.google.com [209.85.167.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1C1B91FBE for ; Mon, 14 Nov 2022 08:24:28 +0000 (UTC) Received: by mail-lf1-f45.google.com with SMTP id j4so18121527lfk.0 for ; Mon, 14 Nov 2022 00:24:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=mX7K+g1+HW/CWwyDEKxY//PTFx3zv2qtto+vRJUIuOI=; b=dXI7heLthe0Tjl8jMmcyg784Yytf6YYvtMaeIbuzD82wNx4ULfsqv5nRAbLJ4aE2nn wxqeiiG1gd74M5Jb1FEa2Esbtm2Q0FKG8RtRozlhHReZfK3gldgF+jC9cNHrWqQIXeE/ 5ZpnmSXG3VH1uMdjAtmHQx5jvFS/MUSZ57D2j9ysBSFJUVDI9ODVux78D/TlxsHCxD0E PG8XEwuBEP3p0oF4BagAoyqAKYAcK2bHEj47mVA0FaZ3Yf9U3GpxqZZDG4V9ejyxYMLS xp9PAAO1w/2jB0VDOn5gZEQjqEWkeFgx4YKUGR5xIt66aLKmVAMq8lspuuwuN7PLeMNJ zomw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=mX7K+g1+HW/CWwyDEKxY//PTFx3zv2qtto+vRJUIuOI=; b=QvbMzB8cbMMuNSdjuooav0wRkcmo/C98GeSHLrZBbJ0a91igz6N+Fj0pI1yBys7Jfh grhnawu8V2BPmziOaHQxxYvLLjc/uYZ5Pmu4vGIoAcebAusfoMflanopPJpsx4YjtpCp WOnom/c8/kFozJEbgdcNflfQ7D+mg+ggNuo0MCnxpJqZvlaGIHZZ3E4nPA1f/6piAefJ HMnWcFksO1XLWVjhYk2ESVvMXzovyvA8c+3ApgapyHOqB/Y/PNwZy7KFEVFJDdaG5TeQ rNeMqV0WnRCXeMIDDmm2CYFHbtv3nIcYSKCSvBCz2NOb8NCI4umisyifiz+xjxzsFBd0 jeLg== X-Gm-Message-State: ANoB5pkgR2eGyeMsvo88dZwKPq2dMZmL2+gVDwYONyfhER/9EGuuoWwA BbS3oELOYfKCCF//7F1e6RNaRw== X-Google-Smtp-Source: AA0mqf7iLNCZJ2eZU6SC3h0KAiScdNro51pki8wDvgKdcvb5ClGjeyXxYBJj4rX0NXA/q962vvLqMg== X-Received: by 2002:a19:915a:0:b0:4a9:e691:9232 with SMTP id y26-20020a19915a000000b004a9e6919232mr3506273lfj.182.1668414266192; Mon, 14 Nov 2022 00:24:26 -0800 (PST) Received: from [192.168.0.20] (088156142067.dynamic-2-waw-k-3-2-0.vectranet.pl. [88.156.142.67]) by smtp.gmail.com with ESMTPSA id i17-20020a2e6d11000000b0027709706194sm1886628ljc.49.2022.11.14.00.24.25 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 14 Nov 2022 00:24:25 -0800 (PST) Message-ID: <040e00e1-00ea-32ca-09ff-ba3a35631a31@linaro.org> Date: Mon, 14 Nov 2022 09:24:24 +0100 Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH v2 1/8] dt-bindings: sun6i-a31-mipi-dphy: Add the interrupts property Content-Language: en-US To: Samuel Holland , Kishon Vijay Abraham I , Vinod Koul , Chen-Yu Tsai , Jernej Skrabec , Maxime Ripard Cc: Paul Kocialkowski , Krzysztof Kozlowski , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, linux-sunxi@lists.linux.dev References: <20221114022113.31694-1-samuel@sholland.org> <20221114022113.31694-2-samuel@sholland.org> From: Krzysztof Kozlowski In-Reply-To: <20221114022113.31694-2-samuel@sholland.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 14/11/2022 03:21, Samuel Holland wrote: > The sun6i DPHY can generate several interrupts, mostly for reporting > error conditions, but also for detecting BTA and UPLS sequences. > Document this capability in order to accurately describe the hardware. > > The DPHY has no interrupt number provided in the vendor documentation > because its interrupt line is shared with the DSI controller. > > A trivial interrupt handler was used to verify that interrupts were in > fact generated by the DPHY and not the DSI controller. > > Signed-off-by: Samuel Holland > --- > > Changes in v2: > - Add the interrupts property to the binding example Acked-by: Krzysztof Kozlowski Best regards, Krzysztof