All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sekhar Nori <nsekhar@ti.com>
To: David Lechner <david@lechnology.com>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Kevin Hilman <khilman@kernel.org>
Cc: Axel Haslam <ahaslam@baylibre.com>,
	Bartosz Golaszewski <bgolaszewski@baylibre.com.com>,
	<devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v8 2/3] ARM: davinci: da8xx: add usb phy clocks
Date: Tue, 1 Nov 2016 15:27:26 +0530	[thread overview]
Message-ID: <73e832b5-fbf1-63be-31ed-68a3c5d59282@ti.com> (raw)
In-Reply-To: <1477946841-16126-3-git-send-email-david@lechnology.com>

On Tuesday 01 November 2016 02:17 AM, David Lechner wrote:
> Up to this point, the USB phy clock configuration was handled manually in
> the board files and in the usb drivers. This adds proper clocks so that
> the usb drivers can use clk_get and clk_enable and not have to worry about
> the details. Also, the related code is removed from the board files and
> replaced with the new clock registration functions.
> 
> This also removes the #if IS_ENABLED(CONFIG_USB_MUSB_HDRC) around the musb
> declaration and renames the musb platform device so that we can reference
> it from the usb20 clock even if the musb device is not used.
> 
> Signed-off-by: David Lechner <david@lechnology.com>
> Signed-off-by: Axel Haslam <ahaslam@baylibre.com>

Applied to v4.10/soc

Thanks,
Sekhar

WARNING: multiple messages have this Message-ID (diff)
From: Sekhar Nori <nsekhar@ti.com>
To: David Lechner <david@lechnology.com>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Kevin Hilman <khilman@kernel.org>
Cc: Axel Haslam <ahaslam@baylibre.com>,
	Bartosz Golaszewski <bgolaszewski@baylibre.com.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v8 2/3] ARM: davinci: da8xx: add usb phy clocks
Date: Tue, 1 Nov 2016 15:27:26 +0530	[thread overview]
Message-ID: <73e832b5-fbf1-63be-31ed-68a3c5d59282@ti.com> (raw)
In-Reply-To: <1477946841-16126-3-git-send-email-david@lechnology.com>

On Tuesday 01 November 2016 02:17 AM, David Lechner wrote:
> Up to this point, the USB phy clock configuration was handled manually in
> the board files and in the usb drivers. This adds proper clocks so that
> the usb drivers can use clk_get and clk_enable and not have to worry about
> the details. Also, the related code is removed from the board files and
> replaced with the new clock registration functions.
> 
> This also removes the #if IS_ENABLED(CONFIG_USB_MUSB_HDRC) around the musb
> declaration and renames the musb platform device so that we can reference
> it from the usb20 clock even if the musb device is not used.
> 
> Signed-off-by: David Lechner <david@lechnology.com>
> Signed-off-by: Axel Haslam <ahaslam@baylibre.com>

Applied to v4.10/soc

Thanks,
Sekhar

WARNING: multiple messages have this Message-ID (diff)
From: nsekhar@ti.com (Sekhar Nori)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v8 2/3] ARM: davinci: da8xx: add usb phy clocks
Date: Tue, 1 Nov 2016 15:27:26 +0530	[thread overview]
Message-ID: <73e832b5-fbf1-63be-31ed-68a3c5d59282@ti.com> (raw)
In-Reply-To: <1477946841-16126-3-git-send-email-david@lechnology.com>

On Tuesday 01 November 2016 02:17 AM, David Lechner wrote:
> Up to this point, the USB phy clock configuration was handled manually in
> the board files and in the usb drivers. This adds proper clocks so that
> the usb drivers can use clk_get and clk_enable and not have to worry about
> the details. Also, the related code is removed from the board files and
> replaced with the new clock registration functions.
> 
> This also removes the #if IS_ENABLED(CONFIG_USB_MUSB_HDRC) around the musb
> declaration and renames the musb platform device so that we can reference
> it from the usb20 clock even if the musb device is not used.
> 
> Signed-off-by: David Lechner <david@lechnology.com>
> Signed-off-by: Axel Haslam <ahaslam@baylibre.com>

Applied to v4.10/soc

Thanks,
Sekhar

  reply	other threads:[~2016-11-01  9:58 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-31 20:47 [PATCH v8 0/3] da8xx USB PHY platform devices and clocks David Lechner
2016-10-31 20:47 ` David Lechner
2016-10-31 20:47 ` [PATCH v8 1/3] ARM: dts: da850: Add cfgchip syscon node David Lechner
2016-10-31 20:47   ` David Lechner
2016-10-31 20:47   ` David Lechner
2016-11-01  9:53   ` Sekhar Nori
2016-11-01  9:53     ` Sekhar Nori
2016-11-01  9:53     ` Sekhar Nori
2016-11-01 23:12     ` David Lechner
2016-11-01 23:12       ` David Lechner
2016-10-31 20:47 ` [PATCH v8 2/3] ARM: davinci: da8xx: add usb phy clocks David Lechner
2016-10-31 20:47   ` David Lechner
2016-11-01  9:57   ` Sekhar Nori [this message]
2016-11-01  9:57     ` Sekhar Nori
2016-11-01  9:57     ` Sekhar Nori
2016-10-31 20:47 ` [PATCH v8 3/3] ARM: davinci: da8xx: register USB PHY clocks in the DT file David Lechner
2016-10-31 20:47   ` David Lechner
2016-10-31 20:47   ` David Lechner
2016-11-01  9:58   ` Sekhar Nori
2016-11-01  9:58     ` Sekhar Nori
2016-11-01  9:58     ` Sekhar Nori

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=73e832b5-fbf1-63be-31ed-68a3c5d59282@ti.com \
    --to=nsekhar@ti.com \
    --cc=ahaslam@baylibre.com \
    --cc=bgolaszewski@baylibre.com.com \
    --cc=david@lechnology.com \
    --cc=devicetree@vger.kernel.org \
    --cc=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.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.