Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1703483 > unrolled thread
| Started by | Rob Herring <robh@kernel.org> |
|---|---|
| First post | 2017-08-04 00:40 +0200 |
| Last post | 2017-08-10 20:20 +0200 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 2/2] char: xilinx_hwicap: Fix warnings in the driver Rob Herring <robh@kernel.org> - 2017-08-04 00:40 +0200
Re: [PATCH 2/2] char: xilinx_hwicap: Fix warnings in the driver Rob Herring <robh@kernel.org> - 2017-08-10 20:20 +0200
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2017-08-04 00:40 +0200 |
| Subject | Re: [PATCH 2/2] char: xilinx_hwicap: Fix warnings in the driver |
| Message-ID | <uawWB-6uI-19@gated-at.bofh.it> |
On Fri, Jul 28, 2017 at 03:17:26PM +0200, Michal Simek wrote:
> From: Nava kishore Manne <nava.manne@xilinx.com>
>
> This patch fixes the below warning
> --> Use #include <linux/io.h> instead of <asm/io.h>
> --> Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
> --> please, no space before tabs
> --> Block comments use a trailing */ on a separate line
> --> Possible unnecessary 'out of memory' message
> --> Block comments use * on subsequent lines
> --> Block comments use a trailing */ on a separate line
> --> braces {} are not necessary for any arm of this statement
> --> DT compatible string "xlnx,opb-hwicap-1.00.b"
> appears un-documented
> --> DT compatible string "xlnx,xps-hwicap-1.00.a"
> appears un-documented
>
> Signed-off-by: Nava kishore Manne <navam@xilinx.com>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
> Documentation/devicetree/bindings/xilinx.txt | 2 ++
It's preferred to split bindings to separate patches. No need unless you
respin:
Acked-by: Rob Herring <robh@kernel.org>
> drivers/char/xilinx_hwicap/xilinx_hwicap.c | 35 ++++++++++++++--------------
> drivers/char/xilinx_hwicap/xilinx_hwicap.h | 6 +++--
> 3 files changed, 23 insertions(+), 20 deletions(-)
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2017-08-10 20:20 +0200 |
| Message-ID | <ud0dQ-Jr-11@gated-at.bofh.it> |
| In reply to | #1703483 |
On Fri, Aug 4, 2017 at 2:49 AM, Michal Simek <michal.simek@xilinx.com> wrote:
> On 4.8.2017 00:32, Rob Herring wrote:
>> On Fri, Jul 28, 2017 at 03:17:26PM +0200, Michal Simek wrote:
>>> From: Nava kishore Manne <nava.manne@xilinx.com>
>>>
>>> This patch fixes the below warning
>>> --> Use #include <linux/io.h> instead of <asm/io.h>
>>> --> Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
>>> --> please, no space before tabs
>>> --> Block comments use a trailing */ on a separate line
>>> --> Possible unnecessary 'out of memory' message
>>> --> Block comments use * on subsequent lines
>>> --> Block comments use a trailing */ on a separate line
>>> --> braces {} are not necessary for any arm of this statement
>>> --> DT compatible string "xlnx,opb-hwicap-1.00.b"
>>> appears un-documented
>>> --> DT compatible string "xlnx,xps-hwicap-1.00.a"
>>> appears un-documented
>>>
>>> Signed-off-by: Nava kishore Manne <navam@xilinx.com>
>>> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
>>> ---
>>>
>>> Documentation/devicetree/bindings/xilinx.txt | 2 ++
>>
>> It's preferred to split bindings to separate patches. No need unless you
>> respin:
>>
>> Acked-by: Rob Herring <robh@kernel.org>
>
> thanks. Was there any outcome from that discussion to extract binding
> out of kernel source code?
Well, the reason to split the patches is so the history of the
filtered DT repository we generate from the kernel tree[1] looks
saner.
As far as actually moving things out, no there's not been any
movement. My biggest concern with moving things out would be the loss
of kernel subsystem maintainers' review. Once it's a separate tree and
not merged thru their tree, we'd loose their reviews and I don't have
confidence that we'd be gaining reviews from other places. Though some
subsystem maintainers merge bindings and don't look at them already.
Rob
[1] https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web