2015-04-13 02:20:36

by Ben Hutchings

[permalink] [raw]
Subject: [PATCH RESEND] firmware: Update information in linux.git about adding firmware

Kyle McMartin joined the linux-firmware maintainers, and we now
have an alias <[email protected]> which reaches all of us.
Include that instead of the individual addresses.

Add some further recommendations that were already included in the
README in linux-firmware.git added by Xose Vazquez Perez
<[email protected]>.

Signed-off-by: Ben Hutchings <[email protected]>
---
firmware/README.AddingFirmware | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/firmware/README.AddingFirmware b/firmware/README.AddingFirmware
index ea78c3a..bcb5f46 100644
--- a/firmware/README.AddingFirmware
+++ b/firmware/README.AddingFirmware
@@ -21,15 +21,25 @@ been permitted to redistribute under separate cover.

To submit firmware to that repository, please send either a git binary
diff or preferably a git pull request to:
- David Woodhouse <[email protected]>
- Ben Hutchings <[email protected]>
+ [email protected]
+and also cc: to related mailing lists.

Your commit should include an update to the WHENCE file clearly
identifying the licence under which the firmware is available, and
that it is redistributable. If the licence is long and involved, it's
permitted to include it in a separate file and refer to it from the
WHENCE file.
+And if it were possible, a changelog of the firmware itself.

Ideally, your commit should contain a Signed-Off-By: from someone
authoritative on the licensing of the firmware in question (i.e. from
within the company that owns the code).
+
+
+WARNING:
+=======
+
+Don't send any "CONFIDENTIALITY STATEMENT" in your e-mail, patch or
+request. Otherwise your firmware _will never be accepted_.
+
+Maintainers are really busy, so don't expect a prompt reply.



--
Ben Hutchings
Everything should be made as simple as possible, but not simpler.
- Albert Einstein


Attachments:
signature.asc (811.00 B)
This is a digitally signed message part

2015-04-17 16:05:18

by Xose Vazquez Perez

[permalink] [raw]
Subject: Re: [PATCH RESEND] firmware: Update information in linux.git about adding firmware

On 04/13/2015 04:20 AM, Ben Hutchings wrote:
> Kyle McMartin joined the linux-firmware maintainers, and we now
> have an alias <[email protected]> which reaches all of us.
> Include that instead of the individual addresses.
>
> Add some further recommendations that were already included in the
> README in linux-firmware.git added by Xose Vazquez Perez
> <[email protected]>.
>
> Signed-off-by: Ben Hutchings <[email protected]>
> ---
> firmware/README.AddingFirmware | 14 ++++++++++++--
> 1 file changed, 12 insertions(+), 2 deletions(-)
>
> diff --git a/firmware/README.AddingFirmware b/firmware/README.AddingFirmware
> index ea78c3a..bcb5f46 100644
> --- a/firmware/README.AddingFirmware
> +++ b/firmware/README.AddingFirmware
> @@ -21,15 +21,25 @@ been permitted to redistribute under separate cover.
>
> To submit firmware to that repository, please send either a git binary
> diff or preferably a git pull request to:
> - David Woodhouse <[email protected]>
> - Ben Hutchings <[email protected]>
> + [email protected]
> +and also cc: to related mailing lists.
>
> Your commit should include an update to the WHENCE file clearly
> identifying the licence under which the firmware is available, and
> that it is redistributable. If the licence is long and involved, it's
> permitted to include it in a separate file and refer to it from the
> WHENCE file.
> +And if it were possible, a changelog of the firmware itself.
>
> Ideally, your commit should contain a Signed-Off-By: from someone
> authoritative on the licensing of the firmware in question (i.e. from
> within the company that owns the code).
> +
> +
> +WARNING:
> +=======
> +
> +Don't send any "CONFIDENTIALITY STATEMENT" in your e-mail, patch or
> +request. Otherwise your firmware _will never be accepted_.
> +
> +Maintainers are really busy, so don't expect a prompt reply.
>
>
>

Hi Jonathan,

Could you take this patch?

-thanks-

2015-05-07 15:49:30

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH RESEND] firmware: Update information in linux.git about adding firmware

On Fri, 17 Apr 2015 18:05:10 +0200
Xose Vazquez Perez <[email protected]> wrote:

> Could you take this patch?

Applied to the docs tree. Thanks for calling my attention to it; it
wasn't addressed to me and I would have missed it otherwise.

jon