index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
slimbus
Commit message (
Expand
)
Author
Age
Files
Lines
*
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
1
-2
/
+2
*
slimbus: qcom-ngd-ctrl: reinit the reconf completion flag
Krzysztof Kozlowski
2022-11-23
1
-0
/
+6
*
slimbus: qcom-ngd-ctrl: use devm_platform_get_and_ioremap_resource()
Krzysztof Kozlowski
2022-11-23
1
-3
/
+1
*
slimbus: qcom-ctrl: use devm_platform_ioremap_resource_byname()
Krzysztof Kozlowski
2022-11-23
1
-3
/
+1
*
slimbus: qcom-ctrl: drop unneeded qcom,apq8064-slim compatible
Krzysztof Kozlowski
2022-11-23
1
-1
/
+0
*
slimbus: stream: add checks for invalid unprepare/disable usage
Krzysztof Kozlowski
2022-11-23
1
-0
/
+6
*
slimbus: qcom-ngd-ctrl: add support for 44.1 Khz frequency
Krzysztof Kozlowski
2022-11-23
1
-5
/
+59
*
slimbus: stream: handle unsupported bitrates for presence rate
Krzysztof Kozlowski
2022-11-23
1
-2
/
+9
*
slimbus: qcom-ngd-ctrl: drop PM runtime counter on transfer error paths
Krzysztof Kozlowski
2022-11-23
1
-3
/
+11
*
slimbus: qcom-ngd-ctrl: check for device runtime PM status during ISR
Krzysztof Kozlowski
2022-11-23
1
-1
/
+8
*
slimbus: qcom-ngd: Fix build error when CONFIG_SLIM_QCOM_NGD_CTRL=y && CONFIG...
Zheng Bin
2022-11-10
1
-1
/
+1
*
slimbus: stream: correct presence rate frequencies
Krzysztof Kozlowski
2022-11-10
1
-4
/
+4
*
slimbus: qcom-ngd: Add error handling in of_qcom_slim_ngd_register
Lin Yujun
2022-09-24
1
-1
/
+7
*
slimbus: qcom-ngd-ctrl: allow compile testing without QCOM_RPROC_COMMON
Krzysztof Kozlowski
2022-09-24
1
-1
/
+2
*
slimbus: qcom-ngd: simplify error paths with dev_err_probe
Krzysztof Kozlowski
2022-09-24
1
-8
/
+5
*
slimbus: qcom-ngd: cleanup in probe error path
Krzysztof Kozlowski
2022-09-24
1
-2
/
+11
*
slimbus: qcom-ngd: use correct error in message of pdr_add_lookup() failure
Krzysztof Kozlowski
2022-09-24
1
-1
/
+2
*
slimbus: messaging: fix typos in comments
Julia Lawall
2022-07-08
1
-2
/
+2
*
drivers: slimbus: Directly use ida_alloc()/free()
keliu
2022-07-08
1
-3
/
+3
*
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-06-03
1
-1
/
+12
|
\
|
*
slimbus: qcom-ngd: Fix kfree() of static memory on setting driver_override
Krzysztof Kozlowski
2022-04-22
1
-1
/
+12
*
|
slimbus: qcom: Remove unnecessary print function dev_err()
Yang Li
2022-05-19
1
-3
/
+1
*
|
slimbus: qcom: Fix IRQ check in qcom_slim_probe
Miaoqian Lin
2022-05-19
1
-2
/
+2
*
|
slimbus: qcom-ngd-ctrl: Use platform_get_irq() to get the interrupt
Lad Prabhakar
2022-05-09
1
-6
/
+4
|
/
*
Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-09-01
1
-3
/
+1
|
\
|
*
bus: Make remove callback return void
Uwe Kleine-König
2021-07-21
1
-3
/
+1
*
|
slimbus: ngd: reset dma setup during runtime pm
Srinivas Kandagatla
2021-08-13
1
-1
/
+4
*
|
slimbus: ngd: set correct device for pm
Srinivas Kandagatla
2021-08-13
1
-8
/
+9
*
|
slimbus: messaging: check for valid transaction id
Srinivas Kandagatla
2021-08-13
1
-2
/
+3
*
|
slimbus: messaging: start transaction ids from 1 instead of zero
Srinivas Kandagatla
2021-08-13
1
-1
/
+1
|
/
*
slimbus: qcom: fix potential NULL dereference in qcom_slim_prg_slew()
Zhang Changzhong
2020-12-10
1
-7
/
+2
*
slimbus: qcom-ngd-ctrl: fix SSR dependencies
Srinivas Kandagatla
2020-12-09
1
-2
/
+1
*
slimbus: qcom-ngd-ctrl: remove redundant out of memory messages
Srinivas Kandagatla
2020-11-27
1
-2
/
+0
*
slimbus: qcom-ngd-ctrl: Avoid sending power requests without QMI
Bjorn Andersson
2020-11-27
1
-0
/
+6
*
slimbus: qcom-ngd-ctrl: Constify static structs
Rikard Falkeborn
2020-11-27
1
-2
/
+2
*
slimbus: messaging: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-27
1
-0
/
+1
*
slimbus: qcom-ngd-ctrl: add Protection Domain Restart Support
Srinivas Kandagatla
2020-11-27
2
-0
/
+25
*
slimbus: qcom-ngd-ctrl: add Sub System Restart support
Srinivas Kandagatla
2020-11-27
2
-5
/
+95
*
slimbus: fix a kernel-doc markup
Mauro Carvalho Chehab
2020-11-27
1
-1
/
+1
*
slimbus: qcom-ngd-ctrl: disable ngd in qmi server down callback
Srinivas Kandagatla
2020-09-25
1
-0
/
+4
*
slimbus: core: do not enter to clock pause mode in core
Srinivas Kandagatla
2020-09-25
1
-2
/
+0
*
slimbus: core: check get_addr before removing laddr ida
Srinivas Kandagatla
2020-09-25
1
-2
/
+2
*
slimbus: core: Fix mismatch in of_node_get/put
Saravana Kannan
2020-05-15
1
-0
/
+1
*
slimbus: core: Set fwnode for a device when setting of_node
Saravana Kannan
2020-05-15
1
-3
/
+2
*
slimbus: ngd: remove redundant assignment
Srinivas Kandagatla
2020-04-28
1
-1
/
+0
*
slimbus: ngd: get drvdata from correct device
Srinivas Kandagatla
2020-04-28
1
-2
/
+2
*
slimbus: ngd: add v2.1.0 compatible
Srinivas Kandagatla
2020-03-12
1
-0
/
+3
*
slimbus: qcom: add missed clk_disable_unprepare in remove
Chuhong Yuan
2020-01-14
1
-0
/
+2
*
slimbus: Use the correct style for SPDX License Identifier
Nishad Kamdar
2020-01-14
1
-1
/
+1
*
slimbus: qcom-ngd-ctrl: Use dma_request_chan() instead dma_request_slave_chan...
Peter Ujfalusi
2020-01-14
1
-8
/
+12
[next]