summaryrefslogtreecommitdiffstats
path: root/drivers/hsi/controllers/omap_ssi_core.c
Commit message (Expand)AuthorAgeFilesLines
* HSI: omap_ssi_core: Convert to platform remove callback returning voidUwe Kleine-König2024-04-161-4/+2
* HSI: omap_ssi: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-11-131-3/+3
* hsi: omap_ssi: Explicitly include correct DT includesRob Herring2023-07-311-0/+1
* HSI: fix ssi_waketest() declarationArnd Bergmann2023-05-201-0/+1
* HSI: omap_ssi_core: Fix error handling in ssi_init()Yuan Can2022-11-251-1/+7
* HSI: omap_ssi_core: fix possible memory leak in ssi_probe()Yang Yingliang2022-11-171-1/+3
* HSI: omap_ssi_core: fix unbalanced pm_runtime_disable()Yang Yingliang2022-11-141-1/+1
* HSI: omap_ssi: Fix refcount leak in ssi_probeMiaoqian Lin2022-08-291-0/+1
* HSI: Fix PM usage counter unbalance in ssi_hw_initZhang Qilong2020-12-291-1/+1
* HSI: omap_ssi: Don't jump to free ID in ssi_add_controller()Jing Xiangfeng2020-11-291-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* HSI: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-14/+1
* HSI: omap_ssi: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-12-051-25/+4
* HSI: omap_ssi_core: fix kilo to be "k" not "K"Pavel Machek2017-10-011-3/+3
* HSI: omap_ssi: Delete an error message for a failed memory allocation in ssi_...Markus Elfring2017-06-081-3/+1
* HSI: omap_ssi: Fix a typo in a comment lineMarkus Elfring2017-06-081-1/+1
* HSI: omap_ssi: Use devm_kcalloc() in ssi_add_controller()Markus Elfring2017-06-081-2/+2
* HSI: omap_ssi: drop pm_runtime_irq_safeSebastian Reichel2016-06-281-1/+0
* HSI: omap_ssi: call msg->complete() from process contextSebastian Reichel2016-06-281-1/+3
* HSI: omap_ssi_core: remove pm_runtime_get_sync call from taskletSebastian Reichel2016-06-281-1/+7
* HSI: omap_ssi_core: use pm_runtime_put instead of pm_runtime_put_syncSebastian Reichel2016-06-281-5/+5
* HSI: omap_ssi: convert cawake irq handler to threadSebastian Reichel2016-06-281-2/+2
* HSI: omap_ssi: do not reset moduleSebastian Reichel2016-06-281-18/+1
* HSI: omap-ssi: include pinctrl header filesArnd Bergmann2016-05-091-0/+1
* HSI: omap-ssi: add clk change supportSebastian Reichel2016-05-021-0/+63
* HSI: omap_ssi: built omap_ssi and omap_ssi_port into one moduleSebastian Reichel2016-05-021-0/+629