linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] constify amba_id
@ 2017-08-24 16:35 Arvind Yadav
  2017-08-24 16:35 ` [PATCH 1/9] coresight: " Arvind Yadav
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Arvind Yadav @ 2017-08-24 16:35 UTC (permalink / raw)
  To: linux-arm-kernel

amba_id are not supposed to change at runtime. All functions
working with const amba_id. So mark the non-const structs as const.

Arvind Yadav (9):
  [PATCH 1/9] coresight: constify amba_id
  [PATCH 2/9] coresight: etb10: constify amba_id
  [PATCH 3/9] coresight: etm3x: constify amba_id
  [PATCH 4/9] coresight: etm4x: constify amba_id
  [PATCH 5/9] coresight: funnel: constify amba_id
  [PATCH 6/9] coresight: replicator: constify amba_id
  [PATCH 7/9] coresight: stm: constify amba_id
  [PATCH 8/9] coresight: tmc: constify amba_id
  [PATCH 9/9] coresight: tpiu: constify amba_id

 drivers/hwtracing/coresight/coresight-cpu-debug.c       | 2 +-
 drivers/hwtracing/coresight/coresight-etb10.c           | 2 +-
 drivers/hwtracing/coresight/coresight-etm3x.c           | 2 +-
 drivers/hwtracing/coresight/coresight-etm4x.c           | 2 +-
 drivers/hwtracing/coresight/coresight-funnel.c          | 2 +-
 drivers/hwtracing/coresight/coresight-replicator-qcom.c | 2 +-
 drivers/hwtracing/coresight/coresight-stm.c             | 2 +-
 drivers/hwtracing/coresight/coresight-tmc.c             | 2 +-
 drivers/hwtracing/coresight/coresight-tpiu.c            | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-08-28 16:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-24 16:35 [PATCH 0/9] constify amba_id Arvind Yadav
2017-08-24 16:35 ` [PATCH 1/9] coresight: " Arvind Yadav
2017-08-24 16:35 ` [PATCH 2/9] coresight: etb10: " Arvind Yadav
2017-08-24 16:35 ` [PATCH 3/9] coresight: etm3x: " Arvind Yadav
2017-08-24 16:36 ` [PATCH 4/9] coresight: etm4x: " Arvind Yadav
2017-08-24 16:36 ` [PATCH 5/9] coresight: funnel: " Arvind Yadav
2017-08-24 16:36 ` [PATCH 6/9] coresight: replicator: " Arvind Yadav
2017-08-24 16:36 ` [PATCH 7/9] coresight: stm: " Arvind Yadav
2017-08-24 16:36 ` [PATCH 8/9] coresight: tmc: " Arvind Yadav
2017-08-24 16:36 ` [PATCH 9/9] coresight: tpiu: " Arvind Yadav
2017-08-25 16:20 ` [PATCH 0/9] " Mathieu Poirier
2017-08-25 17:59   ` arvind
2017-08-28 16:48 ` Mathieu Poirier

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).