From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Murphy Date: Thu, 11 Jul 2013 10:10:08 -0500 Subject: [U-Boot] [[PATCH v3 2/2] gpio: omap5-uevm: Configure the tca6424 gpio expander In-Reply-To: <20130711143017.GC13531@bill-the-cat> References: <1373486763-13091-1-git-send-email-dmurphy@ti.com> <1373486763-13091-2-git-send-email-dmurphy@ti.com> <51DDF49F.2050805@ti.com> <20130711143017.GC13531@bill-the-cat> Message-ID: <51DECAD0.5030703@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/11/2013 09:30 AM, Tom Rini wrote: > On Wed, Jul 10, 2013 at 06:56:15PM -0500, Nishanth Menon wrote: >> On 07/10/2013 03:06 PM, Dan Murphy wrote: >>> Configure the tca6424 gpio expander >>> This allows use of the debug and tri color LEDs. >>> >>> Signed-off-by: Dan Murphy >>> --- >>> board/ti/omap5_uevm/evm.c | 21 +++++++++++++++++++++ >>> board/ti/omap5_uevm/mux_data.h | 2 ++ >>> include/configs/omap5_uevm.h | 5 +++++ >>> 3 files changed, 28 insertions(+) >>> >>> diff --git a/board/ti/omap5_uevm/evm.c b/board/ti/omap5_uevm/evm.c >>> index 90046e8..0e9a559 100644 >>> --- a/board/ti/omap5_uevm/evm.c >>> +++ b/board/ti/omap5_uevm/evm.c >>> @@ -26,6 +26,7 @@ >>> #include >>> #include >>> #include >>> +#include >>> >>> #include "mux_data.h" >>> >>> @@ -35,6 +36,24 @@ const struct omap_sysinfo sysinfo = { >>> "Board: OMAP5430 EVM\n" >>> }; >>> >>> +/* @brief tca642x_init - Initial states for the GPIO expander >> documentation style? >> /* >> * @brief >> ? > /** > * @brief > > even :) > > And, no other comments. > Got it will fix it -- ------------------ Dan Murphy