mbox

[GIT,PULL,2/5] i.MX cleanups for 4.11

Message ID 1485662803-31235-2-git-send-email-shawnguo@kernel.org
State New
Headers show

Pull-request

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

Message

Shawn Guo Jan. 29, 2017, 4:06 a.m. UTC
The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:

  Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)

are available in the git repository at:

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

for you to fetch changes up to 5fdb98dcfb0221f488dd238570933fd3dcfae031:

  ARM: mach-mx27_3ds: Remove camera support (2017-01-03 13:52:38 +0800)

----------------------------------------------------------------
i.MX cleanup for 4.11:
 - Remove unused flexcan and esdhc device definitions for i.MX25.
 - A series from Fabio to remove camera device initialization code from
   i.MX platform support, since the corresponding media driver has been
   deprecated and removed from kernel tree.

----------------------------------------------------------------
Arnd Bergmann (1):
      ARM: imx: remove unused device definitions

Fabio Estevam (6):
      ARM: mach-mx31_3ds: Remove camera support
      ARM: mx31moboard-marxbot: Remove camera support
      ARM: mx31moboard-smartbot: Remove camera support
      ARM: mach-mx35_3ds: Remove camera support
      ARM: mach-pcm037: Remove camera support
      ARM: mach-mx27_3ds: Remove camera support

 arch/arm/mach-imx/devices/platform-flexcan.c       |   9 --
 .../mach-imx/devices/platform-sdhci-esdhc-imx.c    |  10 --
 arch/arm/mach-imx/mach-mx27_3ds.c                  | 107 --------------
 arch/arm/mach-imx/mach-mx31_3ds.c                  | 160 ---------------------
 arch/arm/mach-imx/mach-mx35_3ds.c                  | 103 -------------
 arch/arm/mach-imx/mach-pcm037.c                    | 115 ---------------
 arch/arm/mach-imx/mx31moboard-marxbot.c            |  92 ------------
 arch/arm/mach-imx/mx31moboard-smartbot.c           |  74 ----------
 8 files changed, 670 deletions(-)

Comments

Olof Johansson Jan. 30, 2017, 5:07 a.m. UTC | #1
On Sun, Jan 29, 2017 at 12:06:40PM +0800, Shawn Guo wrote:
> The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:
> 
>   Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-cleanup-4.11
> 
> for you to fetch changes up to 5fdb98dcfb0221f488dd238570933fd3dcfae031:
> 
>   ARM: mach-mx27_3ds: Remove camera support (2017-01-03 13:52:38 +0800)
> 
> ----------------------------------------------------------------
> i.MX cleanup for 4.11:
>  - Remove unused flexcan and esdhc device definitions for i.MX25.
>  - A series from Fabio to remove camera device initialization code from
>    i.MX platform support, since the corresponding media driver has been
>    deprecated and removed from kernel tree.
> 
> ----------------------------------------------------------------
> Arnd Bergmann (1):
>       ARM: imx: remove unused device definitions
> 
> Fabio Estevam (6):
>       ARM: mach-mx31_3ds: Remove camera support
>       ARM: mx31moboard-marxbot: Remove camera support
>       ARM: mx31moboard-smartbot: Remove camera support
>       ARM: mach-mx35_3ds: Remove camera support
>       ARM: mach-pcm037: Remove camera support
>       ARM: mach-mx27_3ds: Remove camera support

Merged, thanks.

Did camera support on this platform get completely removed, or was it
a migration to a newer driver?


-Olof
Shawn Guo Feb. 3, 2017, 1:10 p.m. UTC | #2
On Sun, Jan 29, 2017 at 09:07:24PM -0800, Olof Johansson wrote:
> On Sun, Jan 29, 2017 at 12:06:40PM +0800, Shawn Guo wrote:
> > The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:
> > 
> >   Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-cleanup-4.11
> > 
> > for you to fetch changes up to 5fdb98dcfb0221f488dd238570933fd3dcfae031:
> > 
> >   ARM: mach-mx27_3ds: Remove camera support (2017-01-03 13:52:38 +0800)
> > 
> > ----------------------------------------------------------------
> > i.MX cleanup for 4.11:
> >  - Remove unused flexcan and esdhc device definitions for i.MX25.
> >  - A series from Fabio to remove camera device initialization code from
> >    i.MX platform support, since the corresponding media driver has been
> >    deprecated and removed from kernel tree.
> > 
> > ----------------------------------------------------------------
> > Arnd Bergmann (1):
> >       ARM: imx: remove unused device definitions
> > 
> > Fabio Estevam (6):
> >       ARM: mach-mx31_3ds: Remove camera support
> >       ARM: mx31moboard-marxbot: Remove camera support
> >       ARM: mx31moboard-smartbot: Remove camera support
> >       ARM: mach-mx35_3ds: Remove camera support
> >       ARM: mach-pcm037: Remove camera support
> >       ARM: mach-mx27_3ds: Remove camera support
> 
> Merged, thanks.
> 
> Did camera support on this platform get completely removed, or was it
> a migration to a newer driver?

The driver was completely removed [1], because no one stepped up to
rework it as required [2].

Shawn

[1] https://patchwork.kernel.org/patch/9149367/
[2] https://patchwork.kernel.org/patch/8491381/