]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'samsung-pinctrl-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 20 Jun 2017 08:07:34 +0000 (10:07 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 20 Jun 2017 08:07:34 +0000 (10:07 +0200)
commit6efaf7cbe6686ea5b066331af3ac06d69a76cd02
tree56a3c0a628db3d1a075ea725fb60a050d1053f47
parentdef8e2285b0e24cfb53ac5d627c924050d995266
parenta453f3693f2aa9ebba623f8cff1e3d7c5df96ddd
Merge tag 'samsung-pinctrl-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung into devel

Samsung pinctrl drivers update for v4.13:
1. Split drivers per ARMv7 and ARMv8 architectures because there
   is no need to compile everything on each of them.
2. Fix for possible NULL-pointer dereference after memory allocation
   failure.
3. Cleanups (silencing cast warnings, constify, removal of unneeded
   casts, removal of modular boiler-plate).