From patchwork Mon Sep 30 13:02:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 11166609 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 878841599 for ; Mon, 30 Sep 2019 13:03:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 66030215EA for ; Mon, 30 Sep 2019 13:03:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=bgdev-pl.20150623.gappssmtp.com header.i=@bgdev-pl.20150623.gappssmtp.com header.b="w1gNg8pr" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731114AbfI3NDH (ORCPT ); Mon, 30 Sep 2019 09:03:07 -0400 Received: from mail-wm1-f66.google.com ([209.85.128.66]:33958 "EHLO mail-wm1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731101AbfI3NDG (ORCPT ); Mon, 30 Sep 2019 09:03:06 -0400 Received: by mail-wm1-f66.google.com with SMTP id y135so14105898wmc.1 for ; Mon, 30 Sep 2019 06:03:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=HrIq4ZVm8xkVZyO8f5Owi3O1Tv53HlREs0EWWL4v/q4=; b=w1gNg8prgUP3BwyEHY0icT829DCXzmLYUhxFKoVjRtdaNyQitXh4veJvCPRIsJ1yAa EjV8yIaLqywn2OLOjIE1Qiqqlwb35juSylLnUYlGzVFdhIGmVX6UEhYTQ2fTS2s550ug +rEmahuc8qfCuv0k9jUnqAVP71g8ErK+jQyWeSZNqOb3wtPyKoNwQ4LtlLVaO2/icP9e Y0flzj/3RcC8NaIT8OrfJpYtb1l/UrnuoZrpD0UUN6UBwnj5EAiAAVFjgXjhHLSzMgMA nxidQ6CioHKdgup5Do1f2UZjKGdcLsijRVhzgFl1CPphyS5x76IeMjkY9mnL4zLR3avD dmRQ== 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=HrIq4ZVm8xkVZyO8f5Owi3O1Tv53HlREs0EWWL4v/q4=; b=XR+SSB0oTEwNMejGIPxuC0P/bHbF2dKzeEVuiabPgxbbOjCWVh+bvPPZTTMZWiwXfo AC4pODmXlSP2yPho9P8jXudAnjPlcJQwiL666ZR1JIMYmtR8/BahNCAumqzRnuuVJB5+ Ewpo9O5SmKKebEkuueEgUUby5CE6zu9EkW5aSlPkms/FttBsLvY6ITbubxDLlgoLfkSf K+1eBqv6jE59sssW/W1YHbQ+rw8U8vIxJy5/ZHjHKQ156bfxoKtD8264dOJGzHxXsiYk BHOwa36tDvXBpU2DZ6wUoTjBz7yJfd+Xck1oFMEgDGXGCjWnHtLCNfY1HLza4ERXfA0m lWXA== X-Gm-Message-State: APjAAAUdeUilyPqbEC2AKr5F+T5/jJDTOnn6Xdr1vudG3XA7UJLujqFA UCPA43HzaSzSaHHuPOWr+cwnnA== X-Google-Smtp-Source: APXvYqzN6+yvym0aDjApdak2rnKhCxj3WgNHI4XeHwFPAGwC+jP/VsGclRBJNsmG4KVSjtE79Djsrg== X-Received: by 2002:a1c:544e:: with SMTP id p14mr16383235wmi.72.1569848584419; Mon, 30 Sep 2019 06:03:04 -0700 (PDT) Received: from localhost.localdomain (amontpellier-652-1-281-69.w109-210.abo.wanadoo.fr. [109.210.96.69]) by smtp.gmail.com with ESMTPSA id e6sm10654756wrp.91.2019.09.30.06.03.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Sep 2019 06:03:03 -0700 (PDT) From: Bartosz Golaszewski To: Rob Herring , Mark Rutland , Dmitry Torokhov , Jacek Anaszewski , Pavel Machek , Dan Murphy , Lee Jones , Sebastian Reichel , Liam Girdwood , Mark Brown Cc: linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, linux-pm@vger.kernel.org, Bartosz Golaszewski Subject: [PATCH 6/6] MAINTAINERS: update the list of maintained files for max77650 Date: Mon, 30 Sep 2019 15:02:46 +0200 Message-Id: <20190930130246.4860-7-brgl@bgdev.pl> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20190930130246.4860-1-brgl@bgdev.pl> References: <20190930130246.4860-1-brgl@bgdev.pl> MIME-Version: 1.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org From: Bartosz Golaszewski The DT bindings for max77650 MFD have now been converted to yaml. Update the MAINTAINERS entry for this set of drivers. Signed-off-by: Bartosz Golaszewski --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 296de2b51c83..d60dd3729437 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9902,8 +9902,8 @@ MAXIM MAX77650 PMIC MFD DRIVER M: Bartosz Golaszewski L: linux-kernel@vger.kernel.org S: Maintained -F: Documentation/devicetree/bindings/*/*max77650.txt -F: Documentation/devicetree/bindings/*/max77650*.txt +F: Documentation/devicetree/bindings/*/*max77650.yaml +F: Documentation/devicetree/bindings/*/max77650*.yaml F: include/linux/mfd/max77650.h F: drivers/mfd/max77650.c F: drivers/regulator/max77650-regulator.c