All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
To: Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>
Cc: "Benoît Cousson"
	<bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>,
	"Grygorii Strashko"
	<Grygorii.Strashko-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 0/2] ARM: dts: am57xx-beagle-x15: Fixes for RTC
Date: Mon, 4 May 2015 09:17:37 -0700	[thread overview]
Message-ID: <20150504161737.GK24469@atomide.com> (raw)
In-Reply-To: <1428537387-18776-1-git-send-email-nm-l0cyMroinI0@public.gmane.org>

* Nishanth Menon <nm-l0cyMroinI0@public.gmane.org> [150408 16:57]:
> Couple of fixes for MCP79410 RTC on BeagleBoard-X15 platform. This is
> not urgent enough for 4.0 material, but will be good to have it on one
> of 4.1 rcs. tested on next-20150407:
> http://pastebin.ubuntu.com/10777733/
> (NOTE: I believe DRA7 rtc still needs reset driver to be done before it can be fully functional).
> 
> Grygorii Strashko (1):
>   ARM: dts: am57xx-beagle-x15: Fix IRQ type for mcp7941x
> 
> Nishanth Menon (1):
>   ARM: dts: am57xx-beagle-x15: Fix RTC aliases
> 
>  arch/arm/boot/dts/am57xx-beagle-x15.dts |    3 ++-
>  arch/arm/boot/dts/dra7.dtsi             |    2 +-
>  2 files changed, 3 insertions(+), 2 deletions(-)

Applying both into omap-for-v4.1/fixes thanks.

Tony
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] ARM: dts: am57xx-beagle-x15: Fixes for RTC
Date: Mon, 4 May 2015 09:17:37 -0700	[thread overview]
Message-ID: <20150504161737.GK24469@atomide.com> (raw)
In-Reply-To: <1428537387-18776-1-git-send-email-nm@ti.com>

* Nishanth Menon <nm@ti.com> [150408 16:57]:
> Couple of fixes for MCP79410 RTC on BeagleBoard-X15 platform. This is
> not urgent enough for 4.0 material, but will be good to have it on one
> of 4.1 rcs. tested on next-20150407:
> http://pastebin.ubuntu.com/10777733/
> (NOTE: I believe DRA7 rtc still needs reset driver to be done before it can be fully functional).
> 
> Grygorii Strashko (1):
>   ARM: dts: am57xx-beagle-x15: Fix IRQ type for mcp7941x
> 
> Nishanth Menon (1):
>   ARM: dts: am57xx-beagle-x15: Fix RTC aliases
> 
>  arch/arm/boot/dts/am57xx-beagle-x15.dts |    3 ++-
>  arch/arm/boot/dts/dra7.dtsi             |    2 +-
>  2 files changed, 3 insertions(+), 2 deletions(-)

Applying both into omap-for-v4.1/fixes thanks.

Tony

WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: Nishanth Menon <nm@ti.com>
Cc: "Benoît Cousson" <bcousson@baylibre.com>,
	"Grygorii Strashko" <Grygorii.Strashko@linaro.org>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-omap@vger.kernel.org
Subject: Re: [PATCH 0/2] ARM: dts: am57xx-beagle-x15: Fixes for RTC
Date: Mon, 4 May 2015 09:17:37 -0700	[thread overview]
Message-ID: <20150504161737.GK24469@atomide.com> (raw)
In-Reply-To: <1428537387-18776-1-git-send-email-nm@ti.com>

* Nishanth Menon <nm@ti.com> [150408 16:57]:
> Couple of fixes for MCP79410 RTC on BeagleBoard-X15 platform. This is
> not urgent enough for 4.0 material, but will be good to have it on one
> of 4.1 rcs. tested on next-20150407:
> http://pastebin.ubuntu.com/10777733/
> (NOTE: I believe DRA7 rtc still needs reset driver to be done before it can be fully functional).
> 
> Grygorii Strashko (1):
>   ARM: dts: am57xx-beagle-x15: Fix IRQ type for mcp7941x
> 
> Nishanth Menon (1):
>   ARM: dts: am57xx-beagle-x15: Fix RTC aliases
> 
>  arch/arm/boot/dts/am57xx-beagle-x15.dts |    3 ++-
>  arch/arm/boot/dts/dra7.dtsi             |    2 +-
>  2 files changed, 3 insertions(+), 2 deletions(-)

Applying both into omap-for-v4.1/fixes thanks.

Tony

  parent reply	other threads:[~2015-05-04 16:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-08 23:56 [PATCH 0/2] ARM: dts: am57xx-beagle-x15: Fixes for RTC Nishanth Menon
2015-04-08 23:56 ` Nishanth Menon
2015-04-08 23:56 ` Nishanth Menon
2015-04-08 23:56 ` [PATCH 1/2] ARM: dts: am57xx-beagle-x15: Fix IRQ type for mcp7941x Nishanth Menon
2015-04-08 23:56   ` Nishanth Menon
2015-04-08 23:56   ` Nishanth Menon
2015-04-08 23:56 ` [PATCH 2/2] ARM: dts: am57xx-beagle-x15: Fix RTC aliases Nishanth Menon
2015-04-08 23:56   ` Nishanth Menon
2015-04-08 23:56   ` Nishanth Menon
     [not found] ` <1428537387-18776-1-git-send-email-nm-l0cyMroinI0@public.gmane.org>
2015-05-04 16:17   ` Tony Lindgren [this message]
2015-05-04 16:17     ` [PATCH 0/2] ARM: dts: am57xx-beagle-x15: Fixes for RTC Tony Lindgren
2015-05-04 16:17     ` Tony Lindgren

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=20150504161737.GK24469@atomide.com \
    --to=tony-4v6ys6ai5vpbdgjk7y7tuq@public.gmane.org \
    --cc=Grygorii.Strashko-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=nm-l0cyMroinI0@public.gmane.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.