All of lore.kernel.org
 help / color / mirror / Atom feed
From: kishon@ti.com (Kishon Vijay Abraham I)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RESEND v10 1/4] PHY: Add function set_speed to generic PHY framework
Date: Tue, 25 Feb 2014 17:35:37 +0530	[thread overview]
Message-ID: <530C8711.4000600@ti.com> (raw)
In-Reply-To: <1393308882-3964-2-git-send-email-lho@apm.com>

Hi,

On Tuesday 25 February 2014 11:44 AM, Loc Ho wrote:
> This patch adds function set_speed to the generic PHY framework operation
> structure. This function can be called to instruct the PHY underlying layer
> at specified lane to configure for specified speed in hertz.
> 
> Signed-off-by: Loc Ho <lho@apm.com>
> ---
>  drivers/phy/phy-core.c  |   21 +++++++++++++++++++++
>  include/linux/phy/phy.h |    8 ++++++++
>  2 files changed, 29 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/phy/phy-core.c b/drivers/phy/phy-core.c
> index 645c867..44f2f63 100644
> --- a/drivers/phy/phy-core.c
> +++ b/drivers/phy/phy-core.c
> @@ -257,6 +257,27 @@ int phy_power_off(struct phy *phy)
>  }
>  EXPORT_SYMBOL_GPL(phy_power_off);
>  

missing function comment :-s

> +int phy_set_speed(struct phy *phy, int lane, u64 speed)
> +{

Thanks
Kishon

WARNING: multiple messages have this Message-ID (diff)
From: Kishon Vijay Abraham I <kishon@ti.com>
To: Loc Ho <lho@apm.com>, tj@kernel.org
Cc: devicetree@vger.kernel.org, arnd@arndb.de, jcm@redhat.com,
	patches@apm.com, linux-kernel@vger.kernel.org,
	ddutile@redhat.com, olof@lixom.net,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH RESEND v10 1/4] PHY: Add function set_speed to generic PHY framework
Date: Tue, 25 Feb 2014 17:35:37 +0530	[thread overview]
Message-ID: <530C8711.4000600@ti.com> (raw)
In-Reply-To: <1393308882-3964-2-git-send-email-lho@apm.com>

Hi,

On Tuesday 25 February 2014 11:44 AM, Loc Ho wrote:
> This patch adds function set_speed to the generic PHY framework operation
> structure. This function can be called to instruct the PHY underlying layer
> at specified lane to configure for specified speed in hertz.
> 
> Signed-off-by: Loc Ho <lho@apm.com>
> ---
>  drivers/phy/phy-core.c  |   21 +++++++++++++++++++++
>  include/linux/phy/phy.h |    8 ++++++++
>  2 files changed, 29 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/phy/phy-core.c b/drivers/phy/phy-core.c
> index 645c867..44f2f63 100644
> --- a/drivers/phy/phy-core.c
> +++ b/drivers/phy/phy-core.c
> @@ -257,6 +257,27 @@ int phy_power_off(struct phy *phy)
>  }
>  EXPORT_SYMBOL_GPL(phy_power_off);
>  

missing function comment :-s

> +int phy_set_speed(struct phy *phy, int lane, u64 speed)
> +{

Thanks
Kishon

WARNING: multiple messages have this Message-ID (diff)
From: Kishon Vijay Abraham I <kishon@ti.com>
To: Loc Ho <lho@apm.com>, <tj@kernel.org>
Cc: <olof@lixom.net>, <arnd@arndb.de>, <linux-kernel@vger.kernel.org>,
	<devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>, <ddutile@redhat.com>,
	<jcm@redhat.com>, <patches@apm.com>
Subject: Re: [PATCH RESEND v10 1/4] PHY: Add function set_speed to generic PHY framework
Date: Tue, 25 Feb 2014 17:35:37 +0530	[thread overview]
Message-ID: <530C8711.4000600@ti.com> (raw)
In-Reply-To: <1393308882-3964-2-git-send-email-lho@apm.com>

Hi,

On Tuesday 25 February 2014 11:44 AM, Loc Ho wrote:
> This patch adds function set_speed to the generic PHY framework operation
> structure. This function can be called to instruct the PHY underlying layer
> at specified lane to configure for specified speed in hertz.
> 
> Signed-off-by: Loc Ho <lho@apm.com>
> ---
>  drivers/phy/phy-core.c  |   21 +++++++++++++++++++++
>  include/linux/phy/phy.h |    8 ++++++++
>  2 files changed, 29 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/phy/phy-core.c b/drivers/phy/phy-core.c
> index 645c867..44f2f63 100644
> --- a/drivers/phy/phy-core.c
> +++ b/drivers/phy/phy-core.c
> @@ -257,6 +257,27 @@ int phy_power_off(struct phy *phy)
>  }
>  EXPORT_SYMBOL_GPL(phy_power_off);
>  

