[PATCH 2/3 v5] drm: atmel_hldc: Use generic drm_connector_register_all() helper

2016-03-29 Thread Alexey Brodkin
drm_connector_unregister_all(). Signed-off-by: Alexey Brodkin <abrod...@synopsys.com> Cc: Daniel Vetter <dan...@ffwll.ch> Cc: David Airlie <airl...@linux.ie> Acked-by: Boris Brezillon <boris.brezil...@free-electrons.com> --- No changes v4 -> v5. No changes v3 -> v4. Chan

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

2016-03-29 Thread Alexey Brodkin
As a pair to already existing drm_connector_unregister_all() we're adding generic implementation of what is already done in some drivers. Once this helper is implemented we'll be ready to switch existing driver-specific implementations with the generic one. Signed-off-by: Alexey Brodkin <ab

[PATCH 2/3 v5] drm: atmel_hldc: Use generic drm_connector_register_all() helper

2016-03-29 Thread Alexey Brodkin
drm_connector_unregister_all(). Signed-off-by: Alexey Brodkin Cc: Daniel Vetter Cc: David Airlie Acked-by: Boris Brezillon --- No changes v4 -> v5. No changes v3 -> v4. Changes v2 -> v3: * Updated title with capital after colon * Added ack from Boris No changes v1 -> v2. drivers/g

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

2016-03-29 Thread Alexey Brodkin
As a pair to already existing drm_connector_unregister_all() we're adding generic implementation of what is already done in some drivers. Once this helper is implemented we'll be ready to switch existing driver-specific implementations with the generic one. Signed-off-by: Alexey Brodkin Cc

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

2016-03-29 Thread Alexey Brodkin
renesas-...@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 0/3 v5] drm: Introduce drm_connector_register_all() helper

2016-03-29 Thread Alexey Brodkin
ch_connector() instead of list_for_each_entry() * Updated kerneldoc for drm_dev_register() Cc: Daniel Vetter Cc: David Airlie Cc: Boris Brezillon Cc: Laurent Pinchart Cc: linux-renesas-...@vger.kernel.org Cc: David Herrmann Alexey Brodkin (3): drm: Introduce drm_connector_register_all() helper drm: a

[PATCH 3/3 v5] 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 3/3 v5] 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 Cc: Daniel Vetter Cc: David Airlie Cc: linux-renesas-...@vger.kernel.org Acked-by: Laurent Pinchart

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

2016-03-29 Thread Alexey Brodkin
Hi David, On Tue, 2016-03-29 at 12:08 +0200, David Herrmann wrote: > Hi > > On Tue, Mar 29, 2016 at 12:02 PM, Alexey Brodkin > <alexey.brod...@synopsys.com> wrote: > > > > As a pair to already existing drm_connector_unregister_all() we're adding > > gener

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

2016-03-29 Thread Alexey Brodkin
Hi David, On Tue, 2016-03-29 at 12:08 +0200, David Herrmann wrote: > Hi > > On Tue, Mar 29, 2016 at 12:02 PM, Alexey Brodkin > wrote: > > > > As a pair to already existing drm_connector_unregister_all() we're adding > > generic implementation of what i

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

2016-03-29 Thread Alexey Brodkin
As a pair to already existing drm_connector_unregister_all() we're adding generic implementation of what is already done in some drivers. Once this helper is implemented we'll be ready to switch existing driver-specific implementations with the generic one. Signed-off-by: Alexey Brodkin <ab

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

2016-03-29 Thread Alexey Brodkin
As a pair to already existing drm_connector_unregister_all() we're adding generic implementation of what is already done in some drivers. Once this helper is implemented we'll be ready to switch existing driver-specific implementations with the generic one. Signed-off-by: Alexey Brodkin Cc

[PATCH 2/3 v4] drm: atmel_hldc: Use generic drm_connector_register_all() helper

2016-03-29 Thread Alexey Brodkin
drm_connector_unregister_all(). Signed-off-by: Alexey Brodkin <abrod...@synopsys.com> Cc: Daniel Vetter <dan...@ffwll.ch> Cc: David Airlie <airl...@linux.ie> Acked-by: Boris Brezillon <boris.brezil...@free-electrons.com> --- No changes v3 -> v4. Changes v2 -> v3: * Updated

[PATCH 2/3 v4] drm: atmel_hldc: Use generic drm_connector_register_all() helper

