On Mon, Oct 14, 2019 at 07:00:37PM +0200, Bartosz Golaszewski wrote: > pon., 14 paź 2019 o 14:55 Kent Gibson <warthog618@xxxxxxxxx> napisał(a): > > > > On Mon, Oct 14, 2019 at 02:38:38PM +0200, Bartosz Golaszewski wrote: > > > sob., 12 paź 2019 o 03:57 Kent Gibson <warthog618@xxxxxxxxx> napisał(a): > > > > > > > > This patch prevents pull up/down flags being applied to as-is line > > > > requests, which should be left as-is, and for output mode for which > > > > setting pulls is not currently supported. > > > > > > > > > > This again looks like it should be done right in patch 1/6 instead of > > > being fixed later in the same series. Or is there some reason to do it > > > this way I'm not seeing? > > > > > The patch series adds full support for pull up/down in stages - in order > > of increasing level of controversy, at least IMHO. > > That way you can drop the more contraversial components if you disagree > > with them by rejecting individual patches, and most likely all the > > ones that follow. > > > > I will not - and I think Linus will agree on that - apply half a > series when it addresses the user API. We need to be very precise > about what changes will be merged and the patches must be well > organized logically. And that is fine. The series was structured so I could easily cull the more contraversial aspects, such as the Pull None, and issue an updated series. Conversely it is easy enough for you to squash patches together if you want all of them, but don't want the intermediate states. > > For instance: the commit message of this patch makes me think that it > fixes an issue introduced in an earlier patch in this very series. > Unless that's not true - in which case the commit message should be > reworded - it's not acceptable. > It fixes what I consider an oversight in a patch that I thought you had already signed off on. Much the same as my recent patch to reject both INPUT and OUTPUT flags being set. Is that an issue? Given no one will even be using the new flags until the feature is added to the kernel and libgpiod is updated? I don't see it as relevant that the oversight it addresses was introduced in an earlier patch (Drew's). So what? You just said that you will only apply the series all or nothing, so why does it matter? As the problem begins in Drew's patch, that would require changing Drew's patch itself. I'm happy to build on top of other's patches, but I'm not happy to do that. It just doesn't feel right to me. Doesn't doing that muddle who has changed what, and confuse attribution? I obviously don't understand how this whole patch series thing works. Cheers, Kent.