All of lore.kernel.org
 help / color / mirror / Atom feed
From: zelong dong <zelong.dong@amlogic.com>
To: Neil Armstrong <neil.armstrong@linaro.org>,
	Sean Young <sean@mess.org>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Cc: <linux-media@vger.kernel.org>,
	<linux-amlogic@lists.infradead.org>, <Qianggui.Song@amlogic.com>,
	<Yonghui.Yu@amlogic.com>, <kelvin.zhang@amlogic.com>,
	Zelong Dong <zelong.dong@amlogic.com>
Subject: [PATCH v2 0/3] media: rc: meson-ir: support MMIO regmaps to access registers
Date: Wed, 17 May 2023 19:56:32 +0800	[thread overview]
Message-ID: <20230517115635.31565-1-zelong.dong@amlogic.com> (raw)

From: Zelong Dong <zelong.dong@amlogic.com>

This patchset add MMIO regmaps to access register in Meson IR driver.
For defining clearly, sort/rename IR Controller register macros.

Changes since v1:
- move the cleanup/rename to a separate patch.
- use devm_platform_ioremap_resource() instead of platform_get_resource()
  and devm_ioremap_resource().

---
v1: https://lore.kernel.org/r/20230511034333.26800-1-zelong.dong@amlogic.com

Zelong Dong (3):
  media: rc: meson-ir: sort Meson IR Controller register macros
  media: rc: meson-ir: rename Meson IR Controller register macros
  media: rc: meson-ir: support MMIO regmaps to access registers

 drivers/media/rc/meson-ir.c | 125 ++++++++++++++++++------------------
 1 file changed, 64 insertions(+), 61 deletions(-)

-- 
2.35.1


WARNING: multiple messages have this Message-ID (diff)
From: zelong dong <zelong.dong@amlogic.com>
To: Neil Armstrong <neil.armstrong@linaro.org>,
	Sean Young <sean@mess.org>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Cc: <linux-media@vger.kernel.org>,
	<linux-amlogic@lists.infradead.org>, <Qianggui.Song@amlogic.com>,
	<Yonghui.Yu@amlogic.com>, <kelvin.zhang@amlogic.com>,
	Zelong Dong <zelong.dong@amlogic.com>
Subject: [PATCH v2 0/3] media: rc: meson-ir: support MMIO regmaps to access registers
Date: Wed, 17 May 2023 19:56:32 +0800	[thread overview]
Message-ID: <20230517115635.31565-1-zelong.dong@amlogic.com> (raw)

From: Zelong Dong <zelong.dong@amlogic.com>

This patchset add MMIO regmaps to access register in Meson IR driver.
For defining clearly, sort/rename IR Controller register macros.

Changes since v1:
- move the cleanup/rename to a separate patch.
- use devm_platform_ioremap_resource() instead of platform_get_resource()
  and devm_ioremap_resource().

---
v1: https://lore.kernel.org/r/20230511034333.26800-1-zelong.dong@amlogic.com

Zelong Dong (3):
  media: rc: meson-ir: sort Meson IR Controller register macros
  media: rc: meson-ir: rename Meson IR Controller register macros
  media: rc: meson-ir: support MMIO regmaps to access registers

 drivers/media/rc/meson-ir.c | 125 ++++++++++++++++++------------------
 1 file changed, 64 insertions(+), 61 deletions(-)

-- 
2.35.1


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

             reply	other threads:[~2023-05-17 11:56 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-17 11:56 zelong dong [this message]
2023-05-17 11:56 ` [PATCH v2 0/3] media: rc: meson-ir: support MMIO regmaps to access registers zelong dong
2023-05-17 11:56 ` [PATCH v2 1/3] media: rc: meson-ir: sort Meson IR Controller register macros zelong dong
2023-05-17 11:56   ` zelong dong
2023-05-30  7:56   ` Neil Armstrong
2023-05-30  7:56     ` Neil Armstrong
2023-05-17 11:56 ` [PATCH v2 2/3] media: rc: meson-ir: rename " zelong dong
2023-05-17 11:56   ` zelong dong
2023-05-30  7:57   ` Neil Armstrong
2023-05-30  7:57     ` Neil Armstrong
2023-05-17 11:56 ` [PATCH v2 3/3] media: rc: meson-ir: support MMIO regmaps to access registers zelong dong
2023-05-17 11:56   ` zelong dong
2023-05-29 20:45   ` Martin Blumenstingl
2023-05-29 20:45     ` Martin Blumenstingl
2023-05-30  7:54 ` [PATCH v2 0/3] " Neil Armstrong
2023-05-30  7:54   ` Neil Armstrong

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=20230517115635.31565-1-zelong.dong@amlogic.com \
    --to=zelong.dong@amlogic.com \
    --cc=Qianggui.Song@amlogic.com \
    --cc=Yonghui.Yu@amlogic.com \
    --cc=jbrunet@baylibre.com \
    --cc=kelvin.zhang@amlogic.com \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-media@vger.kernel.org \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=mchehab@kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=robh+dt@kernel.org \
    --cc=sean@mess.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.