From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 779D336092; Thu, 21 Dec 2023 14:15:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="P1YH6bo7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 03050C433C7; Thu, 21 Dec 2023 14:15:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1703168134; bh=0Kp0Knum5nW0ubKqJywkKSyyqRAdac4k7KD62giHD3Q=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=P1YH6bo7hN5LLoRg2u+mYG/Myr8x+w7JdsgbYmBc4Iei8x1VzhXUvejitbiCa5jHV lFYAeW53sJMawSJ4tcrHc/KfX0IHd394kOIrPy8JHEJQBsC9r9jTwxENv17CQF+fUf Qz7D/ATk56Ik3uPXUxVugCnrj7bvxZ/rqKzOr/nNKk1ZEezgrjIphoSbfYUyoqbs1n HN359hz8uyvc2QiRQHdAEv6Z4ppLilWf2Oh/cbP5kXe+cQjxmY85QZrxRR2srr/tMr M3iLA33sIJE5TZdKdjqcCDoURpn37Usylq/x6pbk3jz8E1yM85R1dKi9JGho0S4FdD d0F1bIE2Cjm6Q== From: Lee Jones To: Lee Jones , Wim Van Sebroeck , Guenter Roeck , Dmitry Torokhov , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Biju Das Cc: Support Opensource , "Rafael J. Wysocki" , Daniel Lezcano , Zhang Rui , Lukasz Luba , Steve Twiss , linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-pm@vger.kernel.org, linux-watchdog@vger.kernel.org, Geert Uytterhoeven , Prabhakar Mahadev Lad , Biju Das , linux-renesas-soc@vger.kernel.org In-Reply-To: <20231214080911.23359-1-biju.das.jz@bp.renesas.com> References: <20231214080911.23359-1-biju.das.jz@bp.renesas.com> Subject: Re: [PATCH v6 0/8] Convert DA906{1,2} bindings to json-schema Message-Id: <170316812973.586675.6248412029985031979.b4-ty@kernel.org> Date: Thu, 21 Dec 2023 14:15:29 +0000 Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Mailer: b4 0.12.3 On Thu, 14 Dec 2023 08:09:03 +0000, Biju Das wrote: > Convert the below bindings to json-schema > 1) DA906{1,2} mfd bindings > 2) DA906{1,2,3} onkey bindings > 3) DA906{1,2,3} thermal bindings > > Also add fallback for DA9061 watchdog device and document > DA9063 watchdog device. > > [...] Applied, thanks! [1/8] dt-bindings: mfd: da9062: Update watchdog description commit: 9e7b13b805bcbe5335c2936d4c7ea0323ac69a81 [2/8] dt-bindings: watchdog: dlg,da9062-watchdog: Add fallback for DA9061 watchdog commit: 28d34db7772f18490b52328f04a3bf69ed5390d2 [3/8] dt-bindings: watchdog: dlg,da9062-watchdog: Document DA9063 watchdog commit: d2a7dbb808870c17cffa2749ea877f61f298d098 [4/8] dt-bindings: mfd: dlg,da9063: Update watchdog child node commit: d4018547a15a94c7e865b2cef82bff1cd43a32b3 [5/8] dt-bindings: input: Convert da906{1,2,3} onkey to json-schema commit: db459d3da7bb9c37cb86897c7b321a49f8e40968 [6/8] dt-bindings: thermal: Convert da906{1,2} thermal to json-schema commit: 998f499c843e360bcd9ee1fe9addc3b5d32f1234 [7/8] dt-bindings: mfd: dlg,da9063: Sort child devices commit: 2bbf9d2a8e3bc933703dfda87cac953bed458496 [8/8] dt-bindings: mfd: dlg,da9063: Convert da9062 to json-schema commit: 522225161830f6a93f2aaabda99226c1ffddc8c4 -- Lee Jones [李琼斯]