lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1361481149-27559-6-git-send-email-arnd@arndb.de>
Date:	Thu, 21 Feb 2013 21:12:25 +0000
From:	Arnd Bergmann <arnd@...db.de>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	arm@...nel.org, linux-arm-kernel@...ts.infradead.org,
	linux-kernel@...r.kernel.org, Arnd Bergmann <arnd@...db.de>
Subject: [GIT PULL 05/09] arm-soc: multiplatform support

The following changes since commit 949db153b6466c6f7cad5a427ecea94985927311:

  Linux 3.8-rc5 (2013-01-25 11:57:28 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/multiplatform

for you to fetch changes up to acb7452369e4f8749dd32d48dbda98936035a87c:

  Merge branch 'omap/multiplatform-fixes', tag 'v3.8-rc5' into next/multiplatform (2013-02-15 13:31:52 +0100)

----------------------------------------------------------------

arm-soc: multiplatform support

Converting more ARM platforms to multiplatform support. This time, OMAP
gets converted, which is a major step since this is by far the largest
platform in terms of code size. The same thing happens to the vt8500
platform.

Conflicts include:
* Two mach/uncompress.h files are removed, the changes made to them
  elsewhere can be discarded now.
* Moving the OMAP4 irq_match array has context clashes with turning
  omap4_sar_ram_init into an omap_early_initcall()

----------------------------------------------------------------
André Hentschel (1):
      ARM: OMAP2+: Include soc.h to drm.c to fix compiling

Arnd Bergmann (5):
      [media] davinci: do not include mach/hardware.h
      remoteproc: omap: depend on OMAP_MBOX_FWK
      net: cwdavinci_cpdma: export symbols for cpsw
      Merge branch 'omap/multiplatform-fixes', tag 'v3.8-rc5' into next/multiplatform

Josh Cartwright (2):
      ARM: multi_v7_defconfig: remove unnecessary CONFIG_GPIOLIB
      ARM: multi_v7_defconfig: add ARCH_ZYNQ

Olof Johansson (2):
      Merge tag 'omap-for-v3.9/multiplatform-enable-signed-v2' of git://git.kernel.org/.../tmlind/linux-omap into next/multiplatform
      Merge tag 'vt8500-multiplatform-3.9' of git://server.prisktech.co.nz/git/linuxwmt into next/multiplatform

Tony Lindgren (11):
      ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform kernels
      ARM: OMAP2+: Use omap initcalls
      ARM: OMAP: Fix i2c cmdline initcall for multiplatform
      ARM: OMAP: Fix dmaengine init for multiplatform
      ARM: OMAP2+: Add multiplatform debug_ll support
      ARM: OMAP2+: Disable code that currently does not work with multiplaform
      ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support
      ARM: OMAP2+: Add minimal support for booting vexpress
      ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S
      ARM: OMAP2+: Fix warning for hwspinlock omap_postcore_initcall
      ARM: OMAP2+: Make sure files with omap initcalls include soc.h

Tony Prisk (3):
      arm: vt8500: Remove single platform Kconfig options
      arm: vt8500: Convert debug-macro.S to be multiplatform friendly
      arm: vt8500: Remove remaining mach includes

 arch/arm/Kconfig                                |  28 ++--
 arch/arm/Kconfig.debug                          |  64 ++++++++
 arch/arm/arm-soc-for-next-contents.txt          |  13 ++
 arch/arm/configs/multi_v7_defconfig             |   2 +-
 arch/arm/configs/omap2plus_defconfig            |   6 +-
 arch/arm/include/debug/omap2plus.S              | 190 ++++++++++++++++++++++++
 arch/arm/include/debug/vt8500.S                 |  37 +++++
 arch/arm/mach-omap1/dma.c                       |  18 ++-
 arch/arm/mach-omap1/i2c.c                       |   6 +
 arch/arm/mach-omap2/Kconfig                     |  25 +++-
 arch/arm/mach-omap2/Makefile                    |   3 +
 arch/arm/mach-omap2/board-omap3beagle.c         |   2 +-
 arch/arm/mach-omap2/board-rx51-video.c          |   3 +-
 arch/arm/mach-omap2/clock2xxx.c                 |   2 +-
 arch/arm/mach-omap2/clock3xxx.c                 |   2 +-
 arch/arm/mach-omap2/devices.c                   |   6 +-
 arch/arm/mach-omap2/dma.c                       |  23 ++-
 arch/arm/mach-omap2/drm.c                       |   2 +-
 arch/arm/mach-omap2/emu.c                       |   2 +-
 arch/arm/mach-omap2/fb.c                        |   4 +-
 arch/arm/mach-omap2/gpio.c                      |   5 +-
 arch/arm/mach-omap2/gpmc.c                      |   4 +-
 arch/arm/mach-omap2/hdq1w.c                     |   3 +-
 arch/arm/mach-omap2/hwspinlock.c                |   3 +-
 arch/arm/mach-omap2/i2c.c                       |   5 +
 arch/arm/mach-omap2/include/mach/debug-macro.S  | 165 --------------------
 arch/arm/mach-omap2/include/mach/serial.h       |  37 -----
 arch/arm/mach-omap2/include/mach/uncompress.h   | 171 ---------------------
 arch/arm/mach-omap2/mcbsp.c                     |   3 +-
 arch/arm/mach-omap2/omap-iommu.c                |   3 +-
 arch/arm/mach-omap2/omap2-restart.c             |   3 +-
 arch/arm/mach-omap2/omap4-common.c              |   4 +-
 arch/arm/mach-omap2/omap_device.c               |   5 +-
 arch/arm/mach-omap2/omap_hwmod.c                |   2 +-
 arch/arm/mach-omap2/omap_phy_internal.c         |   2 +-
 arch/arm/mach-omap2/opp3xxx_data.c              |   2 +-
 arch/arm/mach-omap2/opp4xxx_data.c              |   2 +-
 arch/arm/mach-omap2/pm-debug.c                  |   2 +-
 arch/arm/mach-omap2/pm.c                        |   2 +-
 arch/arm/mach-omap2/pmu.c                       |   2 +-
 arch/arm/mach-omap2/prm3xxx.c                   |   2 +-
 arch/arm/mach-omap2/prm44xx.c                   |   2 +-
 arch/arm/mach-omap2/serial.c                    |   2 +-
 arch/arm/mach-omap2/smartreflex-class3.c        |   3 +-
 arch/arm/mach-omap2/soc.h                       |  29 ++++
 arch/arm/mach-omap2/timer.c                     |   2 +-
 arch/arm/mach-omap2/wd_timer.c                  |   2 +-
 arch/arm/mach-vt8500/Kconfig                    |  11 +-
 arch/arm/mach-vt8500/include/mach/debug-macro.S |  31 ----
 arch/arm/mach-vt8500/include/mach/timex.h       |  26 ----
 arch/arm/mach-vt8500/include/mach/uncompress.h  |  36 -----
 arch/arm/plat-omap/Kconfig                      |  32 +---
 arch/arm/plat-omap/Makefile                     |   2 +
 arch/arm/plat-omap/i2c.c                        |   3 +-
 arch/arm/plat-omap/include/plat/i2c.h           |   6 +
 drivers/crypto/omap-sham.c                      |   3 +
 drivers/dma/omap-dma.c                          |  20 +--
 drivers/media/platform/davinci/vpss.c           |   1 -
 drivers/media/rc/Kconfig                        |   2 +-
 drivers/net/ethernet/ti/davinci_cpdma.c         |   3 +
 drivers/remoteproc/Kconfig                      |   2 +-
 drivers/staging/tidspbridge/Kconfig             |   2 +-
 62 files changed, 497 insertions(+), 588 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