Hi,
On 01-03-18 10:32, Andy Shevchenko wrote:
On Thu, Mar 1, 2018 at 9:28 AM, Heikki Krogerus
wrote:
Hi,
On Thu, Mar 01, 2018 at 12:56:57AM +, Jun Li wrote:
+struct device *device_find_connection(struct device *dev, const char
+*con_id) {
+ return __device_find_connection(dev, con_id,
On Thu, Mar 1, 2018 at 9:28 AM, Heikki Krogerus
wrote:
> Hi,
>
> On Thu, Mar 01, 2018 at 12:56:57AM +, Jun Li wrote:
>> > +struct device *device_find_connection(struct device *dev, const char
>> > +*con_id) {
>> > + return __device_find_connection(dev, con_id, generic_match, NULL); }
>>
>> -
Hi,
On Thu, Mar 01, 2018 at 12:56:57AM +, Jun Li wrote:
> > +struct device *device_find_connection(struct device *dev, const char
> > +*con_id) {
> > + return __device_find_connection(dev, con_id, generic_match, NULL); }
>
> - return __device_find_connection(dev, con_id, generic_match
Hi,
> -Original Message-
> +struct device *device_find_connection(struct device *dev, const char
> +*con_id) {
> + return __device_find_connection(dev, con_id, generic_match, NULL); }
- return __device_find_connection(dev, con_id, generic_match, NULL);
+ return __device_fi
From: 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
connect