On 2/25/20 11:58 AM, Maxime Ripard wrote:
On Tue, Feb 25, 2020 at 11:45:28AM +0200, Stefan Mavrodiev wrote:
On 1/29/20 6:34 PM, Chen-Yu Tsai wrote:
On Tue, Jan 28, 2020 at 10:07 PM Stefan Mavrodiev wrote:
Add HDMI audio support for the sun4i-hdmi encoder, used on
the older Allwinner chips
On 1/29/20 6:34 PM, Chen-Yu Tsai wrote:
On Tue, Jan 28, 2020 at 10:07 PM Stefan Mavrodiev wrote:
Add HDMI audio support for the sun4i-hdmi encoder, used on
the older Allwinner chips - A10, A20, A31.
Most of the code is based on the BSP implementation. In it
dditional formats are supported
Hi,
On 1/29/20 6:43 PM, Maxime Ripard wrote:
Hi,
On Tue, Jan 28, 2020 at 04:06:42PM +0200, Stefan Mavrodiev wrote:
diff --git a/drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c
b/drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c
index 68d4644ac2dc..4cd35c97c503 100644
--- a/drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c
-by: Stefan Mavrodiev
---
Changes for v3:
- Instead of platfrom_driver dynammicly register/unregister card
- Add Kconfig dependencies
- Restrore drvdata after card unregistering
Changes for v2:
- Create a new platform driver instead of using the HDMI encoder
- Expose a new kcontrol to the
e card unregistering, the
pointer is restored. This is done by calling additional destroy function.
Changes for v2:
- Create a new platform driver instead of using the HDMI encoder
- Expose a new kcontrol to the userspace holding the ELD data
- Wrap all macro arguments in parentheses
Stefan
On 1/21/20 10:35 AM, Vinod Koul wrote:
On 15-01-20, 18:07, Maxime Ripard wrote:
On Wed, Jan 15, 2020 at 06:01:37PM +0530, Vinod Koul wrote:
On 10-01-20, 16:11, Stefan Mavrodiev wrote:
Currently the cyclic transfers can be used only with normal DMAs. They
can be used by pcm_dmaengine module
On 1/21/20 8:29 PM, Maxime Ripard wrote:
+Mark
On Mon, Jan 20, 2020 at 02:33:26PM +0200, Stefan Mavrodiev wrote:
Add HDMI audio support for the sun4i-hdmi encoder, used on
the older Allwinner chips - A10, A20, A31.
Most of the code is based on the BSP implementation. In it
dditional formats
-by: Stefan Mavrodiev
---
Changes for v2:
- Create a new platform driver instead of using the HDMI encoder
- Expose a new kcontrol to the userspace holding the ELD data
- Wrap all macro arguments in parentheses
drivers/gpu/drm/sun4i/Kconfig| 1 +
drivers/gpu/drm/sun4i/Makefile
only the addresses
of the registers are checked.
Changes for v2:
- Create a new platform driver instead of using the HDMI encoder
- Expose a new kcontrol to the userspace holding the ELD data
- Wrap all macro arguments in parentheses
Stefan Mavrodiev (2):
dmaengine: sun4i: Add support for c
existing style for the
scatter/gather type transfers.
Signed-off-by: Stefan Mavrodiev
---
Changes for v2:
- None
drivers/dma/sun4i-dma.c | 45 ++---
1 file changed, 24 insertions(+), 21 deletions(-)
diff --git a/drivers/dma/sun4i-dma.c b/drivers/dma/sun4i-dma.c
Hi,
On 1/15/20 10:32 AM, Maxime Ripard wrote:
Hi Stefan,
On Tue, Jan 14, 2020 at 11:04:55AM +0200, Stefan Mavrodiev wrote:
On 1/10/20 6:26 PM, Maxime Ripard wrote:
Hi,
On Fri, Jan 10, 2020 at 04:11:40PM +0200, Stefan Mavrodiev wrote:
Add HDMI audio support for the sun4i-hdmi encoder, used
Hi,
On 1/10/20 6:26 PM, Maxime Ripard wrote:
Hi,
On Fri, Jan 10, 2020 at 04:11:40PM +0200, Stefan Mavrodiev wrote:
Add HDMI audio support for the sun4i-hdmi encoder, used on
the older Allwinner chips - A10, A20, A31.
Most of the code is based on the BSP implementation. In it
dditional
-by: Stefan Mavrodiev
---
drivers/gpu/drm/sun4i/Kconfig| 1 +
drivers/gpu/drm/sun4i/Makefile | 1 +
drivers/gpu/drm/sun4i/sun4i_hdmi.h | 30 ++
drivers/gpu/drm/sun4i/sun4i_hdmi_audio.c | 375 +++
drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c | 4 +
5
only the addresses
of the registers are checked.
Stefan Mavrodiev (2):
dmaengine: sun4i: Add support for cyclic requests with dedicated DMA
drm: sun4i: hdmi: Add support for sun4i HDMI encoder audio
drivers/dma/sun4i-dma.c | 45 +--
drivers/gpu/drm/sun4i/Kconfig
existing style for the
scatter/gather type transfers.
Signed-off-by: Stefan Mavrodiev
---
drivers/dma/sun4i-dma.c | 45 ++---
1 file changed, 24 insertions(+), 21 deletions(-)
diff --git a/drivers/dma/sun4i-dma.c b/drivers/dma/sun4i-dma.c
index e397a50058c8
: Stefan Mavrodiev
---
drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c
b/drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c
index a7c4654445c7..68d4644ac2dc 100644
--- a/drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c
+++ b/drivers/gpu/drm
Hi,
On 12/17/19 1:49 PM, Maxime Ripard wrote:
On Tue, Dec 17, 2019 at 12:46:03PM +0100, Maxime Ripard wrote:
On Tue, Dec 17, 2019 at 08:45:07AM +0200, Stefan Mavrodiev wrote:
Hi,
On 12/16/19 6:12 PM, Maxime Ripard wrote:
Hi,
On Mon, Dec 16, 2019 at 04:43:48PM +0200, Stefan Mavrodiev wrote
It's possible hdmi->connector and hdmi->encoder divices to be NULL.
This can happen when building as kernel module and you try to remove
the module.
This patch make simple null check, before calling the cleanup functions.
Signed-off-by: Stefan Mavrodiev
---
drivers/gp
Hi,
On 12/16/19 6:12 PM, Maxime Ripard wrote:
Hi,
On Mon, Dec 16, 2019 at 04:43:48PM +0200, Stefan Mavrodiev wrote:
It's possible hdmi->connector and hdmi->encoder divices to be NULL.
This can happen when building as kernel module and you try to remove
the module.
This patch make
On 7/16/18 6:08 PM, Rob Herring wrote:
On Thu, Jul 12, 2018 at 11:21:53AM +0300, Stefan Mavrodiev wrote:
This patch adds Olimex Ltd. LCD-OLinuXino bridge panel driver. The
panel is used with different LCDs (currently from 480x272 to 1280x800).
Small EEPROM chip is used for identification, which
This patch adds Olimex Ltd. LCD-OLinuXino bridge panel driver. The
panel is used with different LCDs (currently from 480x272 to 1280x800).
Small EEPROM chip is used for identification, which holds some
factory data and timing requirements.
Signed-off-by: Stefan Mavrodiev
---
Changes for v3
On 07/10/2018 04:27 PM, Greg Kroah-Hartman wrote:
On Tue, Jul 10, 2018 at 04:08:54PM +0300, Stefan Mavrodiev wrote:
On 07/10/2018 01:32 PM, Thierry Reding wrote:
+MODULE_AUTHOR("Stefan Mavrodiev ");
+MODULE_DESCRIPTION("LCD-OLinuXino driver");
+MODULE_LICENSE("
On 07/10/2018 01:32 PM, Thierry Reding wrote:
On Mon, Jun 25, 2018 at 09:44:35AM +0300, Stefan Mavrodiev wrote:
This patch adds Olimex Ltd. LCD-OLinuXino bridge panel driver. The
panel is used with different LCDs (currently from 480x272 to 1280x800).
Small EEPROM chip is used for
This patch adds Olimex Ltd. LCD-OLinuXino bridge panel driver. The
panel is used with different LCDs (currently from 480x272 to 1280x800).
Small EEPROM chip is used for identification, which holds some
factory data and timing requirements.
Signed-off-by: Stefan Mavrodiev
---
Changes for v2
This patch adds Olimex Ltd. LCD-OLinuXino bridge panel driver. The
panel is used with different LCDs (currently from 480x272 to 1280x800).
Small EEPROM chip is used for identification, which holds some
factory data and timing requirements.
Signed-off-by: Stefan Mavrodiev
---
.../display/panel
25 matches
Mail list logo