Age | Commit message (Expand) | Author | Files | Lines |
2018-03-20 | mailbox: Add support for Hi3660 mailbox | Kaihua Zhong | 3 | -0/+322 |
2018-03-15 | mailbox: tegra: relax TEGRA_HSP_MBOX Kconfig dependencies | Arnd Bergmann | 1 | -1/+1 |
2018-03-15 | maillbox: bcm-flexrm-mailbox: Use dma_pool_zalloc() | Souptick Joarder | 1 | -2/+1 |
2018-02-12 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -1/+1 |
2018-02-04 | Merge tag 'mailbox-v4.16' of git://git.linaro.org/landing-teams/working/fujit... | Linus Torvalds | 2 | -16/+33 |
2018-02-04 | mailbox: qcom: Create APCS child device for clock controller | Georgi Djakov | 1 | -0/+11 |
2018-02-04 | mailbox: qcom: Convert APCS IPC driver to use regmap | Georgi Djakov | 1 | -5/+19 |
2018-01-10 | mailbox: ti-msgmgr: Use %zu for size_t print format | Nishanth Menon | 1 | -1/+1 |
2018-01-10 | mailbox: ti-msgmgr: Switch to SPDX Licensing | Nishanth Menon | 1 | -10/+2 |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro | 1 | -1/+1 |
2017-11-16 | Merge tag 'mailbox-v4.15' of git://git.linaro.org/landing-teams/working/fujit... | Linus Torvalds | 6 | -28/+66 |
2017-11-14 | mailbox/omap: unregister mbox class | Arvind Yadav | 1 | -1/+5 |
2017-11-14 | mailbox: mailbox-test: don't rely on rx_buffer content to signal data ready | Sudeep Holla | 1 | -5/+6 |
2017-11-14 | mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdone | Sudeep Holla | 2 | -4/+4 |
2017-11-14 | Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -1/+0 |
2017-11-14 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -6/+6 |
2017-11-09 | mailbox: PCC: Move the MAX_PCC_SUBSPACES definition to header file | George Cherian | 1 | -1/+0 |
2017-11-06 | mailbox: Convert timers to use timer_setup() | Kees Cook | 1 | -6/+6 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-27 | mailbox: Build Broadcom FlexRM driver as loadable module for iProc SOCs | Anup Patel | 1 | -1/+1 |
2017-10-27 | mailbox: bcm-flexrm-mailbox: Use common GPL comment header | Anup Patel | 1 | -5/+13 |
2017-10-27 | mailbox: bcm-flexrm-mailbox: add depends on ARCH_BCM_IPROC | Scott Branden | 1 | -0/+1 |
2017-10-27 | mailbox: bcm-flexrm-mailbox: Print ring number in errors and warnings | Anup Patel | 1 | -9/+17 |
2017-10-27 | mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence | Anup Patel | 1 | -3/+19 |
2017-09-07 | Merge tag 'mailbox-v4.14' of git://git.linaro.org/landing-teams/working/fujit... | Linus Torvalds | 1 | -77/+175 |
2017-08-31 | mailbox: bcm-flexrm-mailbox: Use txdone_ack instead of txdone_poll | Anup Patel | 1 | -57/+4 |
2017-08-31 | mailbox: bcm-flexrm-mailbox: Use bitmap instead of IDA | Anup Patel | 1 | -17/+19 |
2017-08-31 | mailbox: bcm-flexrm-mailbox: Fix mask used in CMPL_START_ADDR_VALUE() | Anup Patel | 1 | -1/+1 |
2017-08-31 | mailbox: bcm-flexrm-mailbox: Add debugfs support | Anup Patel | 1 | -2/+134 |
2017-08-31 | mailbox: bcm-flexrm-mailbox: Set IRQ affinity hint for FlexRM ring IRQs | Anup Patel | 1 | -0/+17 |
2017-08-10 | mailbox: pcc: Drop uninformative output during boot | Punit Agrawal | 1 | -3/+1 |
2017-07-26 | mailbox: pcc: Fix crash when request PCC channel 0 | Hoan Tran | 1 | -1/+1 |
2017-07-07 | Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working... | Linus Torvalds | 4 | -6/+149 |
2017-06-14 | mailbox: Introduce Qualcomm APCS IPC driver | Bjorn Andersson | 3 | -0/+139 |
2017-06-14 | mailbox: Make startup and shutdown ops optional | Bjorn Andersson | 1 | -6/+10 |
2017-06-12 | ACPICA: Add support for new PCCT subtables | David E. Box | 1 | -5/+5 |
2017-04-27 | mailbox: handle empty message in tx_tick | Sudeep Holla | 1 | -1/+4 |
2017-04-27 | mailbox: skip complete wait event if timer expired | Sudeep Holla | 1 | -3/+3 |
2017-04-27 | mailbox: always wait in mbox_send_message for blocking Tx mode | Sudeep Holla | 1 | -1/+1 |
2017-03-29 | mailbox: Remove depends on COMPILE_TEST for BCM_FLEXRM_MBOX | Anup Patel | 1 | -1/+1 |
2017-03-28 | mailbox: check ->last_tx_done for NULL in case of timer-based polling | Alexey Klimov | 1 | -0/+6 |
2017-03-28 | mailbox: Add driver for Broadcom FlexRM ring manager | Anup Patel | 3 | -0/+1608 |
2017-03-28 | mailbox: bcm-pdc: Add Northstar Plus support to PDC driver | Steve Lin | 2 | -20/+50 |
2017-03-28 | mailbox: constify mbox_chan_ops structures | Bhumika Goyal | 2 | -2/+2 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+1 |
2016-12-25 | ktime: Cleanup ktime_set() usage | Thomas Gleixner | 1 | -2/+1 |
2016-12-22 | Merge tag 'acpi-extra-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+1 |
2016-12-22 | Merge branches 'acpica' and 'acpi-scan' | Rafael J. Wysocki | 1 | -4/+1 |
2016-12-21 | ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() users | Lv Zheng | 1 | -4/+1 |
2016-12-21 | Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working... | Linus Torvalds | 3 | -234/+407 |