All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] drivers: make device_type const
@ 2017-08-19  8:22 ` Bhumika Goyal
  0 siblings, 0 replies; 136+ messages in thread
From: Bhumika Goyal @ 2017-08-19  8:22 UTC (permalink / raw)
  To: julia.lawall, bp, mchehab, daniel.vetter, jani.nikula, seanpaul,
	airlied, g.liakhovetski, tomas.winkler, dwmw2, computersforpeace,
	boris.brezillon, marek.vasut, richard, cyrille.pitchen, peda,
	kishon, bhelgaas, thierry.reding, jonathanh, dvhart, andy, ohad,
	bjorn.andersson, freude, schwidefsky, heiko.carstens, jth, jejb,
	martin.petersen, lduncan, cleech, johan, elder, gregkh,
	heikki.krogerus, linux-edac, linux-kernel, dri-devel,
	linux-media, linux-mtd, linux-pci, linux-tegra,
	platform-driver-x86, linux-remoteproc, linux-s390, fcoe-devel,
	linux-scsi, open-iscsi, greybus-dev, devel, linux-usb
  Cc: Bhumika Goyal

Make device_type const. Done using Coccinelle.

Bhumika Goyal (15):
  EDAC: make device_type const
  drm: make device_type const
  [media] i2c: make device_type const
  [media] rc: make device_type const
  mei: make device_type const
  mtd:  make device_type const
  mux: make device_type const
  PCI: make device_type const
  phy: tegra: make device_type const
  platform/x86: wmi: make device_type const
  remoteproc: make device_type const
  s390/zcrypt: make device_type const
  scsi: make device_type const
  staging: greybus: make device_type const
  usb: make device_type const

 drivers/edac/edac_mc_sysfs.c           | 8 ++++----
 drivers/edac/i7core_edac.c             | 4 ++--
 drivers/gpu/drm/drm_sysfs.c            | 2 +-
 drivers/gpu/drm/ttm/ttm_module.c       | 2 +-
 drivers/media/i2c/soc_camera/mt9t031.c | 2 +-
 drivers/media/rc/rc-main.c             | 2 +-
 drivers/misc/mei/bus.c                 | 2 +-
 drivers/mtd/mtdcore.c                  | 2 +-
 drivers/mux/mux-core.c                 | 2 +-
 drivers/pci/endpoint/pci-epf-core.c    | 4 ++--
 drivers/phy/tegra/xusb.c               | 4 ++--
 drivers/platform/x86/wmi.c             | 6 +++---
 drivers/remoteproc/remoteproc_core.c   | 2 +-
 drivers/s390/crypto/ap_card.c          | 2 +-
 drivers/s390/crypto/ap_queue.c         | 2 +-
 drivers/scsi/fcoe/fcoe_sysfs.c         | 4 ++--
 drivers/scsi/scsi_transport_iscsi.c    | 4 ++--
 drivers/staging/greybus/gbphy.c        | 2 +-
 drivers/usb/common/ulpi.c              | 2 +-
 19 files changed, 29 insertions(+), 29 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-08-31  5:49 UTC | newest]

Thread overview: 136+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-19  8:22 [PATCH 00/15] drivers: make device_type const Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` [PATCH 01/15] EDAC: " Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22   ` Bhumika Goyal
2017-08-19  8:22   ` [01/15] " Bhumika Goyal
2017-08-20 11:29   ` [PATCH 01/15] " Borislav Petkov
2017-08-20 11:29     ` [01/15] " Borislav Petkov
2017-08-20 11:29     ` [PATCH 01/15] " Borislav Petkov
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` [PATCH 02/15] drm: " Bhumika Goyal
2017-08-19  8:22   ` Bhumika Goyal
2017-08-19  8:22   ` [02/15] " Bhumika Goyal
2017-08-25 13:36   ` [PATCH 02/15] " Daniel Vetter
2017-08-25 13:36     ` Daniel Vetter
2017-08-25 13:36     ` [02/15] " Daniel Vetter
2017-08-25 13:36     ` [PATCH 02/15] " Daniel Vetter
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` [PATCH 03/15] [media] i2c: " Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22   ` Bhumika Goyal
2017-08-19  8:22   ` [03/15,media] " Bhumika Goyal
2017-08-24 16:31   ` [PATCH 03/15] [media] " Guennadi Liakhovetski
2017-08-24 16:31     ` Guennadi Liakhovetski
2017-08-24 16:31     ` [03/15,media] " Guennadi Liakhovetski
2017-08-24 16:31     ` [PATCH 03/15] [media] " Guennadi Liakhovetski
2017-08-19  8:22 ` [PATCH 04/15] [media] rc: " Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22   ` Bhumika Goyal
2017-08-19  8:22   ` [04/15,media] " Bhumika Goyal
2017-08-19  8:22 ` [PATCH 05/15] mei: " Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22   ` Bhumika Goyal
2017-08-19  8:22   ` [05/15] " Bhumika Goyal
2017-08-19 16:48   ` [PATCH 05/15] " Winkler, Tomas
2017-08-19 16:48     ` Winkler, Tomas
2017-08-19  8:22 ` [PATCH 06/15] mtd: " Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22   ` Bhumika Goyal
2017-08-19  8:22   ` [06/15] " Bhumika Goyal
2017-08-21 20:12   ` [PATCH 06/15] " Boris Brezillon
2017-08-21 20:12     ` [06/15] " Boris Brezillon
2017-08-21 20:12     ` [PATCH 06/15] " Boris Brezillon
2017-08-19  8:22 ` [PATCH 07/15] mux: " Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22   ` Bhumika Goyal
2017-08-19  8:22   ` [07/15] " Bhumika Goyal
2017-08-29  8:49   ` [PATCH 07/15] " Peter Rosin
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` [PATCH 08/15] PCI: " Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22   ` Bhumika Goyal
2017-08-19  8:22   ` [08/15] " Bhumika Goyal
     [not found]   ` <1503130946-2854-9-git-send-email-bhumirks-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-08-24 16:26     ` [PATCH 08/15] " Bjorn Helgaas
2017-08-24 16:26       ` [08/15] " Bjorn Helgaas
2017-08-24 16:26       ` [PATCH 08/15] " Bjorn Helgaas
2017-08-19  8:22 ` [PATCH 09/15] phy: tegra: " Bhumika Goyal
2017-08-19  8:22   ` Bhumika Goyal
2017-08-19  8:22   ` [09/15] " Bhumika Goyal
2017-08-19  8:22 ` [PATCH 09/15] " Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` [PATCH 10/15] platform/x86: wmi: " Bhumika Goyal
2017-08-19  8:22   ` Bhumika Goyal
2017-08-19  8:22   ` [10/15] " Bhumika Goyal
2017-08-30 19:23   ` [PATCH 10/15] " Andy Shevchenko
2017-08-31  5:49     ` Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` [PATCH 11/15] remoteproc: " Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` [PATCH 12/15] s390/zcrypt: " Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22   ` Bhumika Goyal
2017-08-19  8:22   ` [12/15] " Bhumika Goyal
2017-08-19  8:22 ` [PATCH 12/15] " Bhumika Goyal
2017-08-19  8:22 ` [PATCH 13/15] scsi: " Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22   ` Bhumika Goyal
2017-08-19  8:22   ` [13/15] " Bhumika Goyal
2017-08-25 21:30   ` [PATCH 13/15] " Martin K. Petersen
2017-08-25 21:30     ` Martin K. Petersen
2017-08-25 21:30     ` [13/15] " Martin K. Petersen
2017-08-25 21:30     ` [PATCH 13/15] " Martin K. Petersen
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` [PATCH 14/15] staging: greybus: " Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22   ` [14/15] " Bhumika Goyal
2017-08-19  8:22   ` [PATCH 14/15] " Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` [PATCH 15/15] usb: " Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22 ` Bhumika Goyal
2017-08-19  8:22   ` Bhumika Goyal
2017-08-19  8:22   ` [15/15] " Bhumika Goyal
2017-08-22 12:55   ` [PATCH 15/15] " Heikki Krogerus
2017-08-22 12:55     ` [15/15] " Heikki Krogerus
2017-08-22 12:55     ` [PATCH 15/15] " Heikki Krogerus
     [not found] ` <1503130946-2854-1-git-send-email-bhumirks-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-08-19  8:22   ` [PATCH 01/15] EDAC: " Bhumika Goyal
2017-08-19  8:22   ` [PATCH 02/15] drm: " Bhumika Goyal
2017-08-19  8:22   ` [PATCH 03/15] [media] i2c: " Bhumika Goyal
2017-08-19  8:22   ` [PATCH 04/15] [media] rc: " Bhumika Goyal
2017-08-19  8:22   ` [PATCH 05/15] mei: " Bhumika Goyal
2017-08-19  8:22   ` [PATCH 06/15] mtd: " Bhumika Goyal
2017-08-19  8:22   ` Bhumika Goyal
2017-08-19  8:22   ` [PATCH 07/15] mux: " Bhumika Goyal
2017-08-19  8:22   ` Bhumika Goyal
2017-08-19  8:22   ` [PATCH 08/15] PCI: " Bhumika Goyal
2017-08-19  8:22   ` [PATCH 09/15] phy: tegra: " Bhumika Goyal
2017-08-19  8:22   ` [PATCH 10/15] platform/x86: wmi: " Bhumika Goyal
2017-08-19  8:22   ` [PATCH 11/15] remoteproc: " Bhumika Goyal
2017-08-19  8:22     ` [11/15] " Bhumika Goyal
2017-08-19  8:22     ` [PATCH 11/15] " Bhumika Goyal
     [not found]     ` <1503130946-2854-12-git-send-email-bhumirks-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-08-24 17:26       ` Bjorn Andersson
2017-08-24 17:26         ` [11/15] " Bjorn Andersson
2017-08-24 17:26         ` [PATCH 11/15] " Bjorn Andersson
2017-08-19  8:22   ` Bhumika Goyal
2017-08-19  8:22   ` [PATCH 12/15] s390/zcrypt: " Bhumika Goyal
2017-08-19  8:22   ` [PATCH 13/15] scsi: " Bhumika Goyal
2017-08-19  8:22   ` [PATCH 14/15] staging: greybus: " Bhumika Goyal
2017-08-19  8:22   ` [PATCH 15/15] usb: " Bhumika Goyal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.