diff options
author | Olof Johansson <olof@lixom.net> | 2017-01-29 16:08:07 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-01-29 16:08:07 -0800 |
commit | 1ae777618948ef6be566a8f993fce0638e08fc99 (patch) | |
tree | 80062db7f77f70dcaa65d9951e5a2f7ffd0d5698 /MAINTAINERS | |
parent | 5f1223c5b09262bb5c88f77d2938c9a5ffefa40c (diff) | |
parent | a811b420b6c13759540070c0e9541b7cd8569168 (diff) | |
download | linux-1ae777618948ef6be566a8f993fce0638e08fc99.tar.gz linux-1ae777618948ef6be566a8f993fce0638e08fc99.tar.bz2 linux-1ae777618948ef6be566a8f993fce0638e08fc99.zip |
Merge tag 'qcom-drivers-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/drivers
Qualcomm ARM Based Driver Updates for v4.11
* Fix issues with SCM compile testing
* Add SCM set remote state API
* Mask APQ8064 SCM clock dependency issue
* Add Qualcomm DMA folder to MAINTAINERS
* Fix EBI2 dependencies
* tag 'qcom-drivers-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux:
firmware: qcom_scm: Add set remote state API
MAINTAINERS: Update the files to include the Qualcomm DMA folder
bus: qcom_ebi2: default y if ARCH_QCOM
firmware: qcom: scm: Mask APQ8064 core clk dependency
firmware: qcom: scm: Add empty functions to help compile testing
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0b1b2687bc04..33c0e0d17650 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1628,6 +1628,7 @@ F: arch/arm64/boot/dts/qcom/* F: drivers/i2c/busses/i2c-qup.c F: drivers/clk/qcom/ F: drivers/pinctrl/qcom/ +F: drivers/dma/qcom/ F: drivers/soc/qcom/ F: drivers/spi/spi-qup.c F: drivers/tty/serial/msm_serial.h |