[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140930172543.GG4273@sirena.org.uk>
Date: Tue, 30 Sep 2014 18:25:43 +0100
From: Mark Brown <broonie@...nel.org>
To: Dan Murphy <dmurphy@...com>
Cc: gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
linux-omap@...r.kernel.org
Subject: Re: [PATCH] regmap: Allow read_reg_mask to be 0
On Tue, Sep 30, 2014 at 11:07:00AM -0500, Dan Murphy wrote:
> - if (config->read_flag_mask || config->write_flag_mask) {
> + if (config->read_flag_mask == REGMAP_NO_READ_MASK)
> + map->read_flag_mask = 0x00;
> + else if (config->read_flag_mask)
This breaks the symmetry in handling of read and write masks which isn't
great, please make the equivalent update for the write mask too.
> +#define REGMAP_NO_READ_MASK 0xff
An actual out of band value might be preferable here though that'd
involve changing the type and more checking so perhaps inessential.
Download attachment "signature.asc" of type "application/pgp-signature" (474 bytes)
Powered by blists - more mailing lists