From mboxrd@z Thu Jan 1 00:00:00 1970 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 C24AFE9271E for ; Thu, 5 Oct 2023 16:13:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240541AbjJEQNG (ORCPT ); Thu, 5 Oct 2023 12:13:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33200 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240476AbjJEQMF (ORCPT ); Thu, 5 Oct 2023 12:12:05 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CFDEA20657 for ; Thu, 5 Oct 2023 08:29:08 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6F2AAC433C8; Thu, 5 Oct 2023 15:29:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696519748; bh=RrgokZIbawNcYj1Hub++fDHue36t3n7WgTCbcoHbyDE=; h=Date:From:To:Cc:Subject:From; b=k9095fMg/unoHqm4RC/C+IkpwWHeq8wccyDp8x3AbaP9I0g34QhWsVVe7JmeiHf1s WsD1S8lh2+NClg+t1qCJLG/tw7US3ywNl6JPPte5eCPRF9niAZcmwtN6qW3jPrlc01 MLs4GHfafEWWW81PqiovLlZOBDOzOhGYyOs/SzOGk7c+QlXlQuCXbkLyY2BUCQR2Ys sw4NLiyDS2Tf4pm+3XklrUtCanxsayn6mXm2U/ULzOJTgnj+6ddo3x1mcS30VD2UB5 daE2SDOqrkdcsrVaGWuU8eoghXgo5GiBgATzhvBBIcwDxSamXJe/iq3W39Wo+k07/f 979ugMQKfDWwg== Date: Thu, 5 Oct 2023 16:29:04 +0100 From: Lee Jones To: Linus Torvalds Cc: Lee Jones , Linux Kernel Mailing List Subject: [GIT PULL] MFD fixes for v6.6 Message-ID: <20231005152904.GA808963@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Good evening Linus, The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/mfd-fixes-6.6 for you to fetch changes up to c7f5bd9f3aa04a5d0ced8c8f7835bead62380fa6: dt-bindings: mfd: Revert "dt-bindings: mfd: maxim,max77693: Add USB connector" (2023-09-20 10:54:16 +0100) ---------------------------------------------------------------- Couple of small fixes, including: - Potential build failure in CS42L43 - Device Tree bindings clean-up for a superseded patch ---------------------------------------------------------------- Krzysztof Kozlowski (1): dt-bindings: mfd: Revert "dt-bindings: mfd: maxim,max77693: Add USB connector" Woody Zhang (1): mfd: cs42l43: Fix MFD_CS42L43 dependency on REGMAP_IRQ Documentation/devicetree/bindings/mfd/maxim,max77693.yaml | 4 ---- drivers/mfd/Kconfig | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) -- Lee Jones [李琼斯]