2009-09-02 21:46:00

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: ar6k driver

On Wed, Sep 02, 2009 at 12:18:49AM -0700, Werner Almesberger wrote:
> Luis R. Rodriguez wrote:
> > I know I found it last time I looked through the openmoko wiki but
> > it took me a lot of time to actually find the git tree and then
> > the branch name. Today I gave up looking for it so resorting to
> > asking you for the git url.
>
> Yeah, it can be a little hard to find, particularly the right branch :-)
>
> The repository is here:
> git://git.openmoko.org/git/openmoko.git
>
> The branch with the latest code is origin/andy-tracking
>
> Finally, my HIF is here:
> drivers/ar6000/hif/hif2.c

Thanks, I've created a new page for ar6k on the wireless.kernel.org wiki so
we don't loose track of this and so that this can be easier to find for others.

http://wireless.kernel.org/en/users/Drivers/ar6k

I've updated the openmoko wiki respectively:

http://wiki.openmoko.org/wiki/AR6K

Luis


2009-09-03 07:31:21

by Werner Almesberger

[permalink] [raw]
Subject: Re: ar6k driver

Luis R. Rodriguez wrote:
> Hm, seems origin/andy-tracking branch is gone:

Oh, sorry. That's what I get for copying and pasting the first
thing grep finds :-(

The correct git is this one:
git://git.openmoko.org/git/kernel.git

openmoko.git is indeed something entirely different, sorry.

- Werner

2009-09-02 22:18:47

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: ar6k driver

On Wed, Sep 2, 2009 at 2:46 PM, Luis R. Rodriguez<[email protected]> wrote:
> On Wed, Sep 02, 2009 at 12:18:49AM -0700, Werner Almesberger wrote:
>> Luis R. Rodriguez wrote:
>> > I know I found it last time I looked through the openmoko wiki but
>> > it took me a lot of time to actually find the git tree and then
>> > the branch name. Today I gave up looking for it so resorting to
>> > asking you for the git url.
>>
>> Yeah, it can be a little hard to find, particularly the right branch :-)
>>
>> The repository is here:
>> git://git.openmoko.org/git/openmoko.git
>>
>> The branch with the latest code is origin/andy-tracking
>>
>> Finally, my HIF is here:
>> drivers/ar6000/hif/hif2.c
>
> Thanks, I've created a new page for ar6k on the wireless.kernel.org wiki so
> we don't loose track of this and so that this can be easier to find for others.
>
> http://wireless.kernel.org/en/users/Drivers/ar6k
>
> I've updated the openmoko wiki respectively:
>
> http://wiki.openmoko.org/wiki/AR6K

Hm, seems origin/andy-tracking branch is gone:

mcgrof@tux ~/devel/openmoko (git::org.openmoko.dev)$ git branch -r
origin/HEAD -> origin/org.openmoko.dev
origin/historic/org.openembedded.dev
origin/historic/org.openmoko.asu.dev
origin/historic/org.openmoko.asu.stable
origin/historic/org.openmoko.asu.testing
origin/org.openmoko.dev
origin/org.openmoko.stable

Any ideas which one I should use, or is the master branch OK?

Luis