[PATCH 0/3 v6] drm: Introduce drm_connector_register_all() helper

2016-04-19 Thread Alexey Brodkin
for drm_dev_register() Cc: Daniel Vetter <dan...@ffwll.ch> Cc: David Airlie <airl...@linux.ie> Cc: Boris Brezillon <boris.brezil...@free-electrons.com> Cc: Laurent Pinchart <laurent.pinch...@ideasonboard.com> Cc: linux-renesas-soc@vger.kernel.org Cc: David Herrmann &l

Re: [PATCH 0/3 v5] drm: Introduce drm_connector_register_all() helper

2016-03-29 Thread Alexey Brodkin
Hi Boris, On Tue, 2016-03-29 at 14:43 +0200, Boris Brezillon wrote: > Hi Alexey, > > On Tue, 29 Mar 2016 13:22:49 +0300 > Alexey Brodkin <alexey.brod...@synopsys.com> wrote: > > > > > As a pair to already existing drm_connector_unplug_all() >

[PATCH 0/3 v5] drm: Introduce drm_connector_register_all() helper

2016-03-29 Thread Alexey Brodkin
renesas-soc@vger.kernel.org Cc: David Herrmann <dh.herrm...@gmail.com> Alexey Brodkin (3): drm: Introduce drm_connector_register_all() helper drm: atmel_hldc: Use generic drm_connector_register_all() helper drm: rcar-du: Use generic drm_connector_register_all() helper

[PATCH 3/3 v4] drm: rcar-du: Use generic drm_connector_register_all() helper

2016-03-29 Thread Alexey Brodkin
Now that a generic drm_connector_register_all() helper exists we may safely substitute it for the driver-specific implementation of connectors plugging in sysfs. Signed-off-by: Alexey Brodkin <abrod...@synopsys.com> Cc: Daniel Vetter <dan...@ffwll.ch> Cc: David Airlie <airl...@linu

[PATCH 0/3 v4] drm: Introduce drm_connector_register_all() helper

2016-03-29 Thread Alexey Brodkin
(mostly spellos and grammar issues) Changes v1 -> v2: * Rename drm_connector_unplug_all() to drm_connector_unregister_all() * Use drm_for_each_connector() instead of list_for_each_entry() * Updated kerneldoc for drm_dev_register() Alexey Brodkin (3): drm: Introduce drm_connector_register

Re: [PATCH 0/4 v3] drm: Introduce drm_connector_register_all() helper

2016-03-28 Thread Alexey Brodkin
Hi Daniel, On Wed, 2016-03-23 at 11:37 +0100, Daniel Vetter wrote: > On Wed, Mar 23, 2016 at 11:42:53AM +0300, Alexey Brodkin wrote: > > > > As a pair to already existing drm_connector_unplug_all() > > (which we'll rename in this series to drm_connector_unregister_all()) >

[PATCH 1/4 v3] drm: Rename drm_connector_unplug_all() to drm_connector_unregister_all()

2016-03-23 Thread Alexey Brodkin
() in rcar_du_remove() as mentioned in kerneldoc for drm_connector_unregister_all(). Signed-off-by: Alexey Brodkin <abrod...@synopsys.com> Cc: Daniel Vetter <dan...@ffwll.ch> Cc: David Airlie <airl...@linux.ie> Cc: Boris Brezillon <boris.brezil...@free-electrons.com&g

[PATCH 4/4 v3] drm: rcar-du: Use generic drm_connector_register_all() helper

2016-03-23 Thread Alexey Brodkin
Now that a generic drm_connector_register_all() helper exists we may safely substitute it for the driver-specific implementation of connectors plugging in sysfs. Signed-off-by: Alexey Brodkin <abrod...@synopsys.com> Cc: Daniel Vetter <dan...@ffwll.ch> Cc: David Airlie <airl...@linu

[PATCH 0/4 v3] drm: Introduce drm_connector_register_all() helper

2016-03-23 Thread Alexey Brodkin
ug_all() to drm_connector_unregister_all() * Use drm_for_each_connector() instead of list_for_each_entry() * Updated kerneldoc for drm_dev_register() Alexey Brodkin (4): drm: Rename drm_connector_unplug_all() to drm_connector_unregister_all() drm: Introduce drm_connector_register_all() helper drm: atmel_hld

[PATCH 4/4 v2] drm: rcar-du - use generic drm_connector_register_all() helper

2016-03-21 Thread Alexey Brodkin
Now when generic drm_connector_register_all() helper exists we may safely substiture with it driver-specific implementation of connectors plugging in sysfs. Signed-off-by: Alexey Brodkin <abrod...@synopsys.com> Cc: Daniel Vetter <dan...@ffwll.ch> Cc: David Airlie <airl...@linux.

[PATCH 1/4 v2] drm: rename drm_connector_unplug_all() to drm_connector_unregister_all()

2016-03-21 Thread Alexey Brodkin
() in rcar_du_remove() as mentioned in kerneldoc for drm_connector_unregister_all(). Signed-off-by: Alexey Brodkin <abrod...@synopsys.com> Cc: Daniel Vetter <dan...@ffwll.ch> Cc: David Airlie <airl...@linux.ie> Cc: Boris Brezillon <boris.brezil...@free-electrons.com&

[PATCH 3/3] drm: rcar-du - use generic drm_connector_plug_all() helper

2016-03-19 Thread Alexey Brodkin
Now when generic drm_connector_plug_all() helper exists we may safely substiture with it driver-specific implementation of connectors plugging in sysfs. Signed-off-by: Alexey Brodkin <abrod...@synopsys.com> Cc: Daniel Vetter <dan...@ffwll.ch> Cc: David Airlie <airl...@linux.