devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Xingyu Wu <wuxy@bitland.com.cn>
To: mchehab@kernel.org, robh+dt@kernel.org, davem@davemloft.net,
	sakari.ailus@linux.intel.com, shawnx.tu@intel.com,
	hverkuil-cisco@xs4all.nl, dave.stevenson@raspberrypi.com,
	manivannan.sadhasivam@linaro.org, bingbu.cao@intel.com,
	tfiga@chromium.org, drinkcat@chromium.org,
	linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org
Cc: dongchun.zhu@mediatek.com, sj.huang@mediatek.com,
	wuxy@bitland.com.cn, darfur_liu@gcoreinc.com, hao.he7@gmail.com,
	hao.he@bitland.com.cn
Subject: [PATCH V3] Add GalaxyCore image sensor driver
Date: Fri, 14 Aug 2020 12:44:51 +0800	[thread overview]
Message-ID: <1597380295-6297-1-git-send-email-wuxy@bitland.com.cn> (raw)

This patch series add GalaxyCore GC5035 image sensor driver.

Change in v3:
1.Optimize gc5035 driver.
2.Redescibe reset-gpio in documentation.

Hao He (3):
  dt-bindings: vendor-prefixes: Add GalaxyCore
  media: dt-bindings: media: i2c: Document GC5035 bindings
  media: i2c: gc5035: Add GC5035 image sensor driver

 .../bindings/media/i2c/galaxycore,gc5035.yaml      |  128 ++
 .../devicetree/bindings/vendor-prefixes.yaml       |    2 +
 MAINTAINERS                                        |    9 +
 drivers/media/i2c/Kconfig                          |   12 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/gc5035.c                         | 1953 ++++++++++++++++++++
 6 files changed, 2105 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/galaxycore,gc5035.yaml
 create mode 100644 drivers/media/i2c/gc5035.c



             reply	other threads:[~2020-08-14  4:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-14  4:44 Xingyu Wu [this message]
2020-08-14  4:44 ` [PATCH V3 1/3] dt-bindings: vendor-prefixes: Add GalaxyCore Xingyu Wu
2020-08-25  2:10   ` Rob Herring
2020-08-14  4:44 ` [PATCH V3 3/3] media: i2c: gc5035: Add GC5035 image sensor driver Xingyu Wu
2020-08-31 17:40   ` Sakari Ailus
2020-09-02 22:59     ` Tomasz Figa
2020-09-03  6:30       ` Sakari Ailus
2020-08-31 18:02 ` [PATCH V3] Add GalaxyCore " Sakari Ailus
     [not found]   ` <tencent_0189E021005C2124231E353A@qq.com>
2020-09-02 16:17     ` Tomasz Figa

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=1597380295-6297-1-git-send-email-wuxy@bitland.com.cn \
    --to=wuxy@bitland.com.cn \
    --cc=bingbu.cao@intel.com \
    --cc=darfur_liu@gcoreinc.com \
    --cc=dave.stevenson@raspberrypi.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=dongchun.zhu@mediatek.com \
    --cc=drinkcat@chromium.org \
    --cc=hao.he7@gmail.com \
    --cc=hao.he@bitland.com.cn \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=mchehab@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=sakari.ailus@linux.intel.com \
    --cc=shawnx.tu@intel.com \
    --cc=sj.huang@mediatek.com \
    --cc=tfiga@chromium.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).