All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kishon Vijay Abraham I <kishon@ti.com>
To: Jingoo Han <jg1.han@samsung.com>
Cc: linux-usb@vger.kernel.org,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Felipe Balbi <balbi@ti.com>, Arnd Bergmann <arnd@arndb.de>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org,
	Tony Lindgren <tony@atomide.com>,
	Grant Likely <grant.likely@secretlab.ca>,
	Rob Herring <rob.herring@calxeda.com>,
	'Rob Landley' <rob@landley.net>,
	Russell King <linux@arm.linux.org.uk>,
	'Benoit Cousson' <benoit.cousson@linaro.org>,
	Mauro Carvalho Chehab <mchehab@redhat.com>,
	'Cesar Eduardo Barros' <cesarb@cesarb.net>,
	"David S. Miller" <davem@davemloft.net>,
	'Rajendra Nayak' <rnayak@ti.com>,
	Shawn Guo <shawn.guo@linaro.org>,
	'Santosh Shilimkar' <santosh.shilimkar@ti.com>,
	devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org,
	Sekhar Nori <nsekhar@ti.com>, Balaji T K <balajitk@ti.com>,
	'George Cherian'
Subject: Re: [PATCH v9 1/8] drivers: phy: add generic PHY framework
Date: Fri, 28 Jun 2013 10:45:58 +0530	[thread overview]
Message-ID: <51CD1C0E.5030000@ti.com> (raw)
In-Reply-To: <000d01ce73af$62a95a60$27fc0f20$@samsung.com>

On Friday 28 June 2013 08:57 AM, Jingoo Han wrote:
> On Wed, 26 Jun 2013 17:17:29 +0530, Kishon Vijay Abraham Iwrote:
>> The PHY framework provides a set of APIs for the PHY drivers to
>> create/destroy a PHY and APIs for the PHY users to obtain a reference to the
>> PHY with or without using phandle. For dt-boot, the PHY drivers should
>> also register *PHY provider* with the framework.
>>
>> PHY drivers should create the PHY by passing id and ops like init, exit,
>> power_on and power_off. This framework is also pm runtime enabled.
>>
>> The documentation for the generic PHY framework is added in
>> Documentation/phy.txt and the documentation for dt binding can be found at
>> Documentation/devicetree/bindings/phy/phy-bindings.txt
>>
>> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
>> Tested-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
>
> Tested-by: Jingoo Han <jg1.han@samsung.com>
>
> It looks great to me!
>
> I tested this General PHY framework with Exynos5250 eDP.
> It works properly.

Thanks for testing this :-)

> I will share the patch 'Generic PHY driver for the Exynos SoC DP PHY', soon.
> Thanks.

Cool.

Thanks
Kishon

WARNING: multiple messages have this Message-ID (diff)
From: kishon@ti.com (Kishon Vijay Abraham I)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v9 1/8] drivers: phy: add generic PHY framework
Date: Fri, 28 Jun 2013 10:45:58 +0530	[thread overview]
Message-ID: <51CD1C0E.5030000@ti.com> (raw)
In-Reply-To: <000d01ce73af$62a95a60$27fc0f20$@samsung.com>

On Friday 28 June 2013 08:57 AM, Jingoo Han wrote:
> On Wed, 26 Jun 2013 17:17:29 +0530, Kishon Vijay Abraham Iwrote:
>> The PHY framework provides a set of APIs for the PHY drivers to
>> create/destroy a PHY and APIs for the PHY users to obtain a reference to the
>> PHY with or without using phandle. For dt-boot, the PHY drivers should
>> also register *PHY provider* with the framework.
>>
>> PHY drivers should create the PHY by passing id and ops like init, exit,
>> power_on and power_off. This framework is also pm runtime enabled.
>>
>> The documentation for the generic PHY framework is added in
>> Documentation/phy.txt and the documentation for dt binding can be found at
>> Documentation/devicetree/bindings/phy/phy-bindings.txt
>>
>> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
>> Tested-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
>
> Tested-by: Jingoo Han <jg1.han@samsung.com>
>
> It looks great to me!
>
> I tested this General PHY framework with Exynos5250 eDP.
> It works properly.

Thanks for testing this :-)

> I will share the patch 'Generic PHY driver for the Exynos SoC DP PHY', soon.
> Thanks.

Cool.

Thanks
Kishon

