aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-04Merge tag 'mailbox-v4.16' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2-16/+33
2018-02-04mailbox: qcom: Create APCS child device for clock controllerGeorgi Djakov1-0/+11
2018-02-04mailbox: qcom: Convert APCS IPC driver to use regmapGeorgi Djakov1-5/+19
2018-01-10mailbox: ti-msgmgr: Use %zu for size_t print formatNishanth Menon1-1/+1
2018-01-10mailbox: ti-msgmgr: Switch to SPDX LicensingNishanth Menon1-10/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-11-15Merge tag 'mailbox-v4.15' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds6-28/+66
2017-11-14mailbox/omap: unregister mbox classArvind Yadav1-1/+5
2017-11-14mailbox: mailbox-test: don't rely on rx_buffer content to signal data readySudeep Holla1-5/+6
2017-11-14mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdoneSudeep Holla2-4/+4
2017-11-13Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+0
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+6
2017-11-09mailbox: PCC: Move the MAX_PCC_SUBSPACES definition to header fileGeorge Cherian1-1/+0
2017-11-06mailbox: Convert timers to use timer_setup()Kees Cook1-6/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27mailbox: Build Broadcom FlexRM driver as loadable module for iProc SOCsAnup Patel1-1/+1
2017-10-27mailbox: bcm-flexrm-mailbox: Use common GPL comment headerAnup Patel1-5/+13
2017-10-27mailbox: bcm-flexrm-mailbox: add depends on ARCH_BCM_IPROCScott Branden1-0/+1
2017-10-27mailbox: bcm-flexrm-mailbox: Print ring number in errors and warningsAnup Patel1-9/+17
2017-10-27mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequenceAnup Patel1-3/+19
2017-09-07Merge tag 'mailbox-v4.14' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds1-77/+175
2017-08-31mailbox: bcm-flexrm-mailbox: Use txdone_ack instead of txdone_pollAnup Patel1-57/+4
2017-08-31mailbox: bcm-flexrm-mailbox: Use bitmap instead of IDAAnup Patel1-17/+19
2017-08-31mailbox: bcm-flexrm-mailbox: Fix mask used in CMPL_START_ADDR_VALUE()Anup Patel1-1/+1
2017-08-31mailbox: bcm-flexrm-mailbox: Add debugfs supportAnup Patel1-2/+134
2017-08-31mailbox: bcm-flexrm-mailbox: Set IRQ affinity hint for FlexRM ring IRQsAnup Patel1-0/+17
2017-08-10mailbox: pcc: Drop uninformative output during bootPunit Agrawal1-3/+1
2017-07-26mailbox: pcc: Fix crash when request PCC channel 0Hoan Tran1-1/+1
2017-07-07Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds4-6/+149
2017-06-14mailbox: Introduce Qualcomm APCS IPC driverBjorn Andersson3-0/+139
2017-06-14mailbox: Make startup and shutdown ops optionalBjorn Andersson1-6/+10
2017-06-12ACPICA: Add support for new PCCT subtablesDavid E. Box1-5/+5
2017-04-27mailbox: handle empty message in tx_tickSudeep Holla1-1/+4
2017-04-27mailbox: skip complete wait event if timer expiredSudeep Holla1-3/+3
2017-04-27mailbox: always wait in mbox_send_message for blocking Tx modeSudeep Holla1-1/+1
2017-03-29mailbox: Remove depends on COMPILE_TEST for BCM_FLEXRM_MBOXAnup Patel1-1/+1
2017-03-28mailbox: check ->last_tx_done for NULL in case of timer-based pollingAlexey Klimov1-0/+6
2017-03-28mailbox: Add driver for Broadcom FlexRM ring managerAnup Patel3-0/+1608
2017-03-28mailbox: bcm-pdc: Add Northstar Plus support to PDC driverSteve Lin2-20/+50
2017-03-28mailbox: constify mbox_chan_ops structuresBhumika Goyal2-2/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-2/+1
2016-12-22Merge tag 'acpi-extra-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+1
2016-12-22Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki1-4/+1
2016-12-21ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersLv Zheng1-4/+1
2016-12-20Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds3-234/+407
2016-12-19mailbox: mailbox-test: allow reserved areas in SRAMSudeep Holla1-2/+10
2016-12-19mailbox: mailbox-test: add support for fasync/pollSudeep Holla1-8/+71
2016-12-19mailbox: bcm-pdc: Remove unnecessary void* castsRob Rice1-21/+20
2016-12-19mailbox: bcm-pdc: Simplify interrupt handler logicRob Rice1-25/+13
2016-12-19mailbox: bcm-pdc: Performance improvementsRob Rice1-36/+49
2016-12-19mailbox: bcm-pdc: Don't use iowrite32 to write DMA descriptorsRob Rice1-12/+11
2016-12-19mailbox: bcm-pdc: Convert from threaded IRQ to taskletRob Rice1-32/+25
2016-12-19mailbox: bcm-pdc: Try to improve branch predictionRob Rice1-13/+13
2016-12-19mailbox: bcm-pdc: streamline rx codeRob Rice1-60/+48
2016-12-19mailbox: bcm-pdc: Convert from interrupts to poll for tx doneRob Rice1-62/+145
2016-12-19mailbox: bcm-pdc: PDC driver leaves debugfs files after removalSteve Lin1-4/+2
2016-12-19mailbox: bcm-pdc: Changes so mbox client can be removed / re-insertedSteve Lin1-8/+46
2016-12-19mailbox: bcm-pdc: Use octal permissions rather than symbolicRob Rice1-1/+2
2016-12-19mailbox: sti: Fix module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-12-19mailbox: mailbox-test: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-12-15Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-0/+490
2016-11-18mailbox: tegra-hsp: Use after free in tegra_hsp_remove_doorbells()Dan Carpenter1-2/+2
2016-11-18mailbox: Add Tegra HSP driverThierry Reding3-0/+490
2016-11-14mailbox: PCC: Fix lockdep warning when request PCC channelHoan Tran1-6/+7
2016-10-06Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds3-0/+217
2016-10-02Merge branches 'acpi-x86', 'acpi-cppc' and 'acpi-soc'Rafael J. Wysocki1-71/+245
2016-09-07mailbox: Add Platform Message-Handling-Unit variant driverNeil Armstrong3-0/+217
2016-08-31mailbox: pcc: Support HW-Reduced Communication Subspace type 2hotran1-71/+245
2016-08-29fix:mailbox:bcm-pdc-mailbox:mark symbols static where possibleBaoyou Xie1-2/+2
2016-08-29mailbox: bcm-pdc: potential NULL dereference in pdc_shutdown()Dan Carpenter1-3/+4
2016-08-29mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOXRob Rice1-0/+1
2016-07-28mailbox: Fix format and type mismatches in Broadcom PDC driverRob Rice1-4/+4
2016-07-28mailbox: Add Broadcom PDC mailbox driverRob Rice3-0/+1542
2016-06-24mailbox: pl320: remove __raw IOBen Dooks1-23/+23
2016-06-12mailbox: mailbox-test: set tdev->signal to NULL after freeingSudeep Holla1-0/+1
2016-05-08mailbox: Fix devm_ioremap_resource error detection codeAmitoj Kaur Chawla1-2/+2
2016-04-26mailbox/omap: kill omap_mbox_{save/restore}_ctx() functionsSuman Anna1-51/+0
2016-04-26mailbox/omap: check for any unread messages during suspendSuman Anna1-1/+9
2016-04-26mailbox/omap: add support for suspend/resumeSuman Anna1-0/+45
2016-04-26mailbox/omap: store mailbox interrupt type in omap_mbox_deviceSuman Anna1-0/+2
2016-04-26mailbox/omap: add blank lines after declarationsSuman Anna1-1/+6
2016-04-26mailbox/omap: remove FSF mailing address paragraphSuman Anna1-6/+0
2016-04-26mailbox/omap: use variable name for sizeof() operatorSuman Anna1-1/+1
2016-04-26mailbox/omap: drop legacy platform device supportSuman Anna1-60/+41
2016-04-14Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu...Linus Torvalds3-11/+13
2016-04-12mailbox: Stop using ENOSYS for anything other than unimplemented syscallsLee Jones1-2/+2
2016-04-12mailbox: mailbox-test: Prevent memory leakLee Jones1-3/+6
2016-04-12mailbox: mailbox-test: Use more consistent format for calling copy_from_user()Lee Jones1-4/+3
2016-04-08Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi-cppc'Rafael J. Wysocki1-2/+2
2016-04-08mailbox: xgene-slimpro: Fix wrong test for devm_kzallocAxel Lin1-2/+2
2016-04-07mailbox: pcc: Don't access an unmapped memory address spaceShanker Donthineni1-2/+2
2016-03-23Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds3-0/+652
2016-03-21mailbox: Introduce TI message manager driverNishanth Menon3-0/+652
2016-03-20Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds6-22/+1025
2016-03-16mailbox: rockchip: avoid 64-bit divisionArnd Bergmann1-1/+1
2016-03-14Merge branches 'acpi-processor' and 'acpi-cppc'Rafael J. Wysocki1-7/+104
2016-03-11mailbox: rockchip: Add Rockchip mailbox driverCaesar Wang3-0/+294
2016-03-09mailbox: pcc: optimized pcc_send_dataPrakash, Prashanth1-7/+104
2016-03-04mailbox/xgene-slimpro: Checking for IS_ERR instead of NULLDan Carpenter1-2/+2
2016-03-04mailbox: Hi6220: add mailbox driverLeo Yan3-0/+405
2016-03-04mailbox: mailbox-test: add support for separate tx/rx buffer with single channelSudeep Holla1-10/+21
2016-03-04mailbox: mailbox-test: use print_hex_dump_bytes to allow dynamic printkSudeep Holla1-10/+8
2016-03-04mailbox: mailbox-test: fix the compatible stringSudeep Holla1-1/+1
2016-03-04mailbox: mailbox-test: rename driver as generic test driverSudeep Holla1-1/+1
2016-02-15mailbox: Add support for APM X-Gene platform mailbox driverDuc Dang3-0/+295
2016-02-02mailbox: Fix dependencies for !HAS_IOMEM archsRichard Weinberger1-0/+1
2016-02-02mailbox: pcc: fix channel calculation in get_pcc_channel()Alexey Klimov1-7/+1
2015-11-30mailbox: constify mbox_chan_ops structureJulia Lawall1-1/+1
2015-11-04mailbox: mailbox-test: avoid reading iomem twiceJassi Brar1-3/+2
2015-10-27mailbox: Off by one in mbox_test_message_read()Dan Carpenter1-1/+1
2015-10-23mailbox/omap: Add ti,mbox-send-noirq quirk to fix AM33xx CPU IdleDave Gerlach1-4/+45
2015-10-23mailbox: mailbox-test: Correctly repair Sparse warningsLee Jones1-5/+6
2015-10-17mailbox: Fix a couple of trivial static checker issuesLee Jones2-6/+6
2015-10-17mailbox: Add generic mechanism for testing Mailbox ControllersLee Jones3-0/+370
2015-10-17mailbox: Add support for ST's Mailbox IPLee Jones3-0/+522
2015-10-16PCC: fix dereference of ERR_PTRSudip Mukherjee1-1/+1
2015-09-05Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds3-14/+16
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+8
2015-08-26PCC: Disable compilation by defaultAshwin Chaugule1-0/+1
2015-08-25PCC: Initialize PCC Mailbox earlier at bootAshwin Chaugule1-1/+7
2015-08-10mailbox: arm_mhu: reduce txpoll_period from 10ms to 1 msSudeep Holla1-1/+1
2015-08-10mailbox: switch to hrtimer for tx_complete pollingSudeep Holla1-12/+15
2015-08-07treewide: Fix typo in printkMasanari Iida1-1/+1
2015-08-05mailbox: Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds1-1/+1
2015-06-16arm: use subsys_initcall in non-modular pl320 IPC codePaul Gortmaker1-1/+1
2015-06-13mailbox/bcm2835: Fix mailbox full detection.Eric Anholt1-1/+2
2015-06-11mailbox: Add ability for clients to request channels by nameLee Jones1-0/+29
2015-06-11mailbox: Enable BCM2835 mailbox supportLubomir Rintel3-0/+227
2015-05-12mailbox: Fix up error handling in mbox_request_channel()Benson Leung2-6/+11
2015-05-12mailbox: Make mbox_chan_ops constAndrew Bresticker4-4/+4
2015-05-12mailbox: altera: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2015-03-17mailbox: arm_mhu: add driver for ARM MHU controllerJassi Brar3-0/+206
2015-03-04Mailbox: Restructure and simplify PCC mailbox codeAshwin Chaugule1-85/+37
2015-02-11Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu...Linus Torvalds5-3/+399
2015-02-06mailbox: Add Altera mailbox driverLey Foon Tan3-0/+396
2015-02-06mailbox: check for bit set before pollingJassi Brar1-1/+1
2015-02-06Mailbox: Fix return value check in pcc_init()Wei Yongjun1-2/+2
2015-02-05ACPI / PCC: Use pr_debug() for debug messages in pcc_init()Rafael J. Wysocki1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-27Mailbox: Add support for Platform Communication ChannelAshwin Chaugule5-3/+432
2014-11-27mailbox/omap: adapt to the new mailbox frameworkSuman Anna1-148/+198
2014-11-27mailbox: add tx_prepare client callbackSudeep Holla1-0/+2
2014-11-27mailbox: Don't unnecessarily re-arm the polling timerAndrew Bresticker1-5/+8
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-1/+0
2014-10-21Merge branch 'mailbox-for-linus' of git://git.linaro.org/landing-teams/workin...Linus Torvalds3-1/+470
2014-10-20mailbox: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-08mailbox: Introduce framework for mailboxJassi Brar2-0/+469
2014-10-08mailbox: rename pl320-ipc specific mailbox.hSuman Anna1-1/+1
2014-09-11mailbox/omap: add support for parsing dt devicesSuman Anna1-24/+132
2014-07-29mailbox/omap: add a parent structure for every IP instanceSuman Anna1-58/+115
2014-07-29mailbox/omap: remove the private mailbox structureSuman Anna1-63/+63
2014-07-29mailbox/omap: consolidate OMAP mailbox driverSuman Anna5-455/+283
2014-07-29mailbox/omap: simplify the fifo assignment by using macrosSuman Anna1-13/+16
2014-07-29mailbox/omap: remove omap_mbox_type_t from mailbox opsSuman Anna3-26/+2
2014-07-29mailbox/omap: remove OMAP1 mailbox driverSuman Anna3-217/+3
2014-07-29mailbox/omap: use devm_* interfacesSuman Anna1-45/+19
2014-01-23drivers/mailbox/omap: make mbox->irq signed for error handlingDan Carpenter1-1/+1
2013-09-18mailbox: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-06-11mailbox/omap: move the OMAP mailbox framework to driversSuman Anna6-0/+1137
2013-03-04mailbox, pl320-ipc: remove __init from probe functionMark Langsdorf1-2/+1
2013-02-02ARM / highbank: add support for pl320 IPCRob Herring3-0/+219