mbox

[GIT,PULL,1/4] ARM: imx: cleanup for 4.2

Message ID 1433145206-2508-1-git-send-email-shawn.guo@linaro.org
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-cleanup-4.2

Message

Shawn Guo June 1, 2015, 7:53 a.m. UTC
The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:

  Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-cleanup-4.2

for you to fetch changes up to cb2e1a234c163d429712c0fa8eef8ab01499b738:

  ARM: imx: gpc: Remove .owner field (2015-05-11 21:38:25 +0800)

----------------------------------------------------------------
The i.MX cleanup for 4.2:
 - Remove eukrea_mbimxsd35 non-DT board files
 - Remove .owner field from gpc platform driver

----------------------------------------------------------------
Fabio Estevam (2):
      ARM: imx: Remove eukrea_mbimxsd35 non-dt support
      ARM: imx: gpc: Remove .owner field

 arch/arm/mach-imx/Kconfig                      |  34 ---
 arch/arm/mach-imx/Makefile                     |   2 -
 arch/arm/mach-imx/eukrea_mbimxsd35-baseboard.c | 318 -------------------------
 arch/arm/mach-imx/gpc.c                        |   1 -
 arch/arm/mach-imx/mach-cpuimx35.c              | 206 ----------------
 5 files changed, 561 deletions(-)
 delete mode 100644 arch/arm/mach-imx/eukrea_mbimxsd35-baseboard.c
 delete mode 100644 arch/arm/mach-imx/mach-cpuimx35.c

Comments

Arnd Bergmann June 1, 2015, 4:10 p.m. UTC | #1
On Monday 01 June 2015 15:53:23 Shawn Guo wrote:
> The i.MX cleanup for 4.2:
>  - Remove eukrea_mbimxsd35 non-DT board files
>  - Remove .owner field from gpc platform driver
> 

Pulled into next/cleanup, thanks!

	Arnd
Arnd Bergmann June 1, 2015, 6:08 p.m. UTC | #2
On Monday 01 June 2015 13:52:53 Fabio Estevam wrote:
> 
> Shouldn't it be like this instead?
> 
> --- a/drivers/clocksource/Kconfig
> +++ b/drivers/clocksource/Kconfig
> @@ -278,7 +278,7 @@ config CLKSRC_PXA
> 
>  config CLKSRC_IMX_GPT
>         bool "Clocksource using i.MX GPT" if COMPILE_TEST
> -       depends on OF
> +       select CLKSRC_OF if OF
>         select CLKSRC_MMIO

Yes, that's better than my approach. Thanks for taking a closer look!

	Arnd