Linus,

Please pull the following changes for 3.18 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git master

The only substantive pieces in this batch are some more vDSO support,
and removing the reference to &platform_bus in tile-srom.c.  The rest
are minor issues reported to me.

Thanks!

Chris Metcalf (4):
      tilegx: Enable ARCH_SUPPORTS_ATOMIC_RMW
      tile gxio: use better string copy primitive
      tile: switch to using seqlocks for the vDSO time code
      tile: add clock_gettime support to vDSO

Geert Uytterhoeven (1):
      tile: Remove tile-specific _sinitdata and _einitdata

Himangi Saraogi (1):
      tile: use ARRAY_SIZE

Kurt McAlpine (1):
      Removed repeated word in comments

Pawel Moll (1):
      char: tile-srom: Add real platform bus parent

 arch/tile/Kconfig                     |   1 +
 arch/tile/gxio/mpipe.c                |  37 ++++++-
 arch/tile/include/asm/sections.h      |   3 -
 arch/tile/include/asm/vdso.h          |  20 ++--
 arch/tile/include/uapi/arch/sim_def.h |  10 +-
 arch/tile/kernel/time.c               |  61 ++++++++----
 arch/tile/kernel/traps.c              |   2 +-
 arch/tile/kernel/vdso/vdso.lds.S      |   2 +
 arch/tile/kernel/vdso/vgettimeofday.c | 176 +++++++++++++++++++++++++---------
 arch/tile/kernel/vmlinux.lds.S        |   2 -
 arch/tile/mm/init.c                   |  12 +--
 drivers/char/tile-srom.c              |  13 ++-
 12 files changed, 245 insertions(+), 94 deletions(-)

--
Chris Metcalf, Tilera Corp.
http://www.tilera.com

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to