Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp704923ybz; Fri, 1 May 2020 07:07:08 -0700 (PDT) X-Google-Smtp-Source: APiQypLteErXRiBETaT03TQjueekx3LsEutuEIW66ihp+nhmZEOqO+skV+7AqMaJJM5Tu871x0OD X-Received: by 2002:a17:906:29c4:: with SMTP id y4mr3375091eje.95.1588342027950; Fri, 01 May 2020 07:07:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588342027; cv=none; d=google.com; s=arc-20160816; b=znZ+ZPjDEvusxlKPOG0qFfLQwwM2ozb797mKX3FKgaAqH1FTvKiZvDRevPvqI0oDZ1 DoFbmg9HLGfmHz4SlJlF9Sk861BQ/z353M4JqxgDAbzcC1ori3Y+i79ICx8ax7OH6yTi O4SYidVdTUdQqhXfaZ1bFHH5D9Kx+IukUewHXFxANGDAdfdgVI+AVXoQM1fMm1LUX1Oa xbJzs3N1jVr2+1TWmlGdQU/1CybEpSVohEZLwwdH/bVeHNPvZvpAzxU1TOfBRiW976il G2takr9L5BNUjxkyvej+0QFIltwfwCPIWv5naDO/cIz4Bd5o1ClZh14hshJVf85kOE+C FJyw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=3139le/DFIl/v+zy1cG8k19VFfmO8eAxrmSguir8sbA=; b=RnJgvpx4qdEHW9FhLAe+Kd4WPSdU/0VNhaibX97tMK20WZ2H4hGmr9VABLftHZi8ZN 29BP6pXg9oEgsDlYiq0wyUi+dAyBoCerMnMUL4PUroXu/QTtxTmxC/QOBFKpOTQeyfQ9 o2A9HvPcDva5+1KqOE8WI6wsxnNtIkqYkMXQDt2/dtn3GMlFeN4unsiSaOZknbBk41J7 igEWwJYOasI9nWH3EA/w/RwpNY4YjbHZWeX+iwqbzZnlam+aUsD7YeVueGQKaiBtS3kp oMxx3FM0S0i4RTFz2rVw1hB45ZyKDte/wiqyYNAMTKJgOa0KGIAkvE1/pJGr9xF7gyU7 okPw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=1IkHQ4pl; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r22si1778040edy.486.2020.05.01.07.06.39; Fri, 01 May 2020 07:07:07 -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=@kernel.org header.s=default header.b=1IkHQ4pl; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729992AbgEAOBR (ORCPT + 99 others); Fri, 1 May 2020 10:01:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:47372 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729149AbgEAN0C (ORCPT ); Fri, 1 May 2020 09:26:02 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D8362208D6; Fri, 1 May 2020 13:26:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588339561; bh=U+U2iYpx0DbAp2Qok+ROLY7JqeDXOVnqZQgUxYD8ArQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=1IkHQ4plDP+GTX49uu/HvY0JgA0z4l9BZ5+rPYv1GgAKIhoMqEzBUyqzCkXK4iPtc wqRjyxWqSNRVpZE8l8E9wW6IQxgUW8MQX3dM5WgmRTNinYmO7llh6wlsopegsmY4x+ Qno4j55guaHRT0iOYgRSj9KqR8V9qmu6HCwYNedY= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Lars-Peter Clausen , Stable@vger.kernel.org, Jonathan Cameron Subject: [PATCH 4.4 28/70] iio: xilinx-xadc: Fix sequencer configuration for aux channels in simultaneous mode Date: Fri, 1 May 2020 15:21:16 +0200 Message-Id: <20200501131523.072180588@linuxfoundation.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200501131513.302599262@linuxfoundation.org> References: <20200501131513.302599262@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Lars-Peter Clausen commit 8bef455c8b1694547ee59e8b1939205ed9d901a6 upstream. The XADC has two internal ADCs. Depending on the mode it is operating in either one or both of them are used. The device manual calls this continuous (one ADC) and simultaneous (both ADCs) mode. The meaning of the sequencing register for the aux channels changes depending on the mode. In continuous mode each bit corresponds to one of the 16 aux channels. And the single ADC will convert them one by one in order. In simultaneous mode the aux channels are split into two groups the first 8 channels are assigned to the first ADC and the other 8 channels to the second ADC. The upper 8 bits of the sequencing register are unused and the lower 8 bits control both ADCs. This means a bit needs to be set if either the corresponding channel from the first group or the second group (or both) are set. Currently the driver does not have the special handling required for simultaneous mode. Add it. Signed-off-by: Lars-Peter Clausen Fixes: bdc8cda1d010 ("iio:adc: Add Xilinx XADC driver") Cc: Signed-off-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- drivers/iio/adc/xilinx-xadc-core.c | 10 ++++++++++ 1 file changed, 10 insertions(+) --- a/drivers/iio/adc/xilinx-xadc-core.c +++ b/drivers/iio/adc/xilinx-xadc-core.c @@ -785,6 +785,16 @@ static int xadc_preenable(struct iio_dev if (ret) goto err; + /* + * In simultaneous mode the upper and lower aux channels are samples at + * the same time. In this mode the upper 8 bits in the sequencer + * register are don't care and the lower 8 bits control two channels + * each. As such we must set the bit if either the channel in the lower + * group or the upper group is enabled. + */ + if (seq_mode == XADC_CONF1_SEQ_SIMULTANEOUS) + scan_mask = ((scan_mask >> 8) | scan_mask) & 0xff0000; + ret = xadc_write_adc_reg(xadc, XADC_REG_SEQ(1), scan_mask >> 16); if (ret) goto err;