Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1633389
| From | "Alex A. Mihaylov" <minimumlaw@rambler.ru> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/2] Add support for OneWire (W1) devices family 0x26 (MAX17211/MAX17215) |
| Date | 2017-04-30 07:30 +0200 |
| Message-ID | <tBPAK-7C7-27@gated-at.bofh.it> (permalink) |
| References | <tBBHr-7p2-7@gated-at.bofh.it> <tBBHr-7p2-5@gated-at.bofh.it> <tBCWR-86K-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi, >> Slave device provide software layer for access to internal registers >> MAX17211/MAX17215 chip. > Please convert this to regmap.There is no generic w1 handler, but you can provide custom > read/write functions. I think regmap be overkill for this driver. Here we need access to a small number of registers. Registers are extremely simple on the internal device. As a result, the software layer of regmap will only complicate the readability and understanding of the code. And also increase the size and time of code execution, and even complicate the perception. > Also it would be nice to have this > based on https://lkml.org/lkml/2017/3/16/604. Then everything > could go into the power-supply driver. > No problems. Once this set of patches will be accepted in the mainline. Alex.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/2] Add support for OneWire (W1) devices family 0x26 (MAX17211/MAX17215) "Alex A. Mihaylov" <minimumlaw@rambler.ru> - 2017-04-29 16:40 +0200
Re: [PATCH 1/2] Add support for OneWire (W1) devices family 0x26 (MAX17211/MAX17215) Sebastian Reichel <sre@kernel.org> - 2017-04-29 18:00 +0200
Re: [PATCH 1/2] Add support for OneWire (W1) devices family 0x26 (MAX17211/MAX17215) "Alex A. Mihaylov" <minimumlaw@rambler.ru> - 2017-04-30 07:30 +0200
Re: [PATCH 1/2] Add support for OneWire (W1) devices family 0x26 (MAX17211/MAX17215) Sebastian Reichel <sre@kernel.org> - 2017-04-30 23:00 +0200
Re: [PATCH 1/2] Add support for OneWire (W1) devices family 0x26 (MAX17211/MAX17215) "Alex A. Mihaylov" <minimumlaw@rambler.ru> - 2017-05-01 08:20 +0200
csiph-web