Re: [PATCH] media: ipu3: add a module to probe sensors via ACPI

2020-05-26 Thread Heikki Krogerus
oftware_node_fwnode(&nodes[5])); swnode = to_software_node(fwnode); printk("first parent: %s\n", swnode->name); fwnode = fwnode_graph_get_remote_port_parent(software_node_fwnode(&nodes[2])); swnode = to_software_node(fwnod

Re: [PATCH] media: ipu3: add a module to probe sensors via ACPI

2020-05-25 Thread Heikki Krogerus
On Thu, May 21, 2020 at 11:00:19AM +0300, Andy Shevchenko wrote: > +Cc: Heikki (swnode expert) > > On Wed, May 20, 2020 at 2:19 PM Mauro Carvalho Chehab > wrote: > > Em Wed, 20 May 2020 11:26:08 +0300 > > Sakari Ailus escreveu: > > ... > > > As I said, the problem is not probing the sensor via

Re: [PATCH v4 01/13] dt-bindings: connector: add properties for typec

2018-04-30 Thread Heikki Krogerus
Hi, On Thu, Mar 29, 2018 at 12:06:06AM +0800, Li Jun wrote: > +Optional properties for usb-c-connector: > +- power-type: should be one of "source", "sink" or "dual"(DRP) if typec > + connector has power support. > +- try-power-role: preferred power role if "dual"(DRP) can support Try.SNK > + or

Re: [PATCH v4 04/13] usb: typec: add fwnode to tcpc

2018-03-29 Thread Heikki Krogerus
Hi, On Thu, Mar 29, 2018 at 12:06:09AM +0800, Li Jun wrote: > Add fwnode handle to get the fwnode so we can get typec configs > it contains. > > Suggested-by: Heikki Krogerus > Signed-off-by: Li Jun > --- > drivers/staging/typec/tcpci.c | 14 +++--- >

Re: [PATCH v3 05/14] mux: core: Add usb.h header with MUX_USB_* and and MUX_TYPEC_* state constants

2017-09-26 Thread Heikki Krogerus
Hi Hans, Sorry about the late response. On Fri, Sep 22, 2017 at 08:37:54PM +0200, Hans de Goede wrote: > Add MUX_USB_* and MUX_TYPEC_* state constant defines, which can be used by > USB device/host, resp. Type-C polarity/role/altmode mux drivers and > consumers to ensure that they agree on the me

Re: [PATCH v3 1/5] staging: typec: tcpm: Drop commented out code

2017-09-12 Thread Heikki Krogerus
taging/typec/tcpm.c | 37 + > 1 file changed, 1 insertion(+), 36 deletions(-) Nice! Just to be sure: The idea is to leave tcpci.c in staging, right? In any case, FWIW, for all of these: Acked-by: Heikki Krogerus -- heikki __

Re: [PATCH 04/11] usb: xhci: Add Intel cherrytrail extended cap / otg phy mux handling

2017-09-04 Thread Heikki Krogerus
Hi, On Fri, Sep 01, 2017 at 11:48:38PM +0200, Hans de Goede wrote: > The Intel cherrytrail xhci controller has an extended cap mmio-range > which contains registers to control the muxing to the xhci (host mode) > or the dwc3 (device mode) and vbus-detection for the otg usb-phy. > > Having a mux d

Re: [PATCH 15/15] usb: make device_type const

2017-08-22 Thread Heikki Krogerus
On Sat, Aug 19, 2017 at 01:52:26PM +0530, Bhumika Goyal wrote: > Make this const as it is only stored in the type field of a device > structure, which is const. > Done using Coccinelle. > > Signed-off-by: Bhumika Goyal Acked-by: Heikki Krogerus > --- > drivers/usb/comm