summaryrefslogtreecommitdiff
path: root/chip/mt_scp/ipi.c
Commit message (Expand)AuthorAgeFilesLines
* chip/mt_scp: move mt8183 specific to sub-folderTzung-Bi Shih2021-06-251-394/+0
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-1/+1
* mt_scp/clock: Use ULPOSC1 when AP suspendEric Yilun Lin2020-01-071-0/+42
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* mtk_vcodec: Add the service for h264 decoderYunfei Dong2019-08-261-1/+1
* mt_scp/ipi: only invoke interrupt when ipi readyYilun Lin2019-08-071-1/+1
* mt_scp: Trigger IRQ if has pending IPC when re-enable SCP_IRQ_IPC0.Yilun Lin2019-07-171-3/+18
* mt_scp/ipi: Add ref-counted API ipi_{en,dis}able_irq()Yilun Lin2019-07-021-4/+35
* mt_scp/ipi: Host command should not wake up AP.Yilun Lin2019-06-251-1/+1
* mt_scp/ipi: Do not support ipi_send in ISR contextYilun Lin2019-06-231-6/+4
* mkbp: take timestamp closer to hardware interruptJett Rink2019-04-241-2/+10
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* mt_scp: Check for IPI_NS_SERVICE in ipi_send.Pi-Hsun Shih2019-03-121-0/+5
* mt_scp/ipi: Support host event over IPI.Yilun Lin2019-03-121-4/+37
* kukui_scp/ipi: Clarify ipi_send() signature.Yilun Lin2019-03-071-1/+1
* kukui_scp: Add rpmsg name service.Peter Shih2019-03-041-0/+11
* mt_scp/ipi: Support host command.Yilun Lin2018-12-291-0/+72
* mt_scp: Support inter-process interrupt/communication (IPI).Yilun Lin2018-12-291-0/+179