Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ed72a4d52add345595f09b360d6ac5f20428d361
/
arch
/
arm
/
plat-omap
/
mailbox.c
4382973
workqueue: deprecate flush[_delayed]_work_sync()
by Tejun Heo
· 12 years ago
1d8a0e9
ARM: OMAP: enable mailbox irq per instance
by Juan Gutierrez
· 13 years ago
44c568a
ARM: OMAP: mailbox: trivial whitespace fix
by Felipe Contreras
· 13 years ago
73017a5
arm: fix implicit module.h users by adding it to arch/arm as required.
by Paul Gortmaker
· 13 years ago
bd2895e
Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
c037732
OMAP2+: mailbox: fix lookups for multiple mailboxes
by Kevin Hilman
· 14 years ago
c487300
arm/omap: use system_wq in mailbox
by Tejun Heo
· 14 years ago
5825630
OMAP: mailbox: add notification support for multiple readers
by Kanigeri, Hari
· 14 years ago
a42743c
OMAP: mailbox: send message in process context
by Kanigeri, Hari
· 14 years ago
ab66ac3
OMAP: mailbox: fix checkpatch warnings
by Kanigeri, Hari
· 14 years ago
d229504
OMAP: mailbox: change full flag per mailbox queue instead of global
by Fernando Guzman Lugo
· 14 years ago
b3e6914
omap: mailbox: reorganize headers
by Felipe Contreras
· 15 years ago
9c80c8c
omap: mailbox: simplify omap_mbox_register()
by Felipe Contreras
· 15 years ago
6b23398
omap mailbox: Set a device in logical mbox instance for traceability
by Hiroshi DOYU
· 15 years ago
b5bebe4
omap: mailbox: convert block api to kfifo
by Ohad Ben-Cohen
· 15 years ago
01072d8
omap: mailbox: remove (un)likely macros from cold paths
by Ohad Ben-Cohen
· 15 years ago
f375325
omap: mailbox cleanup: split MODULE_AUTHOR line
by Ohad Ben-Cohen
· 15 years ago
10d1a00
omap: mailbox: convert rwlocks to spinlock
by Ohad Ben-Cohen
· 15 years ago
1ea5d6d
Mailbox: disable mailbox interrupt when request queue
by Fernando Guzman Lugo
· 15 years ago
72b917e
Mailbox: new mutext lock for h/w mailbox configuration
by Hiroshi DOYU
· 15 years ago
9caae4d
Mailbox: Check valid registered callback before calling
by Fernando Guzman Lugo
· 15 years ago
0e828e8
Mailbox: flush pending deferred works before freeing blk queue
by Fernando Guzman Lugo
· 15 years ago
ad6d962
Mailbox: free mailbox interrupt before freeing blk queue
by Fernando Guzman Lugo
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
8250a5c
omap2/3/4: mailbox: use dedicated work queue for handling mailbox rx interrupt
by Rob Clark
· 15 years ago
5ed8d32
omap: mailbox: OMAP4 Mailbox-driver Patch to support tasklet implementation
by C A Subramaniam
· 15 years ago
5e68382
omap: mailbox: OMAP4 Mailbox Patch to change the IRQ flag from IRQF_DISABLED to IRQF_SHARED
by C A Subramaniam
· 15 years ago
5f00ec6
omap: mailbox: Adds code changes to support OMAP4 mailbox
by C A Subramaniam
· 15 years ago
eb18858
omap: mailbox: Expose omap_mbox_enable()/disable_irq()
by Hiroshi DOYU
· 15 years ago
b2b6362
omap: mailbox: remove unnecessary arg for omap_mbox_msg_send
by C A Subramaniam
· 15 years ago
2775e46
omap: mailbox: remove disable_/enable_mbox_irq in isr
by Hiroshi DOYU
· 15 years ago
c7c158e
omap: mailbox: remove class interface
by Hiroshi DOYU
· 15 years ago
bfe1f6a
omap: mailbox: remove sequence bit checking
by Hiroshi DOYU
· 15 years ago
ce491cf
omap: headers: Move remaining headers from include/mach to include/plat
by Tony Lindgren
· 15 years ago
9934c8c
block: implement and enforce request peek/start/fetch
by Tejun Heo
· 16 years ago
296b2f6
block: convert to dequeueing model (easy ones)
by Tejun Heo
· 16 years ago
ec24751
arm-omap: don't abuse rq->data
by Tejun Heo
· 16 years ago
40cbbb7
block: implement and use [__]blk_end_request_all()
by Tejun Heo
· 16 years ago
8dff0fa
omap mailbox: remove unnecessary header file inclusion
by Hiroshi DOYU
· 16 years ago
7a781af
omap mailbox: convert sequence bit checking to module paramter
by Hiroshi DOYU
· 16 years ago
9ae0ee0
omap mailbox: move mailbox.h into mailbox.c
by Hiroshi DOYU
· 16 years ago
f48cca8
omap mailbox: fix empty struct device for omap_mbox
by Hiroshi DOYU
· 16 years ago
fced80c
[ARM] Convert asm/io.h to linux/io.h
by Russell King
· 16 years ago
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 16 years ago
3f97870
arm: bus_id -> dev_name() and dev_set_name() conversions
by Kay Sievers
· 17 years ago
aab0de2
driver core: remove KOBJ_NAME_LEN define
by Kay Sievers
· 17 years ago
bfbdcf8
ARM: OMAP: Fix Unbalanced enable for IRQ in omap mailbox
by Hiroshi DOYU
· 17 years ago
f0f0052
Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 17 years ago
650e9cf
blk_end_request: changing arm (take 4)
by Kiyoshi Ueda
· 17 years ago
2a7057e
[ARM] Remove pointless casts from void pointers,
by Jeff Garzik
· 17 years ago
165125e
[BLOCK] Get rid of request_queue_t typedef
by Jens Axboe
· 17 years ago
340a614
ARM: OMAP: Add mailbox support for IVA
by Hiroshi DOYU
· 18 years ago