summaryrefslogtreecommitdiff
path: root/drivers/soc/ti/wkup_m3_ipc.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer messageAndrew Davis1-5/+2
2023-10-02soc/ti: wkup_m3_ipc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-06-06wkup_m3_ipc.c: Fix error checking for debugfs_create_dirOsama Muhammad1-1/+1
2023-03-28soc: ti: Use devm_platform_ioremap_resource()Yang Li1-3/+1
2023-03-11soc: ti: Use of_property_read_bool() for boolean propertiesRob Herring1-1/+1
2022-06-18soc: ti: wkup_m3_ipc: Remove unneeded semicolonYang Li1-1/+1
2022-05-03soc: ti: wkup_m3_ipc: Add debug option to halt m3 in suspendDave Gerlach1-1/+78
2022-05-03soc: ti: wkup_m3_ipc: Add support for i2c voltage scalingDave Gerlach1-1/+92
2022-05-03soc: ti: wkup_m3_ipc: Add support for IO IsolationDave Gerlach1-2/+12
2022-04-23soc: ti: wkup_m3_ipc: Add support for toggling VTT regulatorDave Gerlach1-2/+24
2022-04-11soc: ti: wkup_m3_ipc: fix platform_get_irq.cocci warningYihao Han1-3/+1
2022-02-02soc: ti: wkup_m3_ipc: Fix IRQ check in wkup_m3_ipc_probeMiaoqian Lin1-2/+2
2021-11-08soc: ti: fix wkup_m3_rproc_boot_thread return typeArnd Bergmann1-2/+3
2021-10-29exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman1-1/+1
2021-06-04soc: ti: wkup_m3_ipc: Remove redundant error printing in wkup_m3_ipc_probe()Zhen Lei1-3/+1
2020-11-22soc: ti: wkup_m3_ipc: Document 'm3_ipc' parameter throughoutLee Jones1-2/+6
2019-12-18soc: ti: wkup_m3_ipc: Fix race condition with rproc_bootDave Gerlach1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2018-11-19soc: ti: wkup_m3: Add PRCM int16 as the wake up sourceKeerthy1-0/+1
2018-07-06soc: ti: wkup_m3_ipc: mark PM functions as __maybe_unusedArnd Bergmann1-6/+2
2018-07-05soc: ti: wkup_m3_ipc: Add wkup_m3_request_wake_srcDave Gerlach1-0/+39
2018-07-05soc: ti: wkup_m3_ipc: Add rtc_only with ddr in self refresh mode supportKeerthy1-0/+41
2017-02-24Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+0
2017-01-13soc: ti: wkup_m3_ipc: Fix error return code in wkup_m3_ipc_probe()Wei Yongjun1-0/+1
2017-01-06soc: ti: wkup_m3_ipc: Drop wait from wkup_m3_rproc_boot_threadSarangdhar Joshi1-2/+0
2015-12-03soc: ti: Add wkup_m3_ipc driverDave Gerlach1-0/+508