[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <97125354-6634-9d2b-983b-83f73faf1078@roeck-us.net>
Date: Mon, 14 Nov 2016 06:34:37 -0800
From: Guenter Roeck <linux@...ck-us.net>
To: Heikki Krogerus <heikki.krogerus@...ux.intel.com>,
Greg KH <gregkh@...uxfoundation.org>
Cc: Oliver Neukum <oneukum@...e.com>,
Felipe Balbi <felipe.balbi@...ux.intel.com>,
Bin Gao <bin.gao@...ux.intel.com>,
linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: Re: [PATHCv10 1/2] usb: USB Type-C connector class
On 11/14/2016 04:32 AM, Heikki Krogerus wrote:
> Hi Greg,
>
> On Mon, Nov 14, 2016 at 10:51:48AM +0100, Greg KH wrote:
>> On Mon, Sep 19, 2016 at 02:16:56PM +0300, Heikki Krogerus wrote:
>>> The purpose of USB Type-C connector class is to provide
>>> unified interface for the user space to get the status and
>>> basic information about USB Type-C connectors on a system,
>>> control over data role swapping, and when the port supports
>>> USB Power Delivery, also control over power role swapping
>>> and Alternate Modes.
>>>
>>> Reviewed-by: Guenter Roeck <linux@...ck-us.net>
>>> Tested-by: Guenter Roeck <linux@...ck-us.net>
>>> Signed-off-by: Heikki Krogerus <heikki.krogerus@...ux.intel.com>
[ ... ]
>>> +
>>> +int typec_connect(struct typec_port *port, struct typec_connection *con)
>>> +{
>>> + int ret;
>>> +
>>> + if (!con->partner && !con->cable)
>>> + return -EINVAL;
>>> +
>>> + port->connected = 1;
>>> + port->data_role = con->data_role;
>>> + port->pwr_role = con->pwr_role;
>>> + port->vconn_role = con->vconn_role;
>>> + port->pwr_opmode = con->pwr_opmode;
>>> +
>>> + kobject_uevent(&port->dev.kobj, KOBJ_CHANGE);
>>
>> This worries me. Who is listening for it? What will you do with it?
>> Shouldn't you just poll on an attribute file instead?
>
> Oliver! Did you need this or can we remove it?
>
I'll also have to make sure that the Android folks don't use it.
Guenter
Powered by blists - more mailing lists