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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 23F84E7AD44 for ; Thu, 5 Oct 2023 16:43:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234541AbjJEQmm (ORCPT ); Thu, 5 Oct 2023 12:42:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47138 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232587AbjJEQkb (ORCPT ); Thu, 5 Oct 2023 12:40:31 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 57D933AA5; Thu, 5 Oct 2023 09:34:19 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5AD29C433C8; Thu, 5 Oct 2023 16:33:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696523616; bh=92i/dDQFaWw8S5/sMockWYxE/2EZSoQ+HpHXSad9lQM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=XpJ3bSN/h3vFh1AubrRy39koqaT6CCX4DLnx4BQspvt0sLQ0P5hQ5oiPEQNmFveos od7VhHc4VBsAXy7XI2Jjk+1BWPhE6OvqoTv8lY5lr3J2y/eVJn/uc2Gi0uZTse6MQ+ jlTlCcZhMNy4xdxekOQZDLnw/pWLiOoJGNyir/nAQKls5bPLoRE/Z4YBXyZUYLV0sR IokyO/mgJd+Kx+5IBB3je0OJOePGyhn8F59n2ju74pyQZnSNnILX2V+jswf6bnemTe zpLbkHj7ymEJbOlNUv4kHiSSC7aAsiy71YwxEytQCzUi77rNmkIXLW/50H6Ds6DRI4 TTlukLXri838A== Date: Thu, 5 Oct 2023 17:33:40 +0100 From: Jonathan Cameron To: Luca Ceresoli Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jonathan Cameron , Lars-Peter Clausen , Thomas Petazzoni , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org Subject: Re: [PATCH 0/2] mxc4005/mxc6655 OF improvements Message-ID: <20231005173340.70c05991@jic23-huawei> In-Reply-To: <20231004-mxc4005-device-tree-support-v1-0-e7c0faea72e4@bootlin.com> References: <20231004-mxc4005-device-tree-support-v1-0-e7c0faea72e4@bootlin.com> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Wed, 04 Oct 2023 18:39:26 +0200 Luca Ceresoli wrote: > This small series fixes the compatible string of MXC4005 in the bindings > and adds support for OF-based autoloading of the mxc4005 driver. > > Signed-off-by: Luca Ceresoli > --- > Luca Ceresoli (2): > dt-bindings: trivial-devices: Fix MEMSIC MXC4005 compatible string > iio: accel: mxc4005: allow module autoloading via OF compatible > > Documentation/devicetree/bindings/trivial-devices.yaml | 2 +- > drivers/iio/accel/mxc4005.c | 8 ++++++++ > 2 files changed, 9 insertions(+), 1 deletion(-) > --- > base-commit: 8a749fd1a8720d4619c91c8b6e7528c0a355c0aa > change-id: 20231004-mxc4005-device-tree-support-40ae517a42e9 > > Best regards, Series applied to the togreg branch of iio.git and pushed out as testing so 0-day can see if it can find anything we missed. Thanks, Jonathan