All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pankaj Dubey <pankaj.dubey@samsung.com>
To: 'Tomasz Figa' <tomasz.figa@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: kgene.kim@samsung.com, s.nawrocki@samsung.com,
	mturquette@linaro.org, 'Chander Kashyap' <k.chander@samsung.com>,
	'Abhilash Kesavan' <a.kesavan@samsung.com>
Subject: RE: [PATCH] clk: samsung: exynos5260: fix typo in clock name
Date: Fri, 12 Sep 2014 14:57:04 +0530	[thread overview]
Message-ID: <000e01cfce6b$bf538ca0$3dfaa5e0$@samsung.com> (raw)
In-Reply-To: <54122962.5020903@gmail.com>

Hi Tomasz,

> -----Original Message-----
> From: Tomasz Figa [mailto:tomasz.figa@gmail.com]
> Sent: Friday, September 12, 2014 4:30 AM
> To: Pankaj Dubey; linux-arm-kernel@lists.infradead.org; linux-samsung-
> soc@vger.kernel.org; linux-kernel@vger.kernel.org
> Cc: kgene.kim@samsung.com; s.nawrocki@samsung.com; mturquette@linaro.org;
> Chander Kashyap; Abhilash Kesavan
> Subject: Re: [PATCH] clk: samsung: exynos5260: fix typo in clock name
> 
> Hi Pankaj,
> 
> On 10.09.2014 07:56, Pankaj Dubey wrote:
> > From: Chander Kashyap <k.chander@samsung.com>
> >
> > The parent name added in parent list as
> > mout_phyclk_mipi_dphy_4l_m_txbyte_clkhs_p, is different than the
> > defined parent due to typo.
> >
> > Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
> > Signed-off-by: Chander Kashyap <k.chander@samsung.com>

Please add my sign-off as 

Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>

> 
> Missed your sign-off? You can reply with it inline and I will add it when
applying this
> weekend.
> 
> P.S. Please keep me on CC when sending patches for Samsung clock drivers.
> 
> Best regards,
> Tomasz

WARNING: multiple messages have this Message-ID (diff)
From: pankaj.dubey@samsung.com (Pankaj Dubey)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] clk: samsung: exynos5260: fix typo in clock name
Date: Fri, 12 Sep 2014 14:57:04 +0530	[thread overview]
Message-ID: <000e01cfce6b$bf538ca0$3dfaa5e0$@samsung.com> (raw)
In-Reply-To: <54122962.5020903@gmail.com>

Hi Tomasz,

> -----Original Message-----
> From: Tomasz Figa [mailto:tomasz.figa at gmail.com]
> Sent: Friday, September 12, 2014 4:30 AM
> To: Pankaj Dubey; linux-arm-kernel at lists.infradead.org; linux-samsung-
> soc at vger.kernel.org; linux-kernel at vger.kernel.org
> Cc: kgene.kim at samsung.com; s.nawrocki at samsung.com; mturquette at linaro.org;
> Chander Kashyap; Abhilash Kesavan
> Subject: Re: [PATCH] clk: samsung: exynos5260: fix typo in clock name
> 
> Hi Pankaj,
> 
> On 10.09.2014 07:56, Pankaj Dubey wrote:
> > From: Chander Kashyap <k.chander@samsung.com>
> >
> > The parent name added in parent list as
> > mout_phyclk_mipi_dphy_4l_m_txbyte_clkhs_p, is different than the
> > defined parent due to typo.
> >
> > Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
> > Signed-off-by: Chander Kashyap <k.chander@samsung.com>

Please add my sign-off as 

Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>

> 
> Missed your sign-off? You can reply with it inline and I will add it when
applying this
> weekend.
> 
> P.S. Please keep me on CC when sending patches for Samsung clock drivers.
> 
> Best regards,
> Tomasz

  parent reply	other threads:[~2014-09-12  9:24 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-10  5:56 [PATCH] clk: samsung: exynos5260: fix typo in clock name Pankaj Dubey
2014-09-10  5:56 ` Pankaj Dubey
2014-09-10  7:58 ` Krzysztof Kozłowski
2014-09-10  7:58   ` Krzysztof Kozłowski
2014-09-11 22:59 ` Tomasz Figa
2014-09-11 22:59   ` Tomasz Figa
2014-09-12  3:53   ` Pankaj Dubey
2014-09-12  3:53     ` Pankaj Dubey
2014-09-12  9:27   ` Pankaj Dubey [this message]
2014-09-12  9:27     ` Pankaj Dubey
2014-09-22  4:55   ` Pankaj Dubey
2014-09-22  4:55     ` Pankaj Dubey
2014-09-22  8:38     ` Tomasz Figa
2014-09-22  8:38       ` Tomasz Figa

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='000e01cfce6b$bf538ca0$3dfaa5e0$@samsung.com' \
    --to=pankaj.dubey@samsung.com \
    --cc=a.kesavan@samsung.com \
    --cc=k.chander@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=mturquette@linaro.org \
    --cc=s.nawrocki@samsung.com \
    --cc=tomasz.figa@gmail.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.