public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] uio: pruss: Deprecate use of this driver
@ 2024-03-25 21:00 Andrew Davis
  2024-03-26  5:41 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 13+ messages in thread
From: Andrew Davis @ 2024-03-25 21:00 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Tony Lindgren; +Cc: linux-omap, linux-kernel, Andrew Davis

This UIO driver was used to control the PRU processors found on various
TI SoCs. It was created before the Remoteproc framework, but now with
that we have a standard way to program and manage the PRU processors.
The proper PRU Remoteproc driver should be used instead of this driver.
Mark this driver deprecated.

The userspace tools to use this are no longer available, so also remove
those dead links from the Kconfig description.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 drivers/uio/Kconfig | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig
index 2e16c5338e5b1..358dc2d19b885 100644
--- a/drivers/uio/Kconfig
+++ b/drivers/uio/Kconfig
@@ -126,19 +126,13 @@ config UIO_FSL_ELBC_GPCM_NETX5152
 	  http://www.hilscher.com/netx
 
 config UIO_PRUSS
-	tristate "Texas Instruments PRUSS driver"
+	tristate "Texas Instruments PRUSS driver (DEPRECATED)"
 	select GENERIC_ALLOCATOR
 	depends on HAS_IOMEM && HAS_DMA
 	help
 	  PRUSS driver for OMAPL138/DA850/AM18XX devices
-	  PRUSS driver requires user space components, examples and user space
-	  driver is available from below SVN repo - you may use anonymous login
 
-	  https://gforge.ti.com/gf/project/pru_sw/
-
-	  More info on API is available at below wiki
-
-	  http://processors.wiki.ti.com/index.php/PRU_Linux_Application_Loader
+	  This driver is deprecated, replaced by PRU_REMOTEPROC.
 
 	  To compile this driver as a module, choose M here: the module
 	  will be called uio_pruss.
-- 
2.39.2


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

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-25 21:00 [PATCH] uio: pruss: Deprecate use of this driver Andrew Davis
2024-03-26  5:41 ` Greg Kroah-Hartman
2024-03-26 16:19   ` Robert Nelson
2024-03-26 17:02     ` Andrew Davis
2024-03-26 17:12       ` Greg Kroah-Hartman
2024-03-26 17:32         ` Robert Nelson
2024-03-26 17:34         ` Andrew Davis
2024-03-26 17:36       ` Matthijs van Duin
2024-03-26 17:24     ` Matthijs van Duin
2024-03-26 17:36       ` Andrew Davis
2024-03-26 18:18         ` Matthijs van Duin
2024-04-05 15:39         ` Robert Nelson
2024-04-10 14:47           ` Andrew Davis

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