- 240cf5d HSI: core: Fix return freed object in hsi_new_client by Chengfeng Ye · 3 years, 2 months ago
- d5149a4 HSI: core: fix resource leaks in hsi_add_client_from_dt() by Dan Carpenter · 3 years, 9 months ago
- 7c650a9 HSI: Fix PM usage counter unbalance in ssi_hw_init by Zhang Qilong · 4 years, 1 month ago
- 9e363d1 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
- 6ca50a4 drivers: hsi: Call cpu_latency_qos_*() instead of pm_qos_*() by Rafael J. Wysocki · 4 years, 11 months ago
- 57f1c3c Merge tag 'hsi-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi by Linus Torvalds · 5 years ago
- b54c9d5 net: Use skb_frag_off accessors by Jonathan Lemon · 5 years ago
- c1030cd HSI: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
- e008227 HSI: ssi_protocol: Mark expected switch fall-throughs by Gustavo A. R. Silva · 5 years ago
- d784097 net: Use skb accessors in network drivers by Matthew Wilcox (Oracle) · 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
- 70d52ba hsi: clients: Change return type to vm_fault_t by Souptick Joarder · 7 years ago
- e3d7fba HSI: hsi_char: Delete an error message for a failed memory allocation in hsc_probe() by Markus Elfring · 7 years ago
- 852041d HSI: ssi_protocol: fix spelling mistake: "trigerred" -> "triggered" by Colin Ian King · 7 years ago
- 2d8236d HSI: ssi_protocol: Delete an error message for a failed memory allocation in ssi_protocol_probe() by Markus Elfring · 7 years ago
- 80fb8a8 HSI: ssi_protocol: Fix a typo in two comment lines by Markus Elfring · 7 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- a9e89e5 Merge tag 'hsi-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi by Linus Torvalds · 7 years ago
- b6dc80d HSI: cmt_speech: use timespec64 instead of timespec by Arnd Bergmann · 7 years ago
- afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
- 6c4ba00 Merge tag 'hsi-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi by Linus Torvalds · 7 years ago
- 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 6ac3526 timer: Fix two mistakes in callback conversions by Kees Cook · 7 years ago
- df7e828 timer: Remove init_timer_deferrable() in favor of timer_setup() by Kees Cook · 7 years ago
- 36edec0 HSI: hsi_char: pr_err() strings should end with newlines by Arvind Yadav · 7 years ago
- 3210b4f HSI: omap_ssi_core: fix kilo to be "k" not "K" by Pavel Machek · 7 years ago
- c9946d0 Merge tag 'hsi-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi by Linus Torvalds · 7 years ago
- ed66e50 hsi: Fix build regression due to netdev destructor fix. by David S. Miller · 8 years ago
- 67ddd75 HSI: core: Use kcalloc() in two functions by Markus Elfring · 8 years ago
- de7c98e HSI: Use kcalloc() in hsi_register_board_info() by Markus Elfring · 8 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
- 34b2486 HSI: nokia-modem: Add a space character for better code readability in nokia_modem_probe() by Markus Elfring · 8 years ago
- 4e3b9ba HSI: nokia-modem: Delete error messages for a failed memory allocation in two functions by Markus Elfring · 8 years ago
- 1be0593 HSI: nokia-modem: Use devm_kcalloc() in nokia_modem_gpio_probe() by Markus Elfring · 8 years ago
- 3026050 HSI: ssi_protocol: double free in ssip_pn_xmit() by Dan Carpenter · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
- b3e3893 net: use core MTU range checking in misc drivers by Jarod Wilson · 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
- de5a377 HSI: core: switch port event notifier from atomic to blocking 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
- df26d63 HSI: ssi_protocol: fix ssip_xmit invocation by Sebastian Reichel · 9 years ago
- 866dcb9 HSI: ssi_protocol: replace spin_lock with spin_lock_bh by Sebastian Reichel · 9 years ago
- 6d6c309 HSI: ssi_protocol: avoid ssi_waketest call with held spinlock 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
- e01957a hsi: Build hsi_boardinfo.c into hsi core if enabled by Andrew F. Davis · 9 years ago
- 3c13ab1 HSI: cmt_speech: Fix double spin_lock by Iago Abal · 9 years ago
- b32bd7e hsi: use kmemdup by Muhammad Falak R Wani · 9 years ago
- f6004b7 HSI: cmt_speech: use vma_pages(). by Muhammad Falak R Wani · 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
- 87d9906 HSI: ssi-protocol: Use handshake logic from n950 by Sebastian Reichel · 9 years ago
- 633f67a HSI: nokia-modem: add n950 and n9 support 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
- d2c85ac hsi: correctly handle return value of kzalloc by Insu Yun · 9 years ago
- e74eba0 hsi: omap_ssi_port: Prevent warning if cawake_gpio is not defined. by Roger Quadros · 9 years ago
- f098a04 hsi: fix double kfree by Geliang Tang · 9 years ago
- c616ac2 HSI: Fix a typo by Jakub Wilk · 9 years ago
- 7cbea8d mm: mark most vm_operations_struct const by Kirill A. Shutemov · 9 years ago
- 9d86b41 Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 9 years ago
- f451e76 HSI: nokia-modem: use flags argument of devm_gpiod_get to set direction by Uwe Kleine-König · 10 years ago
- 505875e HSI: nokia-modem: Reduce missing driver message to debug level by Sebastian Reichel · 10 years ago
- 5023a5c HSI: cmt_speech: fix timestamp interface by Sebastian Reichel · 10 years ago
- a1a0bec drivers/hsi: include <module.h> for modular omap_ssi code by Paul Gortmaker · 10 years ago
- 265ef3e HSI: cmt_speech: fix error return code by Julia Lawall · 10 years ago
- f9c0d76 HSI: nokia-modem: Add cmt-speech support by Sebastian Reichel · 10 years ago
- 7f62fe8 HSI: cmt_speech: Add cmt-speech driver by Kai Vehmanen · 15 years ago
- b224912 HSI: nokia-modem: fix error return code by Julia Lawall · 10 years ago
- 67e9a2c hsi: nokia-modem: fix uninitialized device pointer by Aaro Koskinen · 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