From patchwork Tue May 5 13:21:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans de Goede X-Patchwork-Id: 194231 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=-0.9 required=3.0 tests=DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS 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 A7EB5C47254 for ; Tue, 5 May 2020 13:21:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6F5432078D for ; Tue, 5 May 2020 13:21:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="PeUzvSoR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728940AbgEENVn (ORCPT ); Tue, 5 May 2020 09:21:43 -0400 Received: from us-smtp-1.mimecast.com ([207.211.31.81]:23325 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728898AbgEENVm (ORCPT ); Tue, 5 May 2020 09:21:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1588684902; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=cJjk1voas+0dvk9PcOEDjKeOiN5/Y1FC1G41w1fjgkU=; b=PeUzvSoRFiiIdPskcW/C6b0ad7gE9pXBa6+iPw4pwhR3khn/2jS/CWW/h/7/f080SZDRMo 7YPBm50/O3Aucixwl0eu40DxykW59LLb3D8fmUpxR2v9nstBfe2XqXn21LnpuxbJ0fHDnR 8gfBM/vf0LNRfJcW7tEA8wVsjyjpHKE= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-331-ldwf50YtMyquTXqrm3sR9g-1; Tue, 05 May 2020 09:21:40 -0400 X-MC-Unique: ldwf50YtMyquTXqrm3sR9g-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8BD1010CE784; Tue, 5 May 2020 13:21:38 +0000 (UTC) Received: from x1.localdomain.com (ovpn-113-21.ams2.redhat.com [10.36.113.21]) by smtp.corp.redhat.com (Postfix) with ESMTP id A748D6060E; Tue, 5 May 2020 13:21:36 +0000 (UTC) From: Hans de Goede To: "Rafael J . Wysocki" , Len Brown , Bjorn Helgaas , Mika Westerberg , Andy Shevchenko , Linus Walleij Cc: Hans de Goede , linux-acpi@vger.kernel.org, linux-pci@vger.kernel.org, linux-gpio@vger.kernel.org Subject: [PATCH 0/3] ACPI / utils: Add acpi_evaluate_reg() helper Date: Tue, 5 May 2020 15:21:25 +0200 Message-Id: <20200505132128.19476-1-hdegoede@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Hi All, Here is a small series adding an acpi_evaluate_reg() helper, note the third patch sits on top of a fix for the pinctrl-cherryview driver which I recently submitted and which is still finding its way upstream. Since this is not urgent (just a small code cleanup) I suggest that the ACPI people can pick up patches 1-2 and then the last patch can be merged post 5.8-rc1, at which point all the dependencies for it should have landed already. Regards, Hans