linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/5] i.MX cleanup for 4.9
@ 2016-09-12  9:02 Shawn Guo
  2016-09-12  9:02 ` [GIT PULL 2/5] i.MX soc updates " Shawn Guo
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Shawn Guo @ 2016-09-12  9:02 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

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

for you to fetch changes up to 3481bdce6516a1872f3ac0af43ba56d0e1ee3afa:

  ARM: imx: (trivial) fix typo and grammar (2016-09-05 10:36:19 +0800)

----------------------------------------------------------------
i.MX cleanup for 4.9:
 - Drop i.MX1 board files and make i.MX1 a DT only platform.
 - Remove obsolete ENET initialization code for TX28 board, since FEC
   driver handles those setup well now.
 - A couple of cleanups on i.MX31 IOMUX headers to drop duplications
 - A few other random and trivial cleanups

----------------------------------------------------------------
Alexander Kurz (2):
      ARM: i.MX31 iomux: remove plain duplicates
      ARM: i.MX31 iomux: remove duplicates with alternate name

Alexander Shiyan (4):
      ARM: i.MX: Remove i.MX1 Armadeus APF9328 board support
      ARM: i.MX: Remove i.MX1 Synertronixx SCB9328 board support
      ARM: i.MX: Remove i.MX1 non-DT support
      ARM: i.MX: Move SOC_IMX1 into 'Device tree only'

Fabian Frederick (1):
      ARM: imx: remove platform-mxc_rnga

Javier Martinez Canillas (1):
      ARM: imx: use IS_ENABLED() instead of checking for built-in or module

Lothar Wa?mann (1):
      ARM: mxs: remove obsolete startup code for TX28

Martin Kaiser (1):
      ARM: imx: (trivial) fix typo and grammar

Vladimir Murzin (1):
      ARM: imx: no need to select SMP_ON_UP explicitly

 arch/arm/configs/imx_v4_v5_defconfig          |   3 +-
 arch/arm/configs/multi_v4t_defconfig          |   4 +-
 arch/arm/mach-imx/Kconfig                     |  50 ++------
 arch/arm/mach-imx/Makefile                    |   7 +-
 arch/arm/mach-imx/common.h                    |   5 -
 arch/arm/mach-imx/devices-imx1.h              |  30 -----
 arch/arm/mach-imx/devices/Makefile            |   1 -
 arch/arm/mach-imx/devices/devices-common.h    |  12 --
 arch/arm/mach-imx/devices/platform-imx-fb.c   |   5 -
 arch/arm/mach-imx/devices/platform-imx-i2c.c  |   5 -
 arch/arm/mach-imx/devices/platform-imx-uart.c |  37 ------
 arch/arm/mach-imx/devices/platform-spi_imx.c  |   9 --
 arch/arm/mach-imx/hardware.h                  |   3 +-
 arch/arm/mach-imx/iomux-mx1.h                 | 155 -----------------------
 arch/arm/mach-imx/iomux-mx3.h                 |  34 -----
 arch/arm/mach-imx/mach-apf9328.c              | 148 ----------------------
 arch/arm/mach-imx/{imx1-dt.c => mach-imx1.c}  |  23 +++-
 arch/arm/mach-imx/mach-kzm_arm11_01.c         |   6 +-
 arch/arm/mach-imx/mach-pcm037.c               |   2 +-
 arch/arm/mach-imx/mach-scb9328.c              | 143 ---------------------
 arch/arm/mach-imx/mm-imx1.c                   |  67 ----------
 arch/arm/mach-imx/mx1.h                       | 172 --------------------------
 arch/arm/mach-mxs/mach-mxs.c                  |  77 ------------
 drivers/clk/imx/clk-imx1.c                    |  46 +------
 24 files changed, 46 insertions(+), 998 deletions(-)
 delete mode 100644 arch/arm/mach-imx/devices-imx1.h
 delete mode 100644 arch/arm/mach-imx/iomux-mx1.h
 delete mode 100644 arch/arm/mach-imx/mach-apf9328.c
 rename arch/arm/mach-imx/{imx1-dt.c => mach-imx1.c} (63%)
 delete mode 100644 arch/arm/mach-imx/mach-scb9328.c
 delete mode 100644 arch/arm/mach-imx/mm-imx1.c
 delete mode 100644 arch/arm/mach-imx/mx1.h

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-09-21 21:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-12  9:02 [GIT PULL 1/5] i.MX cleanup for 4.9 Shawn Guo
2016-09-12  9:02 ` [GIT PULL 2/5] i.MX soc updates " Shawn Guo
2016-09-19 14:55   ` Arnd Bergmann
2016-09-12  9:02 ` [GIT PULL 3/5] i.MX device tree " Shawn Guo
2016-09-13 15:43   ` Arnd Bergmann
2016-09-12  9:02 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
2016-09-14 15:30   ` Arnd Bergmann
2016-09-16  1:47     ` Shawn Guo
2016-09-16 13:42       ` Arnd Bergmann
     [not found]         ` <CALRxmdDLRPLr3yD_wGW+3=thr8eZwX4DVGzMad0Gh7n-ERi+og@mail.gmail.com>
2016-09-21 21:57           ` Stuart Yoder
2016-09-12  9:02 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
2016-09-14 22:00   ` Arnd Bergmann
2016-09-19 14:48 ` [GIT PULL 1/5] i.MX cleanup " Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).