Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
67bfce0e01927859618b76ff5a36a7f23b412cef
/
drivers
/
hsi
/
controllers
aa57e77b
HSI: Fix PM usage counter unbalance in ssi_hw_init
by Zhang Qilong
· 4 years, 1 month ago
41fff6e
HSI: omap_ssi: Don't jump to free ID in ssi_add_controller()
by Jing Xiangfeng
· 4 years, 3 months ago
df561f66
treewide: Use fallthrough pseudo-keyword
by Gustavo A. R. Silva
· 4 years, 4 months ago
a7f7f62
treewide: replace '---help---' in Kconfig files with 'help'
by Masahiro Yamada
· 4 years, 7 months ago
c1030cd
HSI: Remove dev_err() usage after platform_get_irq()
by Stephen Boyd
· 5 years ago
2b27bdc
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336
by Thomas Gleixner
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
1ff85bf
HSI: omap_ssi_port: fix debugfs_simple_attr.cocci warnings
by YueHaibing
· 6 years ago
3a658e0
HSI: omap_ssi: Change to use DEFINE_SHOW_ATTRIBUTE macro
by Yangtao Li
· 6 years ago
ac31672
headers: separate linux/mod_devicetable.h from linux/platform_device.h
by Randy Dunlap
· 7 years ago
3210b4f
HSI: omap_ssi_core: fix kilo to be "k" not "K"
by Pavel Machek
· 7 years ago
0fbad7c
HSI: omap_ssi: Delete an error message for a failed memory allocation in ssi_add_controller()
by Markus Elfring
· 8 years ago
8621e62
HSI: omap_ssi: Fix a typo in a comment line
by Markus Elfring
· 8 years ago
4a8557d
HSI: omap_ssi: Use devm_kcalloc() in ssi_add_controller()
by Markus Elfring
· 8 years ago
9c99e5e
HSI: omap_ssi: drop pm_runtime_irq_safe
by Sebastian Reichel
· 9 years ago
ad60db2f
HSI: omap_ssi_port: use rpm autosuspend API
by Sebastian Reichel
· 9 years ago
4e55231
HSI: omap_ssi: call msg->complete() from process context
by Sebastian Reichel
· 9 years ago
604fdfa
HSI: omap_ssi_port: ensure clocks are kept enabled during transfer
by Sebastian Reichel
· 9 years ago
d2b8d69
HSI: omap_ssi_port: replace pm_runtime_put_sync with non-sync variant
by Sebastian Reichel
· 9 years ago
fa1572d
HSI: omap_ssi_port: avoid calling runtime_pm_*_sync inside spinlock
by Sebastian Reichel
· 9 years ago
62aa292
HSI: omap_ssi_port: avoid pm_runtime_get_sync in ssi_start_dma and ssi_start_pio
by Sebastian Reichel
· 9 years ago
c4a6257
HSI: omap_ssi_port: switch to threaded pio irq
by Sebastian Reichel
· 9 years ago
927d3f8
HSI: omap_ssi_core: remove pm_runtime_get_sync call from tasklet
by Sebastian Reichel
· 9 years ago
ea88f71
HSI: omap_ssi_core: use pm_runtime_put instead of pm_runtime_put_sync
by Sebastian Reichel
· 9 years ago
7c5d816
HSI: omap_ssi_port: prepare start_tx/stop_tx for blocking pm_runtime calls
by Sebastian Reichel
· 9 years ago
2083057
HSI: omap_ssi_port: replace wkin_cken with atomic bitmap operations
by Sebastian Reichel
· 9 years ago
cb70e4c
HSI: omap_ssi: convert cawake irq handler to thread
by Sebastian Reichel
· 9 years ago
b6616be
HSI: omap_ssi: do not reset module
by Sebastian Reichel
· 9 years ago
8c009f1
HSI: omap_ssi_port: remove useless newline
by Sebastian Reichel
· 9 years ago
c2f90a4
HSI: omap-ssi: move omap_ssi_port_update_fclk
by Arnd Bergmann
· 9 years ago
ac8e3ff
HSI: omap-ssi: include pinctrl header files
by Arnd Bergmann
· 9 years ago
53c7035
HSI: omap-ssi: add COMMON_CLK dependency
by Arnd Bergmann
· 9 years ago
4bcf741
HSI: omap-ssi: add clk change support
by Sebastian Reichel
· 9 years ago
0fae198
HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module
by Sebastian Reichel
· 9 years ago
2a57aba
HSI: omap_ssi: fix removal of port platform device
by Sebastian Reichel
· 9 years ago
0845e1f2
HSI: omap_ssi: make sure probe stays available
by Sebastian Reichel
· 9 years ago
f704e11
HSI: omap_ssi: fix module unloading
by Sebastian Reichel
· 9 years ago
73e6ce0
HSI: omap_ssi_port: switch to gpiod API
by Sebastian Reichel
· 9 years ago
525e1ab
HSI: omap_ssi_port: fix handling of_get_named_gpio result
by Andrzej Hajda
· 9 years ago
6bf6ded
HSI: omap_ssi: fix handling ida_simple_get result
by Andrzej Hajda
· 9 years ago
16bd586
hsi: controllers:remove redundant code
by Sanjeev Sharma
· 9 years ago
e74eba0
hsi: omap_ssi_port: Prevent warning if cawake_gpio is not defined.
by Roger Quadros
· 9 years ago
a1a0bec
drivers/hsi: include <module.h> for modular omap_ssi code
by Paul Gortmaker
· 10 years ago
d3255ec
Merge tag 'hsi-for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi
by Linus Torvalds
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
96a1c18
hsi / OMAP / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
by Rafael J. Wysocki
· 10 years ago
53b72c1
hsi: controllers: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
068afbb
HSI: omap_ssi_port: Don't print uninitialized err
by Sebastian Reichel
· 10 years ago
3fd276e
HSI: omap_ssi: Fix return value check in ssi_debug_add_ctrl()
by Wei Yongjun
· 10 years ago
c2acb7c
HSI: omap_ssi_port: Fix return value check in ssi_debug_add_port()
by Wei Yongjun
· 10 years ago
b74d495
drivers/hsi/controllers/omap_ssi{,_port}.c: fix failure checks
by Andrey Utkin
· 10 years ago
b357d7b
hsi: omap_ssi_port: use normal module refcounting
by Arnd Bergmann
· 11 years ago
b209e04
HSI: Introduce OMAP SSI driver
by Sebastian Reichel
· 11 years ago