commit | 1ac4c1b11450cb2089ada404ffcec3f3f18f7901 | [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 | 9767bf4a14dbd04129c71989f045104ae09104ae [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>