Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp3652895pxv; Mon, 26 Jul 2021 08:47:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwFDW0Orpx8PbJVm9hR5i2RMCjiew0qoGfFeJcPIUXERdd17f0yV0LqwuEFkkv6T6c+ovl5 X-Received: by 2002:a92:cb0e:: with SMTP id s14mr12861671ilo.69.1627314429296; Mon, 26 Jul 2021 08:47:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1627314429; cv=none; d=google.com; s=arc-20160816; b=09yvhpkefl2vqojecAA/SDXmWwmJVn1Y/v9ZAGgbgw7i4MiBgM0FPNycxMb0wp5OLo bLHV5FUSWXnSenILLVEpB271zkulappAOrEDvoL8eoHZdhjHvHAcHYt5j+T0G+qUSfA/ d385GD3LseOeWdRgKSwmgvlk7jFIT7UgprmFllFtHGcox+vrb3A4ENrqvuW7QrpjWSWC +4FyncRRmGNPW58OUMrPBTtmcB9oWJyYHKmm5U7S5O2G+IsBXGnLUC5+l94e3IViMRil l93pykmfEu3/LgD4YFxG9ufZXnuQvb0n3/u8oCoeNlfiXGiDcdp/nIVU/TOumupFtmyj kPIA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=DDqnqj9HhLEwnHyBqh7DHTuhZ0LdE783wUcxgtHWJ7s=; b=qFWoTWneg9njyF6a/OoHEYblxMQyPuKML3XKfZmGH1hpaaNe2hyTynp26JL1FQdFQm nsnA2a69FSHuuMO46hi4y7MKd0QP066HAk8do+yaGPDTPm7hSYAk8p818WKtfINzAntR Mlw6mKoFwrVwxjBzy+lkFHaICh39zmgeeOg21Lbd09ec45NHQj6b9v/1YwMOGFs9BmO6 BidU4v8OGCdNXKR9rFRoO+qalY47N29mDR2Fxdf9n+3C0iLyJbVLvzDopRNyM2Be8GmF xJBjhAJun8nfyrwYjiqp8tYh3C7692O/IrGi48jZE0uaJ6AsFxfJeHEqXHilBWq92Fg1 Faxg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=wxFonQw1; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w9si273194jad.35.2021.07.26.08.46.58; Mon, 26 Jul 2021 08:47:09 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=wxFonQw1; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236124AbhGZPFt (ORCPT + 99 others); Mon, 26 Jul 2021 11:05:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:45258 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235700AbhGZPEy (ORCPT ); Mon, 26 Jul 2021 11:04:54 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id A693660F91; Mon, 26 Jul 2021 15:45:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1627314322; bh=dENVCS3Y3KQhQSG+QKV4p2dyPQEV4LoEQltka3j1BbU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=wxFonQw17QbDlpGPmds8QIfctWlf0SytjEy7Wgy8YmcjC3OAaoTEYJlHJm1kDC9j0 NV+PexVdhcSZ3GIDtvuNTpD4L/NKACnXoIAqne0+YfPKjCiT46b++CkwJoiEjYK6nh zAiVn7w61Ud/7G29t8O0o9lbBnqEn9c9xTJuOiR4= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Peter Meerwald , Oleksandr Kravchenko , Linus Walleij , Jonathan Cameron , Sudip Mukherjee Subject: [PATCH 4.9 58/60] iio: accel: bma180: Use explicit member assignment Date: Mon, 26 Jul 2021 17:39:12 +0200 Message-Id: <20210726153826.692370001@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210726153824.868160836@linuxfoundation.org> References: <20210726153824.868160836@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Linus Walleij commit 9436abc40139503a7cea22a96437697d048f31c0 upstream This uses the C99 explicit .member assignment for the variant data in struct bma180_part_info. This makes it easier to understand and add new variants. Cc: Peter Meerwald Cc: Oleksandr Kravchenko Signed-off-by: Linus Walleij Signed-off-by: Jonathan Cameron Signed-off-by: Sudip Mukherjee Signed-off-by: Greg Kroah-Hartman --- drivers/iio/accel/bma180.c | 68 +++++++++++++++++++++++++++++---------------- 1 file changed, 44 insertions(+), 24 deletions(-) --- a/drivers/iio/accel/bma180.c +++ b/drivers/iio/accel/bma180.c @@ -625,32 +625,52 @@ static const struct iio_chan_spec bma250 static const struct bma180_part_info bma180_part_info[] = { [BMA180] = { - bma180_channels, ARRAY_SIZE(bma180_channels), - bma180_scale_table, ARRAY_SIZE(bma180_scale_table), - bma180_bw_table, ARRAY_SIZE(bma180_bw_table), - BMA180_CTRL_REG0, BMA180_RESET_INT, - BMA180_CTRL_REG0, BMA180_SLEEP, - BMA180_BW_TCS, BMA180_BW, - BMA180_OFFSET_LSB1, BMA180_RANGE, - BMA180_TCO_Z, BMA180_MODE_CONFIG, BMA180_LOW_POWER, - BMA180_CTRL_REG3, BMA180_NEW_DATA_INT, - BMA180_RESET, - bma180_chip_config, - bma180_chip_disable, + .channels = bma180_channels, + .num_channels = ARRAY_SIZE(bma180_channels), + .scale_table = bma180_scale_table, + .num_scales = ARRAY_SIZE(bma180_scale_table), + .bw_table = bma180_bw_table, + .num_bw = ARRAY_SIZE(bma180_bw_table), + .int_reset_reg = BMA180_CTRL_REG0, + .int_reset_mask = BMA180_RESET_INT, + .sleep_reg = BMA180_CTRL_REG0, + .sleep_mask = BMA180_SLEEP, + .bw_reg = BMA180_BW_TCS, + .bw_mask = BMA180_BW, + .scale_reg = BMA180_OFFSET_LSB1, + .scale_mask = BMA180_RANGE, + .power_reg = BMA180_TCO_Z, + .power_mask = BMA180_MODE_CONFIG, + .lowpower_val = BMA180_LOW_POWER, + .int_enable_reg = BMA180_CTRL_REG3, + .int_enable_mask = BMA180_NEW_DATA_INT, + .softreset_reg = BMA180_RESET, + .chip_config = bma180_chip_config, + .chip_disable = bma180_chip_disable, }, [BMA250] = { - bma250_channels, ARRAY_SIZE(bma250_channels), - bma250_scale_table, ARRAY_SIZE(bma250_scale_table), - bma250_bw_table, ARRAY_SIZE(bma250_bw_table), - BMA250_INT_RESET_REG, BMA250_INT_RESET_MASK, - BMA250_POWER_REG, BMA250_SUSPEND_MASK, - BMA250_BW_REG, BMA250_BW_MASK, - BMA250_RANGE_REG, BMA250_RANGE_MASK, - BMA250_POWER_REG, BMA250_LOWPOWER_MASK, 1, - BMA250_INT_ENABLE_REG, BMA250_DATA_INTEN_MASK, - BMA250_RESET_REG, - bma250_chip_config, - bma250_chip_disable, + .channels = bma250_channels, + .num_channels = ARRAY_SIZE(bma250_channels), + .scale_table = bma250_scale_table, + .num_scales = ARRAY_SIZE(bma250_scale_table), + .bw_table = bma250_bw_table, + .num_bw = ARRAY_SIZE(bma250_bw_table), + .int_reset_reg = BMA250_INT_RESET_REG, + .int_reset_mask = BMA250_INT_RESET_MASK, + .sleep_reg = BMA250_POWER_REG, + .sleep_mask = BMA250_SUSPEND_MASK, + .bw_reg = BMA250_BW_REG, + .bw_mask = BMA250_BW_MASK, + .scale_reg = BMA250_RANGE_REG, + .scale_mask = BMA250_RANGE_MASK, + .power_reg = BMA250_POWER_REG, + .power_mask = BMA250_LOWPOWER_MASK, + .lowpower_val = 1, + .int_enable_reg = BMA250_INT_ENABLE_REG, + .int_enable_mask = BMA250_DATA_INTEN_MASK, + .softreset_reg = BMA250_RESET_REG, + .chip_config = bma250_chip_config, + .chip_disable = bma250_chip_disable, }, };