From: Tudor Ambarus <tudor.ambarus@linaro.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
peter.griffin@linaro.org, mturquette@baylibre.com,
sboyd@kernel.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org
Cc: andi.shyti@kernel.org, alim.akhtar@samsung.com,
s.nawrocki@samsung.com, tomasz.figa@gmail.com,
cw00.choi@samsung.com, linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-i2c@vger.kernel.org, andre.draszik@linaro.org,
semen.protsenko@linaro.org, willmcvicker@google.com,
kernel-team@android.com
Subject: Re: [PATCH v4 7/8] arm64: dts: exynos: gs101: define USI8 with I2C configuration
Date: Tue, 23 Jan 2024 08:34:09 +0000 [thread overview]
Message-ID: <6ddbf20c-6929-4cb0-9fdb-570cc7170b9c@linaro.org> (raw)
In-Reply-To: <9d12f4f9-1892-48f3-b8d1-8f59788cc91d@linaro.org>
On 1/23/24 07:52, Krzysztof Kozlowski wrote:
> On 19/01/2024 12:11, Tudor Ambarus wrote:
>> USI8 I2C is used to communicate with an eeprom found on the battery
>> connector. Define USI8 in I2C configuration.
>>
>> USI8 CONFIG register comes with a 0x0 reset value, meaning that USI8
>> doesn't have a default protocol (I2C, SPI, UART) at reset. Thus the
>> selection of the protocol is intentionally left for the board dts file.
>
> ... and dropped, because this patch does not build:
> https://krzk.eu/#/builders/29/builds/3869
> and I missed weird dependency mentioned in cover letter:
>
> "This patch set shall be queued after the cmu_misc clock name fixes from:"
>
> Sorry, this cannot work like that. DTS for new features cannot build
> depend on driver changes.
No worries. What shall I do so that you re-consider the dropped patches?
I'm not yet familiar with your release management, but I guess that if
you submit your "fixes-clk" branch for integration into v6.8-rc2, and
then merge v6.8-rc2 into your "next/dt64", you'll then be able to queue
the dropped patches as well.
Thanks,
ta
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2024-01-23 8:34 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-19 11:11 [PATCH v4 0/8] GS101 Oriole: CMU_PERIC0 support and USI updates Tudor Ambarus
2024-01-19 11:11 ` [PATCH v4 1/8] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit Tudor Ambarus
2024-01-22 11:15 ` (subset) " Krzysztof Kozlowski
2024-01-19 11:11 ` [PATCH v4 2/8] dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible Tudor Ambarus
2024-01-22 11:15 ` (subset) " Krzysztof Kozlowski
2024-01-19 11:11 ` [PATCH v4 3/8] clk: samsung: gs101: add support for cmu_peric0 Tudor Ambarus
2024-01-22 11:13 ` Krzysztof Kozlowski
2024-01-22 11:45 ` Tudor Ambarus
2024-01-19 11:11 ` [PATCH v4 4/8] arm64: dts: exynos: gs101: remove reg-io-width from serial Tudor Ambarus
2024-01-22 11:15 ` (subset) " Krzysztof Kozlowski
2024-01-19 11:11 ` [PATCH v4 5/8] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller Tudor Ambarus
2024-01-22 11:15 ` (subset) " Krzysztof Kozlowski
2024-01-19 11:11 ` [PATCH v4 6/8] arm64: dts: exynos: gs101: update USI UART to use peric0 clocks Tudor Ambarus
2024-01-22 11:15 ` (subset) " Krzysztof Kozlowski
2024-01-23 7:54 ` Krzysztof Kozlowski
2024-01-23 9:54 ` (subset) " Krzysztof Kozlowski
2024-01-19 11:11 ` [PATCH v4 7/8] arm64: dts: exynos: gs101: define USI8 with I2C configuration Tudor Ambarus
2024-01-22 11:15 ` (subset) " Krzysztof Kozlowski
2024-01-23 7:52 ` Krzysztof Kozlowski
2024-01-23 8:34 ` Tudor Ambarus [this message]
2024-01-23 8:39 ` Krzysztof Kozlowski
2024-01-23 8:44 ` Tudor Ambarus
2024-01-23 8:57 ` Tudor Ambarus
2024-01-23 8:59 ` Krzysztof Kozlowski
2024-01-23 9:09 ` Tudor Ambarus
2024-01-23 9:54 ` (subset) " Krzysztof Kozlowski
2024-01-19 11:11 ` [PATCH v4 8/8] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole Tudor Ambarus
2024-01-22 11:15 ` (subset) " Krzysztof Kozlowski
2024-01-23 9:54 ` Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6ddbf20c-6929-4cb0-9fdb-570cc7170b9c@linaro.org \
--to=tudor.ambarus@linaro.org \
--cc=alim.akhtar@samsung.com \
--cc=andi.shyti@kernel.org \
--cc=andre.draszik@linaro.org \
--cc=conor+dt@kernel.org \
--cc=cw00.choi@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=kernel-team@android.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=peter.griffin@linaro.org \
--cc=robh+dt@kernel.org \
--cc=s.nawrocki@samsung.com \
--cc=sboyd@kernel.org \
--cc=semen.protsenko@linaro.org \
--cc=tomasz.figa@gmail.com \
--cc=willmcvicker@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox