Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1398526 > unrolled thread

[PATCH 1/2] ARM: exynos_defconfig: Enable MFC driver as module

Started byJavier Martinez Canillas <javier@osg.samsung.com>
First post2016-05-10 23:10 +0200
Last post2016-05-11 14:20 +0200
Articles 6 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 1/2] ARM: exynos_defconfig: Enable MFC driver as module Javier Martinez Canillas <javier@osg.samsung.com> - 2016-05-10 23:10 +0200
    [PATCH 2/2] ARM: multi_v7_defconfig: Enable Exynos MFC driver as module Javier Martinez Canillas <javier@osg.samsung.com> - 2016-05-10 23:10 +0200
      Re: [PATCH 2/2] ARM: multi_v7_defconfig: Enable Exynos MFC driver as  module Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-05-11 08:30 +0200
        Re: [PATCH 2/2] ARM: multi_v7_defconfig: Enable Exynos MFC driver as  module Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-05-11 14:20 +0200
          Re: [PATCH 2/2] ARM: multi_v7_defconfig: Enable Exynos MFC driver as  module Javier Martinez Canillas <javier@osg.samsung.com> - 2016-05-11 14:20 +0200
        Re: [PATCH 2/2] ARM: multi_v7_defconfig: Enable Exynos MFC driver as  module Javier Martinez Canillas <javier@osg.samsung.com> - 2016-05-11 14:20 +0200

#1398526 — [PATCH 1/2] ARM: exynos_defconfig: Enable MFC driver as module

FromJavier Martinez Canillas <javier@osg.samsung.com>
Date2016-05-10 23:10 +0200
Subject[PATCH 1/2] ARM: exynos_defconfig: Enable MFC driver as module
Message-ID<rxn4K-2dm-11@gated-at.bofh.it>
Exynos SoCs have a Multi Format Video Hardware Codec (MFC) IP block that
can be used to {en,de}code video streams by hardware. Enable support for
its driver as a module so the MFC can be tested.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>

---

This patch depends on https://patchwork.kernel.org/patch/8970731/

 arch/arm/configs/exynos_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
index 0600818f0f2a..007c8eca407e 100644
--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@ -155,6 +155,7 @@ CONFIG_VIDEO_EXYNOS_FIMC_LITE=m
 CONFIG_VIDEO_EXYNOS4_FIMC_IS=m
 CONFIG_V4L_MEM2MEM_DRIVERS=y
 CONFIG_VIDEO_SAMSUNG_S5P_JPEG=m
+CONFIG_VIDEO_SAMSUNG_S5P_MFC=m
 CONFIG_DRM=y
 CONFIG_DRM_NXP_PTN3460=y
 CONFIG_DRM_PARADE_PS8622=y
-- 
2.5.5

[toc] | [next] | [standalone]


#1398530 — [PATCH 2/2] ARM: multi_v7_defconfig: Enable Exynos MFC driver as module

FromJavier Martinez Canillas <javier@osg.samsung.com>
Date2016-05-10 23:10 +0200
Subject[PATCH 2/2] ARM: multi_v7_defconfig: Enable Exynos MFC driver as module
Message-ID<rxn4K-2dm-25@gated-at.bofh.it>
In reply to#1398526
Exynos SoCs have a Multi Format Video Hardware Codec (MFC) IP block that
can be used to {en,de}code video streams by hardware. Enable support for
its driver as a module so the MFC can be tested.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>

---

This patch depends on https://patchwork.kernel.org/patch/8970711/

 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 2ba3f0cd2261..8086e9e13ff6 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -534,6 +534,7 @@ CONFIG_VIDEO_EXYNOS_FIMC_LITE=m
 CONFIG_VIDEO_EXYNOS4_FIMC_IS=m
 CONFIG_V4L_MEM2MEM_DRIVERS=y
 CONFIG_VIDEO_SAMSUNG_S5P_JPEG=m
+CONFIG_VIDEO_SAMSUNG_S5P_MFC=m
 CONFIG_VIDEO_RENESAS_JPU=m
 CONFIG_VIDEO_RENESAS_VSP1=m
 # CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
-- 
2.5.5

[toc] | [prev] | [next] | [standalone]


#1398712 — Re: [PATCH 2/2] ARM: multi_v7_defconfig: Enable Exynos MFC driver as module

FromKrzysztof Kozlowski <k.kozlowski@samsung.com>
Date2016-05-11 08:30 +0200
SubjectRe: [PATCH 2/2] ARM: multi_v7_defconfig: Enable Exynos MFC driver as module
Message-ID<rxvOG-2AY-5@gated-at.bofh.it>
In reply to#1398530
On 05/10/2016 11:07 PM, Javier Martinez Canillas wrote:
> Exynos SoCs have a Multi Format Video Hardware Codec (MFC) IP block that
> can be used to {en,de}code video streams by hardware. Enable support for
> its driver as a module so the MFC can be tested.
> 
> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
> 
> ---
> 
> This patch depends on https://patchwork.kernel.org/patch/8970711/
> 
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)


Both patches look good but only exynos_defconfig ended in Patchwork.
This one did not... because you forgot to Cc the samsung-soc list.

Best regards,
Krzysztod

[toc] | [prev] | [next] | [standalone]


