Re: [PATCH v1 07/11] ti948: Add sysfs node for alive attribute

2019-07-12 Thread Michael Drake
Hi Laurent, On 11/06/2019 19:11, Laurent Pinchart wrote: > Hi Michael, > > Thank you for the patch. My pleasure, and thank you for the feedback! > On Tue, Jun 11, 2019 at 03:04:08PM +0100, Michael Drake wrote: >> This may be used by userspace to determine the state >> of the device. > > Why is

Re: [PATCH v1 07/11] ti948: Add sysfs node for alive attribute

2019-06-11 Thread Laurent Pinchart
Hi Michael, Thank you for the patch. On Tue, Jun 11, 2019 at 03:04:08PM +0100, Michael Drake wrote: > This may be used by userspace to determine the state > of the device. Why is this needed ? Userspace shouldn't even be aware that this device exists. > Signed-off-by: Michael Drake > Cc: Patri

[PATCH v1 07/11] ti948: Add sysfs node for alive attribute

2019-06-11 Thread Michael Drake
This may be used by userspace to determine the state of the device. Signed-off-by: Michael Drake Cc: Patrick Glaser Cc: Nate Case --- drivers/gpu/drm/bridge/ti948.c | 28 ++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/bridge/ti948.c