All of lore.kernel.org
 help / color / mirror / Atom feed
From: <yuji2.ishikawa@toshiba.co.jp>
To: <yuji2.ishikawa@toshiba.co.jp>,
	<nobuhiro1.iwamatsu@toshiba.co.jp>, <sumit.semwal@linaro.org>,
	<christian.koenig@amd.com>
Cc: linaro-mm-sig@lists.linaro.org, dri-devel@lists.freedesktop.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-media@vger.kernel.org
Subject: RE: [PATCH 0/4] Add Toshiba Visconti AFFINE image processing accelerator driver
Date: Wed, 27 Apr 2022 13:22:43 +0000	[thread overview]
Message-ID: <TYAPR01MB6201138A7038DAB83DE0F77792FA9@TYAPR01MB6201.jpnprd01.prod.outlook.com> (raw)
In-Reply-To: <20220419072018.30057-1-yuji2.ishikawa@toshiba.co.jp>

Hi,

I withdraw this series of patches.
I'm going to submit updated version after applying checkpatch.pl with strict option.

Best regards,
Yuji

> -----Original Message-----
> From: Yuji Ishikawa <yuji2.ishikawa@toshiba.co.jp>
> Sent: Tuesday, April 19, 2022 4:20 PM
> To: iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT)
> <nobuhiro1.iwamatsu@toshiba.co.jp>; Sumit Semwal
> <sumit.semwal@linaro.org>; Christian König <christian.koenig@amd.com>
> Cc: linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org;
> linux-media@vger.kernel.org; dri-devel@lists.freedesktop.org;
> linaro-mm-sig@lists.linaro.org; ishikawa yuji(石川 悠司 ○RDC□AITC○
> EA開) <yuji2.ishikawa@toshiba.co.jp>
> Subject: [PATCH 0/4] Add Toshiba Visconti AFFINE image processing
> accelerator driver
> 
> This series is the AFFINE image processing accelerator driver for Toshiba's
> ARM SoC, Visconti[0].
> This provides DT binding documentation, device driver, MAINTAINER files.
> 
> Best regards,
> Yuji
> 
> [0]:
> https://toshiba.semicon-storage.com/ap-en/semiconductor/product/image-r
> ecognition-processors-visconti.html
> 
> Yuji Ishikawa (4):
>   dt-bindings: soc: visconti: Add Toshiba Visconti AFFINE image
>     processing accelerator bindings
>   soc: visconti: Add Toshiba Visconti image processing accelerator
>     common source
>   soc: visconti: Add Toshiba Visconti AFFINE image processing
>     accelerator
>   MAINTAINERS: Add entries for Toshiba Visconti AFFINE image processing
>     accelerator
> 
>  .../soc/visconti/toshiba,visconti-affine.yaml |  53 ++
>  MAINTAINERS                                   |   2 +
>  drivers/soc/Kconfig                           |   1 +
>  drivers/soc/Makefile                          |   1 +
>  drivers/soc/visconti/Kconfig                  |   7 +
>  drivers/soc/visconti/Makefile                 |   8 +
>  drivers/soc/visconti/affine/Makefile          |   6 +
>  drivers/soc/visconti/affine/affine.c          | 451
> ++++++++++++++++++
>  drivers/soc/visconti/affine/hwd_affine.c      | 207 ++++++++
>  drivers/soc/visconti/affine/hwd_affine.h      |  83 ++++
>  drivers/soc/visconti/affine/hwd_affine_reg.h  |  45 ++
>  drivers/soc/visconti/ipa_common.c             |  55 +++
>  drivers/soc/visconti/ipa_common.h             |  19 +
>  drivers/soc/visconti/uapi/affine.h            |  87 ++++
>  drivers/soc/visconti/uapi/ipa.h               |  87 ++++
>  15 files changed, 1112 insertions(+)
>  create mode 100644
> Documentation/devicetree/bindings/soc/visconti/toshiba,visconti-affine.yaml
>  create mode 100644 drivers/soc/visconti/Kconfig  create mode 100644
> drivers/soc/visconti/Makefile  create mode 100644
> drivers/soc/visconti/affine/Makefile
>  create mode 100644 drivers/soc/visconti/affine/affine.c
>  create mode 100644 drivers/soc/visconti/affine/hwd_affine.c
>  create mode 100644 drivers/soc/visconti/affine/hwd_affine.h
>  create mode 100644 drivers/soc/visconti/affine/hwd_affine_reg.h
>  create mode 100644 drivers/soc/visconti/ipa_common.c  create mode
> 100644 drivers/soc/visconti/ipa_common.h  create mode 100644
> drivers/soc/visconti/uapi/affine.h
>  create mode 100644 drivers/soc/visconti/uapi/ipa.h
> 
> --
> 2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: <yuji2.ishikawa@toshiba.co.jp>
To: <yuji2.ishikawa@toshiba.co.jp>,
	<nobuhiro1.iwamatsu@toshiba.co.jp>, <sumit.semwal@linaro.org>,
	<christian.koenig@amd.com>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <linux-media@vger.kernel.org>,
	<dri-devel@lists.freedesktop.org>,
	<linaro-mm-sig@lists.linaro.org>
