From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE532C4CECE for ; Tue, 15 Oct 2019 03:04:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C482F20873 for ; Tue, 15 Oct 2019 03:04:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571108661; bh=4pjHSE/RyRAKvnYqZBf7CS4/TlS5qjY8AB6Bz74lyAQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=NW4UNiEz4uCG9mgI919NbCdfV8NPlTKTqCywMCtIjYeInz9KtN1Ku7831aKcgIkm1 QADQCyRFapRet1jygwxyKaU62P352M10TSy4ZtutBnK6S0cLjBdJXqeB0eC7QNGlPV 18TsELFv8c3W0A/nsyCHWe27FfOwCAJS0A2ZXH4c= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726899AbfJODEV (ORCPT ); Mon, 14 Oct 2019 23:04:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:50130 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726833AbfJODEV (ORCPT ); Mon, 14 Oct 2019 23:04:21 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 6271620673; Tue, 15 Oct 2019 03:04:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571108660; bh=4pjHSE/RyRAKvnYqZBf7CS4/TlS5qjY8AB6Bz74lyAQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=L/S0l70uUPRukiJmY4pF2ImC183zKi8UuMF6Q/gwjXWqxysmY8ZLLsW65CvWeTbTX t+nYNOPNsVMuc6Su5lWT9sLJrpx0Wu1KORShfydsz46b3kXXedDJNtFVQcfp/+uOde 0hbB73w9YtR4Gh+7uYKHiYOnJiFA2YiY9XmaPw/A= Date: Mon, 14 Oct 2019 23:04:19 -0400 From: Sasha Levin To: gregkh@linuxfoundation.org Cc: m.felsch@pengutronix.de, Jonathan.Cameron@huawei.com, Stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] iio: light: fix vcnl4000 devicetree hooks" failed to apply to 5.3-stable tree Message-ID: <20191015030419.GJ31224@sasha-vm> References: <1571069502139213@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <1571069502139213@kroah.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Oct 14, 2019 at 06:11:42PM +0200, gregkh@linuxfoundation.org wrote: > >The patch below does not apply to the 5.3-stable tree. >If someone wants it applied there, or to any other stable or longterm >tree, then please email the backport, including the original git commit >id to . > >thanks, > >greg k-h > >------------------ original commit in Linus's tree ------------------ > >>From 1436a78c63495dd94c8d4f84a76d78d5317d481b Mon Sep 17 00:00:00 2001 >From: Marco Felsch >Date: Tue, 17 Sep 2019 16:56:36 +0200 >Subject: [PATCH] iio: light: fix vcnl4000 devicetree hooks > >Since commit ebd457d55911 ("iio: light: vcnl4000 add devicetree hooks") >the of_match_table is supported but the data shouldn't be a string. >Instead it shall be one of 'enum vcnl4000_device_ids'. Also the matching >logic for the vcnl4020 was wrong. Since the data retrieve mechanism is >still based on the i2c_device_id no failures did appeared till now. > >Fixes: ebd457d55911 ("iio: light: vcnl4000 add devicetree hooks") >Signed-off-by: Marco Felsch >Reviewed-by: Angus Ainslie (Purism) angus@akkea.ca >Cc: >Signed-off-by: Jonathan Cameron Greg, I'm not sure why you dropped this one? I've queued it up for 5.3. -- Thanks, Sasha