All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC RFT PATCH 0/4] ARM: OMAP1: clock: Convert to CCF
@ 2022-03-10 23:33 ` Janusz Krzysztofik
  0 siblings, 0 replies; 50+ messages in thread
From: Janusz Krzysztofik @ 2022-03-10 23:33 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Paul Walmsley, Aaro Koskinen, Alan Stern, Greg Kroah-Hartman,
	Helge Deller, linux-omap, linux-arm-kernel, linux-usb,
	linux-fbdev, linux-kernel, Janusz Krzysztofik

The main motivation behind this series is planned resurection of OMAP1
camera driver.  Since OMAP1 clock internals have never been visible to
drivers, that driver used to use v4l2-clk to expose a pixel clock for a
sensor.  The v4l2-clk code has been recently depreciated and removed from
the media subtree, hence the need for an alternative solution.

Janusz Krzysztofik (4):
  ARM: OMAP1: clock: Remove unused code
  ARM: OMAP1: clock: Remove noop code
  ARM: OMAP1: Prepare for conversion of OMAP1 clocks to CCF
  ARM: OMAP1: clock: Convert to CCF

 arch/arm/Kconfig                 |   2 +-
 arch/arm/mach-omap1/clock.c      | 791 ++++++++++++-------------------
 arch/arm/mach-omap1/clock.h      | 191 ++------
 arch/arm/mach-omap1/clock_data.c | 491 ++++++++-----------
 arch/arm/mach-omap1/io.c         |   5 -
 arch/arm/mach-omap1/mcbsp.c      |   8 +-
 arch/arm/mach-omap1/ocpi.c       |   4 +-
 arch/arm/mach-omap1/serial.c     |   6 +-
 arch/arm/mach-omap1/time.c       |   5 +
 arch/arm/mach-omap1/timer32k.c   |   2 +-
 drivers/usb/host/ohci-omap.c     |   8 +-
 drivers/video/fbdev/omap/lcdc.c  |   6 +-
 12 files changed, 582 insertions(+), 937 deletions(-)

The series has been tested on OMAP1510 based Amstrad Delta board,
where it works best on top of two recently submitted fixes:
ARM: OMAP1: clock: Fix early UART rate issues
ARM: OMAP1: clock: Fix UART rate reporting algorithm

-- 
2.35.1


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

end of thread, other threads:[~2022-04-06 21:14 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10 23:33 [RFC RFT PATCH 0/4] ARM: OMAP1: clock: Convert to CCF Janusz Krzysztofik
2022-03-10 23:33 ` Janusz Krzysztofik
2022-03-10 23:33 ` [RFC PATCH 1/4] ARM: OMAP1: clock: Remove unused code Janusz Krzysztofik
2022-03-10 23:33   ` Janusz Krzysztofik
2022-03-10 23:33 ` [RFC PATCH 2/4] ARM: OMAP1: clock: Remove noop code Janusz Krzysztofik
2022-03-10 23:33   ` Janusz Krzysztofik
2022-03-21 21:54   ` [PATCH v2] ARM: OMAP1: Prepare for conversion of OMAP1 clocks to CCF Janusz Krzysztofik
2022-03-21 21:54     ` Janusz Krzysztofik
2022-03-21 21:54     ` Janusz Krzysztofik
2022-03-22 12:02     ` Mark Brown
2022-03-22 12:02       ` Mark Brown
2022-03-22 12:02       ` Mark Brown
2022-03-22 16:36     ` Aaro Koskinen
2022-03-22 16:36       ` Aaro Koskinen
2022-03-22 16:36       ` Aaro Koskinen
2022-03-22 19:07       ` Aaro Koskinen
2022-03-22 19:07         ` Aaro Koskinen
2022-03-22 19:07         ` Aaro Koskinen
2022-03-26 21:17         ` Janusz Krzysztofik
2022-03-26 21:17           ` Janusz Krzysztofik
2022-03-26 21:17           ` Janusz Krzysztofik
2022-04-06 13:21           ` Aaro Koskinen
2022-04-06 13:21             ` Aaro Koskinen
2022-04-06 13:21             ` Aaro Koskinen
2022-04-06 18:48             ` Janusz Krzysztofik
2022-04-06 18:48               ` Janusz Krzysztofik
2022-04-06 18:48               ` Janusz Krzysztofik
2022-04-06 20:00               ` Aaro Koskinen
2022-04-06 20:00                 ` Aaro Koskinen
2022-04-06 20:00                 ` Aaro Koskinen
2022-03-31  9:19     ` Ulf Hansson
2022-03-31  9:19       ` Ulf Hansson
2022-03-31  9:19       ` Ulf Hansson
2022-03-31 18:29       ` Janusz Krzysztofik
2022-03-31 18:29         ` Janusz Krzysztofik
2022-03-31 18:29         ` Janusz Krzysztofik
2022-03-10 23:33 ` [RFC PATCH 3/4] " Janusz Krzysztofik
2022-03-10 23:33   ` Janusz Krzysztofik
2022-03-10 23:33 ` [RFC RFT PATCH 4/4] ARM: OMAP1: clock: Convert " Janusz Krzysztofik
2022-03-10 23:33   ` Janusz Krzysztofik
2022-03-12  8:14 ` [RFC RFT PATCH 0/4] " Tony Lindgren
2022-03-12  8:14   ` Tony Lindgren
2022-03-19 18:49   ` Aaro Koskinen
2022-03-19 18:49     ` Aaro Koskinen
2022-03-19 21:21     ` Aaro Koskinen
2022-03-19 21:21       ` Aaro Koskinen
2022-03-20  0:15       ` Janusz Krzysztofik
2022-03-20  0:15         ` Janusz Krzysztofik
2022-03-21  8:01   ` Arnd Bergmann
2022-03-21  8:01     ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.