2016-03-29 Thread Alexey Brodkin
drm_connector_unregister_all(). Signed-off-by: Alexey Brodkin Cc: Daniel Vetter Cc: David Airlie Acked-by: Boris Brezillon --- No changes v3 -> v4. Changes v2 -> v3: * Updated title with capital after colon * Added ack from Boris No changes v1 -> v2. drivers/gpu/drm/atmel-hlcdc/atmel_h

[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

[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 Cc: Daniel Vetter Cc: David Airlie Cc: linux-renesas-...@vger.kernel.org Acked-by: Laurent Pinchart

[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 2/4 v3] drm: Introduce drm_connector_register_all() helper

2016-03-29 Thread Alexey Brodkin
Hi Daniel, On Tue, 2016-03-29 at 10:19 +0200, Daniel Vetter wrote: > On Wed, Mar 23, 2016 at 01:41:05PM +0000, Alexey Brodkin wrote: > > > > Hi David, > > > > On Wed, 2016-03-23 at 12:13 +0100, David Herrmann wrote: > > > > > > Hi > > >

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

2016-03-29 Thread Alexey Brodkin
Hi Daniel, On Tue, 2016-03-29 at 10:19 +0200, Daniel Vetter wrote: > On Wed, Mar 23, 2016 at 01:41:05PM +0000, Alexey Brodkin wrote: > > > > Hi David, > > > > On Wed, 2016-03-23 at 12:13 +0100, David Herrmann wrote: > > > > > > Hi > > >

Re: [PATCH 2/3 v2] ASoC: dwc: Add I2S HDMI audio support

2016-03-28 Thread Alexey Brodkin
Hi Jose, On Mon, 2016-03-28 at 15:36 +0100, Jose Abreu wrote: > HDMI audio support was added to the AXS board using an > I2S cpu driver and a custom platform driver. > > The platform driver supports two channels @ 16 bits with > rates 32k, 44.1k and 48k. ALSA Simple audio card is used to > glue

Re: [PATCH 2/3 v2] ASoC: dwc: Add I2S HDMI audio support

2016-03-28 Thread Alexey Brodkin
Hi Jose, On Mon, 2016-03-28 at 15:36 +0100, Jose Abreu wrote: > HDMI audio support was added to the AXS board using an > I2S cpu driver and a custom platform driver. > > The platform driver supports two channels @ 16 bits with > rates 32k, 44.1k and 48k. ALSA Simple audio card is used to > glue

[PATCH 0/5 v5] drm: Add support of ARC PGU display controller

2016-03-28 Thread Alexey Brodkin
Cc: Jose Abreu <joab...@synopsys.com> Cc: Carlos Palminha <palmi...@synopsys.com> Alexey Brodkin (4): drm: Add DT bindings documentation for ARC PGU display controller MAINTAINERS: Add maintainer for ARC PGU display controller arc: Add our own implementation of fb_pgprotect() a

[PATCH 4/5 v5] arc: Add our own implementation of fb_pgprotect()

2016-03-28 Thread Alexey Brodkin
useless for other less traffic hungry processes. * Data written by user in FB will be immediately available for hardware (such as PGU etc) without requirements to flush data cache regularly. Signed-off-by: Alexey Brodkin <abrod...@synopsys.com> Cc: Vineet Gupta <vgu...@synopsy

[PATCH 3/5 v5] MAINTAINERS: Add maintainer for ARC PGU display controller

2016-03-28 Thread Alexey Brodkin
This updates MAINTEINERS file with information about maintainer of ARC PGU display controller driver. Signed-off-by: Alexey Brodkin <abrod...@synopsys.com> Cc: linux-snps-...@lists.infradead.org --- No changes v4 -> v5. No changes v3 -> v4. No changes v2 -> v3. No c

[PATCH 0/5 v5] drm: Add support of ARC PGU display controller

2016-03-28 Thread Alexey Brodkin
r Gala Cc: linux-snps-...@lists.infradead.org Cc: Mark Rutland Cc: Pawel Moll Cc: Rob Herring Cc: Vineet Gupta Cc: Jose Abreu Cc: Carlos Palminha Alexey Brodkin (4): drm: Add DT bindings documentation for ARC PGU display controller MAINTAINERS: Add maintainer for ARC PGU display control

[PATCH 4/5 v5] arc: Add our own implementation of fb_pgprotect()

2016-03-28 Thread Alexey Brodkin
useless for other less traffic hungry processes. * Data written by user in FB will be immediately available for hardware (such as PGU etc) without requirements to flush data cache regularly. Signed-off-by: Alexey Brodkin Cc: Vineet Gupta Cc: linux-snps-...@lists.infradead.org

[PATCH 3/5 v5] MAINTAINERS: Add maintainer for ARC PGU display controller

2016-03-28 Thread Alexey Brodkin
This updates MAINTEINERS file with information about maintainer of ARC PGU display controller driver. Signed-off-by: Alexey Brodkin Cc: linux-snps-...@lists.infradead.org --- No changes v4 -> v5. No changes v3 -> v4. No changes v2 -> v3. No changes v1 -> v2. MAINTAINERS | 6 ++

[PATCH 2/5 v5] drm: Add DT bindings documentation for ARC PGU display controller

2016-03-28 Thread Alexey Brodkin
This add DT bindings documentation for ARC PGU display controller. Signed-off-by: Alexey Brodkin <abrod...@synopsys.com> Cc: Rob Herring <robh...@kernel.org> Cc: Pawel Moll <pawel.m...@arm.com> Cc: Mark Rutland <mark.rutl...@arm.com> Cc: Ian Campbell <ijc+devicet...@hel

[PATCH 2/5 v5] drm: Add DT bindings documentation for ARC PGU display controller

2016-03-28 Thread Alexey Brodkin
This add DT bindings documentation for ARC PGU display controller. Signed-off-by: Alexey Brodkin Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: devicet...@vger.kernel.org Cc: linux-snps-...@lists.infradead.org Acked-by: Rob Herring --- Changes v4 ->

[PATCH 5/5 v5] arc: axs10x - add support of ARC PGU

2016-03-28 Thread Alexey Brodkin
Synopsys DesignWare ARC SDP boards sport ARC SDP display controller attached to ADV7511 HDMI encoder. That change adds desctiption of both ARC PGU and ADV7511 in ARC SDP'd base-board Device Tree. Signed-off-by: Alexey Brodkin <abrod...@synopsys.com> Cc: Rob Herring <robh...@kernel.org&g

[PATCH 1/5 v5] drm: Add support of ARC PGU display controller

2016-03-28 Thread Alexey Brodkin
From: Carlos Palminha <palmi...@synopsys.com> ARC PGU could be found on some development boards from Synopsys. This is a simple byte streamer that reads data from a framebuffer and sends data to the single encoder. Signed-off-by: Carlos Palminha <palmi...@synopsys.com> Signed-of

[PATCH 5/5 v5] arc: axs10x - add support of ARC PGU

2016-03-28 Thread Alexey Brodkin
Synopsys DesignWare ARC SDP boards sport ARC SDP display controller attached to ADV7511 HDMI encoder. That change adds desctiption of both ARC PGU and ADV7511 in ARC SDP'd base-board Device Tree. Signed-off-by: Alexey Brodkin Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell

[PATCH 1/5 v5] drm: Add support of ARC PGU display controller

2016-03-28 Thread Alexey Brodkin
From: Carlos Palminha ARC PGU could be found on some development boards from Synopsys. This is a simple byte streamer that reads data from a framebuffer and sends data to the single encoder. Signed-off-by: Carlos Palminha Signed-off-by: Alexey Brodkin Cc: David Airlie Cc: dri-de

Re: ARC dw-mshc binding compat string

2016-03-28 Thread Alexey Brodkin
Hi Jaehoon, On Mon, 2016-03-28 at 19:34 +0900, Jaehoon Chung wrote: > Hi, [snip] > > > > > > > > > > > > > > > > That said, I would rather prefer to see "snps,dw-mshc" prefix > > > > > > > > on description > > > > > > > > of an MMC controller found on SoCFPGA series, > > > > > > > >

Re: ARC dw-mshc binding compat string

2016-03-28 Thread Alexey Brodkin
Hi Jaehoon, On Mon, 2016-03-28 at 19:34 +0900, Jaehoon Chung wrote: > Hi, [snip] > > > > > > > > > > > > > > > > That said, I would rather prefer to see "snps,dw-mshc" prefix > > > > > > > > on description > > > > > > > > of an MMC controller found on SoCFPGA series, > > > > > > > >

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()) >

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()) >

