Merge tag 'lpc32xx-soc-for-5.1' of https://github.com/vzapolskiy/linux-lpc32xx into...
authorArnd Bergmann <arnd@arndb.de>
Fri, 15 Feb 2019 16:50:04 +0000 (17:50 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 15 Feb 2019 19:38:19 +0000 (20:38 +0100)
commitc47cd74759b4a720385aba44bfd106d199bae923
tree2461301460d1dcbf9e00d1cfd9f902348af7ef3b
parent919c1d49a0dc50bfb25c0cc29455b6a7e49d936c
parent49bb0b964c1f067aeb282e85e42123cc36b7b147
Merge tag 'lpc32xx-soc-for-5.1' of https://github.com/vzapolskiy/linux-lpc32xx into arm/fixes

ARM: lpc32xx: platform updates for v5.1

Here are the changes for ARM NXP LPC32xx platform files:

* removed a superfluous record to kernel log buffer under OOM condition,
* use kmemdup() helper instead of kmalloc()/memcpy() pair,
* removed platform data of ARM PL180 SD/MMC and ARM PL111 LCD controllers,
  since now both are handled in devicetree files.

* tag 'lpc32xx-soc-for-5.1' of https://github.com/vzapolskiy/linux-lpc32xx:
  ARM: lpc32xx: remove platform data of ARM PL111 LCD controller
  ARM: lpc32xx: remove platform data of ARM PL180 SD/MMC controller
  ARM: lpc32xx: Use kmemdup to replace duplicating its implementation
  ARM: lpc32xx: Delete an error message for a failed memory allocation in lpc32xx_pm_enter()

Signed-off-by: Arnd Bergmann <arnd@arndb.de>