From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f52.google.com (mail-wm1-f52.google.com [209.85.128.52]) (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 43FCF241F5 for ; Thu, 4 Jan 2024 15:27:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linaro.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="ldJYBbwd" Received: by mail-wm1-f52.google.com with SMTP id 5b1f17b1804b1-40d89105365so5347465e9.0 for ; Thu, 04 Jan 2024 07:27:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1704382072; x=1704986872; darn=vger.kernel.org; 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=gtdq0SrgO0k3fu2GrlQuTjv3qKZgCLrSfrhsu6oYX/o=; b=ldJYBbwdRLZRG4AruKy4uGnHTmGgjCtXHHg0HWVgiGVOTmDN/z7ZcGx/9uxBrdUieg VaXTCXB+SB6ZAziwGQP7NVcWA7EmfzPfCKUEOs5PeaFVmoTGzXF2DJJjDAoNselQzymM meuR18i/0EXRTfSL5E2O/8pN8HKm84FV+y/HajE3Tub6W5sm/S5HMY03E9PiVKe6OE5N ryi6P0OgxSDPma/zvHdFB2qcLA+xteA7XXIo3GFbAyA0CvUTp/V/FFKl5pHxDdLRcWJ6 RItKfCPxuGqQ7Hnzmhq177yN2IPNGLD3evL7MRGoKJh6ruRapHPpVT6MzpSMpL/E4g5r A1Aw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704382072; x=1704986872; 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=gtdq0SrgO0k3fu2GrlQuTjv3qKZgCLrSfrhsu6oYX/o=; b=Z/s4Tus//9iwyusL4noBF4v1rok9BBbPXaEyOjDF2Jzp6F3Js+i7fuDI5urbVillSU L2wgjLami+2ABsFpK6BlcKR92yxGK8XtCS+VaosT5vztYtqs3344J1qRbV5QqrqzMQ0Y 3SYfDs6PF2UyJEe3/4ma405KK6HkLAJ+lnV6piUTFlC5QyE9k+4lMy7ZJ2gOfRXE6RsH EC26k8s6iZPyfWPUdWWsB+VR1p4SACi48/U+naLDssEpp5WxE1vTxIbSSAn1umuULCDe VntgQcBDch8N5Be5nD9yytRBJED6yu6nGKttjPKh1fMu+SUfVf0hcaTTYwWUqBeajajO dCxg== X-Gm-Message-State: AOJu0YyZzTjtzt6A05R89A9F9XSuEJqGU3nAYHz46LXXlwfIE0srRLBf 5m1e03mggHQrc7q9gltC/wnWFHW2lpvzRg== X-Google-Smtp-Source: AGHT+IFmi1/jiWhUQs7PjY7Dh23Nh9Tlpcyy34mUPD3sb3aLzgD0Jvux4q5yB79GBUpKiBF7aD/FmA== X-Received: by 2002:a05:600c:219:b0:40d:60a5:b34e with SMTP id 25-20020a05600c021900b0040d60a5b34emr409320wmi.109.1704382072426; Thu, 04 Jan 2024 07:27:52 -0800 (PST) Received: from [192.168.100.125] ([37.228.218.3]) by smtp.gmail.com with ESMTPSA id r16-20020a05600c35d000b0040d7b1ef521sm6122802wmq.15.2024.01.04.07.27.51 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 04 Jan 2024 07:27:52 -0800 (PST) Message-ID: <7744ff07-80e4-4010-b7af-0d6d74ae31db@linaro.org> Date: Thu, 4 Jan 2024 15:27:51 +0000 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 0/3] arm64: dts: qcom: sc8280xp: Add CAMSS core dtsi support Content-Language: en-US To: Krzysztof Kozlowski , Robert Foss , Todor Tomov , Bjorn Andersson , Konrad Dybcio , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: linux-media@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20240103-linux-next-24-01-02-sc8280xp-camss-core-dtsi-v1-0-abacaa63a961@linaro.org> <360ff767-e48f-4a02-a2cf-f6c99048fd93@linaro.org> From: Bryan O'Donoghue In-Reply-To: <360ff767-e48f-4a02-a2cf-f6c99048fd93@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 04/01/2024 12:42, Krzysztof Kozlowski wrote: > On 03/01/2024 03:18, Bryan O'Donoghue wrote: >> This series adds the yaml, CAMSS and CCI dts definitions for the sc8280xp. >> >> 4 x CCI master busses >> 4 x VFE >> 4 x VFE Lite >> 4 x CSID >> 4 x CSIPHY >> >> Link: https://git.codelinaro.org/bryan.odonoghue/kernel/-/tree/linux-next-24-01-02-sc8280xp-camss-core-dtsi >> >> Signed-off-by: Bryan O'Donoghue >> --- >> Bryan O'Donoghue (3): >> media: dt-bindings: media: camss: Add qcom,sc8280xp-camss binding >> arm64: dts: qcom: sc8280xp: camss: Add CCI definitions >> arm64: dts: qcom: sc8280xp: camss: Add CAMSS block definition >> >> .../bindings/media/qcom,sc8280xp-camss.yaml | 512 +++++++++++++++++++ >> arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 563 +++++++++++++++++++++ >> 2 files changed, 1075 insertions(+) >> --- >> base-commit: ab0b3e6ef50d305278b1971891cf1d82ab050b35 > > BTW, this also does not help, when used on random commit or random tree: > > $ git show ab0b3e6ef50d305278b1971891cf1d82ab050b35 > fatal: bad object ab0b3e6ef50d305278b1971891cf1d82ab050b35 > > Best regards, > Krzysztof > That's a b4 thing I think, not sure what it uses it for. --- bod