Re: ARC dw-mshc binding compat string

2016-03-28 Thread Alexey Brodkin
Hi Marek, Vladimir, On Sat, 2016-03-26 at 21:24 +0100, Marek Vasut wrote: > On 03/26/2016 09:12 PM, Vladimir Zapolskiy wrote: > > > > On 26.03.2016 21:52, Marek Vasut wrote: > > > > > > On 03/26/2016 07:16 PM, Vladimir Zapolskiy wrote: > > > > > > > > On 26.03.2016 20:10, Marek Vasut wrote: >

Re: ARC dw-mshc binding compat string

2016-03-28 Thread Alexey Brodkin
Hi Marek, Vladimir, On Sat, 2016-03-26 at 21:24 +0100, Marek Vasut wrote: > On 03/26/2016 09:12 PM, Vladimir Zapolskiy wrote: > > > > On 26.03.2016 21:52, Marek Vasut wrote: > > > > > > On 03/26/2016 07:16 PM, Vladimir Zapolskiy wrote: > > > > > > > > On 26.03.2016 20:10, Marek Vasut wrote: >

Re: ARC dw-mshc binding compat string

2016-03-26 Thread Alexey Brodkin
Hi Marek, Vladimir, 26 марта 2016 г. 20:30 пользователь Marek Vasut написал: > > On 03/26/2016 06:26 PM, Vlad On 03/26/2016 06:26 PM, Vladimir Zapolskiy wrote: > On 26.03.2016 12:14, Marek Vasut wrote: >> Hi! >> >> I noticed that arch/arc/boot/dts/axs10x_mb.dtsi uses "altr,"

