Re: [RFC PATCH v2 03/11] mfd: omap: control: core system control driver

2012-06-26 Thread Tony Lindgren
* Konstantin Baydarov kbaida...@dev.rtsoft.ru [120620 07:18]: So,the same API set (omap_control_readl/omap_control_writel) was added to omap-control-core.c. If omap-control-core.c should only service users from driver/ directory, than I agree - we can remove

Re: [RFC PATCH v2 03/11] mfd: omap: control: core system control driver

2012-06-20 Thread Tony Lindgren
* Konstantin Baydarov kbaida...@dev.rtsoft.ru [120618 04:36]: This patch introduces a MFD core device driver for OMAP system control module. The control module allows software control of various static modes supported by the device. It is composed of two control submodules: general control

Re: [RFC PATCH v2 03/11] mfd: omap: control: core system control driver

2012-06-20 Thread Konstantin Baydarov
Hi, Tony. On 06/20/2012 02:22 PM, Tony Lindgren wrote: * Konstantin Baydarov kbaida...@dev.rtsoft.ru [120618 04:36]: This patch introduces a MFD core device driver for OMAP system control module. The control module allows software control of various static modes supported by the device.

[RFC PATCH v2 03/11] mfd: omap: control: core system control driver

2012-06-18 Thread Konstantin Baydarov
This patch introduces a MFD core device driver for OMAP system control module. The control module allows software control of various static modes supported by the device. It is composed of two control submodules: general control module and device (padconfiguration) control module. Changes since