All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] omap:mailbox-enhancments and fixes
@ 2010-10-14  1:33 Hari Kanigeri
  2010-10-14  1:33 ` [PATCH 1/7] mailbox: change full flag per mailbox queue instead of global Hari Kanigeri
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Hari Kanigeri @ 2010-10-14  1:33 UTC (permalink / raw)
  To: Hiroshi Doyu, linux omap; +Cc: Tony Lindgren, Ohad Ben-Cohen, Hari Kanigeri

This patch set includes following mailbox enhancments and fixes.
        
	- Fix in RX interrupt disable mechanism for OMAP4
        - Fix checkpatch warnings
        - Resolve multiple receiver problem in OMAP4 where there is
          only one interrupt line shared between Ducati and Tesla.
        - Protect the Mailbox's internal callback function pointer from being
	  set directly by Users. Added option for multiple listeners on a
	  mailbox instance.
        - Send Mailbox message in Process context to avoid the latency
          involved in scheduling Tasklet for every Mailbox message. Schedule
          Tasklet only when the mailbox fifo is full
        - There is no explicit mailbox configuration register to enable mailbox
          clocks. Define a dummy clock for mailbox to avoid addign cpu check for
          omap4 in mailbox driver.
        - The patch from Fernando was sent to LO, but looks like it
          didn't get merged, resending the patch after revising and rebasing.

Fernando Guzman Lugo (1):
  mailbox: change full flag per mailbox queue instead of global

Hari Kanigeri (6):
  omap:mailbox: fix rx interrupt disable in omap4
  omap:mailbox-fix checkpatch warnings
  omap:mailbox-send message in process context
  omap:mailbox-resolve multiple receiver problem
  omap:mailbox-add notification support for multiple readers
  omap:clocks44x-add dummy clock for mailbox

 arch/arm/mach-omap2/clock44xx_data.c      |    1 +
 arch/arm/mach-omap2/mailbox.c             |    5 +-
 arch/arm/plat-omap/include/plat/mailbox.h |   10 ++-
 arch/arm/plat-omap/mailbox.c              |  148 +++++++++++++++++------------
 4 files changed, 98 insertions(+), 66 deletions(-)


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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-14  1:33 [PATCH 0/7] omap:mailbox-enhancments and fixes Hari Kanigeri
2010-10-14  1:33 ` [PATCH 1/7] mailbox: change full flag per mailbox queue instead of global Hari Kanigeri
2010-10-14  1:33 ` [PATCH 2/7] omap:mailbox: fix rx interrupt disable in omap4 Hari Kanigeri
2010-10-14  1:33 ` [PATCH 3/7] omap:mailbox-fix checkpatch warnings Hari Kanigeri
2010-10-14  1:33 ` [PATCH 4/7] omap:mailbox-send message in process context Hari Kanigeri
2010-10-14  1:33 ` [PATCH 5/7] omap:mailbox-resolve multiple receiver problem Hari Kanigeri
2010-10-14  1:33 ` [PATCH 6/7] omap:mailbox-add notification support for multiple readers Hari Kanigeri
2010-10-14  1:33 ` [PATCH 7/7] omap:clocks44x-add dummy clock for mailbox Hari Kanigeri
2010-10-14 18:08 ` [PATCH 0/7] omap:mailbox-enhancments and fixes Tony Lindgren

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.