All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFT 0/6] rtl8187se: Initial introduction of driver
@ 2009-11-09 23:27 Larry Finger
  2009-11-10  9:25 ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Larry Finger @ 2009-11-09 23:27 UTC (permalink / raw)
  To: John W Linville; +Cc: bzolnier, Bernhard Schiffner, linux-wireless

Patches to introduce a driver for the RTL8187SE PCI-based device.

Note: This driver is only compile-tested and will require more work
for it to be useful. I'm posting now to let others know what I have done.

I have applied for an account at kernel.org. If my request is approved, I
plan to establish an rtl8187se git tree.

Patch 1/6: Create file rtl8187se.h
Patch 2/6: Create file rtl8187se_dev.c
Patch 3/6: Create file rtl8187se_rtl8225.c
Patch 4/6: Create file rtl8187se_rtl8225.h
Patch 5/6: Modify file rtl818x.h
Patch 6/6: Modify Kconfig and Makefile for rtl8187se

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
---


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFT 0/6] rtl8187se: Initial introduction of driver
  2009-11-09 23:27 [RFT 0/6] rtl8187se: Initial introduction of driver Larry Finger
@ 2009-11-10  9:25 ` Marcel Holtmann
  2009-11-10 13:34   ` John W. Linville
  0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2009-11-10  9:25 UTC (permalink / raw)
  To: Larry Finger
  Cc: John W Linville, bzolnier, Bernhard Schiffner, linux-wireless

Hi Larry,

> Patches to introduce a driver for the RTL8187SE PCI-based device.
> 
> Note: This driver is only compile-tested and will require more work
> for it to be useful. I'm posting now to let others know what I have done.
> 
> I have applied for an account at kernel.org. If my request is approved, I
> plan to establish an rtl8187se git tree.
> 
> Patch 1/6: Create file rtl8187se.h
> Patch 2/6: Create file rtl8187se_dev.c
> Patch 3/6: Create file rtl8187se_rtl8225.c
> Patch 4/6: Create file rtl8187se_rtl8225.h
> Patch 5/6: Modify file rtl818x.h
> Patch 6/6: Modify Kconfig and Makefile for rtl8187se

so personally I don't think the split in a per file commit is helpful at
all. It adds no real value to the tree. For review and working around
the size limit of vger.kernel.org it is fine, but for the final merge I
prefer that all files are added in one commit.

Regards

Marcel



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFT 0/6] rtl8187se: Initial introduction of driver
  2009-11-10  9:25 ` Marcel Holtmann
@ 2009-11-10 13:34   ` John W. Linville
  2009-11-10 15:39     ` Larry Finger
  0 siblings, 1 reply; 4+ messages in thread
From: John W. Linville @ 2009-11-10 13:34 UTC (permalink / raw)
  To: Marcel Holtmann
  Cc: Larry Finger, bzolnier, Bernhard Schiffner, linux-wireless

On Tue, Nov 10, 2009 at 10:25:03AM +0100, Marcel Holtmann wrote:
> Hi Larry,
> 
> > Patches to introduce a driver for the RTL8187SE PCI-based device.
> > 
> > Note: This driver is only compile-tested and will require more work
> > for it to be useful. I'm posting now to let others know what I have done.
> > 
> > I have applied for an account at kernel.org. If my request is approved, I
> > plan to establish an rtl8187se git tree.
> > 
> > Patch 1/6: Create file rtl8187se.h
> > Patch 2/6: Create file rtl8187se_dev.c
> > Patch 3/6: Create file rtl8187se_rtl8225.c
> > Patch 4/6: Create file rtl8187se_rtl8225.h
> > Patch 5/6: Modify file rtl818x.h
> > Patch 6/6: Modify Kconfig and Makefile for rtl8187se
> 
> so personally I don't think the split in a per file commit is helpful at
> all. It adds no real value to the tree. For review and working around
> the size limit of vger.kernel.org it is fine, but for the final merge I
> prefer that all files are added in one commit.

Yes, I agree.

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFT 0/6] rtl8187se: Initial introduction of driver
  2009-11-10 13:34   ` John W. Linville
@ 2009-11-10 15:39     ` Larry Finger
  0 siblings, 0 replies; 4+ messages in thread
From: Larry Finger @ 2009-11-10 15:39 UTC (permalink / raw)
  To: John W. Linville
  Cc: Marcel Holtmann, bzolnier, Bernhard Schiffner, linux-wireless

On 11/10/2009 07:34 AM, John W. Linville wrote:
> On Tue, Nov 10, 2009 at 10:25:03AM +0100, Marcel Holtmann wrote:
>> Hi Larry,
>>
>>> Patches to introduce a driver for the RTL8187SE PCI-based device.
>>>
>>> Note: This driver is only compile-tested and will require more work
>>> for it to be useful. I'm posting now to let others know what I have done.
>>>
>>> I have applied for an account at kernel.org. If my request is approved, I
>>> plan to establish an rtl8187se git tree.
>>>
>>> Patch 1/6: Create file rtl8187se.h
>>> Patch 2/6: Create file rtl8187se_dev.c
>>> Patch 3/6: Create file rtl8187se_rtl8225.c
>>> Patch 4/6: Create file rtl8187se_rtl8225.h
>>> Patch 5/6: Modify file rtl818x.h
>>> Patch 6/6: Modify Kconfig and Makefile for rtl8187se
>>
>> so personally I don't think the split in a per file commit is helpful at
>> all. It adds no real value to the tree. For review and working around
>> the size limit of vger.kernel.org it is fine, but for the final merge I
>> prefer that all files are added in one commit.
> 
> Yes, I agree.

No problem. In fact, there is one gigantic patch on my system that I split
before the send. I will keep them split while the review/testing phase is
happening, then combine them for final submission.

Larry


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-11-10 15:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-09 23:27 [RFT 0/6] rtl8187se: Initial introduction of driver Larry Finger
2009-11-10  9:25 ` Marcel Holtmann
2009-11-10 13:34   ` John W. Linville
2009-11-10 15:39     ` Larry Finger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.