Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-25 | regmap: add proper SPDX identifiers on files that did not have them. | Greg Kroah-Hartman | |
There were a few files in the regmap code that did not have SPDX identifiers on them, so fix that up. At the same time, remove the "free form" text that specified the license of the file, as that is impossible for any tool to properly parse. Also, as Mark loves // comment markers, convert all of the headers to be the same to make things look consistent :) Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Mark Brown <broonie@kernel.org> | |||
2017-07-17 | regmap: regmap-w1: Fix build troubles | minimumlaw@rambler.ru | |
Fixes: cc5d0db390b0 ("regmap: Add 1-Wire bus support") Commit de0d6dbdbdb2 ("w1: Add subsystem kernel public interface") Fix place off w1.h header file Cosmetic: Fix company name (local to international) Signed-off-by: Alex A. Mihaylov <minimumlaw@rambler.ru> Signed-off-by: Mark Brown <broonie@kernel.org> | |||
2017-06-06 | regmap: Add 1-Wire bus support | Alex A. Mihaylov | |
Add basic support regmap (register map access) API for 1-Wire bus Signed-off-by: Mark Brown <broonie@kernel.org> |