* [GIT PULL] Qualcomm ARM64 Defconfig updates for 4.19
@ 2018-07-22 4:10 Andy Gross
2018-07-22 4:10 ` [GIT PULL] Qualcomm ARM64 DT " Andy Gross
` (4 more replies)
0 siblings, 5 replies; 10+ messages in thread
From: Andy Gross @ 2018-07-22 4:10 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
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.19
for you to fetch changes up to f8120d61ceb7c016e5a450a98b8d08ae69d82e22:
arm64: defconfig: Enable CONFIG_MTD_NAND_QCOM for IPQ8074 (2018-07-21 15:19:09 -0500)
----------------------------------------------------------------
Qualcomm ARM64 Based defconfig Updates for v4.19
* Enable Qualcomm NAND driver
----------------------------------------------------------------
Abhishek Sahu (1):
arm64: defconfig: Enable CONFIG_MTD_NAND_QCOM for IPQ8074
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL] Qualcomm ARM64 DT updates for 4.19
2018-07-22 4:10 [GIT PULL] Qualcomm ARM64 Defconfig updates for 4.19 Andy Gross
@ 2018-07-22 4:10 ` Andy Gross
2018-07-26 6:40 ` Olof Johansson
2018-07-22 4:10 ` [GIT PULL] Qualcomm Defconfig " Andy Gross
` (3 subsequent siblings)
4 siblings, 1 reply; 10+ messages in thread
From: Andy Gross @ 2018-07-22 4:10 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-for-4.19
for you to fetch changes up to e53db018315b7660bb7000a29e79faff2496c2c2:
arm64: dts: qcom: db410c: Fix Bluetooth LED trigger (2018-07-21 15:31:02 -0500)
----------------------------------------------------------------
Qualcomm ARM64 Updates for v4.19
* Add support for PM8005/PM8998 and related nodes
* Add/fix nodes on SDM845 for I2c, SPI, UART, and RPMH
* Fix BT LED trigger on DB410c
* Drop legacy clock names on MSM8916
* Add gpio line names on DB820c
----------------------------------------------------------------
Douglas Anderson (5):
arm64: dts: qcom: sdm845: Add I2C, SPI, and UART9 nodes
arm64: dts: qcom: sdm845: Enable debug UART and I2C10 on sdm845-mtp
arm64: dts: sdm845: Add rpmh-rsc node
arm64: dts: sdm845: Add rpmh-clk node
arm64: dts: sdm845: Default qupv3_id_0 as "disabled" like _id_1
Loic Poulain (1):
arm64: dts: qcom: db410c: Fix Bluetooth LED trigger
Manivannan Sadhasivam (1):
arm64: dts: qcom: db820c: Add gpio-line-names property
Niklas Cassel (1):
arm64: dts: msm8916: drop legacy suffix for clocks used by MSM DRM driver
Stephen Boyd (2):
arm64: dts: qcom: Add pmu node to sdm845
arm64: dts: qcom: Add pm8005 and pm8998 support
arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 2 +-
arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi | 239 +++++++++
arch/arm64/boot/dts/qcom/msm8916.dtsi | 28 +-
arch/arm64/boot/dts/qcom/pm8005.dtsi | 33 ++
arch/arm64/boot/dts/qcom/pm8998.dtsi | 55 ++
arch/arm64/boot/dts/qcom/sdm845-mtp.dts | 45 ++
arch/arm64/boot/dts/qcom/sdm845.dtsi | 764 +++++++++++++++++++++++++++
7 files changed, 1151 insertions(+), 15 deletions(-)
create mode 100644 arch/arm64/boot/dts/qcom/pm8005.dtsi
create mode 100644 arch/arm64/boot/dts/qcom/pm8998.dtsi
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL] Qualcomm Defconfig updates for 4.19
2018-07-22 4:10 [GIT PULL] Qualcomm ARM64 Defconfig updates for 4.19 Andy Gross
2018-07-22 4:10 ` [GIT PULL] Qualcomm ARM64 DT " Andy Gross
@ 2018-07-22 4:10 ` Andy Gross
2018-07-26 6:58 ` Olof Johansson
2018-07-22 4:10 ` [GIT PULL] Qualcomm Driver " Andy Gross
` (2 subsequent siblings)
4 siblings, 1 reply; 10+ messages in thread
From: Andy Gross @ 2018-07-22 4:10 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-defconfig-for-4.19
for you to fetch changes up to c5d0cad11d3ec1c1810dfb69a6fc3ae6339b2fb6:
ARM: qcom_defconfig: Enable QCOM NAND related configs (2018-07-21 15:18:27 -0500)
----------------------------------------------------------------
Qualcomm ARM Based defconfig Updates for v4.19
* Enable Qualcomm NAND config
----------------------------------------------------------------
Abhishek Sahu (1):
ARM: qcom_defconfig: Enable QCOM NAND related configs
arch/arm/configs/qcom_defconfig | 2 ++
1 file changed, 2 insertions(+)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL] Qualcomm Driver updates for 4.19
2018-07-22 4:10 [GIT PULL] Qualcomm ARM64 Defconfig updates for 4.19 Andy Gross
2018-07-22 4:10 ` [GIT PULL] Qualcomm ARM64 DT " Andy Gross
2018-07-22 4:10 ` [GIT PULL] Qualcomm Defconfig " Andy Gross
@ 2018-07-22 4:10 ` Andy Gross
2018-07-26 7:08 ` Olof Johansson
2018-07-22 4:10 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
2018-07-26 6:58 ` [GIT PULL] Qualcomm ARM64 Defconfig " Olof Johansson
4 siblings, 1 reply; 10+ messages in thread
From: Andy Gross @ 2018-07-22 4:10 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-drivers-for-4.19
for you to fetch changes up to 78ee559d7fc65e37670a46cfbeaaa62cb014af67:
soc: qcom: rmtfs-mem: fix memleak in probe error paths (2018-07-21 14:53:47 -0500)
----------------------------------------------------------------
Qualcomm ARM Based Driver Updates for v4.19
* Add Qualcomm LLCC driver
* Add Qualcomm RPMH controller
* Fix memleak in Qualcomm RMTFS
* Add dummy qcom_scm_assign_mem()
* Fix check for global partition in SMEM
----------------------------------------------------------------
Bjorn Andersson (1):
soc: qcom: smem: Correct check for global partition
Douglas Anderson (1):
drivers: qcom: rpmh-rsc: Check cmd_db_ready() to help children
Johan Hovold (1):
soc: qcom: rmtfs-mem: fix memleak in probe error paths
Lina Iyer (10):
drivers: qcom: rpmh-rsc: add RPMH controller for QCOM SoCs
dt-bindings: introduce RPMH RSC bindings for Qualcomm SoCs
drivers: qcom: rpmh-rsc: log RPMH requests in FTRACE
drivers: qcom: rpmh: add RPMH helper functions
drivers: qcom: rpmh-rsc: write sleep/wake requests to TCS
drivers: qcom: rpmh-rsc: allow invalidation of sleep/wake TCS
drivers: qcom: rpmh: cache sleep/wake state requests
drivers: qcom: rpmh: allow requests to be sent asynchronously
drivers: qcom: rpmh: add support for batch RPMH request
drivers: qcom: rpmh-rsc: allow active requests from wake TCS
Niklas Cassel (2):
firmware: qcom: scm: add a dummy qcom_scm_assign_mem()
soc: qcom: llc-slice: Add missing MODULE_LICENSE()
Raju P.L.S.S.S.N (2):
drivers: qcom: rpmh-rsc: fix the loop index check in get_req_from_tcs
drivers: qcom: rpmh: fix unwanted error check for get_tcs_of_type()
Rishabh Bhatnagar (2):
dt-bindings: Documentation for qcom, llcc
drivers: soc: Add LLCC driver
.../devicetree/bindings/arm/msm/qcom,llcc.txt | 26 +
.../devicetree/bindings/soc/qcom/rpmh-rsc.txt | 137 ++++
drivers/soc/qcom/Kconfig | 27 +
drivers/soc/qcom/Makefile | 6 +
drivers/soc/qcom/llcc-sdm845.c | 94 +++
drivers/soc/qcom/llcc-slice.c | 338 ++++++++++
drivers/soc/qcom/rmtfs_mem.c | 3 +-
drivers/soc/qcom/rpmh-internal.h | 114 ++++
drivers/soc/qcom/rpmh-rsc.c | 693 +++++++++++++++++++++
drivers/soc/qcom/rpmh.c | 513 +++++++++++++++
drivers/soc/qcom/smem.c | 10 +-
drivers/soc/qcom/trace-rpmh.h | 82 +++
include/dt-bindings/soc/qcom,rpmh-rsc.h | 14 +
include/linux/qcom_scm.h | 4 +
include/linux/soc/qcom/llcc-qcom.h | 180 ++++++
include/soc/qcom/rpmh.h | 51 ++
include/soc/qcom/tcs.h | 56 ++
17 files changed, 2341 insertions(+), 7 deletions(-)
create mode 100644 Documentation/devicetree/bindings/arm/msm/qcom,llcc.txt
create mode 100644 Documentation/devicetree/bindings/soc/qcom/rpmh-rsc.txt
create mode 100644 drivers/soc/qcom/llcc-sdm845.c
create mode 100644 drivers/soc/qcom/llcc-slice.c
create mode 100644 drivers/soc/qcom/rpmh-internal.h
create mode 100644 drivers/soc/qcom/rpmh-rsc.c
create mode 100644 drivers/soc/qcom/rpmh.c
create mode 100644 drivers/soc/qcom/trace-rpmh.h
create mode 100644 include/dt-bindings/soc/qcom,rpmh-rsc.h
create mode 100644 include/linux/soc/qcom/llcc-qcom.h
create mode 100644 include/soc/qcom/rpmh.h
create mode 100644 include/soc/qcom/tcs.h
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL] Qualcomm Device Tree updates for 4.19
2018-07-22 4:10 [GIT PULL] Qualcomm ARM64 Defconfig updates for 4.19 Andy Gross
` (2 preceding siblings ...)
2018-07-22 4:10 ` [GIT PULL] Qualcomm Driver " Andy Gross
@ 2018-07-22 4:10 ` Andy Gross
2018-07-26 6:42 ` Olof Johansson
2018-07-26 6:58 ` [GIT PULL] Qualcomm ARM64 Defconfig " Olof Johansson
4 siblings, 1 reply; 10+ messages in thread
From: Andy Gross @ 2018-07-22 4:10 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-dts-for-4.19
for you to fetch changes up to b0c28f2765813e816740028dd85e64e46eee15a0:
ARM: dts: qcom: Add missing OPP properties for CPUs (2018-07-21 16:18:14 -0500)
----------------------------------------------------------------
Qualcomm Device Tree Changes for v4.19
* Add missing OPPs on IPQ4019
* Fix sdhci l20 load on Hammerhead
* Use proper IRQ macros for IPQ8064 interrupts
----------------------------------------------------------------
Bhushan Shah (1):
ARM: dts: qcom: msm8974-hammerhead: increase load on l20 for sdhci
Sricharan R (1):
ARM: dts: qcom: Fix 'interrupts = <>' property to use proper macros
Viresh Kumar (1):
ARM: dts: qcom: Add missing OPP properties for CPUs
arch/arm/boot/dts/qcom-ipq4019.dtsi | 24 +++++++++++++
arch/arm/boot/dts/qcom-ipq8064.dtsi | 41 +++++++++++++---------
.../dts/qcom-msm8974-lge-nexus5-hammerhead.dts | 2 ++
3 files changed, 50 insertions(+), 17 deletions(-)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL] Qualcomm ARM64 DT updates for 4.19
2018-07-22 4:10 ` [GIT PULL] Qualcomm ARM64 DT " Andy Gross
@ 2018-07-26 6:40 ` Olof Johansson
0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2018-07-26 6:40 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, Jul 21, 2018 at 11:10:19PM -0500, Andy Gross wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>
> Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-for-4.19
>
> for you to fetch changes up to e53db018315b7660bb7000a29e79faff2496c2c2:
>
> arm64: dts: qcom: db410c: Fix Bluetooth LED trigger (2018-07-21 15:31:02 -0500)
>
> ----------------------------------------------------------------
> Qualcomm ARM64 Updates for v4.19
>
> * Add support for PM8005/PM8998 and related nodes
> * Add/fix nodes on SDM845 for I2c, SPI, UART, and RPMH
> * Fix BT LED trigger on DB410c
> * Drop legacy clock names on MSM8916
> * Add gpio line names on DB820c
Merged, thanks!
-Olof
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL] Qualcomm Device Tree updates for 4.19
2018-07-22 4:10 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
@ 2018-07-26 6:42 ` Olof Johansson
0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2018-07-26 6:42 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, Jul 21, 2018 at 11:10:22PM -0500, Andy Gross wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>
> Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-dts-for-4.19
>
> for you to fetch changes up to b0c28f2765813e816740028dd85e64e46eee15a0:
>
> ARM: dts: qcom: Add missing OPP properties for CPUs (2018-07-21 16:18:14 -0500)
>
> ----------------------------------------------------------------
> Qualcomm Device Tree Changes for v4.19
>
> * Add missing OPPs on IPQ4019
> * Fix sdhci l20 load on Hammerhead
> * Use proper IRQ macros for IPQ8064 interrupts
Merged, thanks!
-Olof
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL] Qualcomm ARM64 Defconfig updates for 4.19
2018-07-22 4:10 [GIT PULL] Qualcomm ARM64 Defconfig updates for 4.19 Andy Gross
` (3 preceding siblings ...)
2018-07-22 4:10 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
@ 2018-07-26 6:58 ` Olof Johansson
4 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2018-07-26 6:58 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, Jul 21, 2018 at 11:10:18PM -0500, Andy Gross wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>
> Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>
> 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.19
>
> for you to fetch changes up to f8120d61ceb7c016e5a450a98b8d08ae69d82e22:
>
> arm64: defconfig: Enable CONFIG_MTD_NAND_QCOM for IPQ8074 (2018-07-21 15:19:09 -0500)
>
> ----------------------------------------------------------------
> Qualcomm ARM64 Based defconfig Updates for v4.19
>
> * Enable Qualcomm NAND driver
Merged, thanks!
-Olof
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL] Qualcomm Defconfig updates for 4.19
2018-07-22 4:10 ` [GIT PULL] Qualcomm Defconfig " Andy Gross
@ 2018-07-26 6:58 ` Olof Johansson
0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2018-07-26 6:58 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, Jul 21, 2018 at 11:10:20PM -0500, Andy Gross wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>
> Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-defconfig-for-4.19
>
> for you to fetch changes up to c5d0cad11d3ec1c1810dfb69a6fc3ae6339b2fb6:
>
> ARM: qcom_defconfig: Enable QCOM NAND related configs (2018-07-21 15:18:27 -0500)
>
> ----------------------------------------------------------------
> Qualcomm ARM Based defconfig Updates for v4.19
>
> * Enable Qualcomm NAND config
>
> ----------------------------------------------------------------
> Abhishek Sahu (1):
> ARM: qcom_defconfig: Enable QCOM NAND related configs
Merged. Should these be updated on multi_v7 defconfig too?
-Olof
^ permalink raw reply [flat|nested] 10+ messages in thread
* [GIT PULL] Qualcomm Driver updates for 4.19
2018-07-22 4:10 ` [GIT PULL] Qualcomm Driver " Andy Gross
@ 2018-07-26 7:08 ` Olof Johansson
0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2018-07-26 7:08 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, Jul 21, 2018 at 11:10:21PM -0500, Andy Gross wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>
> Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-drivers-for-4.19
>
> for you to fetch changes up to 78ee559d7fc65e37670a46cfbeaaa62cb014af67:
>
> soc: qcom: rmtfs-mem: fix memleak in probe error paths (2018-07-21 14:53:47 -0500)
>
> ----------------------------------------------------------------
> Qualcomm ARM Based Driver Updates for v4.19
>
> * Add Qualcomm LLCC driver
> * Add Qualcomm RPMH controller
> * Fix memleak in Qualcomm RMTFS
> * Add dummy qcom_scm_assign_mem()
> * Fix check for global partition in SMEM
Merged, thanks!
-Olof
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2018-07-26 7:08 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-22 4:10 [GIT PULL] Qualcomm ARM64 Defconfig updates for 4.19 Andy Gross
2018-07-22 4:10 ` [GIT PULL] Qualcomm ARM64 DT " Andy Gross
2018-07-26 6:40 ` Olof Johansson
2018-07-22 4:10 ` [GIT PULL] Qualcomm Defconfig " Andy Gross
2018-07-26 6:58 ` Olof Johansson
2018-07-22 4:10 ` [GIT PULL] Qualcomm Driver " Andy Gross
2018-07-26 7:08 ` Olof Johansson
2018-07-22 4:10 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
2018-07-26 6:42 ` Olof Johansson
2018-07-26 6:58 ` [GIT PULL] Qualcomm ARM64 Defconfig " Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).