]> git.baikalelectronics.ru Git - uboot.git/commit
GPIO: tca642x: Rework to not include commands in SPL
authorTom Rini <trini@konsulko.com>
Wed, 3 Jan 2018 14:24:24 +0000 (09:24 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 19 Jan 2018 20:49:29 +0000 (15:49 -0500)
commite5dc9419d29183f4d20623f46c8e81644f26e0e9
treea739356e31cb8b15d9ff254e2761b08aaaa1cc91
parent2a3088c42665a16a3c6cddcc6589e3f5a8e32dee
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>
drivers/gpio/tca642x.c