From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Ashish Jangam <ashish.jangam@kpitcummins.com>
Cc: "arnd@arndb.de" <arnd@arndb.de>,
"sameo@openedhand.com" <sameo@openedhand.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Dajun <dajun.chen@diasemi.com>,
"linaro-dev@lists.linaro.org" <linaro-dev@lists.linaro.org>
Subject: Re: [PATCH 1/11] MFD: DA9052 MFD core module v8
Date: Wed, 19 Oct 2011 23:38:32 +0100 [thread overview]
Message-ID: <20111019223831.GA10573@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <1319033356.17688.32.camel@dhruva>
On Wed, Oct 19, 2011 at 07:39:16PM +0530, Ashish Jangam wrote:
> +static struct regmap_config da9052_regmap_config = {
> + .reg_bits = 8,
> + .val_bits = 8,
> +};
> +
> +static int da9052_spi_probe(struct spi_device *spi)
So, as I think I mentioned last time based on the previous non-regmap
versions of the patch I don't expect this to work at all. You should
use the read_mask and/or write_mask options to set the flag bits you
need to indicated if this is a read or write.
next prev parent reply other threads:[~2011-10-19 22:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-19 14:09 [PATCH 1/11] MFD: DA9052 MFD core module v8 Ashish Jangam
2011-10-19 22:38 ` Mark Brown [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-11-03 6:14 Ashish Jangam
2011-11-18 9:56 ` Paul Bolle
2011-11-18 10:00 ` Ashish Jangam
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=20111019223831.GA10573@opensource.wolfsonmicro.com \
--to=broonie@opensource.wolfsonmicro.com \
--cc=arnd@arndb.de \
--cc=ashish.jangam@kpitcummins.com \
--cc=dajun.chen@diasemi.com \
--cc=linaro-dev@lists.linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sameo@openedhand.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;
as well as URLs for NNTP newsgroup(s).