commit | 6696de885eaf1fa6c2104ce70216abbc87d4fd43 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sun Jun 10 09:29:51 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 10 16:55:58 2018 -0400 |
tree | 9db935ac5658f81fde6397fc868be9a95d270805 | |
parent | 7346c1e192d63cd35f99c7e845e53c5d4d0bdc24 [diff] |
gpio: omap_gpio: Convert to auto-alloc feature when DT is supported The omap_gpio driver has a TODO that says when every board is converted to DM and DT, the omap_gpio_bind can stop using calloc and switch to auto-alloc. This patch converts this driver to auto-calloc when DT is enabled. Signed-off-by: Adam Ford <aford173@gmail.com>