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 C8726182CB for ; Fri, 27 Oct 2023 11:21:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="xbnhr18r" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ED017C433C7; Fri, 27 Oct 2023 11:21:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1698405695; bh=O3+98i6Qehz5V/whtfKsxgGTIVPdpkvjDfNY7d71FEY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xbnhr18rvCnOQ72NPcTn0TdfHoKPWMYsJmojn6+tKMXaQh0Dz2hyOufqk/qt7iDuT XjnLnWtgQxx8Wm4Vak4jtpOru7fA2LH9FO99mntEAFEx7UCdNa5Fw64A5iVIRP3e5y yHuajDtJA3EggouiVqVwqFMqe28YFthoxmI3NMZc= Date: Fri, 27 Oct 2023 13:21:32 +0200 From: Greg KH To: Ayush Singh Cc: greybus-dev@lists.linaro.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, vaishnav@beagleboard.org, jkridner@beagleboard.org, nm@ti.com, krzysztof.kozlowski+dt@linaro.org Subject: Re: [PATCH v9 0/3] greybus: Add BeaglePlay Greybus Driver Message-ID: <2023102701-safely-limping-0c26@gregkh> References: <20231017101116.178041-1-ayushdevel1325@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231017101116.178041-1-ayushdevel1325@gmail.com> On Tue, Oct 17, 2023 at 03:41:11PM +0530, Ayush Singh wrote: > BeagleConnect is both a technology concept and a line of board designs > that implement the technology. Born from Greybus, a mechanism for > dynamically extending a Linux system with embedded peripherals, > BeagleConnect adds two key elements: a 6LoWPAN transport and mikroBUS > manifests. The 6LoWPAN transport provides for arbitrary connections, > including the IEEE802.15.4g long-range wireless transport supported > between BeaglePlay and BeagleConnect Freedom (the first BeagleConnect > board design). The mikroBUS manifests provide for rapid prototyping > and low-node-count production with sensor boards following the > mikroBUS freely-licensable embedded bus standard such that existing > Linux drivers can be loaded upon Greybus discovery of the nodes. > This patch set provides the Linux-side hooks required for the 6LoWPAN > transport for BeagleConnect on BeaglePlay. Also adds required devicetree > additions. > > Tested over `next-20230825`. > > Link: https://programmershideaway.xyz/tags/gsoc23/ GSoC23 Blog > Link: https://git.beagleboard.org/gsoc/greybus/cc1352-firmware Zephyr App > Link: https://github.com/Ayush1325/linux/tree/gb-beagleplay GitHub Branch > Link: https://docs.beagleboard.org/latest/boards/beagleconnect/index.html BeagleConnect > Link: https://docs.beagleboard.org/latest/boards/beagleplay/index.html BeaglePlay > Link: https://github.com/Ayush1325/linux/tree/gb-beagleplay Github Repo > Link: https://lists.linaro.org/archives/list/greybus-dev@lists.linaro.org/thread/5RQV7OG5KI4BQWRN5ZCGZIFRMM6ERKPP/ Patch v8 > > Changes in Patch v9 > v8 -> v9: > - Some capitalization in dt-bindings > - add reset-gpios and vdds-supply to beagleplay device tree Given a lack of objections, and nothing I could find wrong with this, I've now applied this to my tree, thanks for sticking with this. Now the real work begins! :) thanks, greg k-h