Re: [PATCH V3 2/2] regulator: mt6323: Add support for MT6323 regulator

2016-01-26 Thread John Crispin
On 26/01/2016 11:41, Paul Bolle wrote: > John, > > On ma, 2016-01-25 at 12:56 +0100, John Crispin wrote: >> --- /dev/null >> +++ b/drivers/regulator/mt6323-regulator.c > >> + * This program is free software; you can redistribute it and/or modify >> + * it under the terms of the GNU General Publ

Re: [PATCH V3 2/2] regulator: mt6323: Add support for MT6323 regulator

2016-01-26 Thread Paul Bolle
John, On ma, 2016-01-25 at 12:56 +0100, John Crispin wrote: > --- /dev/null > +++ b/drivers/regulator/mt6323-regulator.c > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published by the Free S

Re: [PATCH V3 2/2] regulator: mt6323: Add support for MT6323 regulator

2016-01-25 Thread kbuild test robot
Hi Chen, [auto build test ERROR on regulator/for-next] [also build test ERROR on v4.5-rc1 next-20160125] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/John-Crispin/dt-bindings-regulator-Add-d

[PATCH V3 2/2] regulator: mt6323: Add support for MT6323 regulator

2016-01-25 Thread John Crispin
From: Chen Zhong The MT6323 is a regulator found on boards based on MediaTek MT7623 and probably other SoCs. It is a so called pmic and connects as a slave to SoC using SPI, wrapped inside the pmic-wrapper. Signed-off-by: Chen Zhong Signed-off-by: John Crispin --- drivers/regulator/Kconfig