Re: [GIT PULL] remoteproc updates for v4.6

2016-03-18 Thread Linus Torvalds
On Mon, Mar 14, 2016 at 10:54 PM, Bjorn Andersson
 wrote:
>
> New driver for controlling ST's remote processors and a couple of minor
> fixes. Also includes the addition of myself as co-maintainer.

So I don't have any issue with this, but I _do_ want to get acks from
the person I used to pull from before I switch to pulling from another
person.

Ohad?

Linus


Re: [GIT PULL] remoteproc updates for v4.6

2016-03-18 Thread Linus Torvalds
On Mon, Mar 14, 2016 at 10:54 PM, Bjorn Andersson
 wrote:
>
> New driver for controlling ST's remote processors and a couple of minor
> fixes. Also includes the addition of myself as co-maintainer.

So I don't have any issue with this, but I _do_ want to get acks from
the person I used to pull from before I switch to pulling from another
person.

Ohad?

Linus


Re: [GIT PULL] remoteproc updates for v4.6

2016-03-18 Thread Ohad Ben-Cohen
On Thu, Mar 17, 2016 at 3:27 AM, Linus Torvalds
 wrote:
> On Mon, Mar 14, 2016 at 10:54 PM, Bjorn Andersson
>  wrote:
>>
>> New driver for controlling ST's remote processors and a couple of minor
>> fixes. Also includes the addition of myself as co-maintainer.
>
> So I don't have any issue with this, but I _do_ want to get acks from
> the person I used to pull from before I switch to pulling from another
> person.
>
> Ohad?

Acked-by: Ohad Ben-Cohen 

Thanks,
Ohad.


Re: [GIT PULL] remoteproc updates for v4.6

2016-03-18 Thread Ohad Ben-Cohen
On Thu, Mar 17, 2016 at 3:27 AM, Linus Torvalds
 wrote:
> On Mon, Mar 14, 2016 at 10:54 PM, Bjorn Andersson
>  wrote:
>>
>> New driver for controlling ST's remote processors and a couple of minor
>> fixes. Also includes the addition of myself as co-maintainer.
>
> So I don't have any issue with this, but I _do_ want to get acks from
> the person I used to pull from before I switch to pulling from another
> person.
>
> Ohad?

Acked-by: Ohad Ben-Cohen 

Thanks,
Ohad.


[GIT PULL] remoteproc updates for v4.6

2016-03-14 Thread Bjorn Andersson
The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

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

for you to fetch changes up to 69ae9895d3fed49ee830c491b3d51c72966a8a4c:

  MAINTAINERS: Add co-maintainer for remoteproc subsystems (2016-03-10 12:20:59 
+0700)


remoteproc updates for v4.6

New driver for controlling ST's remote processors and a couple of minor
fixes. Also includes the addition of myself as co-maintainer.


Bjorn Andersson (1):
  MAINTAINERS: Add co-maintainer for remoteproc subsystems

Dave Gerlach (1):
  remoteproc/wkup_m3: Use MODULE_DEVICE_TABLE to export alias

Lee Jones (4):
  remoteproc: debugfs: Return error on invalid 'count' value
  remoteproc: dt: Provide bindings for ST's Remote Processor Controller 
driver
  remoteproc: debugfs: Add ability to boot remote processor using debugfs
  remoteproc: Supply controller driver for ST's Remote Processors

Stefan Agner (1):
  remoteproc: report error if resource table doesn't exist

 .../devicetree/bindings/remoteproc/st-rproc.txt|  41 +++
 MAINTAINERS|   3 +
 drivers/remoteproc/Kconfig |   9 +
 drivers/remoteproc/Makefile|   1 +
 drivers/remoteproc/remoteproc_core.c   |   4 +-
 drivers/remoteproc/remoteproc_debugfs.c|  36 ++-
 drivers/remoteproc/st_remoteproc.c | 297 +
 drivers/remoteproc/wkup_m3_rproc.c |   1 +
 8 files changed, 390 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/remoteproc/st-rproc.txt
 create mode 100644 drivers/remoteproc/st_remoteproc.c


[GIT PULL] remoteproc updates for v4.6

2016-03-14 Thread Bjorn Andersson
The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

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

for you to fetch changes up to 69ae9895d3fed49ee830c491b3d51c72966a8a4c:

  MAINTAINERS: Add co-maintainer for remoteproc subsystems (2016-03-10 12:20:59 
+0700)


remoteproc updates for v4.6

New driver for controlling ST's remote processors and a couple of minor
fixes. Also includes the addition of myself as co-maintainer.


Bjorn Andersson (1):
  MAINTAINERS: Add co-maintainer for remoteproc subsystems

Dave Gerlach (1):
  remoteproc/wkup_m3: Use MODULE_DEVICE_TABLE to export alias

Lee Jones (4):
  remoteproc: debugfs: Return error on invalid 'count' value
  remoteproc: dt: Provide bindings for ST's Remote Processor Controller 
driver
  remoteproc: debugfs: Add ability to boot remote processor using debugfs
  remoteproc: Supply controller driver for ST's Remote Processors

Stefan Agner (1):
  remoteproc: report error if resource table doesn't exist

 .../devicetree/bindings/remoteproc/st-rproc.txt|  41 +++
 MAINTAINERS|   3 +
 drivers/remoteproc/Kconfig |   9 +
 drivers/remoteproc/Makefile|   1 +
 drivers/remoteproc/remoteproc_core.c   |   4 +-
 drivers/remoteproc/remoteproc_debugfs.c|  36 ++-
 drivers/remoteproc/st_remoteproc.c | 297 +
 drivers/remoteproc/wkup_m3_rproc.c |   1 +
 8 files changed, 390 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/remoteproc/st-rproc.txt
 create mode 100644 drivers/remoteproc/st_remoteproc.c