Re: [PATCH] Parse missing regulator constraints from device tree blob

2014-01-17 Thread Saurabh Singh
This patch adds support for parsing following regulator contraints from device tree blob. 1. valid modes mask (valid_modes_mask) 2. initial mode (initial_mode) 3. initial state (initial_state) 4. state mem (state_mem) 5. state disk (state_disk) 6. state standby (state_standby) Signed-off-by: Saura

Re: [PATCH] Parse missing regulator constraints from device tree blob

2014-01-17 Thread Saurabh Singh
Hi Mark, > No, please do as I asked and follow the process in SubmittingPatches - as I > said the format things are sent in is very important for the tooling. Pasting > the patch into a mail after some other text definitely doesn't give a mail in > the format covered in SubmittingPatches. If in

Re: Re: [PATCH] Parse missing regulator constraints from device tree blob

2014-01-16 Thread Mark Brown
On Thu, Jan 16, 2014 at 03:18:03PM +, Saurabh Singh wrote: > Hi Mark, > > > Please send patches using the process in SubmittingPatches, the formatting > > of the submission is very important for tools like git am which people use > > to > > work with patches. > > As per your request sending

Re: Re: [PATCH] Parse missing regulator constraints from device tree blob

2014-01-16 Thread Saurabh Singh
Hi Mark, > Please send patches using the process in SubmittingPatches, the formatting > of the submission is very important for tools like git am which people use to > work with patches. As per your request sending the patch and description in git format. Please find below the patch. Regards, Sa

Re: [PATCH] Parse missing regulator constraints from device tree blob

2014-01-16 Thread Mark Brown
On Thu, Jan 16, 2014 at 01:43:23PM +, Saurabh Singh wrote: > Hi Mark, > > New patch incorporating your suggestions is given below. > > > * None of these properties are documented. Documentation is required so > > that the contract is defined. That allows people to learn how to use > > the

Re: [PATCH] Parse missing regulator constraints from device tree blob

2014-01-16 Thread Saurabh Singh
Hi Mark, New patch incorporating your suggestions is given below. > * None of these properties are documented. Documentation is required so > that the contract is defined. That allows people to learn how to use > the properties, and makes clear what we can and cannot change > kernel-side. D

Re: [PATCH] Parse missing regulator constraints from device tree blob

2014-01-16 Thread Mark Rutland
Hi, On Thu, Jan 16, 2014 at 06:34:46AM +, Saurabh Singh wrote: > This patch adds support for parsing following regulator contraints from > device tree blob. > 1. valid modes mask (valid_modes_mask) > 2. input microvolt(input_uV) > 3. initial mode (initial_mode) > 4. initial state (initial_sta

[PATCH] Parse missing regulator constraints from device tree blob

2014-01-15 Thread Saurabh Singh
This patch adds support for parsing following regulator contraints from device tree blob. 1. valid modes mask (valid_modes_mask) 2. input microvolt(input_uV) 3. initial mode (initial_mode) 4. initial state (initial_state) 5. state mem (state_mem) 6. state disk (state_disk) 7. state standby (state_