From patchwork Tue Jul 9 19:00:04 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Kaehlcke X-Patchwork-Id: 1129957 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-pwm-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="isQf2VDU"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 45js8Y3Q0jz9sNm for ; Wed, 10 Jul 2019 05:00:29 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727248AbfGITAQ (ORCPT ); Tue, 9 Jul 2019 15:00:16 -0400 Received: from mail-pf1-f196.google.com ([209.85.210.196]:36240 "EHLO mail-pf1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727245AbfGITAO (ORCPT ); Tue, 9 Jul 2019 15:00:14 -0400 Received: by mail-pf1-f196.google.com with SMTP id r7so9748827pfl.3 for ; Tue, 09 Jul 2019 12:00:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=m85WlLZHJVH8RETgsg0HqiVDllfx4XvsXRbdu3drMNc=; b=isQf2VDU03YGOtf8dFbZaoe7mOqoq6z2fbnfI76lyieAkq9c/O3MWRQWJsEu7o6Kv6 +sO3jC2+6lChlABv2PHw4N+6FJo/vPGNbtghULmIYVEdHFqpxVU20P941UYVUnUfnmw0 h+yt4jFHUsAjNf4RH7qkXTZR+LeFbJpXpHuk8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=m85WlLZHJVH8RETgsg0HqiVDllfx4XvsXRbdu3drMNc=; b=Dz/Bg3pcDO0zJKsYHZBvJJSc0WyyNSyKxxRJ8lXdoDYFqFmM45/oWDGA3crr97+LpD Y3Fd5jkIyJITIhShpG4MTlzPDAvj8aed+VmZU/bt5tzcMyfTuyR46OztcOFOSSc0blEk rEXG1a1xlTW1TkD89v1nHpBsAqjSJXozVa4CIK7wAwaGkyI+k0iH3QfM5MIIjW/VcnJo XZhBcUi0zSvwF5oudHrmBYQLDZGEHZSfC4788rX5rbxG9CIoGZFuEymI8auGOsPMP1oe B6VmSso9JsaG6VqkhjsjfYWZbpaAtokFubEeQbn0tl7dEAuW9LHuGNai/W5t+2Co49QW 8jvw== X-Gm-Message-State: APjAAAVdkv22qBAc5ofh/rRyCAmrUh4pUxAi6mYhovf6BwyW2l0hgTZx njR1eqWSUAdzIMeElX7qM9Bdcw== X-Google-Smtp-Source: APXvYqxDiBZW0Xb64K9vuI4D4EUi9LKfdzKQ60nHEzq2OO07kpy0OeqgLete4I10Vsc93WIyQfVezg== X-Received: by 2002:a63:a1a:: with SMTP id 26mr31979652pgk.265.1562698814151; Tue, 09 Jul 2019 12:00:14 -0700 (PDT) Received: from localhost ([2620:15c:202:1:75a:3f6e:21d:9374]) by smtp.gmail.com with ESMTPSA id g62sm3356521pje.11.2019.07.09.12.00.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Jul 2019 12:00:13 -0700 (PDT) From: Matthias Kaehlcke To: Thierry Reding , Lee Jones , Daniel Thompson , Jingoo Han , Bartlomiej Zolnierkiewicz Cc: linux-pwm@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, Enric Balletbo i Serra , Douglas Anderson , Brian Norris , Pavel Machek , Jacek Anaszewski , Matthias Kaehlcke Subject: [PATCH v3 1/4] MAINTAINERS: Add entry for stable backlight sysfs ABI documentation Date: Tue, 9 Jul 2019 12:00:04 -0700 Message-Id: <20190709190007.91260-2-mka@chromium.org> X-Mailer: git-send-email 2.22.0.410.gd8fdbe21b5-goog In-Reply-To: <20190709190007.91260-1-mka@chromium.org> References: <20190709190007.91260-1-mka@chromium.org> MIME-Version: 1.0 Sender: linux-pwm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pwm@vger.kernel.org Add an entry for the stable backlight sysfs ABI to the MAINTAINERS file. Signed-off-by: Matthias Kaehlcke Acked-by: Daniel Thompson --- Changes in v3: - none Changes in v2: - added Daniel's 'Acked-by' tag --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 57f496cff999..d51e74340870 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2857,6 +2857,7 @@ F: drivers/video/backlight/ F: include/linux/backlight.h F: include/linux/pwm_backlight.h F: Documentation/devicetree/bindings/leds/backlight +F: Documentation/ABI/stable/sysfs-class-backlight BATMAN ADVANCED M: Marek Lindner