aboutsummaryrefslogtreecommitdiff
path: root/drivers/hsi/controllers
AgeCommit message (Expand)AuthorFilesLines
2024-04-16HSI: omap_ssi_port: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2024-04-16HSI: omap_ssi_core: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-11-13HSI: omap_ssi: Remove usage of the deprecated ida_simple_xx() APIGravatar Christophe JAILLET 1-3/+3
2023-07-31hsi: omap_ssi: Explicitly include correct DT includesGravatar Rob Herring 1-0/+1
2023-05-27HSI: omap_ssi_port: Drop error checking for debugfs_create_dirGravatar Osama Muhammad 1-12/+2
2023-05-20HSI: fix ssi_waketest() declarationGravatar Arnd Bergmann 1-0/+1
2022-11-25HSI: omap_ssi_core: Fix error handling in ssi_init()Gravatar Yuan Can 1-1/+7
2022-11-17HSI: omap_ssi_core: fix possible memory leak in ssi_probe()Gravatar Yang Yingliang 1-1/+3
2022-11-14HSI: omap_ssi_core: fix unbalanced pm_runtime_disable()Gravatar Yang Yingliang 1-1/+1
2022-08-29HSI: omap_ssi_port: Fix dma_map_sg error checkGravatar Jack Wang 1-4/+4
2022-08-29HSI: omap_ssi: Fix refcount leak in ssi_probeGravatar Miaoqian Lin 1-0/+1
2020-12-29HSI: Fix PM usage counter unbalance in ssi_hw_initGravatar Zhang Qilong 1-1/+1
2020-11-29HSI: omap_ssi: Don't jump to free ID in ssi_add_controller()Gravatar Jing Xiangfeng 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-1/+1
2019-07-30HSI: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 2-6/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Gravatar Thomas Gleixner 4-56/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-02-14HSI: omap_ssi_port: fix debugfs_simple_attr.cocci warningsGravatar YueHaibing 1-3/+3
2018-12-05HSI: omap_ssi: Change to use DEFINE_SHOW_ATTRIBUTE macroGravatar Yangtao Li 2-37/+6
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 1-0/+1
2017-10-01HSI: omap_ssi_core: fix kilo to be "k" not "K"Gravatar Pavel Machek 1-3/+3
2017-06-08HSI: omap_ssi: Delete an error message for a failed memory allocation in ssi_...Gravatar Markus Elfring 1-3/+1
2017-06-08HSI: omap_ssi: Fix a typo in a comment lineGravatar Markus Elfring 1-1/+1
2017-06-08HSI: omap_ssi: Use devm_kcalloc() in ssi_add_controller()Gravatar Markus Elfring 1-2/+2
2016-06-28HSI: omap_ssi: drop pm_runtime_irq_safeGravatar Sebastian Reichel 2-3/+0
2016-06-28HSI: omap_ssi_port: use rpm autosuspend APIGravatar Sebastian Reichel 1-24/+44
2016-06-28HSI: omap_ssi: call msg->complete() from process contextGravatar Sebastian Reichel 3-1/+25
2016-06-28HSI: omap_ssi_port: ensure clocks are kept enabled during transferGravatar Sebastian Reichel 1-0/+2
2016-06-28HSI: omap_ssi_port: replace pm_runtime_put_sync with non-sync variantGravatar Sebastian Reichel 1-9/+9
2016-06-28HSI: omap_ssi_port: avoid calling runtime_pm_*_sync inside spinlockGravatar Sebastian Reichel 1-4/+4
2016-06-28HSI: omap_ssi_port: avoid pm_runtime_get_sync in ssi_start_dma and ssi_start_pioGravatar Sebastian Reichel 1-6/+24
2016-06-28HSI: omap_ssi_port: switch to threaded pio irqGravatar Sebastian Reichel 2-38/+24
2016-06-28HSI: omap_ssi_core: remove pm_runtime_get_sync call from taskletGravatar Sebastian Reichel 1-1/+7
2016-06-28HSI: omap_ssi_core: use pm_runtime_put instead of pm_runtime_put_syncGravatar Sebastian Reichel 1-5/+5
2016-06-28HSI: omap_ssi_port: prepare start_tx/stop_tx for blocking pm_runtime callsGravatar Sebastian Reichel 2-5/+20
2016-06-28HSI: omap_ssi_port: replace wkin_cken with atomic bitmap operationsGravatar Sebastian Reichel 2-15/+7
2016-06-28HSI: omap_ssi: convert cawake irq handler to threadGravatar Sebastian Reichel 3-19/+8
2016-06-28HSI: omap_ssi: do not reset moduleGravatar Sebastian Reichel 2-20/+1
2016-06-28HSI: omap_ssi_port: remove useless newlineGravatar Sebastian Reichel 1-4/+2
2016-05-09HSI: omap-ssi: move omap_ssi_port_update_fclkGravatar Arnd Bergmann 1-18/+17
2016-05-09HSI: omap-ssi: include pinctrl header filesGravatar Arnd Bergmann 2-0/+2
2016-05-09HSI: omap-ssi: add COMMON_CLK dependencyGravatar Arnd Bergmann 1-1/+2
2016-05-02HSI: omap-ssi: add clk change supportGravatar Sebastian Reichel 3-0/+89
2016-05-02HSI: omap_ssi: built omap_ssi and omap_ssi_port into one moduleGravatar Sebastian Reichel 5-23/+21
2016-05-02HSI: omap_ssi: fix removal of port platform deviceGravatar Sebastian Reichel 1-0/+4
2016-05-02HSI: omap_ssi: make sure probe stays availableGravatar Sebastian Reichel 2-17/+19
2016-05-02HSI: omap_ssi: fix module unloadingGravatar Sebastian Reichel 1-3/+3
2016-05-02HSI: omap_ssi_port: switch to gpiod APIGravatar Sebastian Reichel 3-24/+12
2016-01-07HSI: omap_ssi_port: fix handling of_get_named_gpio resultGravatar Andrzej Hajda 1-4/+4