Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1216665

Re: [STLinux Kernel] [PATCH v2 3/4] remoteproc: Supply controller driver for ST's Remote Processors

From Peter Griffin <peter.griffin@linaro.org>
Newsgroups linux.kernel
Subject Re: [STLinux Kernel] [PATCH v2 3/4] remoteproc: Supply controller driver for ST's Remote Processors
Date 2015-09-01 10:20 +0200
Message-ID <q3OXo-UC-13@gated-at.bofh.it> (permalink)
References <q2peG-EC-5@gated-at.bofh.it> <q2peG-EC-21@gated-at.bofh.it> <q2uHp-7g-15@gated-at.bofh.it> <q3OE2-iJ-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

On Tue, 01 Sep 2015, Lee Jones wrote:

> On Fri, 28 Aug 2015, Nathan Lynch wrote:
> 
> > On 08/28/2015 05:31 AM, Lee Jones wrote:
> > > diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
> > > index 28c711f..72e97d7 100644
> > > --- a/drivers/remoteproc/Kconfig
> > > +++ b/drivers/remoteproc/Kconfig
> > > @@ -77,4 +77,13 @@ config DA8XX_REMOTEPROC
> > >  	  It's safe to say n here if you're not interested in multimedia
> > >  	  offloading.
> > >  
> > > +config ST_REMOTEPROC
> > > +	tristate "ST remoteproc support"
> > > +	depends on ARCH_STI
> > > +	select REMOTEPROC
> > > +	help
> > > +	  Say y here to support ST's adjunct processors via the remote
> > > +	  processor framework.
> > > +	  This can be either built-in or a loadable module.
> > > +
> > 
> > The code uses reset_control_* APIs, so this should depend on
> > RESET_CONTROLLER, no?
> 
> There's no need to explicitly depend on RESET_CONTROLLER.
> 
> With !RESET_CONTROLLER the user is WARN()ed about using the reset_*
> API.

ARCH_STI selects RESET_CONTROLLER, so it will always be enabled.

regards,

Peter.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/4] remoteproc: Add driver for STMicroelectronics platforms Lee Jones <lee.jones@linaro.org> - 2015-08-28 12:40 +0200
  [PATCH v2 2/4] remoteproc: dt: Provide bindings for ST's Remote Processor Controller driver Lee Jones <lee.jones@linaro.org> - 2015-08-28 12:40 +0200
    Re: [PATCH v2 2/4] remoteproc: dt: Provide bindings for ST's Remote  Processor Controller driver Rob Herring <robherring2@gmail.com> - 2015-08-31 17:30 +0200
      Re: [PATCH v2 2/4] remoteproc: dt: Provide bindings for ST's Remote  Processor Controller driver Lee Jones <lee.jones@linaro.org> - 2015-09-01 12:50 +0200
        Re: [PATCH v2 2/4] remoteproc: dt: Provide bindings for ST's Remote  Processor Controller driver Rob Herring <robherring2@gmail.com> - 2015-09-01 14:00 +0200
    Re: [STLinux Kernel] [PATCH v2 2/4] remoteproc: dt: Provide bindings  for ST's Remote Processor Controller driver Peter Griffin <peter.griffin@linaro.org> - 2015-09-01 11:00 +0200
      Re: [STLinux Kernel] [PATCH v2 2/4] remoteproc: dt: Provide bindings  for ST's Remote Processor Controller driver Lee Jones <lee.jones@linaro.org> - 2015-09-01 11:20 +0200
      Re: [STLinux Kernel] [PATCH v2 2/4] remoteproc: dt: Provide bindings  for ST's Remote Processor Controller driver Lee Jones <lee.jones@linaro.org> - 2015-09-01 15:00 +0200
  [PATCH v2 3/4] remoteproc: Supply controller driver for ST's Remote Processors Lee Jones <lee.jones@linaro.org> - 2015-08-28 12:40 +0200
    Re: [PATCH v2 3/4] remoteproc: Supply controller driver for ST's  Remote Processors Nathan Lynch <Nathan_Lynch@mentor.com> - 2015-08-28 18:30 +0200
      Re: [PATCH v2 3/4] remoteproc: Supply controller driver for ST's  Remote Processors Lee Jones <lee.jones@linaro.org> - 2015-09-01 10:00 +0200
        Re: [STLinux Kernel] [PATCH v2 3/4] remoteproc: Supply controller  driver for ST's Remote Processors Peter Griffin <peter.griffin@linaro.org> - 2015-09-01 10:20 +0200
          Re: [STLinux Kernel] [PATCH v2 3/4] remoteproc: Supply controller  driver for ST's Remote Processors Lee Jones <lee.jones@linaro.org> - 2015-09-01 11:20 +0200
  [PATCH v2 4/4] remoteproc: debugfs: Add ability to boot remote processor using debugfs Lee Jones <lee.jones@linaro.org> - 2015-08-28 12:40 +0200
    Re: [PATCH v2 4/4] remoteproc: debugfs: Add ability to boot remote  processor using debugfs Nathan Lynch <Nathan_Lynch@mentor.com> - 2015-08-28 17:30 +0200
      Re: [PATCH v2 4/4] remoteproc: debugfs: Add ability to boot remote  processor using debugfs Lee Jones <lee.jones@linaro.org> - 2015-09-01 09:50 +0200
    Re: [PATCH v2 4/4] remoteproc: debugfs: Add ability to boot remote  processor using debugfs Florian Fainelli <f.fainelli@gmail.com> - 2015-08-28 19:30 +0200
      Re: [PATCH v2 4/4] remoteproc: debugfs: Add ability to boot remote  processor using debugfs Lee Jones <lee.jones@linaro.org> - 2015-09-01 09:50 +0200
  [PATCH v2 1/4] ARM: STiH407: Add nodes for RemoteProc Lee Jones <lee.jones@linaro.org> - 2015-08-28 12:40 +0200
    Re: [STLinux Kernel] [PATCH v2 1/4] ARM: STiH407: Add nodes for  RemoteProc Peter Griffin <peter.griffin@linaro.org> - 2015-09-01 10:30 +0200
      Re: [STLinux Kernel] [PATCH v2 1/4] ARM: STiH407: Add nodes for  RemoteProc Lee Jones <lee.jones@linaro.org> - 2015-09-01 11:20 +0200
        Re: [STLinux Kernel] [PATCH v2 1/4] ARM: STiH407: Add nodes for  RemoteProc Peter Griffin <peter.griffin@linaro.org> - 2015-09-01 11:20 +0200

csiph-web