summaryrefslogtreecommitdiffstats
path: root/drivers/hsi
Commit message (Expand)AuthorAgeFilesLines
* HSI: core: Fix return freed object in hsi_new_clientChengfeng Ye2021-11-261-0/+1
* Merge tag 'hsi-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2021-11-041-2/+2
|\
| * HSI: cmt_speech: unmark comments as kernel-docRandy Dunlap2021-10-021-2/+2
* | net: remove single-byte netdev->dev_addr writesJakub Kicinski2021-10-131-1/+3
|/
* HSI: core: fix resource leaks in hsi_add_client_from_dt()Dan Carpenter2021-04-161-2/+1
* HSI: Fix PM usage counter unbalance in ssi_hw_initZhang Qilong2020-12-291-1/+1
* HSI: core: fix a kernel-doc markupMauro Carvalho Chehab2020-12-021-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-232-4/+4
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-143-3/+3
* drivers: hsi: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki2020-02-141-5/+4
* Merge tag 'hsi-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2019-09-223-9/+6
|\
| * HSI: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-302-6/+2
| * HSI: ssi_protocol: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-301-3/+4
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-1/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-0511-154/+11
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-215-0/+5
* 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: clients: Change return type to vm_fault_tSouptick Joarder2018-04-171-1/+1
* HSI: hsi_char: Delete an error message for a failed memory allocation in hsc_...Markus Elfring2018-03-191-3/+2
* HSI: ssi_protocol: fix spelling mistake: "trigerred" -> "triggered"Colin Ian King2018-03-191-2/+2
* HSI: ssi_protocol: Delete an error message for a failed memory allocation in ...Markus Elfring2018-03-191-3/+1
* HSI: ssi_protocol: Fix a typo in two comment linesMarkus Elfring2018-03-191-2/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge tag 'hsi-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2018-01-311-2/+2
|\
| * HSI: cmt_speech: use timespec64 instead of timespecArnd Bergmann2017-12-011-2/+2
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* Merge tag 'hsi-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2017-11-152-5/+5
|\
| * HSI: hsi_char: pr_err() strings should end with newlinesArvind Yadav2017-10-011-2/+2
| * HSI: omap_ssi_core: fix kilo to be "k" not "K"Pavel Machek2017-10-011-3/+3
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-14/+18
|\ \
| * | timer: Fix two mistakes in callback conversionsKees Cook2017-10-051-1/+1
| * | timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook2017-10-051-14/+18
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'hsi-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2017-07-044-20/+14
|\
| * HSI: core: Use kcalloc() in two functionsMarkus Elfring2017-06-081-4/+3
| * HSI: Use kcalloc() in hsi_register_board_info()Markus Elfring2017-06-081-1/+1
| * 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: nokia-modem: Add a space character for better code readability in nokia_...Markus Elfring2017-06-081-1/+1
| * HSI: nokia-modem: Delete error messages for a failed memory allocation in two...Markus Elfring2017-06-081-6/+3
| * HSI: nokia-modem: Use devm_kcalloc() in nokia_modem_gpio_probe()Markus Elfring2017-06-081-2/+2
* | hsi: Fix build regression due to netdev destructor fix.David S. Miller2017-06-081-1/+1
|/
* HSI: ssi_protocol: double free in ssip_pn_xmit()Dan Carpenter2017-04-211-2/+3
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-2/+2