aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/slimbus
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge branches 'slimbus-fixes' and 'slimbus-for-7.2' into slimbus-for-nextSrinivas Kandagatla1-3/+2
3 daysslimbus: qcom-ngd-ctrl: Use the unified QMI service ID instead of defining it...Daniel Lezcano1-3/+2
3 daysslimbus: qcom-ngd-ctrl: Avoid ABBA on tx_lock/ctrl->lockBjorn Andersson1-3/+0
3 daysslimbus: qcom-ngd-ctrl: Balance pm_runtime enablement for NGDBjorn Andersson1-1/+5
3 daysslimbus: qcom-ngd-ctrl: Initialize controller resources in controllerBjorn Andersson1-22/+16
3 daysslimbus: qcom-ngd-ctrl: Register callbacks after creating the ngdBjorn Andersson1-19/+26
3 daysslimbus: qcom-ngd-ctrl: Correct PDR and SSR cleanup ownershipBjorn Andersson1-2/+3
3 daysslimbus: qcom-ngd-ctrl: Fix probe error path orderingBjorn Andersson1-6/+5
3 daysslimbus: qcom-ngd-ctrl: Fix up platform_driver registrationBjorn Andersson1-3/+33
3 daysslimbus: qcom-ngd-ctrl: fix OF node refcountBartosz Golaszewski1-1/+1
2026-03-17driver core: platform: use generic driver_override infrastructureDanilo Krummrich1-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-4/+4
2026-01-27slimbus: qcom-ngd: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-8/+2
2026-01-16slimbus: core: clean up of_slim_get_device()Johan Hovold1-16/+10
2026-01-16slimbus: core: fix of_slim_get_device() kernel docJohan Hovold1-3/+5
2026-01-16slimbus: core: amend slim_get_device() kernel docJohan Hovold1-0/+3
2026-01-16slimbus: core: fix device reference leak on report presentJohan Hovold1-0/+3
2026-01-16slimbus: core: fix runtime PM imbalance on report presentJohan Hovold1-7/+9
2026-01-16slimbus: core: fix OF node leak on registration failureJohan Hovold1-1/+1
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2025-11-09slimbus: ngd: Fix reference count leak in qcom_slim_ngd_notify_slavesMiaoqian Lin1-0/+1
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-09-12slimbus: messaging: fix "transfered"->"transferred"Xichao Zhao1-1/+1
2025-09-12slimbus: messaging: Remove redundant codeQiang Liu1-2/+0
2025-09-12slimbus: qcom: remove unused qcom controller driverSrinivas Kandagatla3-745/+0
2025-02-20slimbus: messaging: Free transaction ID in delayed interrupt scenarioVisweswara Tanuku1-2/+3
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-12/+5
2025-01-03slimbus: core: Remove of_slim_match_dev()Zijun Hu1-9/+1
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-4/+4
2025-01-03slimbus: core: Constify slim_eaddr_equal()Zijun Hu1-1/+2
2024-12-30slimbus: messaging: Reorganize kerneldoc parameter namesJulia Lawall1-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds2-3/+3
2024-09-03slimbus: qcom-ngd-ctrl: use 'time_left' variable with wait_for_completion_tim...Wolfram Sang1-13/+16
2024-09-03slimbus: qcom-ctrl: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-3/+4
2024-09-03slimbus: messaging: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-4/+5
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2024-07-05slimbus: Fix struct and documentation alignment in stream.cAmit Vadhavana1-3/+5
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-2/+2
2024-05-08Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman1-1/+5
2024-05-03slimbus: qcom-ngd-ctrl: Add timeout for wait operationViken Dadhaniya1-1/+5
2024-05-03slimbus: qcom-ctrl: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-05-03slimbus: Convert to platform remove callback returning voidUwe Kleine-König2-10/+6
2024-05-03slimbus: qcom-ngd-ctrl: Reduce auto suspend delayViken Dadhaniya1-2/+1
2024-03-07slimbus: core: make slimbus_bus constRicardo B. Marliere1-1/+1
2024-03-07slimbus: qcom-ngd-ctrl: Make QMI message rules constJeff Johnson1-4/+4
2024-03-07slimbus: core: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2022-11-23slimbus: qcom-ngd-ctrl: reinit the reconf completion flagKrzysztof Kozlowski1-0/+6
2022-11-23slimbus: qcom-ngd-ctrl: use devm_platform_get_and_ioremap_resource()Krzysztof Kozlowski1-3/+1
2022-11-23slimbus: qcom-ctrl: use devm_platform_ioremap_resource_byname()Krzysztof Kozlowski1-3/+1
2022-11-23slimbus: qcom-ctrl: drop unneeded qcom,apq8064-slim compatibleKrzysztof Kozlowski1-1/+0
2022-11-23slimbus: stream: add checks for invalid unprepare/disable usageKrzysztof Kozlowski1-0/+6
2022-11-23slimbus: qcom-ngd-ctrl: add support for 44.1 Khz frequencyKrzysztof Kozlowski1-5/+59
2022-11-23slimbus: stream: handle unsupported bitrates for presence rateKrzysztof Kozlowski1-2/+9
2022-11-23slimbus: qcom-ngd-ctrl: drop PM runtime counter on transfer error pathsKrzysztof Kozlowski1-3/+11
2022-11-23slimbus: qcom-ngd-ctrl: check for device runtime PM status during ISRKrzysztof Kozlowski1-1/+8
2022-11-10slimbus: qcom-ngd: Fix build error when CONFIG_SLIM_QCOM_NGD_CTRL=y && CONFIG...Zheng Bin1-1/+1
2022-11-10slimbus: stream: correct presence rate frequenciesKrzysztof Kozlowski1-4/+4
2022-09-24slimbus: qcom-ngd: Add error handling in of_qcom_slim_ngd_registerLin Yujun1-1/+7
2022-09-24slimbus: qcom-ngd-ctrl: allow compile testing without QCOM_RPROC_COMMONKrzysztof Kozlowski1-1/+2
2022-09-24slimbus: qcom-ngd: simplify error paths with dev_err_probeKrzysztof Kozlowski1-8/+5
2022-09-24slimbus: qcom-ngd: cleanup in probe error pathKrzysztof Kozlowski1-2/+11
2022-09-24slimbus: qcom-ngd: use correct error in message of pdr_add_lookup() failureKrzysztof Kozlowski1-1/+2
2022-07-08slimbus: messaging: fix typos in commentsJulia Lawall1-2/+2
2022-07-08drivers: slimbus: Directly use ida_alloc()/free()keliu1-3/+3
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+12
2022-05-19slimbus: qcom: Remove unnecessary print function dev_err()Yang Li1-3/+1
2022-05-19slimbus: qcom: Fix IRQ check in qcom_slim_probeMiaoqian Lin1-2/+2
2022-05-09slimbus: qcom-ngd-ctrl: Use platform_get_irq() to get the interruptLad Prabhakar1-6/+4
2022-04-22slimbus: qcom-ngd: Fix kfree() of static memory on setting driver_overrideKrzysztof Kozlowski1-1/+12
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+1
2021-08-13slimbus: ngd: reset dma setup during runtime pmSrinivas Kandagatla1-1/+4
2021-08-13slimbus: ngd: set correct device for pmSrinivas Kandagatla1-8/+9
2021-08-13slimbus: messaging: check for valid transaction idSrinivas Kandagatla1-2/+3
2021-08-13slimbus: messaging: start transaction ids from 1 instead of zeroSrinivas Kandagatla1-1/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2020-12-10slimbus: qcom: fix potential NULL dereference in qcom_slim_prg_slew()Zhang Changzhong1-7/+2
2020-12-09slimbus: qcom-ngd-ctrl: fix SSR dependenciesSrinivas Kandagatla1-2/+1
2020-11-27slimbus: qcom-ngd-ctrl: remove redundant out of memory messagesSrinivas Kandagatla1-2/+0
2020-11-27slimbus: qcom-ngd-ctrl: Avoid sending power requests without QMIBjorn Andersson1-0/+6
2020-11-27slimbus: qcom-ngd-ctrl: Constify static structsRikard Falkeborn1-2/+2
2020-11-27slimbus: messaging: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-27slimbus: qcom-ngd-ctrl: add Protection Domain Restart SupportSrinivas Kandagatla2-0/+25
2020-11-27slimbus: qcom-ngd-ctrl: add Sub System Restart supportSrinivas Kandagatla2-5/+95
2020-11-27slimbus: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-09-25slimbus: qcom-ngd-ctrl: disable ngd in qmi server down callbackSrinivas Kandagatla1-0/+4
2020-09-25slimbus: core: do not enter to clock pause mode in coreSrinivas Kandagatla1-2/+0
2020-09-25slimbus: core: check get_addr before removing laddr idaSrinivas Kandagatla1-2/+2
2020-05-15slimbus: core: Fix mismatch in of_node_get/putSaravana Kannan1-0/+1
2020-05-15slimbus: core: Set fwnode for a device when setting of_nodeSaravana Kannan1-3/+2
2020-04-28slimbus: ngd: remove redundant assignmentSrinivas Kandagatla1-1/+0
2020-04-28slimbus: ngd: get drvdata from correct deviceSrinivas Kandagatla1-2/+2
2020-03-12slimbus: ngd: add v2.1.0 compatibleSrinivas Kandagatla1-0/+3
2020-01-14slimbus: qcom: add missed clk_disable_unprepare in removeChuhong Yuan1-0/+2
2020-01-14slimbus: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-01-14slimbus: qcom-ngd-ctrl: Use dma_request_chan() instead dma_request_slave_chan...Peter Ujfalusi1-8/+12
2019-08-18slimbus: fix slim_tid_txn()Srinivas Kandagatla1-1/+1
2019-08-18slimbus: qcom-ngd-ctrl: Add of_node_put() before returnNishka Dasgupta1-1/+4
2019-06-20slimbus: core: generate uevent for non-dt onlySrinivas Kandagatla1-5/+0
2019-06-20slimbus: remove redundant dev_err messageDing Xiang1-3/+1
2019-06-10slimbus: fix kerneldoc commentsJonathan Corbet1-6/+6
2019-04-25slimbus: fix a potential NULL pointer dereference in of_qcom_slim_ngd_registerKangjie Lu1-0/+4
2019-01-22slimbus: core: add missing spin_lock_init on txn_lockSrinivas Kandagatla1-0/+1
2019-01-22slimbus: core: use slim_device_update_status() to update statusSrinivas Kandagatla1-19/+18
2019-01-22slimbus: core: do not call device_status under a lockSrinivas Kandagatla1-0/+3
2019-01-22slimbus: core: match full device idSrinivas Kandagatla1-1/+3
2018-12-06slimbus: ngd: fix spelling mistake "exeeds" -> "exceeds"Colin Ian King1-1/+1
2018-12-06slimbus: qcom-ctrl: simplify getting .driver_dataWolfram Sang1-4/+2
2018-11-27slimbus: ngd: QCOM_QMI_HELPERS has to be selectedNiklas Cassel1-2/+3
2018-11-27slimbus: ngd: Fix build error on x86Srinivas Kandagatla1-2/+3
2018-11-07slimbus: ngd: remove unnecessary checkSrinivas Kandagatla2-9/+0
2018-09-25slimbus: core: add support to ueventSrinivas Kandagatla1-0/+14
2018-09-25slimbus: core: update device status in probeSrinivas Kandagatla1-1/+16
2018-09-25slimbus: core: match device tree based devices correctlySrinivas Kandagatla1-1/+5
2018-09-25slimbus: ngd: validate logical address assigned by remoteSrinivas Kandagatla1-0/+4
2018-09-25silmbus: ngd: register controller after power up.Srinivas Kandagatla1-9/+11
2018-09-25slimbus: ngd: return proper error code instead of zeroSrinivas Kandagatla1-1/+1
2018-09-25slimbus: ngd: register ngd driver only once.Srinivas Kandagatla1-1/+1
2018-09-14slimbus: ngd: mark PM functions as __maybe_unusedArnd Bergmann1-4/+2
2018-07-08slimbus: stream: Fix htmldocs warningsSrinivas Kandagatla1-2/+1
2018-07-07slimbus: ngd: add stream supportSrinivas Kandagatla1-2/+147
2018-07-07slimbus: stream: add stream supportSrinivas Kandagatla4-1/+669
2018-07-07slimbus: ngd: Add qcom SLIMBus NGD driverSrinivas Kandagatla4-0/+1403
2018-07-07slimbus: messaging: add slim_alloc/free_txn_tid()Srinivas Kandagatla2-22/+54
2018-07-07slimbus: core: add of_slim_device_get() helperSrinivas Kandagatla1-0/+39
2018-07-07slimbus: qcom: remove redundant depends in KconfigSrinivas Kandagatla1-1/+0
2018-07-07slimbus: messaging: initialize completion correctlySrinivas Kandagatla1-0/+1
2018-07-07slimbus: messaging: remove multiple calls to pm_runtime_mark_last_busySrinivas Kandagatla1-1/+1
2018-07-07slimbus: messaging: pass correct wbufSrinivas Kandagatla1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-14slimbus: qcom: remove unused variableSrinivas Kandagatla1-2/+1
2018-04-23slimbus: Fix out-of-bounds access in slim_slicesize()Geert Uytterhoeven1-1/+1
2018-03-15slimbus: core: use put_device() instead of kfree()Arvind Yadav1-1/+1
2018-01-09slimbus: qcom: add HAS_IOMEM dependencySrinivas Kandagatla1-0/+1
2018-01-09slimbus: qcom: Fix return value check in qcom_slim_probe()Wei Yongjun1-2/+2
2018-01-09slimbus: Fix missing unlock on error in slim_msg_response()Wei Yongjun1-0/+1
2018-01-09slimbus: Use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2018-01-09slimbus: make functions slim_ack_txn and slim_alloc_txbuf staticColin Ian King1-3/+4
2018-01-09slimbus: fix retries comparison to correctly identify failed allocationColin Ian King1-1/+1
2018-01-09slimbus: avoid null pointer dereference on msgColin Ian King1-2/+3
2018-01-02slimbus: qcom-ctrl: use normal allocationArnd Bergmann1-8/+4
2017-12-31slimbus: qcom: fix incompatible pointer warningSrinivas Kandagatla1-1/+1
2017-12-19slimbus: qcom: Add runtime-pm support using clock-pauseSagar Dharia1-3/+98
2017-12-19slimbus: qcom: Add Qualcomm Slimbus controller driverSagar Dharia3-0/+665
2017-12-19slimbus: core: add common defines required for controllersSrinivas Kandagatla1-0/+33
2017-12-19slimbus: Add support for 'clock-pause' featureSagar Dharia5-2/+225
2017-12-19slimbus: Add messaging APIs to slimbus frameworkSagar Dharia3-1/+365
2017-12-19slimbus: core: add support to device tree helperSrinivas Kandagatla1-0/+50
2017-12-19slimbus: core: Add slim controllers supportSagar Dharia2-0/+414
2017-12-19slimbus: Add SLIMbus bus typeSagar Dharia3-0/+131