Age | Commit message (Expand) | Author |
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 |
2020-09-25 | slimbus: qcom-ngd-ctrl: disable ngd in qmi server down callback | Srinivas Kandagatla |
2020-09-25 | slimbus: core: do not enter to clock pause mode in core | Srinivas Kandagatla |
2020-09-25 | slimbus: core: check get_addr before removing laddr ida | Srinivas Kandagatla |
2020-05-15 | slimbus: core: Fix mismatch in of_node_get/put | Saravana Kannan |
2020-05-15 | slimbus: core: Set fwnode for a device when setting of_node | Saravana Kannan |
2020-04-28 | slimbus: ngd: remove redundant assignment | Srinivas Kandagatla |
2020-04-28 | slimbus: ngd: get drvdata from correct device | Srinivas Kandagatla |
2020-03-12 | slimbus: ngd: add v2.1.0 compatible | Srinivas Kandagatla |
2020-01-14 | slimbus: qcom: add missed clk_disable_unprepare in remove | Chuhong Yuan |
2020-01-14 | slimbus: Use the correct style for SPDX License Identifier | Nishad Kamdar |
2020-01-14 | slimbus: qcom-ngd-ctrl: Use dma_request_chan() instead dma_request_slave_chan... | Peter Ujfalusi |