Subject: RE: [PATCH 0/4] Add Toshiba Visconti AFFINE image processing accelerator driver
Date: Wed, 27 Apr 2022 13:22:43 +0000	[thread overview]
Message-ID: <TYAPR01MB6201138A7038DAB83DE0F77792FA9@TYAPR01MB6201.jpnprd01.prod.outlook.com> (raw)
In-Reply-To: <20220419072018.30057-1-yuji2.ishikawa@toshiba.co.jp>

Hi,

I withdraw this series of patches.
I'm going to submit updated version after applying checkpatch.pl with strict option.

Best regards,
Yuji

> -----Original Message-----
> From: Yuji Ishikawa <yuji2.ishikawa@toshiba.co.jp>
> Sent: Tuesday, April 19, 2022 4:20 PM
> To: iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT)
> <nobuhiro1.iwamatsu@toshiba.co.jp>; Sumit Semwal
> <sumit.semwal@linaro.org>; Christian König <christian.koenig@amd.com>
> Cc: linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org;
> linux-media@vger.kernel.org; dri-devel@lists.freedesktop.org;
> linaro-mm-sig@lists.linaro.org; ishikawa yuji(石川 悠司 ○RDC□AITC○
> EA開) <yuji2.ishikawa@toshiba.co.jp>
> Subject: [PATCH 0/4] Add Toshiba Visconti AFFINE image processing
> accelerator driver
> 
> This series is the AFFINE image processing accelerator driver for Toshiba's
> ARM SoC, Visconti[0].
> This provides DT binding documentation, device driver, MAINTAINER files.
> 
> Best regards,
> Yuji
> 
> [0]:
> https://toshiba.semicon-storage.com/ap-en/semiconductor/product/image-r
> ecognition-processors-visconti.html
> 
> Yuji Ishikawa (4):
>   dt-bindings: soc: visconti: Add Toshiba Visconti AFFINE image
>     processing accelerator bindings
>   soc: visconti: Add Toshiba Visconti image processing accelerator
>     common source
>   soc: visconti: Add Toshiba Visconti AFFINE image processing
>     accelerator
>   MAINTAINERS: Add entries for Toshiba Visconti AFFINE image processing
>     accelerator
> 
>  .../soc/visconti/toshiba,visconti-affine.yaml |  53 ++
>  MAINTAINERS                                   |   2 +
>  drivers/soc/Kconfig                           |   1 +
>  drivers/soc/Makefile                          |   1 +
>  drivers/soc/visconti/Kconfig                  |   7 +
>  drivers/soc/visconti/Makefile                 |   8 +
>  drivers/soc/visconti/affine/Makefile          |   6 +
>  drivers/soc/visconti/affine/affine.c          | 451
> ++++++++++++++++++
>  drivers/soc/visconti/affine/hwd_affine.c      | 207 ++++++++
>  drivers/soc/visconti/affine/hwd_affine.h      |  83 ++++
>  drivers/soc/visconti/affine/hwd_affine_reg.h  |  45 ++
>  drivers/soc/visconti/ipa_common.c             |  55 +++
>  drivers/soc/visconti/ipa_common.h             |  19 +
>  drivers/soc/visconti/uapi/affine.h            |  87 ++++
>  drivers/soc/visconti/uapi/ipa.h               |  87 ++++
>  15 files changed, 1112 insertions(+)
>  create mode 100644
> Documentation/devicetree/bindings/soc/visconti/toshiba,visconti-affine.yaml
>  create mode 100644 drivers/soc/visconti/Kconfig  create mode 100644
> drivers/soc/visconti/Makefile  create mode 100644
> drivers/soc/visconti/affine/Makefile
>  create mode 100644 drivers/soc/visconti/affine/affine.c
>  create mode 100644 drivers/soc/visconti/affine/hwd_affine.c
>  create mode 100644 drivers/soc/visconti/affine/hwd_affine.h
>  create mode 100644 drivers/soc/visconti/affine/hwd_affine_reg.h
>  create mode 100644 drivers/soc/visconti/ipa_common.c  create mode
> 100644 drivers/soc/visconti/ipa_common.h  create mode 100644
> drivers/soc/visconti/uapi/affine.h
>  create mode 100644 drivers/soc/visconti/uapi/ipa.h
> 
> --
> 2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: <yuji2.ishikawa@toshiba.co.jp>
To: <yuji2.ishikawa@toshiba.co.jp>,
	<nobuhiro1.iwamatsu@toshiba.co.jp>, <sumit.semwal@linaro.org>,
	<christian.koenig@amd.com>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <linux-media@vger.kernel.org>,
	<dri-devel@lists.freedesktop.org>,
	<linaro-mm-sig@lists.linaro.org>
