From: Simon Horman <horms@verge.net.au>
To: ltsi-dev@lists.linuxfoundation.org
Cc: Hisao Munakata <hisao.munakata.vt@renesas.com>,
Magnus Damm <magnus.damm@gmail.com>,
linux-renesas-soc@vger.kernel.org
Subject: [GIT PULL LTSI-4.9] Second Round of Renesas SoCs and Drivers to v4.12
Date: Tue, 29 Aug 2017 21:08:53 +0200 [thread overview]
Message-ID: <20170829190853.GA4714@verge.net.au> (raw)
Hi,
This is a submission to LTSI-v4.9.
This series is comprised of a backport v4.9 of the rcar-gen3-thermal driver
to its as of v4.12. This was unintentionally omitted from earlier work
submitted for inclusion in LTSI-4.9.
There are 9 patches.
This is based on a merge of:
* Earlier work posted as
"[GIT PULL LTSI-4.9] Renesas SoCs and Drivers to v4.12"
and is tagged as tags/backport/v4.9.36/snapshot-to-v4.12-flattened
* v4.9.45
It appears to apply cleanly to an ltsi-4.9 tree generated using
scripts/generate_git
The following changes since commit 89dcb9ecf2d34cba6cba23376651476b0273db5d:
Merge tag 'v4.9.45' into backport/v4.9.45/snapshot-flattened (2017-08-29 20:34:36 +0200)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git tags/backport/v4.9.45/snapshot2-to-v4.12-flattened
for you to fetch changes up to 0d29576c55e2a72e64f36f66ab8dcd279c345942:
thermal: rcar_gen3_thermal: add suspend and resume support (2017-08-29 20:35:05 +0200)
----------------------------------------------------------------
Second Round of LTSI-v4.9 Preparation for Renesas SoCs to v4.12
Base:
* v4.9.45
* Backport of various components for Renesas SoCs to v4.12
Component backported in this snapshot:
* rcar-gen3-thermal driver
----------------------------------------------------------------
Niklas Söderlund (7):
thermal: rcar_gen3_thermal: add delay in .thermal_init on r8a7796
thermal: rcar_gen3_thermal: remove unneeded mutex
thermal: rcar_gen3_thermal: check that TSC exists before memory allocation
thermal: rcar_gen3_thermal: record and check number of TSCs found
thermal: rcar_gen3_thermal: enable hardware interrupts for trip points
thermal: rcar_gen3_thermal: store device match data in private structure
thermal: rcar_gen3_thermal: add suspend and resume support
Wolfram Sang (2):
thermal: rcar_gen3_thermal: Document the R-Car Gen3
thermal: rcar_gen3_thermal: Add R-Car Gen3 thermal driver
.../bindings/thermal/rcar-gen3-thermal.txt | 56 +++
drivers/thermal/Kconfig | 9 +
drivers/thermal/Makefile | 1 +
drivers/thermal/rcar_gen3_thermal.c | 504 +++++++++++++++++++++
4 files changed, 570 insertions(+)
create mode 100644 Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.txt
create mode 100644 drivers/thermal/rcar_gen3_thermal.c
next reply other threads:[~2017-08-29 19:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-29 19:08 Simon Horman [this message]
2017-09-05 7:34 ` [LTSI-dev] [GIT PULL LTSI-4.9] Second Round of Renesas SoCs and Drivers to v4.12 Greg KH
2017-09-05 7:48 ` Simon Horman
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=20170829190853.GA4714@verge.net.au \
--to=horms@verge.net.au \
--cc=hisao.munakata.vt@renesas.com \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=ltsi-dev@lists.linuxfoundation.org \
--cc=magnus.damm@gmail.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.