summaryrefslogtreecommitdiffstats
path: root/drivers/soc/ti/wkup_m3_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer messageAndrew Davis2024-04-091-5/+2
* soc/ti: wkup_m3_ipc: Convert to platform remove callback returning voidUwe Kleine-König2023-10-021-4/+2
* wkup_m3_ipc.c: Fix error checking for debugfs_create_dirOsama Muhammad2023-06-061-1/+1
* soc: ti: Use devm_platform_ioremap_resource()Yang Li2023-03-281-3/+1
* soc: ti: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-111-1/+1
* soc: ti: wkup_m3_ipc: Remove unneeded semicolonYang Li2022-06-171-1/+1
* soc: ti: wkup_m3_ipc: Add debug option to halt m3 in suspendDave Gerlach2022-05-031-1/+78
* soc: ti: wkup_m3_ipc: Add support for i2c voltage scalingDave Gerlach2022-05-031-1/+92
* soc: ti: wkup_m3_ipc: Add support for IO IsolationDave Gerlach2022-05-031-2/+12
* soc: ti: wkup_m3_ipc: Add support for toggling VTT regulatorDave Gerlach2022-04-221-2/+24
* soc: ti: wkup_m3_ipc: fix platform_get_irq.cocci warningYihao Han2022-04-111-3/+1
* soc: ti: wkup_m3_ipc: Fix IRQ check in wkup_m3_ipc_probeMiaoqian Lin2022-02-021-2/+2
* soc: ti: fix wkup_m3_rproc_boot_thread return typeArnd Bergmann2021-11-081-2/+3
* exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman2021-10-291-1/+1
* soc: ti: wkup_m3_ipc: Remove redundant error printing in wkup_m3_ipc_probe()Zhen Lei2021-06-041-3/+1
* soc: ti: wkup_m3_ipc: Document 'm3_ipc' parameter throughoutLee Jones2020-11-211-2/+6
* soc: ti: wkup_m3_ipc: Fix race condition with rproc_bootDave Gerlach2019-12-171-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* soc: ti: wkup_m3: Add PRCM int16 as the wake up sourceKeerthy2018-11-191-0/+1
* soc: ti: wkup_m3_ipc: mark PM functions as __maybe_unusedArnd Bergmann2018-07-061-6/+2
* soc: ti: wkup_m3_ipc: Add wkup_m3_request_wake_srcDave Gerlach2018-07-041-0/+39
* soc: ti: wkup_m3_ipc: Add rtc_only with ddr in self refresh mode supportKeerthy2018-07-041-0/+41
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-02-231-2/+0
|\
| * soc: ti: wkup_m3_ipc: Drop wait from wkup_m3_rproc_boot_threadSarangdhar Joshi2017-01-061-2/+0
* | soc: ti: wkup_m3_ipc: Fix error return code in wkup_m3_ipc_probe()Wei Yongjun2017-01-121-0/+1
|/
* soc: ti: Add wkup_m3_ipc driverDave Gerlach2015-12-031-0/+508