mbox

[GIT,PULL,1/4] ARM: mach/soc: exynos for v4.11, 2nd round

Message ID 20170129200630.22083-5-krzk@kernel.org
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.11-2

Message

Krzysztof Kozlowski Jan. 29, 2017, 8:06 p.m. UTC
On top of previous pull request.


The following changes since commit cda1a52dab50340728e46601e6c9da9fc4beaf1f:

  ARM: s3c64xx: Constify wake_irqs (2016-12-29 15:41:44 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.11-2

for you to fetch changes up to 95ed41df129ca8f76eb190534d20f4a6dcd37213:

  dt-bindings: video: exynos7-decon: Remove obsolete samsung,power-domain property (2017-01-29 21:03:56 +0200)

----------------------------------------------------------------
Samsung mach/soc update for v4.11, second round:
1. Remove mach code for Exynos4415 as a continuation of removal
   of this SoC.
2. Remove obsolete property from the bindings documentation.

----------------------------------------------------------------
Krzysztof Kozlowski (2):
      ARM: EXYNOS: Remove Exynos4415 arch code (SoC not supported anymore)
      dt-bindings: video: exynos7-decon: Remove obsolete samsung,power-domain property

 Documentation/devicetree/bindings/display/exynos/exynos7-decon.txt | 2 +-
 arch/arm/mach-exynos/Kconfig                                       | 5 -----
 arch/arm/mach-exynos/exynos.c                                      | 1 -
 arch/arm/mach-exynos/suspend.c                                     | 1 -
 4 files changed, 1 insertion(+), 8 deletions(-)

Comments

Olof Johansson Jan. 30, 2017, 5:24 a.m. UTC | #1
On Sun, Jan 29, 2017 at 10:06:30PM +0200, Krzysztof Kozlowski wrote:
> 
> On top of previous pull request.
> 
> 
> The following changes since commit cda1a52dab50340728e46601e6c9da9fc4beaf1f:
> 
>   ARM: s3c64xx: Constify wake_irqs (2016-12-29 15:41:44 +0200)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.11-2
> 
> for you to fetch changes up to 95ed41df129ca8f76eb190534d20f4a6dcd37213:
> 
>   dt-bindings: video: exynos7-decon: Remove obsolete samsung,power-domain property (2017-01-29 21:03:56 +0200)
> 
> ----------------------------------------------------------------
> Samsung mach/soc update for v4.11, second round:
> 1. Remove mach code for Exynos4415 as a continuation of removal
>    of this SoC.
> 2. Remove obsolete property from the bindings documentation.

Merged, thanks!


-Olof