aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-omap/mailbox.c
AgeCommit message (Expand)Author
2011-02-14OMAP2+: mailbox: fix lookups for multiple mailboxesKevin Hilman
2010-12-02OMAP: mailbox: add notification support for multiple readersKanigeri, Hari
2010-12-02OMAP: mailbox: send message in process contextKanigeri, Hari
2010-12-02OMAP: mailbox: fix checkpatch warningsKanigeri, Hari
2010-12-02OMAP: mailbox: change full flag per mailbox queue instead of globalFernando Guzman Lugo
2010-08-04omap: mailbox: reorganize headersFelipe Contreras
2010-08-04omap: mailbox: simplify omap_mbox_register()Felipe Contreras
2010-08-04omap mailbox: Set a device in logical mbox instance for traceabilityHiroshi DOYU
2010-08-04omap: mailbox: convert block api to kfifoOhad Ben-Cohen
2010-08-04omap: mailbox: remove (un)likely macros from cold pathsOhad Ben-Cohen
2010-08-04omap: mailbox cleanup: split MODULE_AUTHOR lineOhad Ben-Cohen
2010-08-04omap: mailbox: convert rwlocks to spinlockOhad Ben-Cohen
2010-08-04Mailbox: disable mailbox interrupt when request queueFernando Guzman Lugo
2010-08-04Mailbox: new mutext lock for h/w mailbox configurationHiroshi DOYU
2010-08-04Mailbox: Check valid registered callback before callingFernando Guzman Lugo
2010-08-04Mailbox: flush pending deferred works before freeing blk queueFernando Guzman Lugo
2010-08-04Mailbox: free mailbox interrupt before freeing blk queueFernando Guzman Lugo
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-23omap2/3/4: mailbox: use dedicated work queue for handling mailbox rx interruptRob Clark
2009-11-22omap: mailbox: OMAP4 Mailbox-driver Patch to support tasklet implementationC A Subramaniam
2009-11-22omap: mailbox: OMAP4 Mailbox Patch to change the IRQ flag from IRQF_DISABLED ...C A Subramaniam
2009-11-22omap: mailbox: Adds code changes to support OMAP4 mailboxC A Subramaniam
2009-11-22omap: mailbox: Expose omap_mbox_enable()/disable_irq()Hiroshi DOYU
2009-11-22omap: mailbox: remove unnecessary arg for omap_mbox_msg_sendC A Subramaniam
2009-11-22omap: mailbox: remove disable_/enable_mbox_irq in isrHiroshi DOYU
2009-11-22omap: mailbox: remove class interfaceHiroshi DOYU
2009-11-22omap: mailbox: remove sequence bit checkingHiroshi DOYU
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11block: convert to dequeueing model (easy ones)Tejun Heo
2009-04-28arm-omap: don't abuse rq->dataTejun Heo
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo
2009-03-23omap mailbox: remove unnecessary header file inclusionHiroshi DOYU
2009-03-23omap mailbox: convert sequence bit checking to module paramterHiroshi DOYU
2009-03-23omap mailbox: move mailbox.h into mailbox.cHiroshi DOYU
2009-03-23omap mailbox: fix empty struct device for omap_mboxHiroshi DOYU
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King
2008-07-21arm: bus_id -> dev_name() and dev_set_name() conversionsKay Sievers
2008-07-21driver core: remove KOBJ_NAME_LEN defineKay Sievers
2008-05-09ARM: OMAP: Fix Unbalanced enable for IRQ in omap mailboxHiroshi DOYU
2008-01-29Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-01-28blk_end_request: changing arm (take 4)Kiyoshi Ueda
2008-01-26[ARM] Remove pointless casts from void pointers,Jeff Garzik
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe
2007-05-09ARM: OMAP: Add mailbox support for IVAHiroshi DOYU