Age | Commit message (Expand) | Author |
2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2024-07-05 | slimbus: Fix struct and documentation alignment in stream.c | Amit Vadhavana |
2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman |
2024-05-08 | Merge 6.9-rc7 into char-misc-testing | Greg Kroah-Hartman |
2024-05-03 | slimbus: qcom-ngd-ctrl: Add timeout for wait operation | Viken Dadhaniya |
2024-05-03 | slimbus: qcom-ctrl: fix module autoloading | Krzysztof Kozlowski |
2024-05-03 | slimbus: Convert to platform remove callback returning void | Uwe Kleine-König |
2024-05-03 | slimbus: qcom-ngd-ctrl: Reduce auto suspend delay | Viken Dadhaniya |
2024-03-07 | slimbus: core: make slimbus_bus const | Ricardo B. Marliere |
2024-03-07 | slimbus: qcom-ngd-ctrl: Make QMI message rules const | Jeff Johnson |
2024-03-07 | slimbus: core: Remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET |
2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman |
2022-11-23 | slimbus: qcom-ngd-ctrl: reinit the reconf completion flag | Krzysztof Kozlowski |
2022-11-23 | slimbus: qcom-ngd-ctrl: use devm_platform_get_and_ioremap_resource() | Krzysztof Kozlowski |
2022-11-23 | slimbus: qcom-ctrl: use devm_platform_ioremap_resource_byname() | Krzysztof Kozlowski |
2022-11-23 | slimbus: qcom-ctrl: drop unneeded qcom,apq8064-slim compatible | Krzysztof Kozlowski |
2022-11-23 | slimbus: stream: add checks for invalid unprepare/disable usage | Krzysztof Kozlowski |
2022-11-23 | slimbus: qcom-ngd-ctrl: add support for 44.1 Khz frequency | Krzysztof Kozlowski |
2022-11-23 | slimbus: stream: handle unsupported bitrates for presence rate | Krzysztof Kozlowski |
2022-11-23 | slimbus: qcom-ngd-ctrl: drop PM runtime counter on transfer error paths | Krzysztof Kozlowski |
2022-11-23 | slimbus: qcom-ngd-ctrl: check for device runtime PM status during ISR | Krzysztof Kozlowski |
2022-11-10 | slimbus: qcom-ngd: Fix build error when CONFIG_SLIM_QCOM_NGD_CTRL=y && CONFIG... | Zheng Bin |
2022-11-10 | slimbus: stream: correct presence rate frequencies | Krzysztof Kozlowski |
2022-09-24 | slimbus: qcom-ngd: Add error handling in of_qcom_slim_ngd_register | Lin Yujun |
2022-09-24 | slimbus: qcom-ngd-ctrl: allow compile testing without QCOM_RPROC_COMMON | Krzysztof Kozlowski |
2022-09-24 | slimbus: qcom-ngd: simplify error paths with dev_err_probe | Krzysztof Kozlowski |
2022-09-24 | slimbus: qcom-ngd: cleanup in probe error path | Krzysztof Kozlowski |
2022-09-24 | slimbus: qcom-ngd: use correct error in message of pdr_add_lookup() failure | Krzysztof Kozlowski |
2022-07-08 | slimbus: messaging: fix typos in comments | Julia Lawall |
2022-07-08 | drivers: slimbus: Directly use ida_alloc()/free() | keliu |
2022-06-03 | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-05-19 | slimbus: qcom: Remove unnecessary print function dev_err() | Yang Li |
2022-05-19 | slimbus: qcom: Fix IRQ check in qcom_slim_probe | Miaoqian Lin |
2022-05-09 | slimbus: qcom-ngd-ctrl: Use platform_get_irq() to get the interrupt | Lad Prabhakar |
2022-04-22 | slimbus: qcom-ngd: Fix kfree() of static memory on setting driver_override | Krzysztof Kozlowski |
2021-09-01 | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2021-08-13 | slimbus: ngd: reset dma setup during runtime pm | Srinivas Kandagatla |
2021-08-13 | slimbus: ngd: set correct device for pm | Srinivas Kandagatla |
2021-08-13 | slimbus: messaging: check for valid transaction id | Srinivas Kandagatla |
2021-08-13 | slimbus: messaging: start transaction ids from 1 instead of zero | Srinivas Kandagatla |
2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König |
2020-12-10 | slimbus: qcom: fix potential NULL dereference in qcom_slim_prg_slew() | Zhang Changzhong |
2020-12-09 | slimbus: qcom-ngd-ctrl: fix SSR dependencies | Srinivas Kandagatla |
2020-11-27 | slimbus: qcom-ngd-ctrl: remove redundant out of memory messages | Srinivas Kandagatla |
2020-11-27 | slimbus: qcom-ngd-ctrl: Avoid sending power requests without QMI | Bjorn Andersson |
2020-11-27 | slimbus: qcom-ngd-ctrl: Constify static structs | Rikard Falkeborn |
2020-11-27 | slimbus: messaging: Fix fall-through warnings for Clang | Gustavo A. R. Silva |
2020-11-27 | slimbus: qcom-ngd-ctrl: add Protection Domain Restart Support | Srinivas Kandagatla |
2020-11-27 | slimbus: qcom-ngd-ctrl: add Sub System Restart support | Srinivas Kandagatla |
2020-11-27 | slimbus: fix a kernel-doc markup | Mauro Carvalho Chehab |