netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Frank Li <lznuaa@gmail.com>
To: Fabio Estevam <festevam@gmail.com>
Cc: David Miller <davem@davemloft.net>,
	kernel@pengutronix.de,
	"Frank.Li@freescale.com" <Frank.Li@freescale.com>,
	Shawn Guo <shawn.guo@linaro.org>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: Re: [PATCH 0/6] fec: Improve resources handling
Date: Mon, 22 Jul 2013 12:21:58 +0800	[thread overview]
Message-ID: <CAHrpEqTq=B97DJTEbdFQt_aqUAe-FHzoZbfeHQtjdzDoZbKzTw@mail.gmail.com> (raw)
In-Reply-To: <1374423904-2668-1-git-send-email-festevam@gmail.com>

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

>
> --
> 1.8.1.2
>
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" 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-07-22  4:22 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 ` Frank Li [this message]
2013-07-22 23:51   ` [PATCH 0/6] fec: Improve resources handling David Miller

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='CAHrpEqTq=B97DJTEbdFQt_aqUAe-FHzoZbfeHQtjdzDoZbKzTw@mail.gmail.com' \
    --to=lznuaa@gmail.com \
    --cc=Frank.Li@freescale.com \
    --cc=davem@davemloft.net \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --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).