All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomasz Figa <t.figa@samsung.com>
To: Yadwinder Singh Brar <yadi.brar01@gmail.com>
Cc: Vikas Sajjan <vikas.sajjan@linaro.org>,
	linux-samsung-soc@vger.kernel.org, dianders@chromium.org,
	kgene.kim@samsung.com, mturquette@linaro.org,
	thomas.abraham@linaro.org
Subject: Re: [RESEND PATCH 0/5] Add generic set_rate clk_ops for PLL35XX and PLL36XX for samsung SoCs
Date: Fri, 24 May 2013 12:08:18 +0200	[thread overview]
Message-ID: <2190833.1fWNPGSC64@amdc1227> (raw)
In-Reply-To: <CAKew6eWTrRsZP3w88_RTgZ-fz2Bxk2442=zicwdhOitMytgi6Q@mail.gmail.com>

Hi Yadwinder,

On Friday 24 of May 2013 15:30:58 Yadwinder Singh Brar wrote:
> 
> 
> Hi Tomasz,
> 
> 
> All the patches are delivered properly in 2nd attempt to linux-samsung-soc 
mailing list as seen bellow:

Sure, they are delivered to this mailing list, but don't have any other 
recpients, which makes it impossible to properly reply to them.

> http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg18357.html
> http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg18362.html
> http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg18358.html
> http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg18359.html
> http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg18360.html
> http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg18361.html
> 
> 
> Please let me know if you still want us to resend series again 3rd time.

Please resend the series again with all the necessary recipients, including 
this list, linux-arm-kernel list and all the applicable people on CC.

Also please do _not_ send HTML messages to mailing lists. Only plain text is 
accepted on most of them and even some people block HTML messages, since most 
of the SPAM is sent as HTML.

See http://vger.kernel.org/majordomo-info.html for general rules of lists at 
vger.kernel.org .

Best regards,
Tomasz

> Regards,
> 
> Yadwinder
> 
> 
> 
> 
> 
> 
> 
> 
> 
> On Fri, May 24, 2013 at 2:57 PM, Tomasz Figa <t.figa@samsung.com> wrote:
> 
> Hi,
> 
> 
> On Friday 24 of May 2013 11:25:14 Vikas Sajjan wrote:
> > This patch series does the following:
> >
> >  1) Factors out possible common code, unifies the clk strutures used
> >     for PLL35XX & PLL36XX and usues clk->base instead of clk->con0
> >
> >  2) Defines a common rate_table which will contain recommended p, m, s and 
k
> > values for supported rates that needs to be changed for changing
> > corresponding PLL's rate
> >
> >  3) Adds set_rate() and round_rate() clk_ops for PLL35XX and PLL36XXX
> >
> > Is rebased on branch kgene's "for-next"
> > https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h=
> > for-next
> >
> > And tested these patch on chromebook for EPLL settings for Audio on our
> > chrome tree.
> >
> > Vikas Sajjan (2):
> >   clk: samsung: Add set_rate() clk_ops for PLL36XX
> >   clk: samsung: Add EPLL and VPLL freq table for exynos5250 SoC
> >
> > Yadwinder Singh Brar (3):
> >   clk: samsung: Use clk->base instead of directly using clk->con0 for
> >     PLL3XXX
> >   clk: samsung: Add support to register rate_table for PLL3XXX
> >   clk: samsung: Add set_rate() clk_ops for PLL35XX
> >
> >  drivers/clk/samsung/clk-exynos4.c    |   10 +-
> >  drivers/clk/samsung/clk-exynos5250.c |   29 +++-
> >  drivers/clk/samsung/clk-pll.c        |  243
> > ++++++++++++++++++++++++++++++---- drivers/clk/samsung/clk-pll.h        |
> > 27 +++-
> >  4 files changed, 272 insertions(+), 37 deletions(-)
> 
> 
> Could you please send the series properly, with all patches arriving to all
> necessary mailing lists and with all important people on CC?
> 
> This and your previous attempts fail to meet this requirement, making it
> impossible to properly review and comment the patches.
> 
> Also please add linux-arm-kernel@lists.infradead.org , as it is the primary
> list for sending clock-related patches (see the MAINTAINERS file).
> 
> Best regards,
> --
> Tomasz Figa
> Linux Kernel Developer
> Samsung R&D Institute Poland
> Samsung Electronics
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" 
in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 
> 
> 
> 
> 

  parent reply	other threads:[~2013-05-24 10:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-24  5:55 [RESEND PATCH 0/5] Add generic set_rate clk_ops for PLL35XX and PLL36XX for samsung SoCs Vikas Sajjan
2013-05-24  5:55 ` [RESEND PATCH 1/5] clk: samsung: Use clk->base instead of directly using clk->con0 for PLL3xxx Vikas Sajjan
2013-05-24  5:55 ` [RESEND PATCH 2/5] clk: samsung: Add support to register rate_table " Vikas Sajjan
2013-05-24  5:55 ` [RESEND PATCH 3/5] clk: samsung: Add set_rate() clk_ops for PLL35xx Vikas Sajjan
2013-05-24  5:55 ` [RESEND PATCH 4/5] clk: samsung: Add set_rate() clk_ops for PLL36xx Vikas Sajjan
2013-05-24  5:55 ` [RESEND PATCH 5/5] clk: samsung: Add EPLL and VPLL freq table for exynos5250 SoC Vikas Sajjan
2013-05-24  9:27 ` [RESEND PATCH 0/5] Add generic set_rate clk_ops for PLL35XX and PLL36XX for samsung SoCs Tomasz Figa
     [not found]   ` <CAKew6eWTrRsZP3w88_RTgZ-fz2Bxk2442=zicwdhOitMytgi6Q@mail.gmail.com>
2013-05-24 10:08     ` Tomasz Figa [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-05-24 10:31 Vikas Sajjan
2013-05-24 10:31 ` Vikas Sajjan

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=2190833.1fWNPGSC64@amdc1227 \
    --to=t.figa@samsung.com \
    --cc=dianders@chromium.org \
    --cc=kgene.kim@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=mturquette@linaro.org \
    --cc=thomas.abraham@linaro.org \
    --cc=vikas.sajjan@linaro.org \
    --cc=yadi.brar01@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.