missing function comment :-s

> +int phy_set_speed(struct phy *phy, int lane, u64 speed)
> +{

Thanks
Kishon

  parent reply	other threads:[~2014-02-25 12:05 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-25  6:14 [PATCH RESEND v10 0/4] PHY: Add APM X-Gene SoC 15Gbps Multi-purpose PHY support Loc Ho
2014-02-25  6:14 ` Loc Ho
2014-02-25  6:14 ` Loc Ho
2014-02-25  6:14 ` [PATCH RESEND v10 1/4] PHY: Add function set_speed to generic PHY framework Loc Ho
2014-02-25  6:14   ` Loc Ho
2014-02-25  6:14   ` Loc Ho
2014-02-25  6:14   ` [PATCH RESEND v10 2/4] Documentation: Add APM X-Gene SoC 15Gbps Multi-purpose PHY driver binding documentation Loc Ho
2014-02-25  6:14     ` Loc Ho
2014-02-25  6:14     ` Loc Ho
2014-02-25  6:14     ` [PATCH RESEND v10 3/4] PHY: add APM X-Gene SoC 15Gbps Multi-purpose PHY driver Loc Ho
2014-02-25  6:14       ` Loc Ho
2014-02-26  9:42       ` Kishon Vijay Abraham I
2014-02-26  9:42         ` Kishon Vijay Abraham I
2014-02-26  9:42         ` Kishon Vijay Abraham I
2014-02-26 20:45         ` Loc Ho
2014-02-26 20:45           ` Loc Ho
2014-02-26 20:45           ` Loc Ho
2014-02-27  6:02           ` Kishon Vijay Abraham I
2014-02-27  6:02             ` Kishon Vijay Abraham I
2014-02-27  6:02             ` Kishon Vijay Abraham I
2014-02-27  6:25             ` Loc Ho
2014-02-27  6:25               ` Loc Ho
2014-02-27  6:25               ` Loc Ho
2014-02-27  6:34               ` Kishon Vijay Abraham I
2014-02-27  6:34                 ` Kishon Vijay Abraham I
2014-02-27  6:34                 ` Kishon Vijay Abraham I
2014-02-27  6:41                 ` Loc Ho
2014-02-27  6:41                   ` Loc Ho
2014-02-27  6:41                   ` Loc Ho
2014-02-27  6:47                   ` Kishon Vijay Abraham I
2014-02-27  6:47                     ` Kishon Vijay Abraham I
2014-02-27  6:47                     ` Kishon Vijay Abraham I
2014-02-27  6:42                 ` Kishon Vijay Abraham I
2014-02-27  6:42                   ` Kishon Vijay Abraham I
2014-02-27  6:42                   ` Kishon Vijay Abraham I
2014-02-25 13:51     ` [PATCH RESEND v10 2/4] Documentation: Add APM X-Gene SoC 15Gbps Multi-purpose PHY driver binding documentation Kishon Vijay Abraham I
2014-02-25 13:51       ` Kishon Vijay Abraham I
2014-02-25 13:51       ` Kishon Vijay Abraham I
2014-02-25 12:05   ` Kishon Vijay Abraham I [this message]
2014-02-25 12:05     ` [PATCH RESEND v10 1/4] PHY: Add function set_speed to generic PHY framework Kishon Vijay Abraham I
2014-02-25 12:05     ` Kishon Vijay Abraham I
2014-02-25 13:45     ` Tejun Heo
2014-02-25 13:45       ` Tejun Heo
2014-02-25 13:45       ` Tejun Heo
2014-02-25 13:50       ` Kishon Vijay Abraham I
2014-02-25 13:50         ` Kishon Vijay Abraham I
2014-02-25 13:50         ` Kishon Vijay Abraham I

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=530C8711.4000600@ti.com \
    --to=kishon@ti.com \
    --cc=linux-arm-kernel@lists.infradead.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 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.