public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Enable Samsung I2C drivers on newer platforms
@ 2024-08-02 19:19 David Virag
  2024-08-02 19:19 ` [PATCH v2 1/2] i2c: samsung: Drop s3c24x0 specific code David Virag
  2024-08-02 19:19 ` [PATCH v2 2/2] i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5 David Virag
  0 siblings, 2 replies; 9+ messages in thread
From: David Virag @ 2024-08-02 19:19 UTC (permalink / raw)
  To: Heiko Schocher, Tom Rini, Paul Barker, Marek Vasut, David Virag,
	Simon Glass, Caleb Connolly, Neil Armstrong
  Cc: Sam Protsenko, Henrik Grimler, u-boot

This set of patches should enable the Samsung I2C drivers to work on
platforms other than EXYNOS4/EXYNOS5.

This has been tested on Exynos7885 with the S3C I2C driver.
With the clocks for it implemented in it's driver, this should also
enable S3C I2C to work on Exynos850.

While at it, clean up some dead code as well.

Changes in v2:
- Fix compile on Exynos4/Exynos5 platform

David Virag (2):
  i2c: samsung: Drop s3c24x0 specific code.
  i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5

 drivers/i2c/Kconfig         |  2 +-
 drivers/i2c/exynos_hs_i2c.c | 25 +++++++++++++++++++++----
 drivers/i2c/s3c24x0_i2c.c   | 32 ++++++++++++++++++++++++--------
 drivers/i2c/s3c24x0_i2c.h   |  2 ++
 4 files changed, 48 insertions(+), 13 deletions(-)

-- 
2.46.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-08-10 21:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-02 19:19 [PATCH v2 0/2] Enable Samsung I2C drivers on newer platforms David Virag
2024-08-02 19:19 ` [PATCH v2 1/2] i2c: samsung: Drop s3c24x0 specific code David Virag
2024-08-05  4:52   ` Heiko Schocher
2024-08-02 19:19 ` [PATCH v2 2/2] i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5 David Virag
2024-08-03 22:38   ` Henrik Grimler
2024-08-05  4:53   ` Heiko Schocher
2024-08-09 21:08   ` Henrik Grimler
2024-08-09 23:05     ` David Virag
2024-08-10 21:14       ` Henrik Grimler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox