All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
To: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: plagnioj@jcrosoft.com, pali.rohar@gmail.com, pavel@ucw.cz,
	linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Ivaylo Dimitrov <freemangordon@abv.bg>,
	Aaro Koskinen <aaro.koskinen@iki.fi>
Subject: Re: [PATCH v2] ARM: OMAPFB: panel-sony-acx565akm: fix missing mutex unlocks
Date: Fri, 25 Dec 2015 15:29:23 +0200	[thread overview]
Message-ID: <567D44B3.6090309@gmail.com> (raw)
In-Reply-To: <52D3BE08.9040508@ti.com>


Hi Tomi,

On 13.01.2014 12:20, Tomi Valkeinen wrote:
> On 2014-01-11 11:39, Ivaylo Dimitrov wrote:
>
>> The patch does not apply cleanly on top of rc7, however I applied it by
>> hand. So far it seems it fixes the issue brought by
>> c37dd677988ca50bc8bc60ab5ab053720583c168, though I didn't test if
>> mutex_lock/mutex_unlock are complementary in every code path (at least
>> not explicitly, I guess maemo is doing it for us anyway :) ).
>
> Ok, thanks.
>
>> So, shall I send a patch incorporating your code changes, or you will do
>> it?
>
> I can handle it.
>
>   Tomi
>
>

I still don't see those fixes in mainline, shall I send a patch?

Ivo

WARNING: multiple messages have this Message-ID (diff)
From: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
To: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: plagnioj@jcrosoft.com, pali.rohar@gmail.com, pavel@ucw.cz,
	linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Ivaylo Dimitrov <freemangordon@abv.bg>,
	Aaro Koskinen <aaro.koskinen@iki.fi>
Subject: Re: [PATCH v2] ARM: OMAPFB: panel-sony-acx565akm: fix missing mutex unlocks
Date: Fri, 25 Dec 2015 13:29:23 +0000	[thread overview]
Message-ID: <567D44B3.6090309@gmail.com> (raw)
In-Reply-To: <52D3BE08.9040508@ti.com>


Hi Tomi,

On 13.01.2014 12:20, Tomi Valkeinen wrote:
> On 2014-01-11 11:39, Ivaylo Dimitrov wrote:
>
>> The patch does not apply cleanly on top of rc7, however I applied it by
>> hand. So far it seems it fixes the issue brought by
>> c37dd677988ca50bc8bc60ab5ab053720583c168, though I didn't test if
>> mutex_lock/mutex_unlock are complementary in every code path (at least
>> not explicitly, I guess maemo is doing it for us anyway :) ).
>
> Ok, thanks.
>
>> So, shall I send a patch incorporating your code changes, or you will do
>> it?
>
> I can handle it.
>
>   Tomi
>
>

I still don't see those fixes in mainline, shall I send a patch?

Ivo

  reply	other threads:[~2015-12-25 13:29 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-30 16:17 [PATCH] ARM: OMAPFB: panel-sony-acx565akm: fix missing mutex unlocks Ivaylo Dimitrov
2013-12-30 16:17 ` Ivaylo Dimitrov
2014-01-04 12:51 ` Pavel Machek
2014-01-04 12:51   ` Pavel Machek
2014-01-05 12:58   ` Ivaylo Dimitrov
2014-01-05 12:58     ` Ivaylo Dimitrov
2014-01-05 13:13     ` [PATCH v2] " Ivaylo Dimitrov
2014-01-05 13:13       ` Ivaylo Dimitrov
2014-01-10 10:56       ` Tomi Valkeinen
2014-01-10 10:56         ` Tomi Valkeinen
2014-01-10 10:56         ` Tomi Valkeinen
2014-01-11  9:39         ` Ivaylo Dimitrov
2014-01-11  9:39           ` Ivaylo Dimitrov
2014-01-13 10:20           ` Tomi Valkeinen
2014-01-13 10:20             ` Tomi Valkeinen
2014-01-13 10:20             ` Tomi Valkeinen
2015-12-25 13:29             ` Ivaylo Dimitrov [this message]
2015-12-25 13:29               ` Ivaylo Dimitrov
2015-12-29  7:46               ` Tomi Valkeinen
2015-12-29  7:46                 ` Tomi Valkeinen
2015-12-29  7:46                 ` Tomi Valkeinen
2016-01-01 12:25                 ` Ivaylo Dimitrov
2016-01-01 12:25                   ` Ivaylo Dimitrov
  -- strict thread matches above, loose matches on Subject: below --
2013-11-06 21:24 [PATCH] ARM: OMAPFB: panel-sony-acx565akm: fix bad unlock balance Aaro Koskinen
2013-11-06 21:24 ` Aaro Koskinen
2013-11-11 13:37 ` Tomi Valkeinen
2013-11-11 13:37   ` Tomi Valkeinen
2013-11-11 18:37   ` Aaro Koskinen
2013-11-11 18:37     ` Aaro Koskinen
2013-12-06 12:55 ` [PATCH] ARM: OMAPFB: panel-sony-acx565akm: fix missing unlock in acx565akm_panel_power_on() Wei Yongjun
2013-12-06 12:55   ` Wei Yongjun
2013-12-11 14:29   ` Tomi Valkeinen
2013-12-11 14:29     ` Tomi Valkeinen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=567D44B3.6090309@gmail.com \
    --to=ivo.g.dimitrov.75@gmail.com \
    --cc=aaro.koskinen@iki.fi \
    --cc=freemangordon@abv.bg \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=pali.rohar@gmail.com \
    --cc=pavel@ucw.cz \
    --cc=plagnioj@jcrosoft.com \
    --cc=tomi.valkeinen@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.