index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
slimbus
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-4
/
+4
2026-01-27
slimbus: qcom-ngd: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-8
/
+2
2026-01-16
slimbus: core: clean up of_slim_get_device()
Johan Hovold
-16
/
+10
2026-01-16
slimbus: core: fix of_slim_get_device() kernel doc
Johan Hovold
-3
/
+5
2026-01-16
slimbus: core: amend slim_get_device() kernel doc
Johan Hovold
-0
/
+3
2026-01-16
slimbus: core: fix device reference leak on report present
Johan Hovold
-0
/
+3
2026-01-16
slimbus: core: fix runtime PM imbalance on report present
Johan Hovold
-7
/
+9
2026-01-16
slimbus: core: fix OF node leak on registration failure
Johan Hovold
-1
/
+1
2025-12-03
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-1
/
+1
2025-11-09
slimbus: ngd: Fix reference count leak in qcom_slim_ngd_notify_slaves
Miaoqian Lin
-0
/
+1
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
-1
/
+1
2025-09-12
slimbus: messaging: fix "transfered"->"transferred"
Xichao Zhao
-1
/
+1
2025-09-12
slimbus: messaging: Remove redundant code
Qiang Liu
-2
/
+0
2025-09-12
slimbus: qcom: remove unused qcom controller driver
Srinivas Kandagatla
-745
/
+0
2025-02-20
slimbus: messaging: Free transaction ID in delayed interrupt scenario
Visweswara Tanuku
-2
/
+3
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-12
/
+5
2025-01-03
slimbus: core: Remove of_slim_match_dev()
Zijun Hu
-9
/
+1
2025-01-03
driver core: Constify API device_find_child() and adapt for various usages
Zijun Hu
-4
/
+4
2025-01-03
slimbus: core: Constify slim_eaddr_equal()
Zijun Hu
-1
/
+2
2024-12-30
slimbus: messaging: Reorganize kerneldoc parameter names
Julia Lawall
-1
/
+1
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
-3
/
+3
2024-09-03
slimbus: qcom-ngd-ctrl: use 'time_left' variable with wait_for_completion_tim...
Wolfram Sang
-13
/
+16
2024-09-03
slimbus: qcom-ctrl: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
-3
/
+4
2024-09-03
slimbus: messaging: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
-4
/
+5
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-2
/
+2
2024-07-05
slimbus: Fix struct and documentation alignment in stream.c
Amit Vadhavana
-3
/
+5
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
-2
/
+2
2024-05-08
Merge 6.9-rc7 into char-misc-testing
Greg Kroah-Hartman
-1
/
+5
2024-05-03
slimbus: qcom-ngd-ctrl: Add timeout for wait operation
Viken Dadhaniya
-1
/
+5
2024-05-03
slimbus: qcom-ctrl: fix module autoloading
Krzysztof Kozlowski
-0
/
+1
2024-05-03
slimbus: Convert to platform remove callback returning void
Uwe Kleine-König
-10
/
+6
2024-05-03
slimbus: qcom-ngd-ctrl: Reduce auto suspend delay
Viken Dadhaniya
-2
/
+1
2024-03-07
slimbus: core: make slimbus_bus const
Ricardo B. Marliere
-1
/
+1
2024-03-07
slimbus: qcom-ngd-ctrl: Make QMI message rules const
Jeff Johnson
-4
/
+4
2024-03-07
slimbus: core: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
-2
/
+2
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
-2
/
+2
2022-11-23
slimbus: qcom-ngd-ctrl: reinit the reconf completion flag
Krzysztof Kozlowski
-0
/
+6
2022-11-23
slimbus: qcom-ngd-ctrl: use devm_platform_get_and_ioremap_resource()
Krzysztof Kozlowski
-3
/
+1
2022-11-23
slimbus: qcom-ctrl: use devm_platform_ioremap_resource_byname()
Krzysztof Kozlowski
-3
/
+1
2022-11-23
slimbus: qcom-ctrl: drop unneeded qcom,apq8064-slim compatible
Krzysztof Kozlowski
-1
/
+0
2022-11-23
slimbus: stream: add checks for invalid unprepare/disable usage
Krzysztof Kozlowski
-0
/
+6
2022-11-23
slimbus: qcom-ngd-ctrl: add support for 44.1 Khz frequency
Krzysztof Kozlowski
-5
/
+59
2022-11-23
slimbus: stream: handle unsupported bitrates for presence rate
Krzysztof Kozlowski
-2
/
+9
2022-11-23
slimbus: qcom-ngd-ctrl: drop PM runtime counter on transfer error paths
Krzysztof Kozlowski
-3
/
+11
2022-11-23
slimbus: qcom-ngd-ctrl: check for device runtime PM status during ISR
Krzysztof Kozlowski
-1
/
+8
2022-11-10
slimbus: qcom-ngd: Fix build error when CONFIG_SLIM_QCOM_NGD_CTRL=y && CONFIG...
Zheng Bin
-1
/
+1
2022-11-10
slimbus: stream: correct presence rate frequencies
Krzysztof Kozlowski
-4
/
+4
2022-09-24
slimbus: qcom-ngd: Add error handling in of_qcom_slim_ngd_register
Lin Yujun
-1
/
+7
2022-09-24
slimbus: qcom-ngd-ctrl: allow compile testing without QCOM_RPROC_COMMON
Krzysztof Kozlowski
-1
/
+2
[next]