From: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
To: Marek Belisko <marek-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
Cc: bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
pawel.moll-5wv7dgnIgG8@public.gmane.org,
mark.rutland-5wv7dgnIgG8@public.gmane.org,
ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org,
galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org,
linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org,
linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org
Subject: Re: [PATCH v2 0/7] ARM: dts: omap3-gta04: Various devicetree updates
Date: Sun, 2 Mar 2014 09:43:37 -0800 [thread overview]
Message-ID: <20140302174336.GC18496@atomide.com> (raw)
In-Reply-To: <1393682334-26805-1-git-send-email-marek-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
* Marek Belisko <marek-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org> [140301 06:02]:
> This updated series fix issue with proper gta04 booting in 3.14 kernel
> and add various devices to devicetree.
>
> Changes from V1:
> - removed fixes which was merged to 3.14 already
> - add bma180 accelerometer + booting fix
>
> Marek Belisko (2):
> ARM: dts: omap3-gta04: Add ti,omap36xx to compatible property to avoid
> problems with booting
> ARM: dts: omap3-gta04: Add touchscreen properties
>
> NeilBrown (5):
> ARM: dts: omap3-gta04: Add support for magnetometer
> ARM: dts: omap3-gta04: Add twl4030 charger
> ARM: dts: omap3-gta04: Add basic sound support
> ARM: dts: omap3-gta04: Enable mmc2 for wifi
> ARM: dts: omap3-gta04: Add bma180 accelerometer
>
> arch/arm/boot/dts/omap3-gta04.dts | 53 +++++++++++++++++++++++++++++++++++++--
> 1 file changed, 51 insertions(+), 2 deletions(-)
Thanks for updating these, I'll take the first one into
omap-for-v3.14/fixes and the rest into omap-for-v3.15/dt.
Regards,
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 v2 0/7] ARM: dts: omap3-gta04: Various devicetree updates
Date: Sun, 2 Mar 2014 09:43:37 -0800 [thread overview]
Message-ID: <20140302174336.GC18496@atomide.com> (raw)
In-Reply-To: <1393682334-26805-1-git-send-email-marek@goldelico.com>
* Marek Belisko <marek@goldelico.com> [140301 06:02]:
> This updated series fix issue with proper gta04 booting in 3.14 kernel
> and add various devices to devicetree.
>
> Changes from V1:
> - removed fixes which was merged to 3.14 already
> - add bma180 accelerometer + booting fix
>
> Marek Belisko (2):
> ARM: dts: omap3-gta04: Add ti,omap36xx to compatible property to avoid
> problems with booting
> ARM: dts: omap3-gta04: Add touchscreen properties
>
> NeilBrown (5):
> ARM: dts: omap3-gta04: Add support for magnetometer
> ARM: dts: omap3-gta04: Add twl4030 charger
> ARM: dts: omap3-gta04: Add basic sound support
> ARM: dts: omap3-gta04: Enable mmc2 for wifi
> ARM: dts: omap3-gta04: Add bma180 accelerometer
>
> arch/arm/boot/dts/omap3-gta04.dts | 53 +++++++++++++++++++++++++++++++++++++--
> 1 file changed, 51 insertions(+), 2 deletions(-)
Thanks for updating these, I'll take the first one into
omap-for-v3.14/fixes and the rest into omap-for-v3.15/dt.
Regards,
Tony
WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: Marek Belisko <marek@goldelico.com>
Cc: bcousson@baylibre.com, robh+dt@kernel.org, pawel.moll@arm.com,
mark.rutland@arm.com, ijc+devicetree@hellion.org.uk,
galak@codeaurora.org, linux@arm.linux.org.uk,
linux-omap@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, hns@goldelico.com
Subject: Re: [PATCH v2 0/7] ARM: dts: omap3-gta04: Various devicetree updates
Date: Sun, 2 Mar 2014 09:43:37 -0800 [thread overview]
Message-ID: <20140302174336.GC18496@atomide.com> (raw)
In-Reply-To: <1393682334-26805-1-git-send-email-marek@goldelico.com>
* Marek Belisko <marek@goldelico.com> [140301 06:02]:
> This updated series fix issue with proper gta04 booting in 3.14 kernel
> and add various devices to devicetree.
>
> Changes from V1:
> - removed fixes which was merged to 3.14 already
> - add bma180 accelerometer + booting fix
>
> Marek Belisko (2):
> ARM: dts: omap3-gta04: Add ti,omap36xx to compatible property to avoid
> problems with booting
> ARM: dts: omap3-gta04: Add touchscreen properties
>
> NeilBrown (5):
> ARM: dts: omap3-gta04: Add support for magnetometer
> ARM: dts: omap3-gta04: Add twl4030 charger
> ARM: dts: omap3-gta04: Add basic sound support
> ARM: dts: omap3-gta04: Enable mmc2 for wifi
> ARM: dts: omap3-gta04: Add bma180 accelerometer
>
> arch/arm/boot/dts/omap3-gta04.dts | 53 +++++++++++++++++++++++++++++++++++++--
> 1 file changed, 51 insertions(+), 2 deletions(-)
Thanks for updating these, I'll take the first one into
omap-for-v3.14/fixes and the rest into omap-for-v3.15/dt.
Regards,
Tony
next prev parent reply other threads:[~2014-03-02 17:43 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-01 13:58 [PATCH v2 0/7] ARM: dts: omap3-gta04: Various devicetree updates Marek Belisko
2014-03-01 13:58 ` Marek Belisko
2014-03-01 13:58 ` [PATCH v2 1/7] ARM: dts: omap3-gta04: Add ti,omap36xx to compatible property to avoid problems with booting Marek Belisko
2014-03-01 13:58 ` [PATCH v2 1/7] ARM: dts: omap3-gta04: Add ti, omap36xx " Marek Belisko
2014-03-01 13:58 ` [PATCH v2 2/7] ARM: dts: omap3-gta04: Add support for magnetometer Marek Belisko
2014-03-01 13:58 ` Marek Belisko
2014-03-01 13:58 ` [PATCH v2 3/7] ARM: dts: omap3-gta04: Add touchscreen properties Marek Belisko
2014-03-01 13:58 ` Marek Belisko
2014-03-01 13:58 ` [PATCH v2 4/7] ARM: dts: omap3-gta04: Add twl4030 charger Marek Belisko
2014-03-01 13:58 ` Marek Belisko
2014-03-01 13:58 ` [PATCH v2 5/7] ARM: dts: omap3-gta04: Add basic sound support Marek Belisko
2014-03-01 13:58 ` Marek Belisko
2014-03-01 13:58 ` [PATCH v2 6/7] ARM: dts: omap3-gta04: Enable mmc2 for wifi Marek Belisko
2014-03-01 13:58 ` Marek Belisko
2014-03-01 13:58 ` [PATCH v2 7/7] ARM: dts: omap3-gta04: Add bma180 accelerometer Marek Belisko
2014-03-01 13:58 ` Marek Belisko
[not found] ` <1393682334-26805-1-git-send-email-marek-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2014-03-02 17:43 ` Tony Lindgren [this message]
2014-03-02 17:43 ` [PATCH v2 0/7] ARM: dts: omap3-gta04: Various devicetree updates Tony Lindgren
2014-03-02 17:43 ` 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=20140302174336.GC18496@atomide.com \
--to=tony-4v6ys6ai5vpbdgjk7y7tuq@public.gmane.org \
--cc=bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org \
--cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=marek-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@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.