All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Qualcomm ARM64 Updates for v4.5
@ 2015-12-17 20:34 ` Andy Gross
  0 siblings, 0 replies; 4+ messages in thread
From: Andy Gross @ 2015-12-17 20:34 UTC (permalink / raw)
  To: arm
  Cc: Arnd Bergmann, Olof Johansson, Kevin Hilman, linux-arm-msm,
	linux-arm-kernel

The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-for-4.5

for you to fetch changes up to 9e1dfb858de43bb3dfbbb32cec57433e9b250dee:

  arm64: dts: Add PM8916 support on MSM8916 (2015-12-16 23:01:44 -0600)

----------------------------------------------------------------
Qualcomm ARM64 Updates for v4.5

* Add fixed rate oscillators to dts
* Fixup PMIC alias and properties
* Change 8916-MTP compatible to be compliant with new scheme
* Fix 8x16 UART pinctrl configuration
* Add SMEM, RPM/SMD, and PM8916 support on MSM8916

----------------------------------------------------------------
Andy Gross (3):
      arm64: dts: qcom: Add MSM8916 SMEM nodes
      arm64: dts: qcom: Add RPM/SMD support on MSM8916
      arm64: dts: Add PM8916 support on MSM8916

Georgi Djakov (1):
      arm64: dts: qcom: msm8916: Add fixed rate on-board oscillators

Ivan T. Ivanov (2):
      arm64: dts: qcom: 8x16: UART1 add CTS_N, RTS_N pin configurations
      arm64: dts: qcom: 8x16: UART1 and UART2 use DMA for RX and TX

Srinivas Kandagatla (2):
      arm64: dts: fix the i2c aliasing to match to schematics.
      arm64: dts: set the default i2c pin drive strength to 16mA

Stephen Boyd (2):
      arm64: dts: qcom: Make msm8916-mtp compatible string compliant
      arm64: dts: qcom: Alias pm8916 on msm8916 devices

 arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi  |   4 ++
 arch/arm64/boot/dts/qcom/msm8916-mtp.dts   |   2 +-
 arch/arm64/boot/dts/qcom/msm8916-mtp.dtsi  |   1 +
 arch/arm64/boot/dts/qcom/msm8916-pins.dtsi |  19 +++--
 arch/arm64/boot/dts/qcom/msm8916.dtsi      | 107 +++++++++++++++++++++++++++++
 arch/arm64/boot/dts/qcom/pm8916.dtsi       |   6 +-
 6 files changed, 128 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Qualcomm ARM64 Updates for v4.5
@ 2015-12-17 20:34 ` Andy Gross
  0 siblings, 0 replies; 4+ messages in thread
From: Andy Gross @ 2015-12-17 20:34 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-for-4.5

for you to fetch changes up to 9e1dfb858de43bb3dfbbb32cec57433e9b250dee:

  arm64: dts: Add PM8916 support on MSM8916 (2015-12-16 23:01:44 -0600)

----------------------------------------------------------------
Qualcomm ARM64 Updates for v4.5

* Add fixed rate oscillators to dts
* Fixup PMIC alias and properties
* Change 8916-MTP compatible to be compliant with new scheme
* Fix 8x16 UART pinctrl configuration
* Add SMEM, RPM/SMD, and PM8916 support on MSM8916

----------------------------------------------------------------
Andy Gross (3):
      arm64: dts: qcom: Add MSM8916 SMEM nodes
      arm64: dts: qcom: Add RPM/SMD support on MSM8916
      arm64: dts: Add PM8916 support on MSM8916

Georgi Djakov (1):
      arm64: dts: qcom: msm8916: Add fixed rate on-board oscillators

Ivan T. Ivanov (2):
      arm64: dts: qcom: 8x16: UART1 add CTS_N, RTS_N pin configurations
      arm64: dts: qcom: 8x16: UART1 and UART2 use DMA for RX and TX

Srinivas Kandagatla (2):
      arm64: dts: fix the i2c aliasing to match to schematics.
      arm64: dts: set the default i2c pin drive strength to 16mA

Stephen Boyd (2):
      arm64: dts: qcom: Make msm8916-mtp compatible string compliant
      arm64: dts: qcom: Alias pm8916 on msm8916 devices

 arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi  |   4 ++
 arch/arm64/boot/dts/qcom/msm8916-mtp.dts   |   2 +-
 arch/arm64/boot/dts/qcom/msm8916-mtp.dtsi  |   1 +
 arch/arm64/boot/dts/qcom/msm8916-pins.dtsi |  19 +++--
 arch/arm64/boot/dts/qcom/msm8916.dtsi      | 107 +++++++++++++++++++++++++++++
 arch/arm64/boot/dts/qcom/pm8916.dtsi       |   6 +-
 6 files changed, 128 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Qualcomm ARM64 Updates for v4.5
  2015-12-17 20:34 ` Andy Gross
@ 2015-12-22 20:21   ` Olof Johansson
  -1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2015-12-22 20:21 UTC (permalink / raw)
  To: Andy Gross
  Cc: arm, Arnd Bergmann, Kevin Hilman, linux-arm-msm, linux-arm-kernel

On Thu, Dec 17, 2015 at 02:34:24PM -0600, Andy Gross wrote:
> The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
> 
>   Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-for-4.5
> 
> for you to fetch changes up to 9e1dfb858de43bb3dfbbb32cec57433e9b250dee:
> 
>   arm64: dts: Add PM8916 support on MSM8916 (2015-12-16 23:01:44 -0600)
> 
> ----------------------------------------------------------------
> Qualcomm ARM64 Updates for v4.5
> 
> * Add fixed rate oscillators to dts
> * Fixup PMIC alias and properties
> * Change 8916-MTP compatible to be compliant with new scheme
> * Fix 8x16 UART pinctrl configuration
> * Add SMEM, RPM/SMD, and PM8916 support on MSM8916

Merged into next/dt64, thanks.


-Olof

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Qualcomm ARM64 Updates for v4.5
@ 2015-12-22 20:21   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2015-12-22 20:21 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Dec 17, 2015 at 02:34:24PM -0600, Andy Gross wrote:
> The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
> 
>   Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-arm64-for-4.5
> 
> for you to fetch changes up to 9e1dfb858de43bb3dfbbb32cec57433e9b250dee:
> 
>   arm64: dts: Add PM8916 support on MSM8916 (2015-12-16 23:01:44 -0600)
> 
> ----------------------------------------------------------------
> Qualcomm ARM64 Updates for v4.5
> 
> * Add fixed rate oscillators to dts
> * Fixup PMIC alias and properties
> * Change 8916-MTP compatible to be compliant with new scheme
> * Fix 8x16 UART pinctrl configuration
> * Add SMEM, RPM/SMD, and PM8916 support on MSM8916

Merged into next/dt64, thanks.


-Olof

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-12-22 21:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-17 20:34 [GIT PULL] Qualcomm ARM64 Updates for v4.5 Andy Gross
2015-12-17 20:34 ` Andy Gross
2015-12-22 20:21 ` Olof Johansson
2015-12-22 20:21   ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.