devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add crossbar driver
@ 2013-07-18 16:43 Sricharan R
  2013-07-18 16:43 ` [PATCH 1/3] misc: " Sricharan R
                   ` (2 more replies)
  0 siblings, 3 replies; 45+ messages in thread
From: Sricharan R @ 2013-07-18 16:43 UTC (permalink / raw)
  To: linux-kernel, devicetree-discuss, linux-doc, linux-arm-kernel,
	linux-omap
  Cc: tony, linux, nm, rnayak, balbi, r.sricharan

Some socs have a large number of interrupts/dma requests to service
the needs of its many peripherals and subsystems. All of the
requests lines from the subsystems are not needed at the same
time, so they have to be muxed to the controllers appropriately.
In such places a interrupt/dma controllers are preceded by an
IRQ/DMA CROSSBAR that provides flexibility in muxing the device
requests to the controller inputs.

This series adds a crossbar driver and the DT bindings for the
same. Also the DT nodes for DRA7xx SOC which has a IRQ/DMA
crossbar has been added here.

This series is on top of the basic DRA support from Rajendra [1][2]

[1] http://comments.gmane.org/gmane.linux.ports.arm.omap/100763
[2] http://comments.gmane.org/gmane.linux.ports.arm.omap/100773

Sricharan R (3):
  misc: Add crossbar driver
  ARM: dts: DRA: Add crossbar device binding
  ARM: DRA: Enable crossbar driver for dra soc

 .../devicetree/bindings/arm/omap/crossbar.txt      |   24 ++
 arch/arm/boot/dts/dra7.dtsi                        |   19 ++
 arch/arm/mach-omap2/Kconfig                        |    1 +
 drivers/misc/Kconfig                               |    8 +
 drivers/misc/Makefile                              |    1 +
 drivers/misc/crossbar.c                            |  258 ++++++++++++++++++++
 include/linux/crossbar.h                           |   71 ++++++
 7 files changed, 382 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/omap/crossbar.txt
 create mode 100644 drivers/misc/crossbar.c
 create mode 100644 include/linux/crossbar.h

-- 
1.7.9.5


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

end of thread, other threads:[~2013-08-23 19:44 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-18 16:43 [PATCH 0/3] Add crossbar driver Sricharan R
2013-07-18 16:43 ` [PATCH 1/3] misc: " Sricharan R
2013-07-18 16:55   ` Joe Perches
2013-07-18 18:25   ` Felipe Balbi
2013-07-21 16:33     ` Linus Walleij
2013-07-18 18:56   ` Nishanth Menon
2013-07-18 23:39     ` Santosh Shilimkar
     [not found]       ` <51E87C98.5030001-l0cyMroinI0@public.gmane.org>
2013-07-19  0:13         ` Nishanth Menon
2013-07-19 10:48           ` Sricharan R
2013-07-19  7:17       ` Tony Lindgren
2013-07-19 10:48         ` Sricharan R
     [not found]     ` <51E83A4F.5080904-l0cyMroinI0@public.gmane.org>
2013-07-21 16:49       ` Linus Walleij
2013-07-22 12:20         ` Sricharan R
2013-07-22 16:23           ` Santosh Shilimkar
2013-07-24 16:08             ` Nishanth Menon
2013-07-24 16:38               ` Santosh Shilimkar
2013-07-24 16:47                 ` Nishanth Menon
2013-07-24 18:43                   ` Sricharan R
2013-07-24 18:51                     ` Nishanth Menon
2013-07-24 18:59                       ` Santosh Shilimkar
2013-08-13  8:10                         ` Tony Lindgren
2013-08-13  9:56                           ` Sricharan R
2013-08-13 13:29                             ` Santosh Shilimkar
2013-08-15 20:01                             ` Linus Walleij
2013-08-15 20:26                               ` Santosh Shilimkar
2013-08-15 20:51                                 ` Linus Walleij
2013-08-15 21:14                                   ` Santosh Shilimkar
2013-08-21 21:10                                     ` Linus Walleij
2013-08-22 11:33                                       ` Sricharan R
2013-08-22 13:45                                         ` Santosh Shilimkar
2013-08-23  4:47                                         ` Rajendra Nayak
2013-08-23  6:11                                           ` Sricharan R
2013-08-23  6:17                                             ` Rajendra Nayak
2013-08-23  6:36                                             ` Sekhar Nori
2013-08-23  6:53                                               ` Sricharan R
2013-08-23  8:14                                                 ` Sekhar Nori
2013-08-23 13:38                                                   ` Santosh Shilimkar
2013-08-23 16:28                                                     ` Sekhar Nori
2013-08-23 19:06                                                       ` Linus Walleij
2013-08-23 19:44                                                         ` Santosh Shilimkar
2013-08-13 13:28                           ` Santosh Shilimkar
2013-08-14  7:27                             ` Tony Lindgren
2013-07-18 16:43 ` [PATCH 2/3] ARM: dts: DRA: Add crossbar device binding Sricharan R
2013-07-18 19:04   ` Nishanth Menon
2013-07-18 16:43 ` [PATCH 3/3] ARM: DRA7xx: Enable crossbar driver for the soc Sricharan R

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).