On Thu, May 30, 2013 at 04:26:33PM +0530, Kishon Vijay Abraham I wrote:

> Only compile tested. Just sent a patch to get some comments
> /ideas on how to handle such one off regulators.
> to handle

What's unclear or confusing?  This all looks really basic...

> +     palmas_smps_read(pmic->palmas, palmas_regs_info[id].ctrl_addr, &reg);
> +     reg &= ~PALMAS_SMPS10_CTRL_MODE_ACTIVE_MODE_MASK;
> +
> +     if (mode == REGULATOR_MODE_NORMAL)
> +             reg |= SMPS10_BOOST_EN;
> +
> +     if (mode == REGULATOR_MODE_FAST)
> +             reg |= SMPS10_SWITCH_EN;
> +
> +     if (mode == REGULATOR_MODE_IDLE)
> +             reg |= SMPS10_BYPASS_EN;
> +
> +     palmas_smps_write(pmic->palmas, palmas_regs_info[id].ctrl_addr, reg);
> +     return 0;

This looks like a switch statement and isn't there an update bits
operation?

Attachment: signature.asc
Description: Digital signature

Reply via email to