* [GIT PULL] Qualcomm ARM64 Defconfig updates for 4.15
2017-10-16 19:31 [GIT PULL] Qualcomm ARM64 DT updates for 4.15 Andy Gross
@ 2017-10-16 19:31 ` Andy Gross
2017-10-19 20:53 ` Arnd Bergmann
2017-10-16 19:31 ` [GIT PULL] Qualcomm " Andy Gross
` (3 subsequent siblings)
4 siblings, 1 reply; 10+ messages in thread
From: Andy Gross @ 2017-10-16 19:31 UTC (permalink / raw)
To: arm
Cc: Olof Johansson, Kevin Hilman, Arnd Bergmann, linux-arm-msm,
linux-arm-kernel
The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-defconfig-for-4.15
for you to fetch changes up to b8eb03a7cf1b767c339771201f9cb974cea1145a:
arm64: defconfig: re-enable Qualcomm DB410c USB (2017-10-16 13:56:52 -0500)
----------------------------------------------------------------
Qualcomm ARM64 Based defconfig Updates for v4.15
* Enable QCOM IOMMU
* Enable Qualcomm USB options
----------------------------------------------------------------
Alex Elder (1):
arm64: defconfig: re-enable Qualcomm DB410c USB
Nicolas Dechesne (1):
arm64: defconfig: Enable QCOM_IOMMU
arch/arm64/configs/defconfig | 4 ++++
1 file changed, 4 insertions(+)
^ permalink raw reply [flat|nested] 10+ messages in thread* [GIT PULL] Qualcomm Defconfig updates for 4.15
2017-10-16 19:31 [GIT PULL] Qualcomm ARM64 DT updates for 4.15 Andy Gross
2017-10-16 19:31 ` [GIT PULL] Qualcomm ARM64 Defconfig " Andy Gross
@ 2017-10-16 19:31 ` Andy Gross
2017-10-19 20:54 ` Arnd Bergmann
2017-10-16 19:31 ` [GIT PULL] Qualcomm Driver " Andy Gross
` (2 subsequent siblings)
4 siblings, 1 reply; 10+ messages in thread
From: Andy Gross @ 2017-10-16 19:31 UTC (permalink / raw)
To: arm
Cc: Olof Johansson, Kevin Hilman, Arnd Bergmann, linux-arm-msm,
linux-arm-kernel
The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-defconfig-for-4.15
for you to fetch changes up to 1dfd49957321ce11813af64f10ae70c44c345ea2:
ARM: qcom_defconfig: Enable Z2 Tablet related options (2017-10-11 16:41:02 -0500)
----------------------------------------------------------------
Qualcomm ARM Based defconfig Updates for v4.15
* Enable Sony Z2 tablet options
* Enable USB on APQ8064/MSM8974
* Fixup/catchup config to support newer options
----------------------------------------------------------------
Bjorn Andersson (3):
ARM: qcom_defconfig: Resync with new Kconfig options
ARM: qcom_defconfig: Disable DEBUG_GPIO
ARM: qcom_defconfig: Enable Z2 Tablet related options
Stephen Boyd (1):
ARM: qcom_defconfig: Enable configs for USB on apq8064/msm8974
arch/arm/configs/qcom_defconfig | 42 ++++++++++++++++++++++++++---------------
1 file changed, 27 insertions(+), 15 deletions(-)
^ permalink raw reply [flat|nested] 10+ messages in thread* [GIT PULL] Qualcomm Driver updates for 4.15
2017-10-16 19:31 [GIT PULL] Qualcomm ARM64 DT updates for 4.15 Andy Gross
2017-10-16 19:31 ` [GIT PULL] Qualcomm ARM64 Defconfig " Andy Gross
2017-10-16 19:31 ` [GIT PULL] Qualcomm " Andy Gross
@ 2017-10-16 19:31 ` Andy Gross
2017-10-20 20:36 ` Arnd Bergmann
2017-10-16 19:31 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
2017-10-19 22:27 ` [GIT PULL] Qualcomm ARM64 DT " Arnd Bergmann
4 siblings, 1 reply; 10+ messages in thread
From: Andy Gross @ 2017-10-16 19:31 UTC (permalink / raw)
To: arm
Cc: Olof Johansson, Kevin Hilman, Arnd Bergmann, linux-arm-msm,
linux-arm-kernel
The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-drivers-for-4.15
for you to fetch changes up to 8c1b7dc9ba2294c6dbd1870a3d2e534bfda3047a:
firmware: qcom: scm: Expose download-mode control (2017-10-11 23:48:27 -0500)
----------------------------------------------------------------
Qualcomm ARM Based Driver Updates for v4.15
* Add SCM firmware APIs for download mode and secure IO service
* Add SMEM support for cached entries
* Add SMEM support for global partition, dynamic item limit, and more hosts
----------------------------------------------------------------
Bjorn Andersson (4):
soc: qcom: smem: Rename "uncached" accessors
soc: qcom: smem: Support getting cached entries
firmware: qcom: scm: Expose secure IO service
firmware: qcom: scm: Expose download-mode control
Chris Lew (5):
soc: qcom: smem: Use le32_to_cpu for comparison
soc: qcom: smem: Read version from the smem header
soc: qcom: smem: Support global partition
soc: qcom: smem: Support dynamic item limit
soc: qcom: smem: Increase the number of hosts
.../devicetree/bindings/firmware/qcom,scm.txt | 2 +
drivers/firmware/Kconfig | 11 +
drivers/firmware/qcom_scm-32.c | 24 ++
drivers/firmware/qcom_scm-64.c | 44 +++
drivers/firmware/qcom_scm.c | 87 ++++++
drivers/firmware/qcom_scm.h | 8 +
drivers/soc/qcom/smem.c | 335 ++++++++++++++++-----
include/linux/qcom_scm.h | 4 +
8 files changed, 445 insertions(+), 70 deletions(-)
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [GIT PULL] Qualcomm Driver updates for 4.15
2017-10-16 19:31 ` [GIT PULL] Qualcomm Driver " Andy Gross
@ 2017-10-20 20:36 ` Arnd Bergmann
0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2017-10-20 20:36 UTC (permalink / raw)
To: Andy Gross
Cc: arm-soc, Olof Johansson, Kevin Hilman, linux-arm-msm, Linux ARM
On Mon, Oct 16, 2017 at 9:31 PM, Andy Gross <andy.gross@linaro.org> wrote:
> Qualcomm ARM Based Driver Updates for v4.15
>
> * Add SCM firmware APIs for download mode and secure IO service
> * Add SMEM support for cached entries
> * Add SMEM support for global partition, dynamic item limit, and more hosts
Pulled into next/drivers, thanks!
Arnd
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL] Qualcomm Device Tree updates for 4.15
2017-10-16 19:31 [GIT PULL] Qualcomm ARM64 DT updates for 4.15 Andy Gross
` (2 preceding siblings ...)
2017-10-16 19:31 ` [GIT PULL] Qualcomm Driver " Andy Gross
@ 2017-10-16 19:31 ` Andy Gross
2017-10-19 22:28 ` Arnd Bergmann
2017-10-19 22:27 ` [GIT PULL] Qualcomm ARM64 DT " Arnd Bergmann
4 siblings, 1 reply; 10+ messages in thread
From: Andy Gross @ 2017-10-16 19:31 UTC (permalink / raw)
To: arm
Cc: Olof Johansson, Kevin Hilman, Arnd Bergmann, linux-arm-msm,
linux-arm-kernel
The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-dts-for-4.15
for you to fetch changes up to e8c4c6eeaacd0fbc18fe8954b262cfd97836a76f:
ARM: dts: msm8974-FP2: Add USB node (2017-10-11 15:52:49 -0500)
----------------------------------------------------------------
Qualcomm Device Tree Changes for v4.15
* Add Support for MSM8974 based Fairphone 2 phone
* Add support for MSM8974 based Sony Xperia Z2 Tablet
* Add MSM8660 GSBI6/7 nodes
* Disable GSBI6 at APQ8064 platform level
* Fix phy cells on APQ8064
----------------------------------------------------------------
Andy Gross (1):
ARM: dts: qcom-apq8064: Fix dsi and hdmi phy cells
Bjorn Andersson (1):
ARM: dts: qcom: msm8974: Add Sony Xperia Z2 Tablet
Linus Walleij (1):
ARM: dts: qcom: add MSM8660 GSBI6 and GSBI7
Luca Weiss (5):
ARM: dts: qcom: Add initial DTS file for Fairphone 2 phone
ARM: dts: msm8974-FP2: Introduce gpio-keys nodes
ARM: dts: msm8974-FP2: Add regulator nodes for FP2
ARM: dts: msm8974-FP2: Add sdhci1 node
ARM: dts: msm8974-FP2: Add USB node
Srinivas Kandagatla (1):
ARM: dts: qcom-apq8064: disable gsbi6 i2c by default at soc dtsi
.../devicetree/bindings/vendor-prefixes.txt | 1 +
arch/arm/boot/dts/Makefile | 2 +
arch/arm/boot/dts/qcom-apq8064.dtsi | 5 +-
arch/arm/boot/dts/qcom-msm8660.dtsi | 67 +++
arch/arm/boot/dts/qcom-msm8974-fairphone-fp2.dts | 321 +++++++++++
.../boot/dts/qcom-msm8974-sony-xperia-castor.dts | 641 +++++++++++++++++++++
arch/arm/boot/dts/qcom-msm8974.dtsi | 14 +
arch/arm/boot/dts/qcom-msm8974pro.dtsi | 18 +
8 files changed, 1068 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/boot/dts/qcom-msm8974-fairphone-fp2.dts
create mode 100644 arch/arm/boot/dts/qcom-msm8974-sony-xperia-castor.dts
create mode 100644 arch/arm/boot/dts/qcom-msm8974pro.dtsi
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [GIT PULL] Qualcomm ARM64 DT updates for 4.15
2017-10-16 19:31 [GIT PULL] Qualcomm ARM64 DT updates for 4.15 Andy Gross
` (3 preceding siblings ...)
2017-10-16 19:31 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
@ 2017-10-19 22:27 ` Arnd Bergmann
4 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2017-10-19 22:27 UTC (permalink / raw)
To: Andy Gross
Cc: arm-soc, Olof Johansson, Kevin Hilman, linux-arm-msm, Linux ARM
On Mon, Oct 16, 2017 at 9:31 PM, Andy Gross <andy.gross@linaro.org> wrote:
> Qualcomm ARM64 Updates for v4.15
>
> * Add PCIE support to relevant MSM8996 based boards
> * Add RPM clock controller node on MSM8996
> * Add dload address on MSM8916 and MSM8996
> * Add MBHC button support on APQ8016 SBC
> * Add RTMFS specific compatible for rmtfs memory node
> * Fixups for MSM8916 GPIO line names and MDP address length
>
Pulled into next/dt, thanks!
^ permalink raw reply [flat|nested] 10+ messages in thread