Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Dec 2012 15:17:15 +0200
From:      Aleksandr Rybalko <ray@freebsd.org>
To:        Kevin Lo <kevlo@FreeBSD.org>
Cc:        svn-src-projects@FreeBSD.org, Aleksandr Rybalko <ray@FreeBSD.org>, src-committers@FreeBSD.org
Subject:   Re: svn commit: r244517 - projects/efika_mx/sys/arm/freescale/imx
Message-ID:  <20121223151715.44da1444.ray@freebsd.org>
In-Reply-To: <50D5E2F7.9030203@FreeBSD.org>
References:  <201212202237.qBKMbGNZ035843@svn.freebsd.org> <50D5E2F7.9030203@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 23 Dec 2012 00:42:31 +0800
Kevin Lo <kevlo@FreeBSD.org> wrote:

> On 2012/12/21 06:37, Aleksandr Rybalko wrote:
> > Author: ray
> > Date: Thu Dec 20 22:37:15 2012
> > New Revision: 244517
> > URL: http://svnweb.freebsd.org/changeset/base/244517
> >
> > Log:
> >    Add GPIO driver.
> >    
> >    Sponsored by:	FreeBSD Foundation
> >
> > Modified:
> >    projects/efika_mx/sys/arm/freescale/imx/imx51_gpio.c
> >
> > Modified: projects/efika_mx/sys/arm/freescale/imx/imx51_gpio.c
> > ==============================================================================
> > --- projects/efika_mx/sys/arm/freescale/imx/imx51_gpio.c	Thu
> > Dec 20 22:31:52 2012	(r244516) +++
> > projects/efika_mx/sys/arm/freescale/imx/imx51_gpio.c	Thu Dec
> > 20 22:37:15 2012	(r244517) @@ -94,7 +94,7 @@ struct
> > imx51_gpio_softc { device_t		dev; struct
> > mtx		sc_mtx; struct resource		*sc_res
> > [11]; /* 1 x mem, 2 x IRQ, 8 x IRQ */
> > -	void			*gpio_ih[11]; /* 1 pointer is
> > not a big waste */
> > +	void			*gpio_ih[11]; /* 1 ptr is not
> > a big waste */ int			sc_l_irq; /* Last irq
> > resource */ bus_space_tag_t		sc_iot;
> >   	bus_space_handle_t	sc_ioh;
> >
> 
> Did I miss something? This commit only updates the comment...
> 
>      Kevin

I'm also was surprised, why svn don't ask me to do svn add first for
it :)

My mistake, sorry for that.

WBW
-- 
Aleksandr Rybalko <ray@freebsd.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121223151715.44da1444.ray>