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=-8.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 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 DDD48C00A89 for ; Fri, 30 Oct 2020 17:40:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1EA52208B6 for ; Fri, 30 Oct 2020 17:40:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=posteo.net header.i=@posteo.net header.b="jj5s0fpA" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726317AbgJ3RkR (ORCPT ); Fri, 30 Oct 2020 13:40:17 -0400 Received: from mout02.posteo.de ([185.67.36.66]:59121 "EHLO mout02.posteo.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725922AbgJ3RkQ (ORCPT ); Fri, 30 Oct 2020 13:40:16 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 168D32400FD for ; Fri, 30 Oct 2020 18:40:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1604079614; bh=yaNOzCfAbNWRb2S7dy1QrF/tHbU4tC0F05OmkpAEogM=; h=Date:From:To:Cc:Subject:From; b=jj5s0fpArZGYjSXT+P9KvvOxzW2zrJAxx1ofDoCMcJjFvhmDZA1NxxxFSYLoWIRmq TkWj777jYrTz2OmwUqC8P7giwDcWLzLxVCpHls1NEnP7kI8ukgg+SdomV5T8C4p10y BIB+/SYd4Fr8PIuDkXbOX/dsfFI+GSwjH3xc3bYXQOFV8qfAIjFlkqIYPm705U82KN +VMmdIiSE8crHqMYTUyQdNALac5s10xCvT2LJXYZBF3JMzqw2ysIdDFRqsrb+6iaNi DyN/Z7tCZkak8N2Ge0p7S6jp/6FBZanx0w6OWQSZcJ2m8wA4RLhGVN9WshR1e07OuW 5Jj16hF4wZrVw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4CN8hs37Tvz9rxP; Fri, 30 Oct 2020 18:40:13 +0100 (CET) Date: Fri, 30 Oct 2020 18:40:08 +0100 From: Wilken Gottwalt To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, Jean Delvare , Jonathan Corbet , linux-hwmon@vger.kernel.org Subject: Re: [RESEND PATCH v3] hwmon: add Corsair PSU HID controller driver Message-ID: <20201030184008.4d15b36a@monster.powergraphx.local> In-Reply-To: <20201030173323.GA38219@roeck-us.net> References: <20201030053831.GA4943@monster.powergraphx.local> <20201030173323.GA38219@roeck-us.net> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; 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-kernel@vger.kernel.org On Fri, 30 Oct 2020 10:33:23 -0700 Guenter Roeck wrote: > On Fri, Oct 30, 2020 at 06:38:31AM +0100, Wilken Gottwalt wrote: > > The Corsair digital power supplies of the series RMi, HXi and AXi include > > a small micro-controller with a lot of sensors attached. The sensors can > > be accessed by an USB connector from the outside. > > > > This micro-controller provides the data by a simple proprietary USB HID > > protocol. The data consist of temperatures, current and voltage levels, > > power usage, uptimes, fan speed and some more. It is also possible to > > configure the PSU (fan mode, mono/multi-rail, over current protection). > > > > This driver provides access to the sensors/statistics of the RMi and HXi > > series power supplies. It does not support configuring these devices, > > because there would be many ways to misconfigure or even damage the PSU. > > > > This patch adds: > > - hwmon driver corsair-psu > > - hwmon documentation > > - updates MAINTAINERS > > > > Signed-off-by: Wilken Gottwalt > > No need to resend. It is in my queue. > Oh, I thought you didn't get it before. I noticed you had some mail trouble, too. Just wanted to be sure mailing worked this time. greetings, Wilken