Subject: RE: [PATCH 0/4] Add Toshiba Visconti AFFINE image processing accelerator driver
Date: Wed, 27 Apr 2022 13:22:43 +0000	[thread overview]
Message-ID: <TYAPR01MB6201138A7038DAB83DE0F77792FA9@TYAPR01MB6201.jpnprd01.prod.outlook.com> (raw)
In-Reply-To: <20220419072018.30057-1-yuji2.ishikawa@toshiba.co.jp>

Hi,

I withdraw this series of patches.
I'm going to submit updated version after applying checkpatch.pl with strict option.

Best regards,
Yuji

> -----Original Message-----
> From: Yuji Ishikawa <yuji2.ishikawa@toshiba.co.jp>
> Sent: Tuesday, April 19, 2022 4:20 PM
> To: iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT)
> <nobuhiro1.iwamatsu@toshiba.co.jp>; Sumit Semwal
> <sumit.semwal@linaro.org>; Christian König <christian.koenig@amd.com>
> Cc: linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org;
> linux-media@vger.kernel.org; dri-devel@lists.freedesktop.org;
> linaro-mm-sig@lists.linaro.org; ishikawa yuji(石川 悠司 ○RDC□AITC○
> EA開) <yuji2.ishikawa@toshiba.co.jp>
> Subject: [PATCH 0/4] Add Toshiba Visconti AFFINE image processing
> accelerator driver
> 
> This series is the AFFINE image processing accelerator driver for Toshiba's
> ARM SoC, Visconti[0].
> This provides DT binding documentation, device driver, MAINTAINER files.
> 
> Best regards,
> Yuji
> 
> [0]:
> https://toshiba.semicon-storage.com/ap-en/semiconductor/product/image-r
> ecognition-processors-visconti.html
> 
> Yuji Ishikawa (4):
>   dt-bindings: soc: visconti: Add Toshiba Visconti AFFINE image
>     processing accelerator bindings
>   soc: visconti: Add Toshiba Visconti image processing accelerator
>     common source
>   soc: visconti: Add Toshiba Visconti AFFINE image processing
>     accelerator
>   MAINTAINERS: Add entries for Toshiba Visconti AFFINE image processing
>     accelerator
> 
>  .../soc/visconti/toshiba,visconti-affine.yaml |  53 ++
>  MAINTAINERS                                   |   2 +
>  drivers/soc/Kconfig                           |   1 +
>  drivers/soc/Makefile                          |   1 +
>  drivers/soc/visconti/Kconfig                  |   7 +
>  drivers/soc/visconti/Makefile                 |   8 +
>  drivers/soc/visconti/affine/Makefile          |   6 +
>  drivers/soc/visconti/affine/affine.c          | 451
> ++++++++++++++++++
>  drivers/soc/visconti/affine/hwd_affine.c      | 207 ++++++++
>  drivers/soc/visconti/affine/hwd_affine.h      |  83 ++++
>  drivers/soc/visconti/affine/hwd_affine_reg.h  |  45 ++
>  drivers/soc/visconti/ipa_common.c             |  55 +++
>  drivers/soc/visconti/ipa_common.h             |  19 +
>  drivers/soc/visconti/uapi/affine.h            |  87 ++++
>  drivers/soc/visconti/uapi/ipa.h               |  87 ++++
>  15 files changed, 1112 insertions(+)
>  create mode 100644
> Documentation/devicetree/bindings/soc/visconti/toshiba,visconti-affine.yaml
>  create mode 100644 drivers/soc/visconti/Kconfig  create mode 100644
> drivers/soc/visconti/Makefile  create mode 100644
> drivers/soc/visconti/affine/Makefile
>  create mode 100644 drivers/soc/visconti/affine/affine.c
>  create mode 100644 drivers/soc/visconti/affine/hwd_affine.c
>  create mode 100644 drivers/soc/visconti/affine/hwd_affine.h
>  create mode 100644 drivers/soc/visconti/affine/hwd_affine_reg.h
>  create mode 100644 drivers/soc/visconti/ipa_common.c  create mode
> 100644 drivers/soc/visconti/ipa_common.h  create mode 100644
> drivers/soc/visconti/uapi/affine.h
>  create mode 100644 drivers/soc/visconti/uapi/ipa.h
> 
> --
> 2.17.1

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-04-27 13:23 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-19  7:20 [PATCH 0/4] Add Toshiba Visconti AFFINE image processing accelerator driver Yuji Ishikawa
2022-04-19  7:20 ` Yuji Ishikawa
2022-04-19  7:20 ` Yuji Ishikawa
2022-04-19  7:20 ` [PATCH 1/4] dt-bindings: soc: visconti: Add Toshiba Visconti AFFINE image processing accelerator bindings Yuji Ishikawa
2022-04-19  7:20   ` Yuji Ishikawa
2022-04-19  7:20   ` Yuji Ishikawa
2022-04-19  7:20 ` [PATCH 2/4] soc: visconti: Add Toshiba Visconti image processing accelerator common source Yuji Ishikawa
2022-04-19  7:20   ` Yuji Ishikawa
2022-04-19  7:20   ` Yuji Ishikawa
2022-04-19  7:20 ` [PATCH 3/4] soc: visconti: Add Toshiba Visconti AFFINE image processing accelerator Yuji Ishikawa
2022-04-19  7:20   ` Yuji Ishikawa
2022-04-19  7:20   ` Yuji Ishikawa
2022-04-19  7:20 ` [PATCH 4/4] MAINTAINERS: Add entries for " Yuji Ishikawa
2022-04-19  7:20   ` Yuji Ishikawa
2022-04-19  7:20   ` Yuji Ishikawa
2022-04-27 13:22 ` yuji2.ishikawa [this message]
2022-04-27 13:22   ` [PATCH 0/4] Add Toshiba Visconti AFFINE image processing accelerator driver yuji2.ishikawa
2022-04-27 13:22   ` yuji2.ishikawa

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=TYAPR01MB6201138A7038DAB83DE0F77792FA9@TYAPR01MB6201.jpnprd01.prod.outlook.com \
    --to=yuji2.ishikawa@toshiba.co.jp \
    --cc=christian.koenig@amd.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linaro-mm-sig@lists.linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=nobuhiro1.iwamatsu@toshiba.co.jp \
    --cc=sumit.semwal@linaro.org \
    /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.