From: Krzysztof Kozlowski <krzk@kernel.org>
To: Geert Uytterhoeven <geert@linux-m68k.org>,
Ravi Patel <ravi.patel@samsung.com>
Cc: gregkh@linuxfoundation.org, jirislaby@kernel.org,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
jesper.nilsson@axis.com, lars.persson@axis.com,
alim.akhtar@samsung.com, arnd@kernel.org,
andriy.shevchenko@linux.intel.com, geert+renesas@glider.be,
thierry.bultel.yh@bp.renesas.com, dianders@chromium.org,
robert.marko@sartura.hr, schnelle@linux.ibm.com,
kkartik@nvidia.com, linux-kernel@vger.kernel.org,
linux-serial@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-arm-kernel@axis.com,
ksk4725@coasia.com, kenkim@coasia.com, smn1196@coasia.com,
pjsin865@coasia.com, shradha.t@samsung.com
Subject: Re: [PATCH 3/3] tty: serial: samsung: Remove unused artpec-8 specific code
Date: Thu, 11 Sep 2025 16:29:28 +0200 [thread overview]
Message-ID: <6df0e227-896b-438a-913e-95b637aa2b14@kernel.org> (raw)
In-Reply-To: <CAMuHMdVe-FULHWk3QCBENG7TsbEZyxj0N5shhESxWBWd49JmOw@mail.gmail.com>
On 11/09/2025 16:27, Geert Uytterhoeven wrote:
> Hi Ravi,
>
> On Thu, 11 Sept 2025 at 16:17, Ravi Patel <ravi.patel@samsung.com> wrote:
>> Since ARTPEC-8 is using exynos8895 driver data, remove the unused
>> artpec-8 specific driver data.
>>
>> ARTPEC-8 is using exynos4210 for earlycon, so earlycon code
>> for ARTPEC-8 is also not required.
>>
>> Signed-off-by: Ravi Patel <ravi.patel@samsung.com>
>
> Thanks for your patch!
>
>> --- a/drivers/tty/serial/samsung_tty.c
>> +++ b/drivers/tty/serial/samsung_tty.c
>
>> @@ -2655,8 +2621,6 @@ static const struct of_device_id s3c24xx_uart_dt_match[] = {
>> .data = S5L_SERIAL_DRV_DATA },
>> { .compatible = "samsung,exynos850-uart",
>> .data = EXYNOS850_SERIAL_DRV_DATA },
>> - { .compatible = "axis,artpec8-uart",
>> - .data = ARTPEC8_SERIAL_DRV_DATA },
>> { .compatible = "google,gs101-uart",
>> .data = GS101_SERIAL_DRV_DATA },
>> { .compatible = "samsung,exynos8895-uart",
>> @@ -2828,8 +2792,6 @@ OF_EARLYCON_DECLARE(s5pv210, "samsung,s5pv210-uart",
>> s5pv210_early_console_setup);
>> OF_EARLYCON_DECLARE(exynos4210, "samsung,exynos4210-uart",
>> s5pv210_early_console_setup);
>> -OF_EARLYCON_DECLARE(artpec8, "axis,artpec8-uart",
>> - s5pv210_early_console_setup);
>>
>> static int __init gs101_early_console_setup(struct earlycon_device *device,
>> const char *opt)
>
> Removing these breaks backwards-compatibility with existing DTBs,
> which lack the new "samsung,exynos8895-uart" fallback compatible value.
This was just applied, so ABI break would be fine. It should be however
clearly expressed in the commit msg.
I have a feeling that not much testing was happening in Samsung around
this patchset and only now - after I applied it - some things happen.
But it is damn too late, my tree is already closed which means this is
going to be the ABI.
>
> Gr{oetje,eeting}s,
>
> Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
>
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
> -- Linus Torvalds
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-09-11 14:29 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20250911141702epcas5p23d6a0708919eca66f9b29104efafbc1f@epcas5p2.samsung.com>
2025-09-11 14:16 ` [PATCH 0/3] Use exynos8895 driver data for ARTPEC-8 platform Ravi Patel
2025-09-11 14:16 ` [PATCH 1/3] dt-bindings: serial: samsung: Update axis,artpec8-uart to use samsung,uart-fifosize Ravi Patel
2025-09-11 14:32 ` Krzysztof Kozlowski
2025-09-11 15:52 ` Ravi Patel
2025-09-11 14:16 ` [PATCH 2/3] arm64: dts: axis: Add samsung,exynos8895-uart compatible for serial node Ravi Patel
2025-09-11 14:24 ` Krzysztof Kozlowski
2025-09-11 14:16 ` [PATCH 3/3] tty: serial: samsung: Remove unused artpec-8 specific code Ravi Patel
2025-09-11 14:27 ` Geert Uytterhoeven
2025-09-11 14:29 ` Krzysztof Kozlowski [this message]
2025-09-11 14:35 ` Krzysztof Kozlowski
2025-09-11 16:04 ` Ravi Patel
2025-09-11 17:22 ` Krzysztof Kozlowski
2025-09-12 5:19 ` Ravi Patel
2025-09-12 13:11 ` 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=6df0e227-896b-438a-913e-95b637aa2b14@kernel.org \
--to=krzk@kernel.org \
--cc=alim.akhtar@samsung.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=arnd@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=geert+renesas@glider.be \
--cc=geert@linux-m68k.org \
--cc=gregkh@linuxfoundation.org \
--cc=jesper.nilsson@axis.com \
--cc=jirislaby@kernel.org \
--cc=kenkim@coasia.com \
--cc=kkartik@nvidia.com \
--cc=krzk+dt@kernel.org \
--cc=ksk4725@coasia.com \
--cc=lars.persson@axis.com \
--cc=linux-arm-kernel@axis.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=pjsin865@coasia.com \
--cc=ravi.patel@samsung.com \
--cc=robert.marko@sartura.hr \
--cc=robh@kernel.org \
--cc=schnelle@linux.ibm.com \
--cc=shradha.t@samsung.com \
--cc=smn1196@coasia.com \
--cc=thierry.bultel.yh@bp.renesas.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