lkml.org 
[lkml]   [2006]   [May]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Sign-off for the IP1000A driver before inclusion
Hi Jesse,

On Tue, 30 May 2006, jesse\(??\)~H~H\) wrote:
> Sorry for that. I try to generate the patch file. But I only can use
> "diff -uN" to generate it. The "diff --git" is not work. I still try to
> generate it.

I assume you're using Francois' git tree, right? What you need to do is:

- Check out netdev-ipg branch:

git checkout netdev-ipg

- Create a new branch against netdev-ipg (this is where you'll do the
work):

git checkout -b ipg-mine

- Commit patches in your ipg-mine branch. Use git update-index and git
commit for this. Please commit each changeset separately. You can
use my patchset as a starting point:

http://www.cs.helsinki.fi/u/penberg/linux/ip1000-jesse/

- When you're done, you can generate diffs against the netdev-ipg
branch:

git format-patch netdev-ipg ipg-mine

- If you want, you can then delete your working branch:

git checkout netdev-ipg ; git branch -D ipg-mine

On Tue, 30 May 2006, jesse\(??\)~H~H\) wrote:
> --Changelog:
> --Updata mentainer information
> --Remove some default phy params
> --Remove Threshold comfig and RxDMAInt from ipg_io_config(). Remove relative
> define form ipg.h
> --Remove and Rewrite ipg_config_autoneg() function.

The changelog isn't telling me much. Why are you removing default phy
params and the threshold config?

Pekka
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-05-30 11:56    [W:0.212 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site