summaryrefslogtreecommitdiffstats
path: root/drivers/slimbus
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2026-01-27slimbus: qcom-ngd: Simplify with scoped for each OF child loopKrzysztof Kozlowski-8/+2
2026-01-16slimbus: core: clean up of_slim_get_device()Johan Hovold-16/+10
2026-01-16slimbus: core: fix of_slim_get_device() kernel docJohan Hovold-3/+5
2026-01-16slimbus: core: amend slim_get_device() kernel docJohan Hovold-0/+3
2026-01-16slimbus: core: fix device reference leak on report presentJohan Hovold-0/+3
2026-01-16slimbus: core: fix runtime PM imbalance on report presentJohan Hovold-7/+9
2026-01-16slimbus: core: fix OF node leak on registration failureJohan Hovold-1/+1
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+1
2025-11-09slimbus: ngd: Fix reference count leak in qcom_slim_ngd_notify_slavesMiaoqian Lin-0/+1
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-09-12slimbus: messaging: fix "transfered"->"transferred"Xichao Zhao-1/+1
2025-09-12slimbus: messaging: Remove redundant codeQiang Liu-2/+0
2025-09-12slimbus: qcom: remove unused qcom controller driverSrinivas Kandagatla-745/+0
2025-02-20slimbus: messaging: Free transaction ID in delayed interrupt scenarioVisweswara Tanuku-2/+3
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-12/+5
2025-01-03slimbus: core: Remove of_slim_match_dev()Zijun Hu-9/+1
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu-4/+4
2025-01-03slimbus: core: Constify slim_eaddr_equal()Zijun Hu-1/+2
2024-12-30slimbus: messaging: Reorganize kerneldoc parameter namesJulia Lawall-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-3/+3
2024-09-03slimbus: qcom-ngd-ctrl: use 'time_left' variable with wait_for_completion_tim...Wolfram Sang-13/+16
2024-09-03slimbus: qcom-ctrl: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang-3/+4
2024-09-03slimbus: messaging: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang-4/+5
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2024-07-05slimbus: Fix struct and documentation alignment in stream.cAmit Vadhavana-3/+5
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-2/+2
2024-05-08Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman-1/+5
2024-05-03slimbus: qcom-ngd-ctrl: Add timeout for wait operationViken Dadhaniya-1/+5
2024-05-03slimbus: qcom-ctrl: fix module autoloadingKrzysztof Kozlowski-0/+1
2024-05-03slimbus: Convert to platform remove callback returning voidUwe Kleine-König-10/+6
2024-05-03slimbus: qcom-ngd-ctrl: Reduce auto suspend delayViken Dadhaniya-2/+1
2024-03-07slimbus: core: make slimbus_bus constRicardo B. Marliere-1/+1
2024-03-07slimbus: qcom-ngd-ctrl: Make QMI message rules constJeff Johnson-4/+4
2024-03-07slimbus: core: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET-2/+2
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman-2/+2
2022-11-23slimbus: qcom-ngd-ctrl: reinit the reconf completion flagKrzysztof Kozlowski-0/+6
2022-11-23slimbus: qcom-ngd-ctrl: use devm_platform_get_and_ioremap_resource()Krzysztof Kozlowski-3/+1
2022-11-23slimbus: qcom-ctrl: use devm_platform_ioremap_resource_byname()Krzysztof Kozlowski-3/+1
2022-11-23slimbus: qcom-ctrl: drop unneeded qcom,apq8064-slim compatibleKrzysztof Kozlowski-1/+0
2022-11-23slimbus: stream: add checks for invalid unprepare/disable usageKrzysztof Kozlowski-0/+6
2022-11-23slimbus: qcom-ngd-ctrl: add support for 44.1 Khz frequencyKrzysztof Kozlowski-5/+59
2022-11-23slimbus: stream: handle unsupported bitrates for presence rateKrzysztof Kozlowski-2/+9
2022-11-23slimbus: qcom-ngd-ctrl: drop PM runtime counter on transfer error pathsKrzysztof Kozlowski-3/+11
2022-11-23slimbus: qcom-ngd-ctrl: check for device runtime PM status during ISRKrzysztof Kozlowski-1/+8
2022-11-10slimbus: qcom-ngd: Fix build error when CONFIG_SLIM_QCOM_NGD_CTRL=y && CONFIG...Zheng Bin-1/+1
2022-11-10slimbus: stream: correct presence rate frequenciesKrzysztof Kozlowski-4/+4
2022-09-24slimbus: qcom-ngd: Add error handling in of_qcom_slim_ngd_registerLin Yujun-1/+7
2022-09-24slimbus: qcom-ngd-ctrl: allow compile testing without QCOM_RPROC_COMMONKrzysztof Kozlowski-1/+2