commit | 207b37ea45b0a291740d4cb026e967f95f54257c | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Jan 03 09:24:24 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 19 15:49:29 2018 -0500 |
tree | a739356e31cb8b15d9ff254e2761b08aaaa1cc91 | |
parent | 0964d06208a8497a3e1b97055194ec2889efa5b3 [diff] |
GPIO: tca642x: Rework to not include commands in SPL The command portion of the GPIO driver can only be used in full SPL so re-work to guard the command related portions and mark it as static. Cc: Dan Murphy <dmurphy@ti.com> Signed-off-by: Tom Rini <trini@konsulko.com>