Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751285AbdHDFEE (ORCPT ); Fri, 4 Aug 2017 01:04:04 -0400 Received: from mail-pg0-f68.google.com ([74.125.83.68]:34482 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751093AbdHDFEC (ORCPT ); Fri, 4 Aug 2017 01:04:02 -0400 From: Arvind Yadav To: daniel.vetter@intel.com, jani.nikula@linux.intel.com, airlied@linux.ie Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: [PATCH 00/11] constify i915 attribute_group structures. Date: Fri, 4 Aug 2017 10:33:25 +0530 Message-Id: <1501823016-6779-1-git-send-email-arvind.yadav.cs@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1902 Lines: 32 attribute_group are not supposed to change at runtime. All functions working with attribute_group provided by work with const attribute_group. So mark the non-const structs as const. Arvind Yadav (11): [PATCH 01/11] drm: i915: i915_oa_kblgt2: constify attribute_group structures. [PATCH 02/11] drm: i915: i915_oa_bdw: constify attribute_group structures. [PATCH 03/11] drm: i915: i915_oa_bxt: constify attribute_group structures. [PATCH 04/11] drm: i915: i915_oa_chv: constify attribute_group structures. [PATCH 05/11] drm: i915: i915_oa_glk: constify attribute_group structures. [PATCH 06/11] drm: i915: i915_oa_hsw: constify attribute_group structures. [PATCH 07/11] drm: i915: i915_oa_kblgt3: constify attribute_group structures. [PATCH 08/11] drm: i915: i915_oa_sklgt2: constify attribute_group structures. [PATCH 09/11] drm: i915: i915_oa_sklgt3: constify attribute_group structures. [PATCH 10/11] drm: i915: i915_oa_sklgt4: constify attribute_group structures. [PATCH 11/11] drm: i915: i915_sysfs: constify attribute_group structures. drivers/gpu/drm/i915/i915_oa_bdw.c | 44 +++++++++++++++++------------------ drivers/gpu/drm/i915/i915_oa_bxt.c | 30 ++++++++++++------------ drivers/gpu/drm/i915/i915_oa_chv.c | 28 +++++++++++----------- drivers/gpu/drm/i915/i915_oa_glk.c | 30 ++++++++++++------------ drivers/gpu/drm/i915/i915_oa_hsw.c | 12 +++++----- drivers/gpu/drm/i915/i915_oa_kblgt2.c | 36 ++++++++++++++-------------- drivers/gpu/drm/i915/i915_oa_kblgt3.c | 36 ++++++++++++++-------------- drivers/gpu/drm/i915/i915_oa_sklgt2.c | 36 ++++++++++++++-------------- drivers/gpu/drm/i915/i915_oa_sklgt3.c | 36 ++++++++++++++-------------- drivers/gpu/drm/i915/i915_oa_sklgt4.c | 36 ++++++++++++++-------------- drivers/gpu/drm/i915/i915_sysfs.c | 6 ++--- 11 files changed, 165 insertions(+), 165 deletions(-) -- 1.9.1