Re: ARC dw-mshc binding compat string

2016-03-26 Thread Alexey Brodkin
Hi Marek, Vladimir, 26 марта 2016 г. 20:30 пользователь Marek Vasut написал: > > On 03/26/2016 06:26 PM, Vlad On 03/26/2016 06:26 PM, Vladimir Zapolskiy wrote: > On 26.03.2016 12:14, Marek Vasut wrote: >> Hi! >> >> I noticed that arch/arc/boot/dts/axs10x_mb.dtsi uses "altr," prefix in >> the DT

Re: [PATCH 1/5 v4] drm: Add support of ARC PGU display controller

2016-03-24 Thread Alexey Brodkin
e system] > > url: > https://github.com/0day-ci/linux/commits/Alexey-Brodkin/drm-Add-support-of-ARC-PGU-display-controller/20160325 > -005345 > base:   git://people.freedesktop.org/~airlied/linux.git drm-next > config: i386-allmodconfig (attached as .config) > reproduce: >   

Re: [PATCH 1/5 v4] drm: Add support of ARC PGU display controller

2016-03-24 Thread Alexey Brodkin
e system] > > url: > https://github.com/0day-ci/linux/commits/Alexey-Brodkin/drm-Add-support-of-ARC-PGU-display-controller/20160325 > -005345 > base:   git://people.freedesktop.org/~airlied/linux.git drm-next > config: i386-allmodconfig (attached as .config) > reproduce: >   

[PATCH 4/5 v4] arc: Add our own implementation of fb_pgprotect()

2016-03-24 Thread Alexey Brodkin
useless for other less traffic hungry processes. * Data written by user in FB will be immediately available for hardware (such as PGU etc) without requirements to flush data cache regularly. Signed-off-by: Alexey Brodkin <abrod...@synopsys.com> Cc: linux-snps-...@lists.infrade

[PATCH 4/5 v4] arc: Add our own implementation of fb_pgprotect()

2016-03-24 Thread Alexey Brodkin
useless for other less traffic hungry processes. * Data written by user in FB will be immediately available for hardware (such as PGU etc) without requirements to flush data cache regularly. Signed-off-by: Alexey Brodkin Cc: linux-snps-...@lists.infradead.org --- Changes v3 ->

[PATCH 0/5 v4] drm: Add support of ARC PGU display controller

2016-03-24 Thread Alexey Brodkin
linux-snps-...@lists.infradead.org Cc: Mark Rutland <mark.rutl...@arm.com> Cc: Pawel Moll <pawel.m...@arm.com> Cc: Rob Herring <robh...@kernel.org> Cc: Vineet Gupta <vgu...@synopsys.com> Cc: Jose Abreu <joab...@synopsys.com> Cc: Carlos Palminha <palmi...@synopsys.com&

[PATCH 0/5 v4] drm: Add support of ARC PGU display controller

2016-03-24 Thread Alexey Brodkin
eet Gupta Cc: Jose Abreu Cc: Carlos Palminha Alexey Brodkin (4): drm: Add DT bindings documentation for ARC PGU display controller MAINTAINERS: Add maintainer for ARC PGU display controller arc: Add our own implementation of fb_pgprotect() arc: axs10x - add support of ARC PGU Carlos

[PATCH 1/5 v4] drm: Add support of ARC PGU display controller

