netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: lznuaa@gmail.com
Cc: festevam@gmail.com, kernel@pengutronix.de,
	Frank.Li@freescale.com, shawn.guo@linaro.org,
	netdev@vger.kernel.org
Subject: Re: [PATCH 0/6] fec: Improve resources handling
Date: Mon, 22 Jul 2013 16:51:40 -0700 (PDT)	[thread overview]
Message-ID: <20130722.165140.863613697980137078.davem@davemloft.net> (raw)
In-Reply-To: <CAHrpEqTq=B97DJTEbdFQt_aqUAe-FHzoZbfeHQtjdzDoZbKzTw@mail.gmail.com>

From: Frank Li <lznuaa@gmail.com>
Date: Mon, 22 Jul 2013 12:21:58 +0800

> 2013/7/22 Fabio Estevam <festevam@gmail.com>:
>> This series improves clock handling in the driver by not enabling/disabling
>> the optional ptp and enet_out clocks unconditionally, check for the return value
>> of clk_prepare_enable and also handle clk_ptp in suspend/resume.
>>
>> Remove an unneeded check in platform_get_resource() and also use
>> devm_request_irq() that can help to simplify the code.
>>
>> Fabio Estevam (6):
>>   fec: Do not enable/disable optional clocks unconditionally
>>   fec: Fix the order for enabling/disabling the clocks
>>   fec: Enable/disable clk_ptp in suspend/resume
>>   fec: Check the return value from clk_prepare_enable()
>>   fec: Remove unneeded check in platform_get_resource()
>>   fec: Use devm_request_irq()
>>
>>  drivers/net/ethernet/freescale/fec_main.c | 110 ++++++++++++++++++++----------
>>  1 file changed, 73 insertions(+), 37 deletions(-)
> 
> Acked

Series applied to net-next, thanks.

      reply	other threads:[~2013-07-22 23:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-21 16:24 [PATCH 0/6] fec: Improve resources handling Fabio Estevam
2013-07-21 16:24 ` [PATCH 1/6] fec: Do not enable/disable optional clocks unconditionally Fabio Estevam
2013-07-21 16:25 ` [PATCH 2/6] fec: Fix the order for enabling/disabling the clocks Fabio Estevam
2013-07-21 16:25 ` [PATCH 3/6] fec: Enable/disable clk_ptp in suspend/resume Fabio Estevam
2013-07-21 16:25 ` [PATCH 4/6] fec: Check the return value from clk_prepare_enable() Fabio Estevam
2013-07-21 16:25 ` [PATCH 5/6] fec: Remove unneeded check in platform_get_resource() Fabio Estevam
2013-07-21 16:25 ` [PATCH 6/6] fec: Use devm_request_irq() Fabio Estevam
2013-07-22  4:21 ` [PATCH 0/6] fec: Improve resources handling Frank Li
2013-07-22 23:51   ` David Miller [this message]

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=20130722.165140.863613697980137078.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=Frank.Li@freescale.com \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=lznuaa@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=shawn.guo@linaro.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).