On Wed, Aug 30, 2023 at 05:54:25PM +0530, Ayush Singh wrote: > This driver can be used in any Greybus setup where SVC and Linux Host > are connected over UART. > > This driver has been tested on BeaglePlay by BeagleBoard.org. It communicates > with BeaglePlay CC1352 co-processor which serves as Greybus SVC. This > replaces the old setup with bcfserial, wpanusb and GBridge. This driver also > contains async HDLC code since communication with SVC take place over UART > using HDLC. > > This patchset also introduces a compatible property for the UART that is > connected to CC1352 in BeaglePlay. I am not quite sure if it needs its > own DT Schema file under `Documentation/devicetree/bindings/serial`. > > This driver has been created as a part of my Google Summer of Code 2023. > For more information, take a look at my blog. > > I have made most of the changes requested in the first version of this > patch and simplified the code as well. > > This patchset has been tested over `next-20230825`. > > My GSoC23 Blog: https://programmershideaway.xyz/tags/gsoc23/ > Zephyr Application: https://git.beagleboard.org/gsoc/greybus/cc1352-firmware > GitHub Branch: https://github.com/Ayush1325/linux/tree/gb-beagleplay > Video Demo: https://youtu.be/GVuIB7i5pjk > > Ayush Singh (2): > dts: Add beaglecc1352 to devicetree > staging/greybus: Add BeaglePlay Linux Driver > > MAINTAINERS | 5 + > .../arm64/boot/dts/ti/k3-am625-beagleplay.dts | 4 + > drivers/staging/greybus/Kconfig | 9 + > drivers/staging/greybus/Makefile | 3 + > drivers/staging/greybus/gb-beagleplay.c | 493 ++++++++++++++++++ > 5 files changed, 514 insertions(+) > create mode 100644 drivers/staging/greybus/gb-beagleplay.c > > -- > 2.41.0 > Hi, This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him a patch that has triggered this response. He used to manually respond to these common problems, but in order to save his sanity (he kept writing the same thing over and over, yet to different people), I was created. Hopefully you will not take offence and will fix the problem in your patch and resubmit it so that it can be accepted into the Linux kernel tree. You are receiving this message because of the following common error(s) as indicated below: - This looks like a new version of a previously submitted patch, but you did not list below the --- line any changes from the previous version. Please read the section entitled "The canonical patch format" in the kernel file, Documentation/process/submitting-patches.rst for what needs to be done here to properly describe this. If you wish to discuss this problem further, or you have questions about how to resolve this issue, please feel free to respond to this email and Greg will reply once he has dug out from the pending patches received from other developers. thanks, greg k-h's patch email bot _______________________________________________ greybus-dev mailing list -- greybus-dev@xxxxxxxxxxxxxxxx To unsubscribe send an email to greybus-dev-leave@xxxxxxxxxxxxxxxx