2016-03-24 Thread Alexey Brodkin
From: Carlos Palminha <palmi...@synopsys.com> ARC PGU could be found on some development boards from Synopsys. This is a simple byte streamer that reads data from a framebuffer and sends data to the single encoder. Signed-off-by: Carlos Palminha <palmi...@synopsys.com> Signed-of

[PATCH 1/5 v4] drm: Add support of ARC PGU display controller

2016-03-24 Thread Alexey Brodkin
From: Carlos Palminha ARC PGU could be found on some development boards from Synopsys. This is a simple byte streamer that reads data from a framebuffer and sends data to the single encoder. Signed-off-by: Carlos Palminha Signed-off-by: Alexey Brodkin Cc: David Airlie Cc: dri-de

[PATCH 2/5 v4] drm: Add DT bindings documentation for ARC PGU display controller

2016-03-24 Thread Alexey Brodkin
This add DT bindings documentation for ARC PGU display controller. Signed-off-by: Alexey Brodkin <abrod...@synopsys.com> Cc: Rob Herring <robh...@kernel.org> Cc: Pawel Moll <pawel.m...@arm.com> Cc: Mark Rutland <mark.rutl...@arm.com> Cc: Ian Campbell <ijc+devicet...@hel

[PATCH 3/5 v4] MAINTAINERS: Add maintainer for ARC PGU display controller

2016-03-24 Thread Alexey Brodkin
This updates MAINTEINERS file with information about maintainer of ARC PGU display controller driver. Signed-off-by: Alexey Brodkin <abrod...@synopsys.com> Cc: linux-snps-...@lists.infradead.org --- No changes v3 -> v4. No changes v2 -> v3. No changes v1 -> v2. MAINTAINERS | 6

[PATCH 3/5 v4] MAINTAINERS: Add maintainer for ARC PGU display controller

2016-03-24 Thread Alexey Brodkin
This updates MAINTEINERS file with information about maintainer of ARC PGU display controller driver. Signed-off-by: Alexey Brodkin Cc: linux-snps-...@lists.infradead.org --- No changes v3 -> v4. No changes v2 -> v3. No changes v1 -> v2. MAINTAINERS | 6 ++ 1 file changed, 6 i

[PATCH 2/5 v4] drm: Add DT bindings documentation for ARC PGU display controller

