Message ID | 20190203212936.17053-3-vz@mleia.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
On Sun, Feb 3, 2019 at 10:29 PM Vladimir Zapolskiy <vz@mleia.com> wrote: > > ---------------------------------------------------------------- > 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. Nice code reduction for phy32xx! I wonder if we ever go the pl08x DT support to the state of removing that as well, I think Linus Walleij also looked into this in the past, but we still seem to have this on spear, s3c64xx along with lpc32xx. Pulled into arm/soc, thanks! Arnd