All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Boris BREZILLON <boris.brezillon@free-electrons.com>
Cc: Lars-Peter Clausen <lars@metafoo.de>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Maxime Ripard <maxime.ripard@free-electrons.com>,
	Shuge <shuge@allwinnertech.com>,
	kevin@allwinnertech.com, Chen-Yu Tsai <wens@csie.org>,
	Hans de Goede <hdegoede@redhat.com>,
	Carlo Caione <carlo@caione.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, dev@linux-sunxi.org
Subject: Re: [PATCH] regmap: i2c: fallback to SMBus if the adapter does not support standard I2C
Date: Wed, 16 Apr 2014 18:06:39 +0100	[thread overview]
Message-ID: <20140416170638.GT12304@sirena.org.uk> (raw)
In-Reply-To: <1397636170-664-1-git-send-email-boris.brezillon@free-electrons.com>

[-- Attachment #1: Type: text/plain, Size: 652 bytes --]

On Wed, Apr 16, 2014 at 10:16:10AM +0200, Boris BREZILLON wrote:

> +	if (i2c_check_functionality(i2c->adapter, I2C_FUNC_I2C)) {
> +		return &regmap_i2c;
> +	} else if (config->val_bits == 16 &&
> +		   i2c_check_functionality(i2c->adapter,
> +					   I2C_FUNC_SMBUS_WORD_DATA)) {
> +                config->reg_read = regmap_smbus_word_reg_read;
> +                config->reg_write = regmap_smbus_word_reg_write;
> +		return NULL;

This all looks good to me except we shouldn't be modifying the config
struct (it's supposed to be const).  We should instead add the ability
for the bus to set these ops - that'll also be useful for things like
AC'97.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: broonie@kernel.org (Mark Brown)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] regmap: i2c: fallback to SMBus if the adapter does not support standard I2C
Date: Wed, 16 Apr 2014 18:06:39 +0100	[thread overview]
Message-ID: <20140416170638.GT12304@sirena.org.uk> (raw)
In-Reply-To: <1397636170-664-1-git-send-email-boris.brezillon@free-electrons.com>

On Wed, Apr 16, 2014 at 10:16:10AM +0200, Boris BREZILLON wrote:

> +	if (i2c_check_functionality(i2c->adapter, I2C_FUNC_I2C)) {
> +		return &regmap_i2c;
> +	} else if (config->val_bits == 16 &&
> +		   i2c_check_functionality(i2c->adapter,
> +					   I2C_FUNC_SMBUS_WORD_DATA)) {
> +                config->reg_read = regmap_smbus_word_reg_read;
> +                config->reg_write = regmap_smbus_word_reg_write;
> +		return NULL;

This all looks good to me except we shouldn't be modifying the config
struct (it's supposed to be const).  We should instead add the ability
for the bus to set these ops - that'll also be useful for things like
AC'97.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140416/575bc83b/attachment.sig>

  reply	other threads:[~2014-04-16 17:07 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-12  8:45 [RFC PATCH] regmap: smbus: add support for regmap over SMBus Boris BREZILLON
2014-04-12  8:45 ` Boris BREZILLON
2014-04-12  9:02 ` Boris BREZILLON
2014-04-12  9:02   ` Boris BREZILLON
2014-04-14 13:08 ` [RFC PATCH v2] " Boris BREZILLON
2014-04-14 13:08   ` Boris BREZILLON
2014-04-14 21:04   ` Mark Brown
2014-04-14 21:04     ` Mark Brown
2014-04-15  7:36     ` Boris BREZILLON
2014-04-15  7:36       ` Boris BREZILLON
2014-04-15 10:09       ` Mark Brown
2014-04-15 10:09         ` Mark Brown
2014-04-15 11:54         ` Boris BREZILLON
2014-04-15 11:54           ` Boris BREZILLON
2014-04-15 12:10           ` Mark Brown
2014-04-15 12:10             ` Mark Brown
2014-04-15 12:25           ` Lars-Peter Clausen
2014-04-15 12:25             ` Lars-Peter Clausen
2014-04-15 12:40             ` Boris BREZILLON
2014-04-15 12:40               ` Boris BREZILLON
2014-04-15 13:08               ` Lars-Peter Clausen
2014-04-15 13:08                 ` Lars-Peter Clausen
2014-04-15 12:56             ` [RFC PATCH v2] regmap: smbus: add support for regmap over smbus Mark Brown
2014-04-15 12:56               ` Mark Brown
2014-04-15 13:34               ` Lars-Peter Clausen
2014-04-15 13:34                 ` Lars-Peter Clausen
2014-04-15 16:46                 ` Mark Brown
2014-04-15 16:46                   ` Mark Brown
2014-04-15 19:18                   ` Lars-Peter Clausen
2014-04-15 19:18                     ` Lars-Peter Clausen
2014-04-15 22:38                     ` Mark Brown
2014-04-15 22:38                       ` Mark Brown
2014-04-16  8:16                       ` [PATCH] regmap: i2c: fallback to SMBus if the adapter does not support standard I2C Boris BREZILLON
2014-04-16  8:16                         ` Boris BREZILLON
2014-04-16 17:06                         ` Mark Brown [this message]
2014-04-16 17:06                           ` Mark Brown
2014-04-16 17:16                           ` Boris BREZILLON
2014-04-16 17:16                             ` Boris BREZILLON
2014-04-16 21:00                             ` Mark Brown
2014-04-16 21:00                               ` Mark Brown

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=20140416170638.GT12304@sirena.org.uk \
    --to=broonie@kernel.org \
    --cc=boris.brezillon@free-electrons.com \
    --cc=carlo@caione.org \
    --cc=dev@linux-sunxi.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=hdegoede@redhat.com \
    --cc=kevin@allwinnertech.com \
    --cc=lars@metafoo.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maxime.ripard@free-electrons.com \
    --cc=shuge@allwinnertech.com \
    --cc=wens@csie.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.