Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1739186 > unrolled thread

RE: [PATCH 0/5] constify rio_device_id

Started by"Bounine, Alexandre" <Alexandre.Bounine@idt.com>
First post2017-09-25 19:30 +0200
Last post2017-09-26 13:30 +0200
Articles 3 — 2 participants

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.


Contents

  RE: [PATCH 0/5] constify rio_device_id "Bounine, Alexandre" <Alexandre.Bounine@idt.com> - 2017-09-25 19:30 +0200
    Re: [PATCH 0/5] constify rio_device_id Andrew Morton <akpm@linux-foundation.org> - 2017-09-26 01:20 +0200
      RE: [PATCH 0/5] constify rio_device_id "Bounine, Alexandre" <Alexandre.Bounine@idt.com> - 2017-09-26 13:30 +0200

#1739186 — RE: [PATCH 0/5] constify rio_device_id

From"Bounine, Alexandre" <Alexandre.Bounine@idt.com>
Date2017-09-25 19:30 +0200
SubjectRE: [PATCH 0/5] constify rio_device_id
Message-ID<utFmG-11y-7@gated-at.bofh.it>
Acked-by: Alexandre Bounine <alexandre.bounine@idt.com>

Hi Andrew,

Please apply the patches listed below. I will forward them to you.

Thank you,  

Alex.


-----Original Message-----
From: Arvind Yadav [mailto:arvind.yadav.cs@gmail.com] 
Sent: Saturday, August 26, 2017 4:04 AM
To: mporter@kernel.crashing.org; Bounine, Alexandre <Alexandre.Bounine@idt.com>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 0/5] constify rio_device_id

rio_device_id are not supposed to change at runtime. rio driver is
working with const 'id_table'. So mark the non-const rio_device_id
structs as const.

Arvind Yadav (5):
  [PATCH 1/5] rapidio: idt_gen2: constify rio_device_id
  [PATCH 2/5] rapidio: idt_gen3: constify rio_device_id
  [PATCH 3/5] rapidio: idtcps: constify rio_device_id
  [PATCH 4/5] rapidio: tsi568: constify rio_device_id
  [PATCH 5/5] rapidio: tsi57x: constify rio_device_id

 drivers/rapidio/switches/idt_gen2.c | 2 +-
 drivers/rapidio/switches/idt_gen3.c | 2 +-
 drivers/rapidio/switches/idtcps.c   | 2 +-
 drivers/rapidio/switches/tsi568.c   | 2 +-
 drivers/rapidio/switches/tsi57x.c   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.7.4

[toc] | [next] | [standalone]


#1739342

FromAndrew Morton <akpm@linux-foundation.org>
Date2017-09-26 01:20 +0200
Message-ID<utKPq-4Lc-29@gated-at.bofh.it>
In reply to#1739186
On Mon, 25 Sep 2017 16:45:09 +0000 "Bounine, Alexandre" <Alexandre.Bounine@idt.com> wrote:

> Acked-by: Alexandre Bounine <alexandre.bounine@idt.com>
> 
> Hi Andrew,
> 
> Please apply the patches listed below. I will forward them to you.

I'm subscribed to linux-kernel so the extra forwardings weren't needed,
thanks.

I'm thinking we might as well fold all these into a single patch, save
a few electrons?

[toc] | [prev] | [next] | [standalone]


#1739793

From"Bounine, Alexandre" <Alexandre.Bounine@idt.com>
Date2017-09-26 13:30 +0200
Message-ID<utWdR-46A-23@gated-at.bofh.it>
In reply to#1739342
Yes, single patch makes sense.

-----Original Message-----
From: Andrew Morton [mailto:akpm@linux-foundation.org] 
Sent: Monday, September 25, 2017 7:14 PM
To: Bounine, Alexandre <Alexandre.Bounine@idt.com>
Cc: linux-kernel@vger.kernel.org; mporter@kernel.crashing.org; Arvind Yadav <arvind.yadav.cs@gmail.com>
Subject: Re: [PATCH 0/5] constify rio_device_id

On Mon, 25 Sep 2017 16:45:09 +0000 "Bounine, Alexandre" <Alexandre.Bounine@idt.com> wrote:

> Acked-by: Alexandre Bounine <alexandre.bounine@idt.com>
> 
> Hi Andrew,
> 
> Please apply the patches listed below. I will forward them to you.

I'm subscribed to linux-kernel so the extra forwardings weren't needed, thanks.

I'm thinking we might as well fold all these into a single patch, save a few electrons?

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web