]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge tag 'sunxi-pinctrl-for-3.16' of https://github.com/mripard/linux into devel
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 9 May 2014 06:47:16 +0000 (08:47 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 9 May 2014 06:47:16 +0000 (08:47 +0200)
commit9dffe1d4a7c2ee53b982ecb12c277040743d6ca2
tree3f8a0ade83fc79423b5a3e034bc6debcdc00df8f
parent2aa02733fb869e217b3c5c0860273f7feb4f04d6
parentdc9691066fa7de51178de5ac3e06b3681557a7b4
Merge tag 'sunxi-pinctrl-for-3.16' of https://github.com/mripard/linux into devel

Pinctrl cleanup and reworks for 3.16

This serie of patch:
  - Moves the Allwinner pinctrl driver to a folder of its own
  - removes the sunxi-pinctrl-pins header, and split the driver into a core
    one, with all the logic, and smaller drivers, one for each SoC, that
    declare the pins, and will provide to the core the set of pins.
  - And does a few cleanups here and there.