summaryrefslogtreecommitdiff
path: root/drivers/hsi/controllers/omap_ssi_core.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-13HSI: omap_ssi: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2023-08-01hsi: omap_ssi: Explicitly include correct DT includesRob Herring1-0/+1
2023-05-20HSI: fix ssi_waketest() declarationArnd Bergmann1-0/+1
2022-11-25HSI: omap_ssi_core: Fix error handling in ssi_init()Yuan Can1-1/+7
2022-11-18HSI: omap_ssi_core: fix possible memory leak in ssi_probe()Yang Yingliang1-1/+3
2022-11-14HSI: omap_ssi_core: fix unbalanced pm_runtime_disable()Yang Yingliang1-1/+1
2022-08-29HSI: omap_ssi: Fix refcount leak in ssi_probeMiaoqian Lin1-0/+1
2020-12-30HSI: Fix PM usage counter unbalance in ssi_hw_initZhang Qilong1-1/+1
2020-11-29HSI: omap_ssi: Don't jump to free ID in ssi_add_controller()Jing Xiangfeng1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-07-30HSI: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-14/+1
2018-12-05HSI: omap_ssi: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-25/+4
2017-10-01HSI: omap_ssi_core: fix kilo to be "k" not "K"Pavel Machek1-3/+3
2017-06-08HSI: omap_ssi: Delete an error message for a failed memory allocation in ssi_...Markus Elfring1-3/+1
2017-06-08HSI: omap_ssi: Fix a typo in a comment lineMarkus Elfring1-1/+1
2017-06-08HSI: omap_ssi: Use devm_kcalloc() in ssi_add_controller()Markus Elfring1-2/+2
2016-06-28HSI: omap_ssi: drop pm_runtime_irq_safeSebastian Reichel1-1/+0
2016-06-28HSI: omap_ssi: call msg->complete() from process contextSebastian Reichel1-1/+3
2016-06-28HSI: omap_ssi_core: remove pm_runtime_get_sync call from taskletSebastian Reichel1-1/+7
2016-06-28HSI: omap_ssi_core: use pm_runtime_put instead of pm_runtime_put_syncSebastian Reichel1-5/+5
2016-06-28HSI: omap_ssi: convert cawake irq handler to threadSebastian Reichel1-2/+2
2016-06-28HSI: omap_ssi: do not reset moduleSebastian Reichel1-18/+1
2016-05-09HSI: omap-ssi: include pinctrl header filesArnd Bergmann1-0/+1
2016-05-02HSI: omap-ssi: add clk change supportSebastian Reichel1-0/+63
2016-05-02HSI: omap_ssi: built omap_ssi and omap_ssi_port into one moduleSebastian Reichel1-0/+629