mbox series

[GIT,PULL,2/3] ARM: dts: exynos: Second round for v4.19

Message ID 20180725162340.7488-2-krzk@kernel.org
State New
Headers show
Series [GIT,PULL,1/3] drivers: samsung: Cleanup for v4.19 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-4.19-2

Message

Krzysztof Kozlowski July 25, 2018, 4:23 p.m. UTC
Hi,

On top of previous pull request.


Best regards,
Krzysztof


The following changes since commit 57f4e8bc1c3ebbd06a278107edeb6af95b53e5bf:

  dt-bindings: samsung: Document bindings for SGH-T959P board (2018-07-07 12:28:07 +0200)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-4.19-2

for you to fetch changes up to 965228d33cd2b47adb493bb1864761420c632e41:

  ARM: dts: exynos: Configure Midas SD card CD pin (2018-07-23 19:12:01 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v4.19, part 2

1. Add missing interrupts to PWM nodes on Exynos5.
2. Add missing interrupt pin pull up/down configuration on Exynos4412
   Midas boards.  The interrupts were mostly working thanks to initial
   configuration by bootloader.

----------------------------------------------------------------
Anand Moon (1):
      ARM: dts: exynos: Add missing interrupts for pwm node on Exynos5

Simon Shields (5):
      ARM: dts: exynos: Add max77693 pinctrl config for Midas
      ARM: dts: exynos: Add pinctrl config for Midas keys
      ARM: dts: exynos: Add pinctrl for Midas fuelgauge IRQ pin
      ARM: dts: exynos: Configure max77686 IRQ pin on Midas
      ARM: dts: exynos: Configure Midas SD card CD pin

 arch/arm/boot/dts/exynos4412-midas.dtsi | 35 ++++++++++++++++++++++++++++++++-
 arch/arm/boot/dts/exynos5.dtsi          |  5 +++++
 2 files changed, 39 insertions(+), 1 deletion(-)

Comments

Olof Johansson July 26, 2018, 6:57 a.m. UTC | #1
On Wed, Jul 25, 2018 at 06:23:39PM +0200, Krzysztof Kozlowski wrote:
> Hi,
> 
> On top of previous pull request.
> 
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 57f4e8bc1c3ebbd06a278107edeb6af95b53e5bf:
> 
>   dt-bindings: samsung: Document bindings for SGH-T959P board (2018-07-07 12:28:07 +0200)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-4.19-2
> 
> for you to fetch changes up to 965228d33cd2b47adb493bb1864761420c632e41:
> 
>   ARM: dts: exynos: Configure Midas SD card CD pin (2018-07-23 19:12:01 +0200)
> 
> ----------------------------------------------------------------
> Samsung DTS ARM changes for v4.19, part 2
> 
> 1. Add missing interrupts to PWM nodes on Exynos5.
> 2. Add missing interrupt pin pull up/down configuration on Exynos4412
>    Midas boards.  The interrupts were mostly working thanks to initial
>    configuration by bootloader.

Merged, thanks!


-Olof