]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
soc: qcom: Add msm_bus driver
authorAndy Gross <agross@codeaurora.org>
Tue, 13 Oct 2015 03:59:55 +0000 (22:59 -0500)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Mon, 14 Aug 2017 10:51:28 +0000 (12:51 +0200)
commitd6a692f35aac6f3fcb06551610b0ad18d0ef591f
treea117331d955b2fae3047ac26e703f88e9847ff20
parent497345074ff8375f9f667ee6af08fbf32eed6281
soc: qcom: Add msm_bus driver

Signed-off-by: Andy Gross <agross@codeaurora.org>
34 files changed:
drivers/soc/qcom/Kconfig
drivers/soc/qcom/Makefile
drivers/soc/qcom/msm_bus/Makefile [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm-buspm-dev.c [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_adhoc.h [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_arb.c [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_arb_adhoc.c [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_bimc.c [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_bimc.h [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_board_8974.c [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_client_api.c [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_config.c [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_core.c [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_core.h [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_dbg.c [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_dbg_voter.c [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_fabric.c [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_fabric_adhoc.c [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_id.c [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_noc.c [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_noc.h [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_of.c [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_of_adhoc.c [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_rpm_smd.c [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_bus_rules.c [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_buspm_coresight.c [new file with mode: 0644]
drivers/soc/qcom/msm_bus/msm_buspm_coresight_adhoc.c [new file with mode: 0644]
drivers/soc/qcom/msm_bus/qcom_rpm_msm_bus.c [new file with mode: 0644]
include/dt-bindings/soc/msm-bus-ids.h [new file with mode: 0644]
include/dt-bindings/soc/msm-bus-rule-ops.h [new file with mode: 0644]
include/linux/msm-bus-board.h [new file with mode: 0644]
include/linux/msm-bus.h [new file with mode: 0644]
include/linux/msm_bus_rules.h [new file with mode: 0644]
include/trace/events/trace_msm_bus.h [new file with mode: 0644]