summaryrefslogtreecommitdiffstats
path: root/drivers/hsi/controllers
Commit message (Expand)AuthorAgeFilesLines
* 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_port: Fix dma_map_sg error checkJack Wang2022-08-291-4/+4
* 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
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* HSI: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-302-6/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-054-56/+4
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* HSI: omap_ssi_port: fix debugfs_simple_attr.cocci warningsYueHaibing2019-02-141-3/+3
* HSI: omap_ssi: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-12-052-37/+6
* headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* 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-282-3/+0
* HSI: omap_ssi_port: use rpm autosuspend APISebastian Reichel2016-06-281-24/+44
* HSI: omap_ssi: call msg->complete() from process contextSebastian Reichel2016-06-283-1/+25
* HSI: omap_ssi_port: ensure clocks are kept enabled during transferSebastian Reichel2016-06-281-0/+2
* HSI: omap_ssi_port: replace pm_runtime_put_sync with non-sync variantSebastian Reichel2016-06-281-9/+9
* HSI: omap_ssi_port: avoid calling runtime_pm_*_sync inside spinlockSebastian Reichel2016-06-281-4/+4
* HSI: omap_ssi_port: avoid pm_runtime_get_sync in ssi_start_dma and ssi_start_pioSebastian Reichel2016-06-281-6/+24
* HSI: omap_ssi_port: switch to threaded pio irqSebastian Reichel2016-06-282-38/+24
* 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_port: prepare start_tx/stop_tx for blocking pm_runtime callsSebastian Reichel2016-06-282-5/+20
* HSI: omap_ssi_port: replace wkin_cken with atomic bitmap operationsSebastian Reichel2016-06-282-15/+7
* HSI: omap_ssi: convert cawake irq handler to threadSebastian Reichel2016-06-283-19/+8
* HSI: omap_ssi: do not reset moduleSebastian Reichel2016-06-282-20/+1
* HSI: omap_ssi_port: remove useless newlineSebastian Reichel2016-06-281-4/+2
* HSI: omap-ssi: move omap_ssi_port_update_fclkArnd Bergmann2016-05-091-18/+17
* HSI: omap-ssi: include pinctrl header filesArnd Bergmann2016-05-092-0/+2
* HSI: omap-ssi: add COMMON_CLK dependencyArnd Bergmann2016-05-091-1/+2
* HSI: omap-ssi: add clk change supportSebastian Reichel2016-05-023-0/+89
* HSI: omap_ssi: built omap_ssi and omap_ssi_port into one moduleSebastian Reichel2016-05-025-23/+21
* HSI: omap_ssi: fix removal of port platform deviceSebastian Reichel2016-05-021-0/+4
* HSI: omap_ssi: make sure probe stays availableSebastian Reichel2016-05-022-17/+19
* HSI: omap_ssi: fix module unloadingSebastian Reichel2016-05-021-3/+3
* HSI: omap_ssi_port: switch to gpiod APISebastian Reichel2016-05-023-24/+12
* HSI: omap_ssi_port: fix handling of_get_named_gpio resultAndrzej Hajda2016-01-071-4/+4
* HSI: omap_ssi: fix handling ida_simple_get resultAndrzej Hajda2016-01-071-4/+3
* hsi: controllers:remove redundant codeSanjeev Sharma2015-10-301-17/+4
* hsi: omap_ssi_port: Prevent warning if cawake_gpio is not defined.Roger Quadros2015-10-141-1/+1
* drivers/hsi: include <module.h> for modular omap_ssi codePaul Gortmaker2015-06-161-0/+1
* Merge tag 'hsi-for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2014-12-151-2/+1
|\
| * HSI: omap_ssi_port: Don't print uninitialized errSebastian Reichel2014-10-201-2/+1