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


Groups > linux.kernel > #1351653

Re: [PATCH 0/2] [media] exynos4-is: Trivial fixes for DT port/endpoint parse logic

From Javier Martinez Canillas <javier@osg.samsung.com>
Newsgroups linux.kernel
Subject Re: [PATCH 0/2] [media] exynos4-is: Trivial fixes for DT port/endpoint parse logic
Date 2016-03-07 15:40 +0100
Message-ID <ra4ug-42s-69@gated-at.bofh.it> (permalink)
References <r94wi-3Jm-11@gated-at.bofh.it> <r9cau-Ll-21@gated-at.bofh.it> <r9ZEe-Y3-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hello Sylwester,

On 03/07/2016 06:24 AM, Sylwester Nawrocki wrote:
> Hi Javier, Krzysztof,
> 
> On 03/05/2016 05:35 AM, Krzysztof Kozlowski wrote:
>> 2016-03-05 5:20 GMT+09:00 Javier Martinez Canillas <javier@osg.samsung.com>:
>>>> Hello,
>>>>
>>>> This series have two trivial fixes for issues that I noticed while
>>>> reading as a reference the driver's functions that parse the graph
>>>> port and endpoints nodes.
>>>>
>>>> It was only compile tested because I don't have access to a Exynos4
>>>> hardware to test the DT parsing, but the patches are very simple.
>>
>> Not directly related, but similar: my previous two patches for missing
>> of_node_put [0] are unfortunately still waiting. Although I have
>> Exynos4 boards, but I don't have infrastructure/scripts to test it.
>>
>> Best regards,
>> Krzysztof
>>

I've reviewed Krzysztof and looks good to me.

>> [0] https://patchwork.linuxtv.org/patch/32707/
> 
> Thanks for the patches, I've delegated them to myself and I'm going to
> review/apply them this week.
>

Thanks, I just noticed another similar issue in the driver now and is
that fimc_is_parse_sensor_config() uses the same struct device_node *
for looking up the I2C sensor, port and endpoint and thus not doing a
of_node_put() for all the nodes on the error path.

I think the right fix is to have a separate struct device_node * for
each so their reference counter cand be incremented and decremented.

> --
> Regards,
> Sylwester
> 

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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] [media] exynos4-is: Trivial fixes for DT port/endpoint parse logic Javier Martinez Canillas <javier@osg.samsung.com> - 2016-03-04 21:30 +0100
  [PATCH 1/2] [media] exynos4-is: Put node before s5pcsis_parse_dt() return error Javier Martinez Canillas <javier@osg.samsung.com> - 2016-03-04 21:30 +0100
  Re: [PATCH 0/2] [media] exynos4-is: Trivial fixes for DT  port/endpoint parse logic Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-03-05 05:40 +0100
    Re: [PATCH 0/2] [media] exynos4-is: Trivial fixes for DT port/endpoint  parse logic Sylwester Nawrocki <s.nawrocki@samsung.com> - 2016-03-07 10:30 +0100
      Re: [PATCH 0/2] [media] exynos4-is: Trivial fixes for DT  port/endpoint parse logic Javier Martinez Canillas <javier@osg.samsung.com> - 2016-03-07 15:40 +0100
        Re: [PATCH 0/2] [media] exynos4-is: Trivial fixes for DT port/endpoint  parse logic Sylwester Nawrocki <s.nawrocki@samsung.com> - 2016-03-11 14:10 +0100
          Re: [PATCH 0/2] [media] exynos4-is: Trivial fixes for DT  port/endpoint parse logic Javier Martinez Canillas <javier@dowhile0.org> - 2016-03-11 15:40 +0100

csiph-web