aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hsi/controllers
Commit message (Expand)AuthorAge
* HSI: omap_ssi: drop pm_runtime_irq_safeSebastian Reichel2016-06-27
* HSI: omap_ssi_port: use rpm autosuspend APISebastian Reichel2016-06-27
* HSI: omap_ssi: call msg->complete() from process contextSebastian Reichel2016-06-27
* HSI: omap_ssi_port: ensure clocks are kept enabled during transferSebastian Reichel2016-06-27
* HSI: omap_ssi_port: replace pm_runtime_put_sync with non-sync variantSebastian Reichel2016-06-27
* HSI: omap_ssi_port: avoid calling runtime_pm_*_sync inside spinlockSebastian Reichel2016-06-27
* HSI: omap_ssi_port: avoid pm_runtime_get_sync in ssi_start_dma and ssi_start_pioSebastian Reichel2016-06-27
* HSI: omap_ssi_port: switch to threaded pio irqSebastian Reichel2016-06-27
* HSI: omap_ssi_core: remove pm_runtime_get_sync call from taskletSebastian Reichel2016-06-27
* HSI: omap_ssi_core: use pm_runtime_put instead of pm_runtime_put_syncSebastian Reichel2016-06-27
* HSI: omap_ssi_port: prepare start_tx/stop_tx for blocking pm_runtime callsSebastian Reichel2016-06-27
* HSI: omap_ssi_port: replace wkin_cken with atomic bitmap operationsSebastian Reichel2016-06-27
* HSI: omap_ssi: convert cawake irq handler to threadSebastian Reichel2016-06-27
* HSI: omap_ssi: do not reset moduleSebastian Reichel2016-06-27
* HSI: omap_ssi_port: remove useless newlineSebastian Reichel2016-06-27
* HSI: omap-ssi: move omap_ssi_port_update_fclkArnd Bergmann2016-05-09
* HSI: omap-ssi: include pinctrl header filesArnd Bergmann2016-05-09
* HSI: omap-ssi: add COMMON_CLK dependencyArnd Bergmann2016-05-09
* HSI: omap-ssi: add clk change supportSebastian Reichel2016-05-02
* HSI: omap_ssi: built omap_ssi and omap_ssi_port into one moduleSebastian Reichel2016-05-02
* HSI: omap_ssi: fix removal of port platform deviceSebastian Reichel2016-05-02
* HSI: omap_ssi: make sure probe stays availableSebastian Reichel2016-05-02
* HSI: omap_ssi: fix module unloadingSebastian Reichel2016-05-02
* HSI: omap_ssi_port: switch to gpiod APISebastian Reichel2016-05-02
* HSI: omap_ssi_port: fix handling of_get_named_gpio resultAndrzej Hajda2016-01-07
* HSI: omap_ssi: fix handling ida_simple_get resultAndrzej Hajda2016-01-07
* hsi: controllers:remove redundant codeSanjeev Sharma2015-10-30
* hsi: omap_ssi_port: Prevent warning if cawake_gpio is not defined.Roger Quadros2015-10-14
* drivers/hsi: include <module.h> for modular omap_ssi codePaul Gortmaker2015-06-16
* Merge tag 'hsi-for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2014-12-15
|\
| * HSI: omap_ssi_port: Don't print uninitialized errSebastian Reichel2014-10-19
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-14
|\ \
| * | hsi: controllers: drop owner assignment from platform_driversWolfram Sang2014-10-20
| |/
* / hsi / OMAP / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-03
|/
* HSI: omap_ssi: Fix return value check in ssi_debug_add_ctrl()Wei Yongjun2014-07-30
* HSI: omap_ssi_port: Fix return value check in ssi_debug_add_port()Wei Yongjun2014-07-30
* drivers/hsi/controllers/omap_ssi{,_port}.c: fix failure checksAndrey Utkin2014-07-17
* hsi: omap_ssi_port: use normal module refcountingArnd Bergmann2014-06-04
* HSI: Introduce OMAP SSI driverSebastian Reichel2014-05-15