mbox

[GIT,PULL,1/8] ARM: exynos: Mach/soc changes for v4.8

Message ID 1465215933-22709-2-git-send-email-k.kozlowski@samsung.com
State New
Headers show

Pull-request

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

Message

Krzysztof Kozlowski June 6, 2016, 12:25 p.m. UTC
The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to da81593a5a0d93fcca45baa15d0628ba8405695b:

  ARM: s3c24xx: Sort cpufreq tables (2016-06-03 13:54:36 +0200)

----------------------------------------------------------------
Samsung mach/soc update for v4.8:
1. Minor cleanups.

----------------------------------------------------------------
Andrea Gelmini (1):
      ARM: SAMSUNG: Fix typos

Viresh Kumar (1):
      ARM: s3c24xx: Sort cpufreq tables

 arch/arm/mach-s3c24xx/include/mach/regs-gpio.h     | 2 +-
 arch/arm/mach-s3c24xx/iotiming-s3c2410.c           | 2 +-
 arch/arm/mach-s3c24xx/mach-n30.c                   | 2 +-
 arch/arm/mach-s3c24xx/mach-osiris-dvs.c            | 2 +-
 arch/arm/mach-s3c24xx/pll-s3c2410.c                | 3 ++-
 arch/arm/mach-s3c24xx/pll-s3c2440-12000000.c       | 1 +
 arch/arm/mach-s3c24xx/pll-s3c2440-16934400.c       | 1 +
 arch/arm/mach-s3c64xx/include/mach/map.h           | 2 +-
 arch/arm/plat-samsung/include/plat/cpu-freq-core.h | 2 +-
 arch/arm/plat-samsung/include/plat/fb-s3c2410.h    | 2 +-
 arch/arm/plat-samsung/include/plat/gpio-cfg.h      | 2 +-
 arch/arm/plat-samsung/pm-check.c                   | 2 +-
 arch/arm/plat-samsung/watchdog-reset.c             | 2 +-
 13 files changed, 14 insertions(+), 11 deletions(-)

Comments

Olof Johansson June 13, 2016, 9:24 p.m. UTC | #1
On Mon, Jun 06, 2016 at 02:25:26PM +0200, Krzysztof Kozlowski wrote:
> 
> The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
> 
>   Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.8
> 
> for you to fetch changes up to da81593a5a0d93fcca45baa15d0628ba8405695b:
> 
>   ARM: s3c24xx: Sort cpufreq tables (2016-06-03 13:54:36 +0200)

Merged into next/cleanup. Thanks!


-Olof