Re: [PATCH v7 01/12] drivers: base: Unified device connection lookup

2018-03-14 Thread Greg Kroah-Hartman
On Wed, Mar 14, 2018 at 02:13:23PM +0200, Heikki Krogerus wrote: > > Sorry I missed this the last review cycles. > > Np. I'll prepare v8. This will not affect the other patches, so is it > enough if I just update this patch? Or do you prefer that I re-send > the whole series? Resending the whole

Re: [PATCH v7 01/12] drivers: base: Unified device connection lookup

2018-03-14 Thread Heikki Krogerus
On Wed, Mar 14, 2018 at 12:16:05PM +0100, Greg Kroah-Hartman wrote: > On Mon, Mar 12, 2018 at 05:34:20PM +0300, Heikki Krogerus wrote: > > Several frameworks - clk, gpio, phy, pmw, etc. - maintain > > lookup tables for describing connections and provide custom > > API for handling them. This

Re: [PATCH v7 01/12] drivers: base: Unified device connection lookup

2018-03-14 Thread Greg Kroah-Hartman
On Mon, Mar 12, 2018 at 05:34:20PM +0300, Heikki Krogerus wrote: > Several frameworks - clk, gpio, phy, pmw, etc. - maintain > lookup tables for describing connections and provide custom > API for handling them. This introduces a single generic > lookup table and API for the connections. > > The

[PATCH v7 01/12] drivers: base: Unified device connection lookup

2018-03-12 Thread Heikki Krogerus
Several frameworks - clk, gpio, phy, pmw, etc. - maintain lookup tables for describing connections and provide custom API for handling them. This introduces a single generic lookup table and API for the connections. The motivation for this commit is centralizing the connection lookup, but the