From patchwork Mon May 13 07:56:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lubomir Rintel X-Patchwork-Id: 10940469 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 B6F3E933 for ; Mon, 13 May 2019 07:57:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AE57026255 for ; Mon, 13 May 2019 07:57:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A1F86271FD; Mon, 13 May 2019 07:57:06 +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 0664F26255 for ; Mon, 13 May 2019 07:57:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727846AbfEMH5F (ORCPT ); Mon, 13 May 2019 03:57:05 -0400 Received: from shell.v3.sk ([90.176.6.54]:58973 "EHLO shell.v3.sk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725980AbfEMH5F (ORCPT ); Mon, 13 May 2019 03:57:05 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 140B31041D5; Mon, 13 May 2019 09:57:00 +0200 (CEST) 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 l_tv8hpnCrVG; Mon, 13 May 2019 09:56:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 780911041D4; Mon, 13 May 2019 09:56:45 +0200 (CEST) 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 OSSsoosaKfwr; Mon, 13 May 2019 09:56:43 +0200 (CEST) Received: from belphegor.brq.redhat.com (nat-pool-brq-t.redhat.com [213.175.37.10]) by zimbra.v3.sk (Postfix) with ESMTPSA id F36101041BC; Mon, 13 May 2019 09:56:42 +0200 (CEST) From: Lubomir Rintel To: Andy Shevchenko , Darren Hart Cc: Rob Herring , Russell King , Mark Rutland , platform-driver-x86@vger.kernel.org, linux-pm@vger.kernel.org, Sebastian Reichel Subject: [PATCH v7 00/10] Add support for OLPC XO 1.75 Embedded Controller Date: Mon, 13 May 2019 09:56:31 +0200 Message-Id: <20190513075641.1277716-1-lkundrak@v3.sk> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hello! This is a seventh spin of the patch set that adds support for the Embedded Controller on an OLPC XO 1.75 machine. The only patch that changed since v6 is [06/10]: there are fixes for problems reported by Julia Lawall and the kbuild test robot. The patch set depends on changes to the OLPC battery driver that have landed in the power-supply tree. Sebastian Reichel provided an signed tag of an immutable branch that has the necessary bits and was merged into the power-supply tree for 5.2: git pull git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git psy-olpc-1.75-battery-signed The patch [10/10] was split of from the rest because Russell King found the patch [09/10] it depends on possibly objectionable. They should not be applied without further input from Russell. Thank you, Lubo