Message ID | 20190328200608.9463-1-jacopo+renesas@jmondi.org (mailing list archive) |
---|---|
Headers | show |
Series | v4l: add support for multiplexed streams | expand |
Hi Jacopo, On Thu, Mar 28, 2019 at 09:05:37PM +0100, Jacopo Mondi wrote: > Hello, > new iteration of multiplexed stream support patch series. > > V3 available at: > https://patchwork.kernel.org/cover/10839889/ > > V2 sent by Niklas is available at: > https://patchwork.kernel.org/cover/10573817/ > > Series available at: > git://jmondi.org/linux v4l2-mux/media-master/v4 > > Few changes compared to v3: > - Rebased on latest media master > - Include Sakari's and Luca's comments on documentation patch > - Improve connected pad operator as suggested by Ian and Sakari > - Fix a bogus -EINVAL return in 31/31 as suggested by Sakari > - Improve adv748x afe has_route as suggested by Luca and Sakari > - Closed some checkpatch warnings (there are still a few though) Thank you for working on this. I still need to read the documentation tomorrow, but this begins to look like material for merging. Your SoB seems to be missing from the patches you haven't written. Shouldn't it be there?
Hi Sakari, On Fri, Mar 29, 2019 at 03:17:11AM +0200, Sakari Ailus wrote: > Hi Jacopo, > > On Thu, Mar 28, 2019 at 09:05:37PM +0100, Jacopo Mondi wrote: > > Hello, > > new iteration of multiplexed stream support patch series. > > > > V3 available at: > > https://patchwork.kernel.org/cover/10839889/ > > > > V2 sent by Niklas is available at: > > https://patchwork.kernel.org/cover/10573817/ > > > > Series available at: > > git://jmondi.org/linux v4l2-mux/media-master/v4 > > > > Few changes compared to v3: > > - Rebased on latest media master > > - Include Sakari's and Luca's comments on documentation patch > > - Improve connected pad operator as suggested by Ian and Sakari > > - Fix a bogus -EINVAL return in 31/31 as suggested by Sakari > > - Improve adv748x afe has_route as suggested by Luca and Sakari > > - Closed some checkpatch warnings (there are still a few though) > > Thank you for working on this. > > I still need to read the documentation tomorrow, but this begins to look > like material for merging. Your SoB seems to be missing from the patches > you haven't written. Shouldn't it be there? Should it? As "someone in the patch deliery path" (quoting submitting-patches.rst) I probably should. I didn't as Niklas didn't do that in v2, but I can add it to v5. Thanks for pointing it out! > > -- > Kind regards, > > Sakari Ailus > sakari.ailus@linux.intel.com
On Fri, Mar 29, 2019 at 09:32:51AM +0100, Jacopo Mondi wrote: > Hi Sakari, > > On Fri, Mar 29, 2019 at 03:17:11AM +0200, Sakari Ailus wrote: > > Hi Jacopo, > > > > On Thu, Mar 28, 2019 at 09:05:37PM +0100, Jacopo Mondi wrote: > > > Hello, > > > new iteration of multiplexed stream support patch series. > > > > > > V3 available at: > > > https://patchwork.kernel.org/cover/10839889/ > > > > > > V2 sent by Niklas is available at: > > > https://patchwork.kernel.org/cover/10573817/ > > > > > > Series available at: > > > git://jmondi.org/linux v4l2-mux/media-master/v4 > > > > > > Few changes compared to v3: > > > - Rebased on latest media master > > > - Include Sakari's and Luca's comments on documentation patch > > > - Improve connected pad operator as suggested by Ian and Sakari > > > - Fix a bogus -EINVAL return in 31/31 as suggested by Sakari > > > - Improve adv748x afe has_route as suggested by Luca and Sakari > > > - Closed some checkpatch warnings (there are still a few though) > > > > Thank you for working on this. > > > > I still need to read the documentation tomorrow, but this begins to look > > like material for merging. Your SoB seems to be missing from the patches > > you haven't written. Shouldn't it be there? > > Should it? As "someone in the patch deliery path" (quoting > submitting-patches.rst) I probably should. I didn't as Niklas didn't > do that in v2, but I can add it to v5. > > Thanks for pointing it out! It's basically telling that the patch has passed through your hands, so I think it should be there. No need to resend for that IMO though.