aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/mailbox.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-28blk_end_request: changing arm (take 4)Kiyoshi Ueda1-10/+6
2008-01-26[ARM] Remove pointless casts from void pointers,Jeff Garzik1-1/+1
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-4/+4
2007-05-09ARM: OMAP: Add mailbox support for IVAHiroshi DOYU1-0/+509