linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] constify tty pci_device_id.
@ 2017-07-23 10:01 Arvind Yadav
  2017-07-23 10:01 ` [PATCH 1/9] tty: mxser: constify pci_device_id Arvind Yadav
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Arvind Yadav @ 2017-07-23 10:01 UTC (permalink / raw)
  To: gregkh, jirislaby, jslaby, gpiccoli; +Cc: linux-kernel, linux-serial

pci_device_id are not supposed to change at runtime. All functions
working with pci_device_id provided by <linux/pci.h> work with
const pci_device_id. So mark the non-const structs as const.

Arvind Yadav (9):
  [PATCH 1/9] tty: mxser: constify pci_device_id.
  [PATCH 2/9] tty: isicom: constify pci_device_id.
  [PATCH 3/9] tty: synclinkmp: constify pci_device_id.
  [PATCH 4/9] tty: synclink: constify pci_device_id.
  [PATCH 5/9] tty: moxa: constify pci_device_id.
  [PATCH 6/9] tty: serial: pci: constify pci_device_id.
  [PATCH 7/9] tty: serial: exar: constify pci_device_id.
  [PATCH 8/9] tty: serial: jsm: constify pci_device_id.
  [PATCH 9/9] tty: synclink_gt: constify pci_device_id.

 drivers/tty/isicom.c                | 2 +-
 drivers/tty/moxa.c                  | 2 +-
 drivers/tty/mxser.c                 | 2 +-
 drivers/tty/serial/8250/8250_exar.c | 2 +-
 drivers/tty/serial/8250/8250_pci.c  | 2 +-
 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
 drivers/tty/synclink.c              | 2 +-
 drivers/tty/synclink_gt.c           | 2 +-
 drivers/tty/synclinkmp.c            | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-07-23 10:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-23 10:01 [PATCH 0/9] constify tty pci_device_id Arvind Yadav
2017-07-23 10:01 ` [PATCH 1/9] tty: mxser: constify pci_device_id Arvind Yadav
2017-07-23 10:01 ` [PATCH 2/9] tty: isicom: " Arvind Yadav
2017-07-23 10:01 ` [PATCH 3/9] tty: synclinkmp: " Arvind Yadav
2017-07-23 10:01 ` [PATCH 4/9] tty: synclink: " Arvind Yadav
2017-07-23 10:01 ` [PATCH 5/9] tty: moxa: " Arvind Yadav
2017-07-23 10:01 ` [PATCH 6/9] tty: serial: pci: " Arvind Yadav
2017-07-23 10:01 ` [PATCH 7/9] tty: serial: exar: " Arvind Yadav
2017-07-23 10:01 ` [PATCH 8/9] tty: serial: jsm: " Arvind Yadav
2017-07-23 10:01 ` [PATCH 9/9] tty: synclink_gt: " Arvind Yadav

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).