Re: [PATCH 1/9] Generic WorkQueue Engine (GenWQE) device driver (v4)

2013-11-04 Thread Frank Haverkamp
Am Montag, den 04.11.2013, 14:12 -0800 schrieb Greg KH:
> On Mon, Nov 04, 2013 at 06:08:01PM +0100, Frank Haverkamp wrote:
> > +if GENWQE
> > +
> > +config GENWQE_DEVNAME
> > +string "Name for sysfs and device nodes"
> > + default "genwqe"
> > +help
> > +  Select alternate name for sysfs and device nodes.
> > +
> > +endif
> 
> Why is this still here?  I thought you said you had removed this?
> 

I posted my original v4 version of the code plus the requested changes
on top of it. But I think, I should rather follow Ryans suggestion how
to split the code into multiple patches. See his last mail. So I will
need to spend some time today to get the patch into the form he
suggested.

Regards

Frank

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


Re: [PATCH 1/9] Generic WorkQueue Engine (GenWQE) device driver (v4)

2013-11-04 Thread Greg KH
On Mon, Nov 04, 2013 at 06:08:01PM +0100, Frank Haverkamp wrote:
> +if GENWQE
> +
> +config GENWQE_DEVNAME
> +string "Name for sysfs and device nodes"
> + default "genwqe"
> +help
> +  Select alternate name for sysfs and device nodes.
> +
> +endif

Why is this still here?  I thought you said you had removed this?

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


Re: [PATCH 1/9] Generic WorkQueue Engine (GenWQE) device driver (v4)

2013-11-04 Thread Greg KH
On Mon, Nov 04, 2013 at 06:08:01PM +0100, Frank Haverkamp wrote:
 +if GENWQE
 +
 +config GENWQE_DEVNAME
 +string Name for sysfs and device nodes
 + default genwqe
 +help
 +  Select alternate name for sysfs and device nodes.
 +
 +endif

Why is this still here?  I thought you said you had removed this?

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


Re: [PATCH 1/9] Generic WorkQueue Engine (GenWQE) device driver (v4)

2013-11-04 Thread Frank Haverkamp
Am Montag, den 04.11.2013, 14:12 -0800 schrieb Greg KH:
 On Mon, Nov 04, 2013 at 06:08:01PM +0100, Frank Haverkamp wrote:
  +if GENWQE
  +
  +config GENWQE_DEVNAME
  +string Name for sysfs and device nodes
  + default genwqe
  +help
  +  Select alternate name for sysfs and device nodes.
  +
  +endif
 
 Why is this still here?  I thought you said you had removed this?
 

I posted my original v4 version of the code plus the requested changes
on top of it. But I think, I should rather follow Ryans suggestion how
to split the code into multiple patches. See his last mail. So I will
need to spend some time today to get the patch into the form he
suggested.

Regards

Frank

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