WARNING: multiple messages have this Message-ID (diff)
From: Kishon Vijay Abraham I <kishon@ti.com>
To: Jingoo Han <jg1.han@samsung.com>
Cc: <linux-usb@vger.kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Felipe Balbi <balbi@ti.com>, Arnd Bergmann <arnd@arndb.de>,
	Andrew Morton <akpm@linux-foundation.org>,
	<linux-omap@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	Tony Lindgren <tony@atomide.com>,
	Grant Likely <grant.likely@secretlab.ca>,
	Rob Herring <rob.herring@calxeda.com>,
	"'Rob Landley'" <rob@landley.net>,
	Russell King <linux@arm.linux.org.uk>,
	"'Benoit Cousson'" <benoit.cousson@linaro.org>,
	Mauro Carvalho Chehab <mchehab@redhat.com>,
	"'Cesar Eduardo Barros'" <cesarb@cesarb.net>,
	"David S. Miller" <davem@davemloft.net>,
	"'Rajendra Nayak'" <rnayak@ti.com>,
	Shawn Guo <shawn.guo@linaro.org>,
	"'Santosh Shilimkar'" <santosh.shilimkar@ti.com>,
	<devicetree-discuss@lists.ozlabs.org>,
	<linux-doc@vger.kernel.org>, Sekhar Nori <nsekhar@ti.com>,
	Balaji T K <balajitk@ti.com>,
	"'George Cherian'" <george.cherian@ti.com>,
	<linux-arm-kernel@lists.infradead.org>,
	Sylwester Nawrocki <s.nawrocki@samsung.com>
Subject: Re: [PATCH v9 1/8] drivers: phy: add generic PHY framework
Date: Fri, 28 Jun 2013 10:45:58 +0530	[thread overview]
Message-ID: <51CD1C0E.5030000@ti.com> (raw)
In-Reply-To: <000d01ce73af$62a95a60$27fc0f20$@samsung.com>

On Friday 28 June 2013 08:57 AM, Jingoo Han wrote:
> On Wed, 26 Jun 2013 17:17:29 +0530, Kishon Vijay Abraham Iwrote:
>> The PHY framework provides a set of APIs for the PHY drivers to
>> create/destroy a PHY and APIs for the PHY users to obtain a reference to the
>> PHY with or without using phandle. For dt-boot, the PHY drivers should
>> also register *PHY provider* with the framework.
>>
>> PHY drivers should create the PHY by passing id and ops like init, exit,
>> power_on and power_off. This framework is also pm runtime enabled.
>>
>> The documentation for the generic PHY framework is added in
>> Documentation/phy.txt and the documentation for dt binding can be found at
>> Documentation/devicetree/bindings/phy/phy-bindings.txt
>>
>> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
>> Tested-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
>
> Tested-by: Jingoo Han <jg1.han@samsung.com>
>
> It looks great to me!
>
> I tested this General PHY framework with Exynos5250 eDP.
> It works properly.

Thanks for testing this :-)

> I will share the patch 'Generic PHY driver for the Exynos SoC DP PHY', soon.
> Thanks.

Cool.

Thanks
Kishon

  reply	other threads:[~2013-06-28  5:15 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-28  3:27 [PATCH v9 1/8] drivers: phy: add generic PHY framework Jingoo Han
2013-06-28  3:27 ` Jingoo Han
2013-06-28  5:15 ` Kishon Vijay Abraham I [this message]
2013-06-28  5:15   ` Kishon Vijay Abraham I
2013-06-28  5:15   ` Kishon Vijay Abraham I
  -- strict thread matches above, loose matches on Subject: below --
2013-06-26 11:47 [PATCH v9 0/8] Generic PHY Framework Kishon Vijay Abraham I
     [not found] ` <1372247257-30186-1-git-send-email-kishon-l0cyMroinI0@public.gmane.org>
2013-06-26 11:47   ` [PATCH v9 1/8] drivers: phy: add generic PHY framework Kishon Vijay Abraham I
2013-06-26 11:47     ` Kishon Vijay Abraham I
2013-06-26 11:47     ` Kishon Vijay Abraham I
2013-06-26 12:10     ` Felipe Balbi
2013-06-26 12:10       ` Felipe Balbi
2013-06-26 12:10       ` Felipe Balbi
2013-07-17  6:29     ` Greg KH
2013-07-17  6:29       ` Greg KH
2013-07-17  9:32       ` Kishon Vijay Abraham I
2013-07-17  9:32         ` Kishon Vijay Abraham I
2013-07-17  9:32         ` Kishon Vijay Abraham I
2013-07-17 17:25         ` Greg KH
2013-07-17 17:25           ` Greg KH
2013-07-18  6:03           ` Kishon Vijay Abraham I
2013-07-18  6:03             ` Kishon Vijay Abraham I
2013-07-18  6:03             ` Kishon Vijay Abraham I
2013-07-18  6:24             ` Greg KH
2013-07-18  6:24               ` Greg KH
2013-07-18  6:27               ` Kishon Vijay Abraham I
2013-07-18  6:27                 ` Kishon Vijay Abraham I
2013-07-18  6:27                 ` 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=51CD1C0E.5030000@ti.com \
    --to=kishon@ti.com \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=balajitk@ti.com \
    --cc=balbi@ti.com \
    --cc=benoit.cousson@linaro.org \
    --cc=cesarb@cesarb.net \
    --cc=davem@davemloft.net \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=grant.likely@secretlab.ca \
    --cc=gregkh@linuxfoundation.org \
    --cc=jg1.han@samsung.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mchehab@redhat.com \
    --cc=nsekhar@ti.com \
    --cc=rnayak@ti.com \
    --cc=rob.herring@calxeda.com \
    --cc=rob@landley.net \
    --cc=santosh.shilimkar@ti.com \
    --cc=shawn.guo@linaro.org \
    --cc=tony@atomide.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.