From patchwork Tue Apr 30 14:46:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Iker Perez X-Patchwork-Id: 10923747 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 D42AD1395 for ; Tue, 30 Apr 2019 14:46:20 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C4A3B288AA for ; Tue, 30 Apr 2019 14:46:20 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B911328910; Tue, 30 Apr 2019 14:46:20 +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.9 required=2.0 tests=BAYES_00,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 36BDC288AA for ; Tue, 30 Apr 2019 14:46:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726229AbfD3OqT (ORCPT ); Tue, 30 Apr 2019 10:46:19 -0400 Received: from imap1.codethink.co.uk ([176.9.8.82]:47782 "EHLO imap1.codethink.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726053AbfD3OqT (ORCPT ); Tue, 30 Apr 2019 10:46:19 -0400 Received: from 82-132-219-116.dab.02.net ([82.132.219.116] helo=ct-lt-765.unassigned) by imap1.codethink.co.uk with esmtpsa (Exim 4.84_2 #1 (Debian)) id 1hLU1Q-0002ju-VQ; Tue, 30 Apr 2019 15:46:17 +0100 Received: from ikerpalomar by ct-lt-765.unassigned with local (Exim 4.89) (envelope-from ) id 1hLU1K-00055D-1g; Tue, 30 Apr 2019 15:46:10 +0100 From: Iker Perez To: linux-hwmon@vger.kernel.org Cc: linux@roeck-us.net, Iker Perez del Palomar Sustatxa Subject: [PATCH v3 0/2] Version Log Date: Tue, 30 Apr 2019 15:46:07 +0100 Message-Id: <20190430144609.19500-1-iker.perez@codethink.co.uk> 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 From: Iker Perez del Palomar Sustatxa Changes from V2: - Correct bad style: - Bad assigment, missing spaces before and after "=". - Divide in two lines longer than 80 characters. - Separate dt-bindings and driver-documentation into different commits. Changes from V1: - Delete empty lines. - Restore replaced tabs by spaces. Iker Perez del Palomar Sustatxa (2): hwmon: (lm75) Add support for TMP75B dt-bindings: hwmon: Add tmp75b to lm75.txt Documentation/devicetree/bindings/hwmon/lm75.txt | 1 + Documentation/hwmon/lm75 | 7 +++++-- drivers/hwmon/lm75.c | 11 +++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-)