#1399008 — Re: [PATCH 2/2] ARM: multi_v7_defconfig: Enable Exynos MFC driver as module

FromKrzysztof Kozlowski <k.kozlowski@samsung.com>
Date2016-05-11 14:20 +0200
SubjectRe: [PATCH 2/2] ARM: multi_v7_defconfig: Enable Exynos MFC driver as module
Message-ID<rxBho-86n-7@gated-at.bofh.it>
In reply to#1398712
On 05/11/2016 02:14 PM, Javier Martinez Canillas wrote:
> Hello Krzysztof,
> 
> On 05/11/2016 02:27 AM, Krzysztof Kozlowski wrote:
>> On 05/10/2016 11:07 PM, Javier Martinez Canillas wrote:
>>> Exynos SoCs have a Multi Format Video Hardware Codec (MFC) IP block that
>>> can be used to {en,de}code video streams by hardware. Enable support for
>>> its driver as a module so the MFC can be tested.
>>>
>>> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
>>>
>>> ---
>>>
>>> This patch depends on https://patchwork.kernel.org/patch/8970711/
>>>
>>>  arch/arm/configs/multi_v7_defconfig | 1 +
>>>  1 file changed, 1 insertion(+)
>>
>>
>> Both patches look good but only exynos_defconfig ended in Patchwork.
>> This one did not... because you forgot to Cc the samsung-soc list.
>>
> 
> Sigh, this time I used the cc list suggested by get_maintainers.pl and
> forgot to double check if was complete. I'll resend and cc samsung-soc.

No need. I found it on arm-kernel patchwork and I will apply it from there.

Best regards,
Krzysztof

[toc] | [prev] | [next] | [standalone]


#1399009 — Re: [PATCH 2/2] ARM: multi_v7_defconfig: Enable Exynos MFC driver as module

FromJavier Martinez Canillas <javier@osg.samsung.com>
Date2016-05-11 14:20 +0200
SubjectRe: [PATCH 2/2] ARM: multi_v7_defconfig: Enable Exynos MFC driver as module
Message-ID<rxBho-86n-13@gated-at.bofh.it>
In reply to#1399008
Hello Krzysztof,

On 05/11/2016 08:17 AM, Krzysztof Kozlowski wrote:
> On 05/11/2016 02:14 PM, Javier Martinez Canillas wrote:
>> Hello Krzysztof,
>>
>> On 05/11/2016 02:27 AM, Krzysztof Kozlowski wrote:
>>> On 05/10/2016 11:07 PM, Javier Martinez Canillas wrote:
>>>> Exynos SoCs have a Multi Format Video Hardware Codec (MFC) IP block that
>>>> can be used to {en,de}code video streams by hardware. Enable support for
>>>> its driver as a module so the MFC can be tested.
>>>>
>>>> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
>>>>
>>>> ---
>>>>
>>>> This patch depends on https://patchwork.kernel.org/patch/8970711/
>>>>
>>>>  arch/arm/configs/multi_v7_defconfig | 1 +
>>>>  1 file changed, 1 insertion(+)
>>>
>>>
>>> Both patches look good but only exynos_defconfig ended in Patchwork.
>>> This one did not... because you forgot to Cc the samsung-soc list.
>>>
>>
>> Sigh, this time I used the cc list suggested by get_maintainers.pl and
>> forgot to double check if was complete. I'll resend and cc samsung-soc.
> 
> No need. I found it on arm-kernel patchwork and I will apply it from there.
>

Great, thanks a lot for your help.
 
> Best regards,
> Krzysztof
> 

Best regards,
-- 
Javier Martinez Canillas
Open Source Group
Samsung Research America

[toc] | [prev] | [next] | [standalone]


#1399010 — Re: [PATCH 2/2] ARM: multi_v7_defconfig: Enable Exynos MFC driver as module

FromJavier Martinez Canillas <javier@osg.samsung.com>
Date2016-05-11 14:20 +0200
SubjectRe: [PATCH 2/2] ARM: multi_v7_defconfig: Enable Exynos MFC driver as module
Message-ID<rxBho-86n-9@gated-at.bofh.it>
In reply to#1398712
Hello Krzysztof,

On 05/11/2016 02:27 AM, Krzysztof Kozlowski wrote:
> On 05/10/2016 11:07 PM, Javier Martinez Canillas wrote:
>> Exynos SoCs have a Multi Format Video Hardware Codec (MFC) IP block that
>> can be used to {en,de}code video streams by hardware. Enable support for
>> its driver as a module so the MFC can be tested.
>>
>> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
>>
>> ---
>>
>> This patch depends on https://patchwork.kernel.org/patch/8970711/
>>
>>  arch/arm/configs/multi_v7_defconfig | 1 +
>>  1 file changed, 1 insertion(+)
> 
> 
> Both patches look good but only exynos_defconfig ended in Patchwork.
> This one did not... because you forgot to Cc the samsung-soc list.
>

Sigh, this time I used the cc list suggested by get_maintainers.pl and
forgot to double check if was complete. I'll resend and cc samsung-soc.
 
> Best regards,
> Krzysztod
> 

Best regards,
-- 
Javier Martinez Canillas
Open Source Group
Samsung Research America

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web