All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Nícolas F. R. A. Prado" <nfraprado@collabora.com>
To: Matthias Brugger <matthias.bgg@gmail.com>
Cc: khilman@baylibre.com,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	roger.lu@mediatek.com,
	"Nícolas F. R. A. Prado" <nfraprado@collabora.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org
Subject: [PATCH v2 0/2] soc: mediatek: Cleanups for MediaTek SVS driver
Date: Thu, 25 Aug 2022 14:46:14 -0400	[thread overview]
Message-ID: <20220825184616.2118870-1-nfraprado@collabora.com> (raw)


This is a cleanup-only series for the mtk-svs driver, enhancing the
usage of standard Linux macros for bitfields for better readability
and register set/get safety, switches to devm_ functions variants
where possible and other general cleanups, getting this driver in a
better overall shape.

v1: https://lore.kernel.org/all/20220726141653.177948-1-angelogioacchino.delregno@collabora.com

Changes in v2:
- Rebased to not rely on mt8195 and mt8186 support, as they haven't been
  merged yet

AngeloGioacchino Del Regno (2):
  soc: mediatek: mtk-svs: Commonize t-calibration-data fuse array read
  soc: mediatek: mtk-svs: Use bitfield access macros where possible

 drivers/soc/mediatek/mtk-svs.c | 260 ++++++++++++++++++++-------------
 1 file changed, 160 insertions(+), 100 deletions(-)

-- 
2.37.2


WARNING: multiple messages have this Message-ID (diff)
From: "Nícolas F. R. A. Prado" <nfraprado@collabora.com>
To: Matthias Brugger <matthias.bgg@gmail.com>
Cc: khilman@baylibre.com,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	roger.lu@mediatek.com,
	"Nícolas F. R. A. Prado" <nfraprado@collabora.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org
Subject: [PATCH v2 0/2] soc: mediatek: Cleanups for MediaTek SVS driver
Date: Thu, 25 Aug 2022 14:46:14 -0400	[thread overview]
Message-ID: <20220825184616.2118870-1-nfraprado@collabora.com> (raw)


This is a cleanup-only series for the mtk-svs driver, enhancing the
usage of standard Linux macros for bitfields for better readability
and register set/get safety, switches to devm_ functions variants
where possible and other general cleanups, getting this driver in a
better overall shape.

v1: https://lore.kernel.org/all/20220726141653.177948-1-angelogioacchino.delregno@collabora.com

Changes in v2:
- Rebased to not rely on mt8195 and mt8186 support, as they haven't been
  merged yet

AngeloGioacchino Del Regno (2):
  soc: mediatek: mtk-svs: Commonize t-calibration-data fuse array read
  soc: mediatek: mtk-svs: Use bitfield access macros where possible

 drivers/soc/mediatek/mtk-svs.c | 260 ++++++++++++++++++++-------------
 1 file changed, 160 insertions(+), 100 deletions(-)

-- 
2.37.2


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

             reply	other threads:[~2022-08-25 18:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-25 18:46 Nícolas F. R. A. Prado [this message]
2022-08-25 18:46 ` [PATCH v2 0/2] soc: mediatek: Cleanups for MediaTek SVS driver Nícolas F. R. A. Prado
2022-08-25 18:46 ` [PATCH v2 1/2] soc: mediatek: mtk-svs: Commonize t-calibration-data fuse array read Nícolas F. R. A. Prado
2022-08-25 18:46   ` Nícolas F. R. A. Prado
2022-08-25 18:46 ` [PATCH v2 2/2] soc: mediatek: mtk-svs: Use bitfield access macros where possible Nícolas F. R. A. Prado
2022-08-25 18:46   ` Nícolas F. R. A. Prado
2022-08-26 15:27 ` [PATCH v2 0/2] soc: mediatek: Cleanups for MediaTek SVS driver Matthias Brugger
2022-08-26 15:27   ` Matthias Brugger

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=20220825184616.2118870-1-nfraprado@collabora.com \
    --to=nfraprado@collabora.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=khilman@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=roger.lu@mediatek.com \
    /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.