From patchwork Thu Dec 27 15:13:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Kemnade X-Patchwork-Id: 10743811 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0F53F13B5 for ; Thu, 27 Dec 2018 15:14:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F2FCD285E5 for ; Thu, 27 Dec 2018 15:14:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E64D7286B3; Thu, 27 Dec 2018 15:14:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C12C9285E5 for ; Thu, 27 Dec 2018 15:14:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731123AbeL0POK (ORCPT ); Thu, 27 Dec 2018 10:14:10 -0500 Received: from mail.andi.de1.cc ([85.214.239.24]:60222 "EHLO h2641619.stratoserver.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727211AbeL0POK (ORCPT ); Thu, 27 Dec 2018 10:14:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kemnade.info; s=20180802; h=Message-Id:Date:Subject:Cc:To:From:Sender: Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=0YLe2lWrbOUu3QJqkj/z4Ailqp2oY93NPqvnx4CrwQk=; b=DqPv2SzHpISGOxrsDCtEWQdDHC LATtVrDtbQjWAYXjTVIw8N2XM8zos0f8GnSkJ3BF+jhwSja9LTJi+gz0GDa7egxATI8Ouj1498p+w I2p081EZH8fiqN2UJ4Qmkta60egGSj8v4YvKRQZxUC3MHAa3k36YAOxCgJiGWZDiEUW0=; Received: from p200300ccfbcbef001a3da2fffebfd33a.dip0.t-ipconnect.de ([2003:cc:fbcb:ef00:1a3d:a2ff:febf:d33a] helo=aktux) by h2641619.stratoserver.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1gcXMA-0003PL-OC; Thu, 27 Dec 2018 16:13:54 +0100 Received: from andi by aktux with local (Exim 4.89) (envelope-from ) id 1gcXMA-0007ko-Hc; Thu, 27 Dec 2018 16:13:54 +0100 From: Andreas Kemnade To: jdelvare@suse.com, linux@roeck-us.net, robh+dt@kernel.org, mark.rutland@arm.com, linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Andreas Kemnade Subject: [PATCH 0/2] hwmon: devicetree support for hih6130 Date: Thu, 27 Dec 2018 16:13:47 +0100 Message-Id: <20181227151349.29753-1-andreas@kemnade.info> X-Mailer: git-send-email 2.11.0 Sender: linux-hwmon-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch set adds devicetree support for hih6130, so it can be properly auto-probed using devicetree files Andreas Kemnade (2): hwmon: (hih6130) add dtb compatibility tables devicetree: hwmon: Add bindings documentation for HIH6130 Documentation/devicetree/bindings/hwmon/hih6130.txt | 12 ++++++++++++ drivers/hwmon/hih6130.c | 11 ++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/hwmon/hih6130.txt