devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexandre Courbot <gnurou@gmail.com>
To: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Cc: "linux-tegra@vger.kernel.org" <linux-tegra@vger.kernel.org>,
	Stephen Warren <swarren@wwwdotorg.org>,
	Javier Martinez Canillas <javier.martinez@collabora.co.uk>,
	Simon Glass <sjg@chromium.org>, Dylan Reid <dgreid@chromium.org>,
	Andrew Bresticker <abrestic@chromium.org>,
	David Airlie <airlied@linux.ie>,
	David Riley <davidriley@chromium.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Mikko Perttunen <mperttunen@nvidia.com>,
	Paul Walmsley <paul@pwsan.com>, Pawel Moll <pawel.moll@arm.com>,
	Peter De Schrijver <pdeschrijver@nvidia.com>
Subject: Re: [PATCH v5 00/11] Improvements to Tegra-based Chromebook support
Date: Mon, 2 Mar 2015 17:42:42 +0900	[thread overview]
Message-ID: <CAAVeFuJykf4Cf47v8kNH-owctotu1brXBV+hqMTvz_q8yOjkYA@mail.gmail.com> (raw)
In-Reply-To: <1423731078-26681-1-git-send-email-tomeu.vizoso@collabora.com>

On Thu, Feb 12, 2015 at 5:50 PM, Tomeu Vizoso
<tomeu.vizoso@collabora.com> wrote:
> v5:     * Moved to use gpio-restart for reboots, had to make tegra_pmc_restart
>         a notification handler
>
> v4:     * Added support for the system reset GPIO, for proper reboots
>         * Moved out changes to ASOC to their own series, as requested by Mark
>         Brown
>         * Added patch to reset the SOR, to make sure it's in a known state
>         * Changed nvidia,model property of the sound nodes to GoogleNyanBig
>         and GoogleNyanBlaze so they can be told apart in userspace
>
> v3:     * Added bindings for the LTN140AT29 panel
>         * Removed the delay in pwrseq, as what was actually needed was to add
>         a dependency on the power supplies of the host
>         * Uses the pinmux for the Blaze as generated by tegra-pinmux-scripts
>         * Uses the pinmux for the Big as in the last patch from Simon Glass
>
> Hello,
>
> this series adds support for the Tegra-based HP Chromebook 14 (aka nyan
> blaze), which is very similar to the Acer Chromebook 13 (aka nyan big).
> Because they both include tegra124-nyan.dtsi, some improvements to Blaze
> support have also benefitted the Big. I have tested that USB2, the panels,
> HDMI, the trackpad, Wifi and sound work on both.
>
> The leaf DTs contain the whole pinmux configuration as generated by
> tegra-pinmux-scripts. I chose to not put the common configuration in the
> common dtsi so we can paste the output as is and be sure that the kernel
> doesn't diverge from the canonical data.

FWIW, the series:

Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>

      parent reply	other threads:[~2015-03-02  8:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-12  8:50 [PATCH v5 00/11] Improvements to Tegra-based Chromebook support Tomeu Vizoso
2015-02-12  8:50 ` [PATCH v5 01/11] ARM: tegra: Change model of sound card in Nyan Big Tomeu Vizoso
2015-02-12  8:50 ` [PATCH v5 02/11] ARM: tegra: Move out nyan-generic parts out from the nyan-big DT Tomeu Vizoso
2015-02-12  8:50 ` [PATCH v5 03/11] drm/panel: add support for Samsung LTN140AT29 panel Tomeu Vizoso
2015-02-12  8:50 ` [PATCH v5 04/11] ARM: tegra: Add DTS for the nyan-blaze board Tomeu Vizoso
2015-02-12  8:50 ` [PATCH v5 05/11] ARM: tegra: Add node for trackpad in Nyan boards Tomeu Vizoso
2015-02-12  8:51 ` [PATCH v5 06/11] ARM: tegra: Use pwrseq-simple for the wifi in Nyan Tomeu Vizoso
2015-02-12  8:51 ` [PATCH v5 07/11] ARM: tegra: Use the generated pinmux data Tomeu Vizoso
2015-02-12  8:51 ` [PATCH v5 08/11] ARM: tegra: Set spi-max-frequency property to flash node Tomeu Vizoso
2015-02-12  8:51 ` [PATCH v5 11/11] ARM: tegra: Add gpio-restart node Tomeu Vizoso
     [not found] ` <1423731078-26681-1-git-send-email-tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2015-02-17 20:53   ` [PATCH v5 00/11] Improvements to Tegra-based Chromebook support Stephen Warren
2015-03-02  8:42 ` Alexandre Courbot [this message]

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=CAAVeFuJykf4Cf47v8kNH-owctotu1brXBV+hqMTvz_q8yOjkYA@mail.gmail.com \
    --to=gnurou@gmail.com \
    --cc=abrestic@chromium.org \
    --cc=airlied@linux.ie \
    --cc=davidriley@chromium.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dgreid@chromium.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=javier.martinez@collabora.co.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mperttunen@nvidia.com \
    --cc=paul@pwsan.com \
    --cc=pawel.moll@arm.com \
    --cc=pdeschrijver@nvidia.com \
    --cc=sjg@chromium.org \
    --cc=swarren@wwwdotorg.org \
    --cc=tomeu.vizoso@collabora.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).