Linux IIO development
 help / color / mirror / Atom feed
From: David Lechner <dlechner@baylibre.com>
To: Yu-Hsian Yang <j2anfernee@gmail.com>,
	Jonathan Cameron <jic23@kernel.org>
Cc: Chanh Nguyen <chanh@amperemail.onmicrosoft.com>,
	avifishman70@gmail.com, tmaimon77@gmail.com,
	tali.perry1@gmail.com, venture@google.com, yuenn@google.com,
	benjaminfair@google.com, lars@metafoo.de, robh@kernel.org,
	krzk+dt@kernel.org, conor+dt@kernel.org, nuno.sa@analog.com,
	javier.carrasco.cruz@gmail.com, andy@kernel.org,
	marcelo.schmitt@analog.com, olivier.moysan@foss.st.com,
	mitrutzceclan@gmail.com, matteomartelli3@gmail.com,
	alisadariana@gmail.com, joao.goncalves@toradex.com,
	marius.cristea@microchip.com, mike.looijmans@topic.nl,
	chanh@os.amperecomputing.com, KWLIU@nuvoton.com,
	yhyang2@nuvoton.com, openbmc@lists.ozlabs.org,
	linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v1 1/2] dt-bindings: iio: adc: Add binding for Nuvoton NCT720x ADCs
Date: Fri, 29 Nov 2024 08:50:28 -0600	[thread overview]
Message-ID: <6d8e9512-2be8-4337-9791-0d956b0968c5@baylibre.com> (raw)
In-Reply-To: <CA+4Vgc+rqnxne6saUgUO_kR6chX9+HZcb40_9dpO6p6KuskSAg@mail.gmail.com>

On 11/27/24 8:14 PM, Yu-Hsian Yang wrote:
> Dear Jonathan Cameron,
> 
> Thank you for your advice.
> 
> I would remove the "nvuoton,read-vin-data-size" property.
> 
> Read VIN info can use word read or byte read, and other registers
> should use byte read.
> If I use word read for VIN info and byte read for other registers,
> I encounter an issue when I use regmap instead of i2c smbus API.
> 
> I need two regmap configs with val_bits 8/16.
> After I call devm_regmap_init_i2c these two configs,
> the error message:
> "debugfs: Directory '5-001d' with parent 'regmap' already present!"
> 
> Do you have any suggestions?
> 
Give each regmap a unique name, like "5-001d-8bit" and "5-001d-16bit".

  reply	other threads:[~2024-11-29 14:50 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-06  2:39 [PATCH v1 0/2] iio: adc: add Nuvoton NCT720x ADC driver Eason Yang
2024-11-06  2:39 ` [PATCH v1 1/2] dt-bindings: iio: adc: Add binding for Nuvoton NCT720x ADCs Eason Yang
2024-11-06  4:58   ` Chanh Nguyen
2024-11-06  9:22     ` Yu-Hsian Yang
2024-11-09 13:42       ` Jonathan Cameron
2024-11-09 14:29         ` Jonathan Cameron
2024-11-11  7:45           ` Yu-Hsian Yang
2024-11-23 14:47             ` Jonathan Cameron
2024-11-28  2:14               ` Yu-Hsian Yang
2024-11-29 14:50                 ` David Lechner [this message]
2024-12-02  3:57                   ` Yu-Hsian Yang
2024-11-06 16:13     ` Conor Dooley
2024-11-07  0:59       ` Yu-Hsian Yang
2024-11-09 13:44   ` Jonathan Cameron
2024-11-06  2:39 ` [PATCH v1 2/2] iio: adc: add Nuvoton NCT720x ADC driver Eason Yang
2024-11-06 12:30   ` kernel test robot
2024-11-07  0:36     ` Yu-Hsian Yang
2024-11-06 13:41   ` Krzysztof Kozlowski
2024-11-07  0:41     ` Yu-Hsian Yang
2024-11-09 13:45       ` Jonathan Cameron
2024-12-04  1:49         ` Yu-Hsian Yang
2024-11-07  6:13   ` anish kumar
2024-11-07  7:17     ` Yu-Hsian Yang
2024-11-07  8:02   ` Andy Shevchenko
2024-11-09 14:37   ` Jonathan Cameron
2024-12-04  2:50     ` Yu-Hsian Yang

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=6d8e9512-2be8-4337-9791-0d956b0968c5@baylibre.com \
    --to=dlechner@baylibre.com \
    --cc=KWLIU@nuvoton.com \
    --cc=alisadariana@gmail.com \
    --cc=andy@kernel.org \
    --cc=avifishman70@gmail.com \
    --cc=benjaminfair@google.com \
    --cc=chanh@amperemail.onmicrosoft.com \
    --cc=chanh@os.amperecomputing.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=j2anfernee@gmail.com \
    --cc=javier.carrasco.cruz@gmail.com \
    --cc=jic23@kernel.org \
    --cc=joao.goncalves@toradex.com \
    --cc=krzk+dt@kernel.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.schmitt@analog.com \
    --cc=marius.cristea@microchip.com \
    --cc=matteomartelli3@gmail.com \
    --cc=mike.looijmans@topic.nl \
    --cc=mitrutzceclan@gmail.com \
    --cc=nuno.sa@analog.com \
    --cc=olivier.moysan@foss.st.com \
    --cc=openbmc@lists.ozlabs.org \
    --cc=robh@kernel.org \
    --cc=tali.perry1@gmail.com \
    --cc=tmaimon77@gmail.com \
    --cc=venture@google.com \
    --cc=yhyang2@nuvoton.com \
    --cc=yuenn@google.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox