**** BEGIN LOGGING AT Tue Jul 07 02:59:58 2020 Jul 07 03:53:47 vedant16: I'll have a look and get back **** BEGIN LOGGING AT Tue Jul 07 04:30:36 2020 **** BEGIN LOGGING AT Tue Jul 07 05:23:26 2020 **** BEGIN LOGGING AT Tue Jul 07 05:57:21 2020 Jul 07 08:00:33 jkridner ds2 Abhishek pdp7 Hi :) Jul 07 08:00:44 Hello Jul 07 08:01:10 ds2: I am writing my weekly report, will take 5 minutes max. Jul 07 08:01:25 I have updated some things in the compatibility layer code. Jul 07 08:01:32 'k Jul 07 08:01:53 Load Cape and Relay Cape are now working with with same DT overlays. Jul 07 08:03:38 how are you determining "working"? Jul 07 08:04:20 I have installed the same overlay on both and tested them. Jul 07 08:04:37 using sysfs for now ^ Jul 07 08:05:55 ah sysfs so more then just seeing if it loads Jul 07 08:06:07 I don't think either of those really use resources beyond a GPIO Jul 07 08:06:34 yes I am able to see the leds turning ON. Jul 07 08:07:00 got it. Jul 07 08:07:04 so this covers gpios Jul 07 08:07:53 Yeah they both uses gpio, but the tricky part for me was to make the compatible nodes for both boards that used gpio-leds driver. Jul 07 08:08:17 oh nice you got all the way to the gpio leds driver Jul 07 08:10:11 yes, first at first i was looking for some way to make references for input that goes `gpios = ` Jul 07 08:13:00 I tried different things some worked but they were looking more like a hack rather than a good way to do things so I included this -> https://github.com/beagleboard/BeagleBoard-DeviceTrees/pull/17/commits/f3d112c09a89241bda1ed0ef441489e70c025924 Jul 07 08:13:50 And I am using those nodes in the overlays -> https://github.com/beagleboard/bb.org-overlays/pull/185/commits/64724dc02ef5b0ff94349c3ca6580ba28610b5d9 Jul 07 08:15:27 led_* nodes for BBB are here -> https://github.com/beagleboard/BeagleBoard-DeviceTrees/pull/17/commits/795a7b25c28f6ded87341e51e0252753345b6c59 Jul 07 08:16:51 * yes, at first i was looking for some way to make references for input that goes `gpios = ` Jul 07 08:17:56 for 795a7b2 Jul 07 08:17:57 +5c28f6ded87341e51e0252753345b6c59 Jul 07 08:18:14 it looks like you fixed white spaces and made functional changes. Jul 07 08:18:44 It would be nice if you could break it into 2 commits - one that changes only white space and another one that does functional changes. Makes it easier to read Jul 07 08:19:03 oops Jul 07 08:19:08 I mean 64724dc02ef5b0ff94349c3ca6580ba28610b5d9 Jul 07 08:21:23 the white space changes might be automatic, my editor was causing some problems with tabs before. so i updated some settings 😀 Jul 07 08:24:44 nevertheless, it makes it harder to look at it Jul 07 08:25:23 ohh I see, I have totally re-written this overlay don't know about the white spaces. Jul 07 08:26:14 okay, I will take a look and try to make it more readable. Jul 07 08:26:49 just break it into 2 commits Jul 07 08:27:48 okay doing it Jul 07 08:31:06 please take a look Jul 07 08:31:13 https://github.com/beagleboard/bb.org-overlays/pull/186 Jul 07 08:31:37 doing the same for load Cape overlay. Jul 07 08:33:35 hmm? Jul 07 08:33:41 done https://github.com/beagleboard/bb.org-overlays/pull/185 Jul 07 08:33:49 nevermind... cut and paste problem Jul 07 08:34:19 is this an entirely new overlay? Jul 07 08:34:30 not sure why you are removing the other people's copyright Jul 07 08:35:10 I have not used anything from there overlay, should i include that? Please advice Jul 07 08:35:27 Well, I'd think that should be explained somewhere Jul 07 08:35:48 isn't it functionally equiv? Jul 07 08:36:13 yeah both are for same cape so yes. Jul 07 08:36:39 I'd put in a note somewhere that says based on a previous version by XXXXX Jul 07 08:37:10 okay updating it :) Jul 07 08:37:35 General courtesy when your work is based on/inspired by another. Jul 07 08:38:00 a little more verbose commit messages would be good. I see the commit as rewrite but WHY? Jul 07 08:38:14 okay I will make sure this never happens again. Jul 07 08:38:43 what? Jul 07 08:39:10 rewritting the overlay (deleting old one) Jul 07 08:39:17 That's your commit message Jul 07 08:39:26 It would be nice to know why was it rewritten Jul 07 08:40:22 the overlay i submitted is using different format of DT and all the nodes are different from the older one. Jul 07 08:40:48 no no Jul 07 08:41:04 I mean the commit message. it should briefly say why you did it Jul 07 08:41:35 if I were the maintainer receiving the patch, I should not need to ask 348239148239084902384092348092384 questions on what is going on Jul 07 08:41:43 okay I will include this there in simpler terms. Jul 07 08:41:48 the commits should document why it was done and what it was done for Jul 07 08:42:15 Okay i understand that, I will update it now. Jul 07 08:42:17 that message is about as useful as a commit that just says "Edited File" Jul 07 08:42:31 I can see you have rewritten it from the diffs :D Jul 07 08:47:53 * Based on the BBORG_RELAY-00A2.dts written by Jul 07 08:47:54 * Robert Nelson & Amilcar Lucas for kernel <=4.14 Jul 07 08:48:03 * Based on the BBORG_RELAY-00A2.dts written byRobert Nelson & Amilcar Lucas for kernel <=4.14 Jul 07 08:48:18 * Based on the BBORG_RELAY-00A2.dts written by Jul 07 08:48:18 Robert Nelson & Amilcar Lucas for kernel <=4.14 Jul 07 08:48:40 Is this acceptable ^ Jul 07 08:49:29 that should be good Jul 07 08:53:29 Rewritting the overlay (deleting this one) to make it compatible for BBB and BBAI by using code from beagleboard/BeagleBoard-DeviceTrees/pull/17 and new DT format. Jul 07 08:53:46 what about this commit message ^ Jul 07 08:55:16 that's the idea but a few points about git commits Jul 07 08:55:19 Generally - Jul 07 08:55:42 first line is a headline.... A brief summary of the commit (keep it short) Jul 07 08:55:45 blank line Jul 07 08:55:49 a longer description Jul 07 08:56:21 this what git log will show the full message but you can also ask git to list just the first line so you can see a quick summary Jul 07 08:56:29 one long message just doesn't fit well with this Jul 07 08:57:33 okay i am keeping this as the headline -> Rewriting the overlay Jul 07 08:58:14 'k Jul 07 09:01:13 I'm going to drop off now Jul 07 09:01:40 okay sure, thank you so much for your valuable time :) Jul 07 09:14:33 ds2: I have updated both of the PRs. **** BEGIN LOGGING AT Tue Jul 07 10:15:41 2020 **** BEGIN LOGGING AT Tue Jul 07 11:21:56 2020 **** BEGIN LOGGING AT Tue Jul 07 13:53:31 2020 **** BEGIN LOGGING AT Tue Jul 07 17:49:54 2020 Jul 07 19:06:47 Abhishek: pratimugale hendersa https://simppru.readthedocs.io/en/latest/ I have started with docs. Jul 07 19:07:11 Please take a look at this, 30% language syntax writeup is done. Jul 07 19:07:17 A lot still remains.