lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250911141605.13034-1-ravi.patel@samsung.com>
Date: Thu, 11 Sep 2025 19:46:02 +0530
From: Ravi Patel <ravi.patel@...sung.com>
To: gregkh@...uxfoundation.org, jirislaby@...nel.org, robh@...nel.org,
	krzk+dt@...nel.org, conor+dt@...nel.org, jesper.nilsson@...s.com,
	lars.persson@...s.com, alim.akhtar@...sung.com, arnd@...nel.org,
	krzk@...nel.org
Cc: andriy.shevchenko@...ux.intel.com, geert+renesas@...der.be,
	thierry.bultel.yh@...renesas.com, dianders@...omium.org,
	robert.marko@...tura.hr, schnelle@...ux.ibm.com, kkartik@...dia.com,
	linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org,
	devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
	linux-samsung-soc@...r.kernel.org, linux-arm-kernel@...s.com,
	ksk4725@...sia.com, kenkim@...sia.com, smn1196@...sia.com,
	pjsin865@...sia.com, shradha.t@...sung.com, Ravi Patel
	<ravi.patel@...sung.com>
Subject: [PATCH 0/3] Use exynos8895 driver data for ARTPEC-8 platform

Existing samsung uart driver has separately added ARTPEC-8 specific
driver data, which is added long back (> 2yrs).

This driver data can be removed and other similar driver data
like exynos8895 can be used with some changes in the dt-binding and
device tree.
This patch series does the same.

NOTE: This series is useful for the upcoming ARTPEC-9 base patches
where uart is exactly same as the ARTPEC-8.

Ravi Patel (3):
  dt-bindings: serial: samsung: Update axis,artpec8-uart to use
    samsung,uart-fifosize
  arm64: dts: axis: Add samsung,exynos8895-uart compatible for serial
    node
  tty: serial: samsung: Remove unused artpec-8 specific code

 .../bindings/serial/samsung_uart.yaml         |  2 +-
 arch/arm64/boot/dts/exynos/axis/artpec8.dtsi  |  3 +-
 drivers/tty/serial/Kconfig                    |  2 +-
 drivers/tty/serial/samsung_tty.c              | 38 -------------------
 4 files changed, 4 insertions(+), 41 deletions(-)

--
2.17.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