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=-17.0 required=3.0 tests=BAYES_00,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 BD7F8C4361B for ; Thu, 10 Dec 2020 02:34:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7E47323B26 for ; Thu, 10 Dec 2020 02:34:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728770AbgLJCeZ (ORCPT ); Wed, 9 Dec 2020 21:34:25 -0500 Received: from mail.kernel.org ([198.145.29.99]:40128 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726194AbgLJCeZ (ORCPT ); Wed, 9 Dec 2020 21:34:25 -0500 From: Stephen Boyd Authentication-Results: mail.kernel.org; dkim=permerror (bad message/signature format) To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org Subject: [PATCH 0/4] SPMI queue for next merge window Date: Wed, 9 Dec 2020 18:33:40 -0800 Message-Id: <20201210023344.2838141-1-sboyd@kernel.org> X-Mailer: git-send-email 2.29.2.576.ga3fc446d84-goog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Please apply these SPMI patches for the next merge window. I've collected the few patches that were ready and setup a git tree on kernel.org to push them to. Hsin-Hsiung Wang (1): spmi: Add driver shutdown support Mauro Carvalho Chehab (2): spmi: get rid of a warning when built with W=1 spmi: fix some coding style issues at the spmi core Stephen Boyd (1): MAINTAINERS: Mark SPMI as maintained MAINTAINERS | 6 ++++-- drivers/spmi/spmi.c | 19 ++++++++++++++----- include/linux/spmi.h | 1 + 3 files changed, 19 insertions(+), 7 deletions(-) base-commit: 3650b228f83adda7e5ee532e2b90429c03f7b9ec -- https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/ https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git