From patchwork Tue Feb 18 15:44:49 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomas Novotny X-Patchwork-Id: 11388839 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id CAD0D13A4 for ; Tue, 18 Feb 2020 15:45:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B4B5922527 for ; Tue, 18 Feb 2020 15:45:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726594AbgBRPpI (ORCPT ); Tue, 18 Feb 2020 10:45:08 -0500 Received: from hosting.pavoucek.net ([46.28.107.168]:38148 "EHLO hosting.pavoucek.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726528AbgBRPpH (ORCPT ); Tue, 18 Feb 2020 10:45:07 -0500 Received: from 176-74-132-138.netdatacomm.cz (176-74-132-138.netdatacomm.cz [176.74.132.138]) (Authenticated sender: tomas@novotny.cz) by hosting.pavoucek.net (Postfix) with ESMTPSA id 43C30102FA1; Tue, 18 Feb 2020 16:45:05 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 hosting.pavoucek.net 43C30102FA1 From: Tomas Novotny To: linux-iio@vger.kernel.org Cc: Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Angus Ainslie , Marco Felsch , Thomas Gleixner , =?utf-8?q?Guido_G=C3=BCnther?= , Tomas Novotny Subject: [PATCH v2 0/2] iio: light: vcnl4000: update sampling periods Date: Tue, 18 Feb 2020 16:44:49 +0100 Message-Id: <20200218154451.13066-1-tomas@novotny.cz> X-Mailer: git-send-email 2.16.4 MIME-Version: 1.0 Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org Vishay has published new information which explain drifts seen in experiments. So update the sampling periods for affected variants. As pointed out in another series, the variable has a misleading name (rate instead of period). This will be fixed in the other series to make backporting of these patches straightforward. Tested on vcnl4200. Tests on vcnl4040 done by Guido. Changes in v2: - fix rate -> period in commit messages and subjects - collect tags Tomas Novotny (2): iio: light: vcnl4000: update sampling periods for vcnl4200 iio: light: vcnl4000: update sampling periods for vcnl4040 drivers/iio/light/vcnl4000.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-)