From patchwork Mon Mar 9 20:38:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lubomir Rintel X-Patchwork-Id: 203588 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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=no 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 48DA7C10F25 for ; Mon, 9 Mar 2020 20:38:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2E42220663 for ; Mon, 9 Mar 2020 20:38:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726647AbgCIUi0 (ORCPT ); Mon, 9 Mar 2020 16:38:26 -0400 Received: from mail.v3.sk ([167.172.186.51]:46374 "EHLO shell.v3.sk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726096AbgCIUi0 (ORCPT ); Mon, 9 Mar 2020 16:38:26 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 5A406E01A7; Mon, 9 Mar 2020 20:38:43 +0000 (UTC) Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id vHjEUqfQWJnP; Mon, 9 Mar 2020 20:38:42 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id D28E5DFFD9; Mon, 9 Mar 2020 20:38:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at zimbra.v3.sk Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 5DW_7i8Y8SzI; Mon, 9 Mar 2020 20:38:41 +0000 (UTC) Received: from furthur.lan (unknown [109.183.109.54]) by zimbra.v3.sk (Postfix) with ESMTPSA id 5CE79DEDF6; Mon, 9 Mar 2020 20:38:41 +0000 (UTC) From: Lubomir Rintel To: Lee Jones Cc: Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/4] mfd: Add ENE KB3930 Embedded Controller driver Date: Mon, 9 Mar 2020 21:38:14 +0100 Message-Id: <20200309203818.31266-1-lkundrak@v3.sk> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, please take a look at the following patch set and consider applying it to the MFD tree. It is essentially a new driver with DT binding documentation changes. It will be used by the driver for the three status LEDs that will be submitted separately. Thanks, Lubo