Re: [PATCH] regulator: twl: drop of_match_ptr

2016-11-25 Thread Mark Brown
On Fri, Nov 25, 2016 at 09:49:00AM +0200, Nicolae Rosia wrote: > We can safely drop of_match_ptr since the driver > depends on CONFIG_OF symbol As with the previous patch I see no benefit here. What's the reason for doing this? signature.asc Description: PGP signature

[PATCH] regulator: twl: drop of_match_ptr

2016-11-24 Thread Nicolae Rosia
We can safely drop of_match_ptr since the driver depends on CONFIG_OF symbol Signed-off-by: Nicolae Rosia --- Depends on "regulator: twl6030: add dependency on OF". After sending that one I realised that twl-regulator can also have that change. You can squash these two if you like. drivers/regu