public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
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 3/8] clk: samsung: gs101: add support for cmu_peric0
Date: Mon, 22 Jan 2024 11:45:08 +0000	[thread overview]
Message-ID: <657e013c-29c9-477d-bc01-381dd995e853@linaro.org> (raw)
In-Reply-To: <0b825e9b-b921-4ad6-a4bd-a55645877e9c@linaro.org>



On 1/22/24 11:13, Krzysztof Kozlowski wrote:
> On 19/01/2024 12:11, Tudor Ambarus wrote:
>> CMU_PERIC0 is the clock management unit used for the peric0 block which
>> is used for USI and I3C. Add support for all cmu_peric0 clocks but
>> CLK_GOUT_PERIC0_IP (not enough info in the datasheet).
>>
>> Few clocks are marked as critical because when either of them is
>> disabled, the system hangs even if their clock parents are enabled.
>>
>> Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
>> Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
>> Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
>> ---
>>  drivers/clk/samsung/clk-gs101.c | 583 ++++++++++++++++++++++++++++++++
>>  1 file changed, 583 insertions(+)
>>
> 
> This does not apply. Please rebase on my samsung for-next or next
> linux-next and resend.
> 

Oh, yes. I rebased, did a boot test and then sent v5 at:
https://lore.kernel.org/linux-arm-kernel/20240122114113.2582612-1-tudor.ambarus@linaro.org/T/#u

Thanks!
ta

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2024-01-22 11:45 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 [this message]
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
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=657e013c-29c9-477d-bc01-381dd995e853@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