2016-03-24 Thread Alexey Brodkin
This add DT bindings documentation for ARC PGU display controller. Signed-off-by: Alexey Brodkin Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: devicet...@vger.kernel.org Cc: linux-snps-...@lists.infradead.org --- Changes v3 -> v4: (addressing Ro

[PATCH 5/5 v4] arc: axs10x - add support of ARC PGU

2016-03-24 Thread Alexey Brodkin
Synopsys DesignWare ARC SDP boards sport ARC SDP display controller attached to ADV7511 HDMI encoder. That change adds desctiption of both ARC PGU and ADV7511 in ARC SDP'd base-board Device Tree. Signed-off-by: Alexey Brodkin <abrod...@synopsys.com> Cc: Rob Herring <robh...@kernel.org&g

[PATCH 5/5 v4] arc: axs10x - add support of ARC PGU

2016-03-24 Thread Alexey Brodkin
Synopsys DesignWare ARC SDP boards sport ARC SDP display controller attached to ADV7511 HDMI encoder. That change adds desctiption of both ARC PGU and ADV7511 in ARC SDP'd base-board Device Tree. Signed-off-by: Alexey Brodkin Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell

Re: [PATCH 2/4 v3] drm: Add DT bindings documentation for ARC PGU display controller

2016-03-24 Thread Alexey Brodkin
Hi Rob, On Mon, 2016-03-21 at 08:04 -0500, Rob Herring wrote: > On Fri, Mar 11, 2016 at 06:42:37PM +0300, Alexey Brodkin wrote: > > > > This add DT bindings documentation for ARC PGU display controller. > > > > Signed-off-by: Alexey Brodkin <abrod...@synopsys.

Re: [PATCH 2/4 v3] drm: Add DT bindings documentation for ARC PGU display controller

2016-03-24 Thread Alexey Brodkin
Hi Rob, On Mon, 2016-03-21 at 08:04 -0500, Rob Herring wrote: > On Fri, Mar 11, 2016 at 06:42:37PM +0300, Alexey Brodkin wrote: > > > > This add DT bindings documentation for ARC PGU display controller. > > > > Signed-off-by: Alexey Brodkin > > Cc: Rob Herring

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

2016-03-23 Thread Alexey Brodkin
Hi David, On Wed, 2016-03-23 at 12:13 +0100, David Herrmann wrote: > Hi > > On Wed, Mar 23, 2016 at 9:42 AM, Alexey Brodkin > <alexey.brod...@synopsys.com> wrote: > > > > As a pair to already existing drm_connector_unregister_all() we're adding > > generic im

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

2016-03-23 Thread Alexey Brodkin
Hi David, On Wed, 2016-03-23 at 12:13 +0100, David Herrmann wrote: > Hi > > On Wed, Mar 23, 2016 at 9:42 AM, Alexey Brodkin > wrote: > > > > As a pair to already existing drm_connector_unregister_all() we're adding > > generic implementation of what i

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

2016-03-23 Thread Alexey Brodkin
As a pair to already existing drm_connector_unregister_all() we're adding generic implementation of what is already done in some drivers. Once this helper is implemented we'll be ready to switch existing driver-specific implementations with the generic one. Signed-off-by: Alexey Brodkin <ab

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

2016-03-23 Thread Alexey Brodkin
As a pair to already existing drm_connector_unregister_all() we're adding generic implementation of what is already done in some drivers. Once this helper is implemented we'll be ready to switch existing driver-specific implementations with the generic one. Signed-off-by: Alexey Brodkin Cc

[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.c

[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 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 Cc: Daniel Vetter Cc: David Airlie Cc: Boris Brezillon Cc: linux-renesas-...@vger.kernel.org Acked-by: Laurent Pinchart --- Changes v2 -> v3: * Updated title with capital af

[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 Cc: Daniel Vetter Cc: David Airlie Cc: linux-renesas-...@vger.kernel.org Acked-by: Laurent Pinchart

[PATCH 3/4 v3] drm: atmel_hldc: Use generic drm_connector_register_all() helper

2016-03-23 Thread Alexey Brodkin
drm_connector_unregister_all(). Signed-off-by: Alexey Brodkin <abrod...@synopsys.com> Cc: Daniel Vetter <dan...@ffwll.ch> Cc: David Airlie <airl...@linux.ie> Acked-by: Boris Brezillon <boris.brezil...@free-electrons.com> --- Changes v2 -> v3: * Updated title with capital after co

[PATCH 3/4 v3] drm: atmel_hldc: Use generic drm_connector_register_all() helper

2016-03-23 Thread Alexey Brodkin
drm_connector_unregister_all(). Signed-off-by: Alexey Brodkin Cc: Daniel Vetter Cc: David Airlie Acked-by: Boris Brezillon --- Changes v2 -> v3: * Updated title with capital after colon * Added ack from Boris No changes v1 -> v2. drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.

[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 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 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 Cc: Daniel Vetter Cc: David Airlie Cc: Laurent Pinchart Cc: linux-renesas-...@vger.kernel.org

[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 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 Cc: Daniel Vetter Cc: David Airlie Cc: Boris Brezillon Cc: Laurent Pinchart Cc: linux-renesas-...@vger.kernel.org --- Changes v1 -> v2: * This patch was only introduced in

[PATCH 0/4 v2] drm: introduce drm_connector_register_all() helper

2016-03-21 Thread Alexey Brodkin
to be upstreamed ARC PGU (part of AXS10x board). 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 (4): drm: rename drm_connector_unplug_

[PATCH 0/4 v2] drm: introduce drm_connector_register_all() helper

2016-03-21 Thread Alexey Brodkin
to be upstreamed ARC PGU (part of AXS10x board). 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 (4): drm: rename drm_connector_unplug_

[PATCH 3/4 v2] drm: atmel_hldc - use generic drm_connector_register_all() helper

2016-03-21 Thread Alexey Brodkin
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> --- No changes v1 -> v2. drivers/gpu/drm/atmel-

[PATCH 3/4 v2] drm: atmel_hldc - use generic drm_connector_register_all() helper

2016-03-21 Thread Alexey Brodkin
drm_connector_unregister_all(). Signed-off-by: Alexey Brodkin Cc: Daniel Vetter Cc: David Airlie Cc: Boris Brezillon --- No changes v1 -> v2. drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 39 ++-- 1 file changed, 2 insertions(+), 37 deletions(-) diff --git a/drivers/gpu/

[PATCH 2/4 v2] drm: introduce drm_connector_register_all() helper

2016-03-21 Thread Alexey Brodkin
As a pair to already existing drm_connector_unregister_all() we're adding generic implementation of what is already done in some drivers. Once this helper is implemented we'll be ready to switch existing driver-specific implementations with the generic one. Signed-off-by: Alexey Brodkin <ab

[PATCH 2/4 v2] drm: introduce drm_connector_register_all() helper

2016-03-21 Thread Alexey Brodkin
As a pair to already existing drm_connector_unregister_all() we're adding generic implementation of what is already done in some drivers. Once this helper is implemented we'll be ready to switch existing driver-specific implementations with the generic one. Signed-off-by: Alexey Brodkin Cc

Re: [PATCH 1/3] drm: introduce drm_connector_plug_all() helper

2016-03-21 Thread Alexey Brodkin
Hi Daniel, On Sat, 2016-03-19 at 11:02 +0100, Daniel Vetter wrote: > On Fri, Mar 18, 2016 at 09:58:49PM +0000, Alexey Brodkin wrote: > > > > Hi Daniel, > > > > On Fri, 2016-03-18 at 19:06 +0100, Daniel Vetter wrote: > > > > > > On Fri, Mar 18, 2

Re: [PATCH 1/3] drm: introduce drm_connector_plug_all() helper

2016-03-21 Thread Alexey Brodkin
Hi Daniel, On Sat, 2016-03-19 at 11:02 +0100, Daniel Vetter wrote: > On Fri, Mar 18, 2016 at 09:58:49PM +0000, Alexey Brodkin wrote: > > > > Hi Daniel, > > > > On Fri, 2016-03-18 at 19:06 +0100, Daniel Vetter wrote: > > > > > > On Fri, Mar 18, 2

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

2016-03-20 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.

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

2016-03-20 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 Cc: Daniel Vetter Cc: David Airlie Cc: Laurent Pinchart Cc: linux-renesas-...@vger.kernel.org --- drivers/gpu

[PATCH 2/3] drm: atmel_hldc - use generic drm_connector_plug_all() helper

2016-03-20 Thread Alexey Brodkin
to generic helper as well. 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> --- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 39 ++--

[PATCH 2/3] drm: atmel_hldc - use generic drm_connector_plug_all() helper

2016-03-20 Thread Alexey Brodkin
to generic helper as well. Signed-off-by: Alexey Brodkin Cc: Daniel Vetter Cc: David Airlie Cc: Boris Brezillon --- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 39 ++-- 1 file changed, 2 insertions(+), 37 deletions(-) diff --git a/drivers/gpu/drm/atmel-hlcdc

[PATCH v2] ARC: axs10x - add Ethernet PHY description in .dts

2016-03-19 Thread Alexey Brodkin
fff not found eth0: Could not attach to PHY stmmac_open: Cannot attach to PHY (error: -19) --->8 Simplest solution is to add PHY description in board's .dts. And so we do here. Signed-off-by: Alexey Brodkin <abrod...@synopsys.com> Cc: Ro

[PATCH v2] ARC: axs10x - add Ethernet PHY description in .dts

2016-03-19 Thread Alexey Brodkin
fff not found eth0: Could not attach to PHY stmmac_open: Cannot attach to PHY (error: -19) --->8 Simplest solution is to add PHY description in board's .dts. And so we do here. Signed-off-by: Alexey Brodkin Cc: Rob Herring Cc: Phil Reid Cc: D

Re: [PATCH 1/4 v3] drm: Add support of ARC PGU display controller

2016-03-19 Thread Alexey Brodkin
Hi Daniel, On Tue, 2016-03-15 at 16:59 +0100, Daniel Vetter wrote: > On Tue, Mar 15, 2016 at 03:24:46PM +0000, Alexey Brodkin wrote: > > On Tue, 2016-03-15 at 09:10 +0100, Daniel Vetter wrote: > > > On Mon, Mar 14, 2016 at 11:15:59AM +0000, Alexey Brodkin wrote: > > >

Re: [PATCH 1/4 v3] drm: Add support of ARC PGU display controller

2016-03-19 Thread Alexey Brodkin
Hi Daniel, On Tue, 2016-03-15 at 16:59 +0100, Daniel Vetter wrote: > On Tue, Mar 15, 2016 at 03:24:46PM +0000, Alexey Brodkin wrote: > > On Tue, 2016-03-15 at 09:10 +0100, Daniel Vetter wrote: > > > On Mon, Mar 14, 2016 at 11:15:59AM +0000, Alexey Brodkin wrote: > > >

[PATCH 0/3] drm: introduce drm_connector_plug_all() helper

2016-03-19 Thread Alexey Brodkin
load() callback and so should be first modified so their load() gets called from their probe() explicitly. Build- and run-tested on yet to be upstreamed ARC PGU (part of AXS10x board). Alexey Brodkin (3): drm: introduce drm_connector_plug_all() helper drm: atmel_hldc - use generic

[PATCH 0/3] drm: introduce drm_connector_plug_all() helper

2016-03-19 Thread Alexey Brodkin
load() callback and so should be first modified so their load() gets called from their probe() explicitly. Build- and run-tested on yet to be upstreamed ARC PGU (part of AXS10x board). Alexey Brodkin (3): drm: introduce drm_connector_plug_all() helper drm: atmel_hldc - use generic

[PATCH 1/3] drm: introduce drm_connector_plug_all() helper

2016-03-19 Thread Alexey Brodkin
As a pair to already existing drm_connector_unplug_all() we're adding generic implementation of what is already done in some drivers. Once this helper is implemented we'll be ready to switch existing driver-specific implementations with generic one. Signed-off-by: Alexey Brodkin <ab

[PATCH 1/3] drm: introduce drm_connector_plug_all() helper

2016-03-19 Thread Alexey Brodkin
As a pair to already existing drm_connector_unplug_all() we're adding generic implementation of what is already done in some drivers. Once this helper is implemented we'll be ready to switch existing driver-specific implementations with generic one. Signed-off-by: Alexey Brodkin Cc: Daniel

Re: [PATCH v2] ARC: axs10x - add Ethernet PHY description in .dts

2016-03-19 Thread Alexey Brodkin
Hi Sergei, On Thu, 2016-03-17 at 14:59 +0300, Sergei Shtylyov wrote: > Hello. > > On 3/17/2016 2:41 PM, Vineet Gupta wrote: > > > > > > > > > > > > > > > > > > > > Following commit broke DW GMAC functionality on AXS10x boards: > > > > >

Re: [PATCH v2] ARC: axs10x - add Ethernet PHY description in .dts

2016-03-19 Thread Alexey Brodkin
Hi Sergei, On Thu, 2016-03-17 at 14:59 +0300, Sergei Shtylyov wrote: > Hello. > > On 3/17/2016 2:41 PM, Vineet Gupta wrote: > > > > > > > > > > > > > > > > > > > > Following commit broke DW GMAC functionality on AXS10x boards: > > > > >

Re: [PATCH v2] ARC: axs10x - add Ethernet PHY description in .dts

2016-03-18 Thread Alexey Brodkin
Hi Sergei, On Thu, 2016-03-17 at 13:58 +0300, Sergei Shtylyov wrote: > On 3/17/2016 12:41 PM, Alexey Brodkin wrote: > > > > > Following commit broke DW GMAC functionality on AXS10x boards: > > http://git.kernel.org/cgit/linux/kernel/git/torva

Re: [PATCH v2] ARC: axs10x - add Ethernet PHY description in .dts

2016-03-18 Thread Alexey Brodkin
Hi Sergei, On Thu, 2016-03-17 at 13:58 +0300, Sergei Shtylyov wrote: > On 3/17/2016 12:41 PM, Alexey Brodkin wrote: > > > > > Following commit broke DW GMAC functionality on AXS10x boards: > > http://git.kernel.org/cgit/linux/kernel/git/torva

Re: [PATCH 1/4 v3] drm: Add support of ARC PGU display controller

2016-03-18 Thread Alexey Brodkin
Hi Daniel, On Fri, 2016-03-18 at 09:02 +0100, Daniel Vetter wrote: > On Thu, Mar 17, 2016 at 08:27:10PM +0000, Alexey Brodkin wrote: > > > > Hi Daniel, > > > > On Tue, 2016-03-15 at 16:59 +0100, Daniel Vetter wrote: > > > > > > On Tue, Mar 15, 2

Re: [PATCH 1/4 v3] drm: Add support of ARC PGU display controller

2016-03-18 Thread Alexey Brodkin
Hi Daniel, On Fri, 2016-03-18 at 09:02 +0100, Daniel Vetter wrote: > On Thu, Mar 17, 2016 at 08:27:10PM +0000, Alexey Brodkin wrote: > > > > Hi Daniel, > > > > On Tue, 2016-03-15 at 16:59 +0100, Daniel Vetter wrote: > > > > > > On Tue, Mar 15, 2

<    2   3   4   5   6   7   8   9   10   11   >