public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] remoteproc updates for v4.14
@ 2017-09-08 21:39 Bjorn Andersson
  2017-09-09 21:34 ` Linus Torvalds
  0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Andersson @ 2017-09-08 21:39 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Ohad Ben-Cohen, linux-remoteproc, linux-kernel, Suman Anna,
	Bjorn Andersson, Philipp Zabel, Oleksij Rempel, Bhumika Goyal,
	Himanshu Jha

Hi Linus,

This pull request touches drivers/soc/qcom/Kconfig and the pull request
from arm-soc includes a change that wraps all entries in this same file
in a "menu".

The arising conflict is very trivial; both changes should be included in
full and the "menu" should encapsulate QCOM_GLINK_SSR. Can you resolve
this as you're applying the later of the two pull requests?

Regards,
Bjorn

The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

  git://github.com/andersson/remoteproc tags/rproc-v4.14

for you to fetch changes up to 7c89717f82bd305e3102963485f3da160d11bcf6:

  remoteproc: Introduce rproc handle accessor for children (2017-09-01 15:49:13 -0700)

----------------------------------------------------------------
remoteproc updates for v4.14

This adds and improves remoteproc support for TI DA8xx/OMAP-L13x DSP, TI
Keystone 66AK2G DSP and iMX6SX/7D Cortex M4 coprocessors. It introduces the
Qualcomm restart notifier and a few fixes.

----------------------------------------------------------------
Bhumika Goyal (1):
      remoteproc: make device_type const

Bjorn Andersson (5):
      remoteproc: qcom: Add support for SSR notifications
      soc: qcom: GLINK SSR notifier
      remoteproc: Stop subdevices in reverse order
      remoteproc: qcom: Make ssr_notifiers local
      remoteproc: Introduce rproc handle accessor for children

Himanshu Jha (1):
      remoteproc: qcom: Use PTR_ERR_OR_ZERO

Oleksij Rempel (2):
      remoteproc: dt: Provide bindings for iMX6SX/7D Remote Processor Controller driver
      remoteproc: imx_rproc: add a NXP/Freescale imx_rproc driver

Philipp Zabel (3):
      remoteproc/keystone: explicitly request exclusive reset control
      remoteproc: qcom: explicitly request exclusive reset control
      remoteproc: st: explicitly request exclusive reset control

Suman Anna (6):
      remoteproc: Merge __rproc_boot() with rproc_boot()
      remoteproc/davinci: Switch to platform_get_resource_byname()
      remoteproc/davinci: Add support to parse internal memories
      dt-bindings: remoteproc: Add bindings for Davinci DSP processors
      remoteproc/davinci: Add device tree support for OMAP-L138 DSP
      remoteproc/keystone: Add support for Keystone 66AK2G SOCs

 .../devicetree/bindings/remoteproc/imx-rproc.txt   |  33 ++
 .../bindings/remoteproc/ti,davinci-rproc.txt       |  86 +++++
 .../bindings/remoteproc/ti,keystone-rproc.txt      |  73 +++-
 drivers/remoteproc/Kconfig                         |   9 +
 drivers/remoteproc/Makefile                        |   1 +
 drivers/remoteproc/da8xx_remoteproc.c              |  98 ++++-
 drivers/remoteproc/imx_rproc.c                     | 426 +++++++++++++++++++++
 drivers/remoteproc/keystone_remoteproc.c           |   3 +-
 drivers/remoteproc/qcom_adsp_pil.c                 |  11 +-
 drivers/remoteproc/qcom_common.c                   |  73 +++-
 drivers/remoteproc/qcom_common.h                   |  10 +
 drivers/remoteproc/qcom_q6v5_pil.c                 |   6 +-
 drivers/remoteproc/remoteproc_core.c               |  35 +-
 drivers/remoteproc/remoteproc_internal.h           |   1 -
 drivers/remoteproc/st_remoteproc.c                 |   6 +-
 drivers/soc/qcom/Kconfig                           |   9 +
 drivers/soc/qcom/Makefile                          |   1 +
 drivers/soc/qcom/glink_ssr.c                       | 164 ++++++++
 include/linux/remoteproc.h                         |   2 +
 include/linux/remoteproc/qcom_rproc.h              |  22 ++
 20 files changed, 1032 insertions(+), 37 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/remoteproc/imx-rproc.txt
 create mode 100644 Documentation/devicetree/bindings/remoteproc/ti,davinci-rproc.txt
 create mode 100644 drivers/remoteproc/imx_rproc.c
 create mode 100644 drivers/soc/qcom/glink_ssr.c
 create mode 100644 include/linux/remoteproc/qcom_rproc.h

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] remoteproc updates for v4.14
  2017-09-08 21:39 [GIT PULL] remoteproc updates for v4.14 Bjorn Andersson
@ 2017-09-09 21:34 ` Linus Torvalds
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Torvalds @ 2017-09-09 21:34 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Ohad Ben-Cohen, linux-remoteproc, Linux Kernel Mailing List,
	Suman Anna, Philipp Zabel, Oleksij Rempel, Bhumika Goyal,
	Himanshu Jha

On Fri, Sep 8, 2017 at 2:39 PM, Bjorn Andersson
<bjorn.andersson@linaro.org> wrote:
>
> The arising conflict is very trivial; both changes should be included in
> full and the "menu" should encapsulate QCOM_GLINK_SSR. Can you resolve
> this as you're applying the later of the two pull requests?

I haven't seen the arm-soc pull request yet, but I'll try to remember when I do.

But if it ends up being a real data conflict (as opposed to a silent
semantic conflict - and it sounds like it will be) I'm sure I'll
remember when I see it.

                 Linus

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-09 21:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-08 21:39 [GIT PULL] remoteproc updates for v4.14 Bjorn Andersson
2017-09-09 21:34 ` Linus Torvalds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox