commit | 10441ec9224d0d269dc512819a32c0785a6338d3 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Jul 12 16:05:46 2018 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Jul 19 10:49:55 2018 +0200 |
tree | 4507bc31832bc2eceff4879ab0ee969b19d418c5 | |
parent | cae39ae365ed98b7cd0805fcb57ca4ee280b5ebe [diff] |
gpio: xilinx: Convert driver to DM This patch is enabling GPIO_DM support to have an option to use this driver together with zynq gpio driver. !DM part is kept there till Microblaze is cleanup which will be done hopefully soon. Just a note: There is no reason to initialize uc-priv->name because it is completely unused. Signed-off-by: Michal Simek <michal.simek@xilinx.com>