Merge tag 'xtensa-20180914' of git://github.com/jcmvbkbc/linux-xtensa
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Sep 2018 22:56:42 +0000 (12:56 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Sep 2018 22:56:42 +0000 (12:56 -1000)
commiteae4f8851f35ceb75f56a861659800c33603a476
tree92fece55ab53a76c934ef98852b082f5bd201a1a
parent3e153256d9f18b0568fb568958db2d3f83a5365c
parent4a7f50f78c221aac7253ea7059e1986eb622b0e5
Merge tag 'xtensa-20180914' of git://github.com/jcmvbkbc/linux-xtensa

Pull Xtensa fixes and cleanups from Max Filippov:

 - don't allocate memory in platform_setup as the memory allocator is
   not initialized at that point yet;

 - remove unnecessary ifeq KBUILD_SRC from arch/xtensa/Makefile;

 - enable SG chaining in arch/xtensa/Kconfig.

* tag 'xtensa-20180914' of git://github.com/jcmvbkbc/linux-xtensa:
  xtensa: enable SG chaining in Kconfig
  xtensa: remove unnecessary KBUILD_SRC ifeq conditional
  xtensa: ISS: don't allocate memory in platform_setup