All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/1] Add PRUSS UIO driver support
@ 2011-02-28 21:01 ` Pratheesh Gangadhar
  0 siblings, 0 replies; 18+ messages in thread
From: Pratheesh Gangadhar @ 2011-02-28 21:01 UTC (permalink / raw)
  To: linux-kernel
  Cc: hjk, gregkh, tglx, sshtylyov, arnd, pratheesh, amit.chatterjee,
	davinci-linux-open-source, linux-arm-kernel

This patch series add support for PRUSS (Programmable Real-time Unit Sub
System) UIO driver in Texas Instruments DA850, AM18xx and OMAP-L138 processors.
PRUSS is programmable RISC core which can be used to implement Soft IPs
(eg:- DMA, CAN, UART,SmartCard) and Industrial communications data link layers
(eg:- PROFIBUS). UIO driver exposes PRUSS resources like memory and interrupts
to user space application.PRUSS UIO application API can be used to control PRUs
in PRUSS, setup PRU INTC, load firmware to PRUs and implement IPC between Host
processor and PRUs. More information on PRUSS and UIO linux user space API
available in the links below

http://processors.wiki.ti.com/index.php/Programmable_Realtime_Unit_Subsystem
http://processors.wiki.ti.com/index.php/PRU_Linux_Application_Loader
http://processors.wiki.ti.com/index.php/PRU_Linux_Application_Loader_API_Guide

Platform/board specific portion of this patch depends on Mistral patches below

[PATCH 1/1] davinci: changed SRAM allocator to shared ram :
				https://patchwork.kernel.org/patch/549351/
[PATCH 1/1] da830: macro rename DA8XX_LPSC0_DMAX to DA8XX_LPSC0_PRUSS :
				 https://patchwork.kernel.org/patch/549331/
[PATCH v2 01/13] mfd: pruss mfd driver :
				https://patchwork.kernel.org/patch/549531/
[PATCH v2 02/13] da850: pruss platform specific additions :
				https://patchwork.kernel.org/patch/549521/

I will submit a seperate patch set on top of these patches to support PRUSS UIO
driver.

Pratheesh Gangadhar (1):
  PRUSS UIO driver support

 drivers/uio/Kconfig     |   17 ++++
 drivers/uio/Makefile    |    1 +
 drivers/uio/uio_pruss.c |  237 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 255 insertions(+), 0 deletions(-)
 create mode 100644 drivers/uio/uio_pruss.c


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

end of thread, other threads:[~2011-03-01 21:38 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-28 21:01 [PATCH v6 0/1] Add PRUSS UIO driver support Pratheesh Gangadhar
2011-02-28 21:01 ` Pratheesh Gangadhar
2011-02-28 21:01 ` [PATCH v6 1/1] " Pratheesh Gangadhar
2011-02-28 21:01   ` Pratheesh Gangadhar
2011-02-28 21:26   ` Hans J. Koch
2011-02-28 21:26     ` Hans J. Koch
2011-03-01  4:45     ` TK, Pratheesh Gangadhar
2011-03-01  4:45       ` TK, Pratheesh Gangadhar
2011-03-01  9:53       ` Thomas Gleixner
2011-03-01  9:53         ` Thomas Gleixner
2011-03-01 18:33       ` Hans J. Koch
2011-03-01 18:33         ` Hans J. Koch
2011-03-01 21:19         ` TK, Pratheesh Gangadhar
2011-03-01 21:19           ` TK, Pratheesh Gangadhar
2011-03-01 21:38           ` Thomas Gleixner
2011-03-01 21:38             ` Thomas Gleixner
2011-03-01  9:51   ` Thomas Gleixner
2011-03-01  9:51     ` Thomas Gleixner

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.