aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/mailbox.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-11mailbox/omap: move the OMAP mailbox framework to driversSuman Anna1-435/+0
2013-06-11omap: mailbox: call request_irq after mbox queues are allocatedSuman Anna1-9/+9
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-05-13ARM: OMAP: enable mailbox irq per instanceJuan Gutierrez1-4/+9
2012-03-05ARM: OMAP: mailbox: trivial whitespace fixFelipe Contreras1-1/+1
2011-10-31arm: fix implicit module.h users by adding it to arch/arm as required.Paul Gortmaker1-0/+1
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-8/+2
2011-02-14OMAP2+: mailbox: fix lookups for multiple mailboxesKevin Hilman1-4/+7
2011-01-26arm/omap: use system_wq in mailboxTejun Heo1-8/+2
2010-12-02OMAP: mailbox: add notification support for multiple readersKanigeri, Hari1-46/+57
2010-12-02OMAP: mailbox: send message in process contextKanigeri, Hari1-2/+7
2010-12-02OMAP: mailbox: fix checkpatch warningsKanigeri, Hari1-4/+5
2010-12-02OMAP: mailbox: change full flag per mailbox queue instead of globalFernando Guzman Lugo1-2/+7
2010-08-04omap: mailbox: reorganize headersFelipe Contreras1-3/+2
2010-08-04omap: mailbox: simplify omap_mbox_register()Felipe Contreras1-60/+35
2010-08-04omap mailbox: Set a device in logical mbox instance for traceabilityHiroshi DOYU1-1/+16
2010-08-04omap: mailbox: convert block api to kfifoOhad Ben-Cohen1-66/+53
2010-08-04omap: mailbox: remove (un)likely macros from cold pathsOhad Ben-Cohen1-5/+5
2010-08-04omap: mailbox cleanup: split MODULE_AUTHOR lineOhad Ben-Cohen1-1/+2
2010-08-04omap: mailbox: convert rwlocks to spinlockOhad Ben-Cohen1-10/+10
2010-08-04Mailbox: disable mailbox interrupt when request queueFernando Guzman Lugo1-1/+9
2010-08-04Mailbox: new mutext lock for h/w mailbox configurationHiroshi DOYU1-5/+6
2010-08-04Mailbox: Check valid registered callback before callingFernando Guzman Lugo1-1/+2
2010-08-04Mailbox: flush pending deferred works before freeing blk queueFernando Guzman Lugo1-0/+2
2010-08-04Mailbox: free mailbox interrupt before freeing blk queueFernando Guzman Lugo1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-23omap2/3/4: mailbox: use dedicated work queue for handling mailbox rx interruptRob Clark1-1/+7
2009-11-22omap: mailbox: OMAP4 Mailbox-driver Patch to support tasklet implementationC A Subramaniam1-42/+17
2009-11-22omap: mailbox: OMAP4 Mailbox Patch to change the IRQ flag from IRQF_DISABLED to IRQF_SHAREDC A Subramaniam1-1/+1
2009-11-22omap: mailbox: Adds code changes to support OMAP4 mailboxC A Subramaniam1-5/+20
2009-11-22omap: mailbox: Expose omap_mbox_enable()/disable_irq()Hiroshi DOYU1-10/+2
2009-11-22omap: mailbox: remove unnecessary arg for omap_mbox_msg_sendC A Subramaniam1-3/+1
2009-11-22omap: mailbox: remove disable_/enable_mbox_irq in isrHiroshi DOYU1-3/+0
2009-11-22omap: mailbox: remove class interfaceHiroshi DOYU1-106/+9
2009-11-22omap: mailbox: remove sequence bit checkingHiroshi DOYU1-66/+4
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-9/+3
2009-05-11block: convert to dequeueing model (easy ones)Tejun Heo1-0/+9
2009-04-28arm-omap: don't abuse rq->dataTejun Heo1-12/+31
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo1-8/+3
2009-03-23omap mailbox: remove unnecessary header file inclusionHiroshi DOYU1-5/+1
2009-03-23omap mailbox: convert sequence bit checking to module paramterHiroshi DOYU1-19/+16
2009-03-23omap mailbox: move mailbox.h into mailbox.cHiroshi DOYU1-1/+85
2009-03-23omap mailbox: fix empty struct device for omap_mboxHiroshi DOYU1-32/+31
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-07-21arm: bus_id -> dev_name() and dev_set_name() conversionsKay Sievers1-1/+1
2008-07-21driver core: remove KOBJ_NAME_LEN defineKay Sievers1-1/+1
2008-05-09ARM: OMAP: Fix Unbalanced enable for IRQ in omap mailboxHiroshi DOYU1-1/+0
2008-01-29Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-10/+6