index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hsi
/
controllers
/
omap_ssi_port.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-05
HSI: omap_ssi_port: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
1
-11
/
+0
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2024-04-16
HSI: omap_ssi_port: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-05-27
HSI: omap_ssi_port: Drop error checking for debugfs_create_dir
Osama Muhammad
1
-12
/
+2
2022-08-29
HSI: omap_ssi_port: Fix dma_map_sg error check
Jack Wang
1
-4
/
+4
2019-07-30
HSI: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336
Thomas Gleixner
1
-14
/
+1
2019-02-14
HSI: omap_ssi_port: fix debugfs_simple_attr.cocci warnings
YueHaibing
1
-3
/
+3
2018-12-05
HSI: omap_ssi: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
1
-12
/
+2
2018-07-07
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
1
-0
/
+1
2016-06-28
HSI: omap_ssi: drop pm_runtime_irq_safe
Sebastian Reichel
1
-2
/
+0
2016-06-28
HSI: omap_ssi_port: use rpm autosuspend API
Sebastian Reichel
1
-24
/
+44
2016-06-28
HSI: omap_ssi: call msg->complete() from process context
Sebastian Reichel
1
-0
/
+18
2016-06-28
HSI: omap_ssi_port: ensure clocks are kept enabled during transfer
Sebastian Reichel
1
-0
/
+2
2016-06-28
HSI: omap_ssi_port: replace pm_runtime_put_sync with non-sync variant
Sebastian Reichel
1
-9
/
+9
2016-06-28
HSI: omap_ssi_port: avoid calling runtime_pm_*_sync inside spinlock
Sebastian Reichel
1
-4
/
+4
2016-06-28
HSI: omap_ssi_port: avoid pm_runtime_get_sync in ssi_start_dma and ssi_start_pio
Sebastian Reichel
1
-6
/
+24
2016-06-28
HSI: omap_ssi_port: switch to threaded pio irq
Sebastian Reichel
1
-36
/
+24
2016-06-28
HSI: omap_ssi_port: prepare start_tx/stop_tx for blocking pm_runtime calls
Sebastian Reichel
1
-5
/
+18
2016-06-28
HSI: omap_ssi_port: replace wkin_cken with atomic bitmap operations
Sebastian Reichel
1
-13
/
+3
2016-06-28
HSI: omap_ssi: convert cawake irq handler to thread
Sebastian Reichel
1
-15
/
+6
2016-06-28
HSI: omap_ssi_port: remove useless newline
Sebastian Reichel
1
-4
/
+2
2016-05-09
HSI: omap-ssi: move omap_ssi_port_update_fclk
Arnd Bergmann
1
-18
/
+17
2016-05-09
HSI: omap-ssi: include pinctrl header files
Arnd Bergmann
1
-0
/
+1
2016-05-02
HSI: omap-ssi: add clk change support
Sebastian Reichel
1
-0
/
+20
2016-05-02
HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module
Sebastian Reichel
1
-15
/
+1
2016-05-02
HSI: omap_ssi: make sure probe stays available
Sebastian Reichel
1
-9
/
+10
2016-05-02
HSI: omap_ssi_port: switch to gpiod API
Sebastian Reichel
1
-21
/
+10
2016-01-07
HSI: omap_ssi_port: fix handling of_get_named_gpio result
Andrzej Hajda
1
-4
/
+4
2015-10-14
hsi: omap_ssi_port: Prevent warning if cawake_gpio is not defined.
Roger Quadros
1
-1
/
+1
2014-12-15
Merge tag 'hsi-for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...
Linus Torvalds
1
-2
/
+1
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-12-04
hsi / OMAP / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
1
-1
/
+1
2014-10-20
hsi: controllers: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-20
HSI: omap_ssi_port: Don't print uninitialized err
Sebastian Reichel
1
-2
/
+1
2014-07-31
HSI: omap_ssi_port: Fix return value check in ssi_debug_add_port()
Wei Yongjun
1
-4
/
+4
2014-07-17
drivers/hsi/controllers/omap_ssi{,_port}.c: fix failure checks
Andrey Utkin
1
-3
/
+4
2014-06-05
hsi: omap_ssi_port: use normal module refcounting
Arnd Bergmann
1
-2
/
+2
2014-05-16
HSI: Introduce OMAP SSI driver
Sebastian Reichel
1
-0
/
+1399