Re: [PATCH] regmap: cache: Add warning info for the cache check

2015-12-10 Thread Xiubo Li
On 10/12/2015 20:45, Charles Keepax wrote: On Thu, Dec 10, 2015 at 10:40:53AM +0800, Xiubo Li wrote: If there is no cache used for the drivers, the register drfaults s/drfaults/defaults/ Yes,Thanks. are not need any more. This patch will check this and print a warning. Signed-off-by: Xiu

Re: [PATCH] regmap: cache: Add warning info for the cache check

2015-12-10 Thread Charles Keepax
On Thu, Dec 10, 2015 at 10:40:53AM +0800, Xiubo Li wrote: > If there is no cache used for the drivers, the register drfaults s/drfaults/defaults/ > are not need any more. This patch will check this and print a > warning. > > Signed-off-by: Xiubo Li > --- > drivers/base/regmap/regcache.c | 12 +

[PATCH] regmap: cache: Add warning info for the cache check

2015-12-09 Thread Xiubo Li
If there is no cache used for the drivers, the register drfaults are not need any more. This patch will check this and print a warning. Signed-off-by: Xiubo Li --- drivers/base/regmap/regcache.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/base/regmap/