Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1651531
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/4] Introduce regmap infrastructure over Maxim/Dalas OneWire (W1) bus |
| Date | 2017-05-26 19:20 +0200 |
| Message-ID | <tLr45-hm-5@gated-at.bofh.it> (permalink) |
| References | <tL53z-2KJ-3@gated-at.bofh.it> <tL53z-2KJ-13@gated-at.bofh.it> <tLli2-57l-9@gated-at.bofh.it> <tLli2-57l-7@gated-at.bofh.it> <tLq83-87A-55@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Fri, May 26, 2017 at 04:45:12PM +0300, Evgeniy Polyakov wrote: Please fix your mail client to word wrap within paragraphs at something substantially less than 80 columns. Doing this makes your messages much easier to read and reply to. > I wonder what is 'cache' argument about? If I know that some read can be cached, > since underlying hardware never changes these values, I can store it into local variable > and use it. If I do not know in advance whether given register can be cached, > how can regmap determine it for me? How to debug cases when register > was erroneously considered to be cached? regmap will only cache registers if it was explicitly told to cache, if the driver gets that wrong it's just your bog standard bug that can be debugged in the usual ways one might debug things. By default nothing will be cached. > What is the reason to use regmap besides caching? There's the other reasons I mentioned in the message you're replying to for a start...
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/4] Introduce regmap infrastructure over Maxim/Dalas OneWire (W1) bus "Alex A. Mihaylov" <minimumlaw@rambler.ru> - 2017-05-25 19:50 +0200
Re: [PATCH 1/4] Introduce regmap infrastructure over Maxim/Dalas OneWire (W1) bus Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-05-25 21:00 +0200
Re: [PATCH 1/4] Introduce regmap infrastructure over Maxim/Dalas OneWire (W1) bus Mark Brown <broonie@kernel.org> - 2017-05-26 12:00 +0200
Re: [PATCH 1/4] Introduce regmap infrastructure over Maxim/Dalas OneWire (W1) bus Mark Brown <broonie@kernel.org> - 2017-05-26 12:30 +0200
Re: [PATCH 1/4] Introduce regmap infrastructure over Maxim/Dalas OneWire (W1) bus "Alex A. Mihaylov" <minimumlaw@rambler.ru> - 2017-05-26 18:00 +0200
Re: [PATCH 1/4] Introduce regmap infrastructure over Maxim/Dalas OneWire (W1) bus Mark Brown <broonie@kernel.org> - 2017-05-26 13:10 +0200
Re: [PATCH 1/4] Introduce regmap infrastructure over Maxim/Dalas OneWire (W1) bus "Alex A. Mihaylov" <minimumlaw@rambler.ru> - 2017-05-26 18:20 +0200
Re: [PATCH 1/4] Introduce regmap infrastructure over Maxim/Dalas OneWire (W1) bus Mark Brown <broonie@kernel.org> - 2017-05-26 19:20 +0200
csiph-web