From patchwork Mon Jun 13 14:47:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 581473 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C6560C43334 for ; Mon, 13 Jun 2022 18:30:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245543AbiFMSat (ORCPT ); Mon, 13 Jun 2022 14:30:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53248 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245572AbiFMSaa (ORCPT ); Mon, 13 Jun 2022 14:30:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AB63CB82F4 for ; Mon, 13 Jun 2022 07:47:22 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3C76E61411 for ; Mon, 13 Jun 2022 14:47:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D3CC9C34114; Mon, 13 Jun 2022 14:47:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655131641; bh=8NrOTFkr6UjbhKP0ucbJXtgrRbExlq44n0JdP1jbprc=; h=From:To:Cc:Subject:Date:From; b=VaduQ+V0WESbvUq2PGsiJYmXlDU7mHboEqCs+eW1ilQvMFzjzTqcBcq79efYssnSW 6jlN84mTBV6wuEP/rb0i+18h9mQkZ3uiuovxtin1ieenkaQCFH+j9qWC1yex4o81IQ ImFY7yJSc5HW1zURaxTQLlU049o6DSdh5a2779FYH4ckA9cLMxaAgjsMOoyaybaRnp vIaJA/sDQ24t9GsuRvQVoBIS+2cGGd7tgJt7jwhSspSt75Jl3gPKRq9VLgW1l4L4em PXfTyDQfeb09TXIENrnfjEt4PhmR/nkAngW2dQuKKYVp0ocaCrgeo3Hxhu5XVY7t5G NM/OW3vUgJBiQ== From: Wolfram Sang To: linux-i2c@vger.kernel.org Cc: Lukas Bulwahn , Wolfram Sang Subject: [PATCH] MAINTAINERS: core DT include belongs to core Date: Mon, 13 Jun 2022 16:47:13 +0200 Message-Id: <20220613144713.23501-1-wsa@kernel.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Signed-off-by: Wolfram Sang --- I think it is complete now. Thanks to Lukas for the pointer. MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index d6de26c5bd5d..c512a083d659 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9268,6 +9268,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git F: Documentation/devicetree/bindings/i2c/i2c.txt F: Documentation/i2c/ F: drivers/i2c/* +F: include/dt-bindings/i2c/i2c.h F: include/linux/i2c-dev.h F: include/linux/i2c-smbus.h F: include/linux/i2c.h