Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1403039 > unrolled thread

Re: [PATCH v3 0/2] nvmem: remove regmap dependency

Started byStefan Wahren <stefan.wahren@i2se.com>
First post2016-05-18 16:40 +0200
Last post2016-05-18 16:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v3 0/2] nvmem: remove regmap dependency Stefan Wahren <stefan.wahren@i2se.com> - 2016-05-18 16:40 +0200

#1403039 — Re: [PATCH v3 0/2] nvmem: remove regmap dependency

FromStefan Wahren <stefan.wahren@i2se.com>
Date2016-05-18 16:40 +0200
SubjectRe: [PATCH v3 0/2] nvmem: remove regmap dependency
Message-ID<rAaNH-3lc-13@gated-at.bofh.it>
Hi Srinivas,

Am 02.05.2016 um 20:36 schrieb Srinivas Kandagatla:
> Hi Greg, 
>
> This is v3 patchset for the leftover 2 patches for nvmem regmap
> removal series [1]. These patches are based on char-misc tree.
>
> nvmem uses regmap_raw_read/write apis to read/write data from providers,
> With recent patch 922a9f936e40 ("regmap: mmio: Convert to regmap_bus
> and fix accessor usage") nvmem providers based on regmap-mmio stopped
> working, as nvmem core was using raw accessors.
> This issue can be fixed temporarly by moving to other regmap apis,
> but we might hit same issue in future, and regmap looks like an
> overdo for nvmem. Moving to interfaces based on read/write callbacks
> from providers would be more robust.

i noticed that Documentation/nvmem/nvmem.txt also needs a fix after
removing regmap dependency.

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web