summaryrefslogtreecommitdiffstats
path: root/drivers/hsi
Commit message (Expand)AuthorAgeFilesLines
* HSI: ssi_protocol: fix struct members kernel-doc warningsRandy Dunlap2024-02-251-1/+2
* hsi: hsi_core: make hsi_bus_type constRicardo B. Marliere2024-02-061-1/+1
* HSI: omap_ssi: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-11-131-3/+3
* hsi: omap_ssi: Explicitly include correct DT includesRob Herring2023-07-311-0/+1
* HSI: omap_ssi_port: Drop error checking for debugfs_create_dirOsama Muhammad2023-05-271-12/+2
* HSI: fix ssi_waketest() declarationArnd Bergmann2023-05-202-2/+1
* of: Rename of_modalias_node()Miquel Raynal2023-04-051-1/+1
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-1/+1
|\
| * driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
* | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
|/
* HSI: omap_ssi_core: Fix error handling in ssi_init()Yuan Can2022-11-251-1/+7
* HSI: omap_ssi_core: fix possible memory leak in ssi_probe()Yang Yingliang2022-11-171-1/+3
* HSI: omap_ssi_core: fix unbalanced pm_runtime_disable()Yang Yingliang2022-11-141-1/+1
* HSI: ssi_protocol: Fix return type of ssip_pn_xmit()Nathan Chancellor2022-11-141-3/+3
* HSI: nokia-modem: Replace of_gpio_count() by gpiod_count()Andy Shevchenko2022-09-201-3/+1
* HSI: ssi_protocol: fix potential resource leak in ssip_pn_open()Jianglei Nie2022-09-201-0/+1
* HSI: omap_ssi_port: Fix dma_map_sg error checkJack Wang2022-08-291-4/+4
* HSI: cmt_speech: Pass a pointer to virt_to_page()Linus Walleij2022-08-291-1/+1
* HSI: omap_ssi: Fix refcount leak in ssi_probeMiaoqian Lin2022-08-291-0/+1
* HSI: clients: remove duplicate assignmentWang Qing2022-08-291-1/+0
* 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
|/