On Thu, Dec 10, 2020 at 2:55 PM Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > > On Thu, Dec 10, 2020 at 02:23:01PM +0100, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> > > > > The following series removes a lot of interfaces that were deemed overkill > > in libgpiod and the removal of which was suggested to me before proceeding > > with the new API. > > > > This leaves a couple holes in the library but we'll follow them up with > > more improvements all over the tree. We'll create a new object called > > gpiod_request for dealing with line requests of arbitrary size. We'll > > probably remove the the bulk objects from bindings and eventually we'll > > switch to using the v2 kernel uAPI. > > > > Andy - a note for you: I know you're always very thorough in your reviews > > but in this case let's consider this series preparing a construction zone > > for the new API. Please don't nitpick too much. :) > > I don't know what you are talking about. The series looks nice, esp. taking > into account statistics! FWIW, > > Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > I applied the series so that we can move on. Since we're now getting per-chip unique lines, we'll probably have to redesign line lookup again but that's alright. Bartosz