index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
/
omap-mailbox.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-27
mailbox, remoteproc: omap2+: fix compile testing
Arnd Bergmann
1
-1
/
+1
2024-07-10
mailbox: omap: Fix mailbox interrupt sharing
Andrew Davis
1
-1
/
+2
2024-05-19
mailbox: omap: Remove kernel FIFO message queuing
Andrew Davis
1
-102
/
+5
2024-05-19
mailbox: omap: Reverse FIFO busy check logic
Andrew Davis
1
-17
/
+16
2024-05-19
mailbox: omap: Remove mbox_chan_to_omap_mbox()
Andrew Davis
1
-11
/
+3
2024-05-19
mailbox: omap: Use mbox_controller channel list directly
Andrew Davis
1
-31
/
+11
2024-05-19
mailbox: omap: Use function local struct mbox_controller
Andrew Davis
1
-9
/
+12
2024-05-19
mailbox: omap: Merge mailbox child node setup loops
Andrew Davis
1
-73
/
+46
2024-05-19
mailbox: omap: Use devm_pm_runtime_enable() helper
Andrew Davis
1
-15
/
+3
2024-05-19
mailbox: omap: Remove device class
Andrew Davis
1
-87
/
+2
2024-05-19
mailbox: omap: Remove unneeded header omap-mailbox.h
Andrew Davis
1
-5
/
+2
2024-05-19
mailbox: omap: Move fifo size check to point of use
Andrew Davis
1
-5
/
+5
2024-05-19
mailbox: omap: Move omap_mbox_irq_t into driver
Andrew Davis
1
-0
/
+5
2024-05-19
mailbox: omap: Remove unused omap_mbox_request_channel() function
Andrew Davis
1
-36
/
+0
2024-05-19
mailbox: omap: Remove unused omap_mbox_{enable,disable}_irq() functions
Andrew Davis
1
-32
/
+10
2024-01-13
mailbox: omap: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-05
mailbox: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-04-18
mailbox: Use of_property_read_bool() for boolean properties
Rob Herring
1
-2
/
+1
2023-04-18
mailbox: omap: Use mbox_bind_client
Elliot Berman
1
-18
/
+4
2022-05-21
mailbox: omap: using pm_runtime_resume_and_get to simplify the code
ran jianping
1
-4
/
+2
2021-10-16
mailbox: omap: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-02-14
mailbox: omap: Add support for K3 AM64x SoCs
Suman Anna
1
-1
/
+5
2020-08-03
mailbox: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2019-11-26
mailbox/omap: Handle if CONFIG_PM is disabled
Brandon Maier
1
-1
/
+1
2019-07-10
mailbox: omap: Add support for TI K3 SoCs
Suman Anna
1
-17
/
+26
2018-12-21
mailbox: omap: Use device-managed registration API
Thierry Reding
1
-3
/
+1
2018-08-03
mailbox/omap: use of_device_get_match_data() to get match data
Suman Anna
1
-7
/
+14
2018-08-03
mailbox/omap: switch to SPDX license identifier
Suman Anna
1
-9
/
+1
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-5
/
+5
2017-11-14
mailbox/omap: unregister mbox class
Arvind Yadav
1
-1
/
+5
2016-04-26
mailbox/omap: kill omap_mbox_{save/restore}_ctx() functions
Suman Anna
1
-51
/
+0
2016-04-26
mailbox/omap: check for any unread messages during suspend
Suman Anna
1
-1
/
+9
2016-04-26
mailbox/omap: add support for suspend/resume
Suman Anna
1
-0
/
+45
2016-04-26
mailbox/omap: store mailbox interrupt type in omap_mbox_device
Suman Anna
1
-0
/
+2
2016-04-26
mailbox/omap: add blank lines after declarations
Suman Anna
1
-1
/
+6
2016-04-26
mailbox/omap: remove FSF mailing address paragraph
Suman Anna
1
-6
/
+0
2016-04-26
mailbox/omap: use variable name for sizeof() operator
Suman Anna
1
-1
/
+1
2016-04-26
mailbox/omap: drop legacy platform device support
Suman Anna
1
-60
/
+41
2015-10-23
mailbox/omap: Add ti,mbox-send-noirq quirk to fix AM33xx CPU Idle
Dave Gerlach
1
-4
/
+45
2015-05-12
mailbox: Fix up error handling in mbox_request_channel()
Benson Leung
1
-3
/
+3
2015-05-12
mailbox: Make mbox_chan_ops const
Andrew Bresticker
1
-1
/
+1
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-27
mailbox/omap: adapt to the new mailbox framework
Suman Anna
1
-148
/
+198
2014-10-20
mailbox: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-09-11
mailbox/omap: add support for parsing dt devices
Suman Anna
1
-24
/
+132
2014-07-29
mailbox/omap: add a parent structure for every IP instance
Suman Anna
1
-58
/
+115
2014-07-29
mailbox/omap: remove the private mailbox structure
Suman Anna
1
-63
/
+63
2014-07-29
mailbox/omap: consolidate OMAP mailbox driver
Suman Anna
1
-49
/
+282
2014-07-29
mailbox/omap: remove omap_mbox_type_t from mailbox ops
Suman Anna
1
-20
/
+2
2013-06-11
mailbox/omap: move the OMAP mailbox framework to drivers
Suman Anna
1
-0
/
+469