On Wed, 27 Aug 2014, Dmitry Torokhov wrote:
> On Wednesday, August 27, 2014 02:39:36 PM Lee Jones wrote:
> > On Tue, 26 Aug 2014, Chris Zhong wrote:
> > > +
> > > +static struct of_device_id rk808_of_match[] = {
> > > + { .compatible = "rockchip,rk808" },
> > > +};
> > > +MODULE_DEVICE_TABLE(of, r
Hi Chris,
Am Dienstag, 26. August 2014, 22:14:04 schrieb Chris Zhong:
> The RK808 chip is a power management IC for multimedia and handheld
> devices. It contains the following components:
>
> - Regulators
> - RTC
> - Clkout
>
> The RK808 core driver is registered as a platform driver and provid
Am Mittwoch, 27. August 2014, 12:59:35 schrieb Doug Anderson:
> Heiko,
>
> On Wed, Aug 27, 2014 at 12:53 PM, Heiko Stübner wrote:
> > Hi Chris,
> >
> > Am Dienstag, 26. August 2014, 22:14:04 schrieb Chris Zhong:
> >> The RK808 chip is a power management IC for multimedia and handheld
> >> device
Dmitry,
On Wed, Aug 27, 2014 at 10:21 AM, Dmitry Torokhov wrote:
> On Wednesday, August 27, 2014 02:39:36 PM Lee Jones wrote:
>> On Tue, 26 Aug 2014, Chris Zhong wrote:
>> > +
>> > +static struct of_device_id rk808_of_match[] = {
>> > + { .compatible = "rockchip,rk808" },
>> > +};
>> > +MODULE_
Heiko,
On Wed, Aug 27, 2014 at 12:53 PM, Heiko Stübner wrote:
> Hi Chris,
>
> Am Dienstag, 26. August 2014, 22:14:04 schrieb Chris Zhong:
>> The RK808 chip is a power management IC for multimedia and handheld
>> devices. It contains the following components:
>>
>> - Regulators
>> - RTC
>> - Clkou
On Wednesday, August 27, 2014 02:39:36 PM Lee Jones wrote:
> On Tue, 26 Aug 2014, Chris Zhong wrote:
> > +
> > +static struct of_device_id rk808_of_match[] = {
> > + { .compatible = "rockchip,rk808" },
> > +};
> > +MODULE_DEVICE_TABLE(of, rk808_of_match);
> > +
> > +static const struct i2c_device
On Wed, 27 Aug 2014, Doug Anderson wrote:
> On Wed, Aug 27, 2014 at 6:39 AM, Lee Jones wrote:
> >> +static int rk808_probe(struct i2c_client *client,
> >> +const struct i2c_device_id *id)
> >> +{
> >> + int ret;
> >> + int pm_off = 0;
> >> + struct rk808 *rk808;
> >
Lee,
On Wed, Aug 27, 2014 at 6:39 AM, Lee Jones wrote:
>> +static int rk808_probe(struct i2c_client *client,
>> +const struct i2c_device_id *id)
>> +{
>> + int ret;
>> + int pm_off = 0;
>> + struct rk808 *rk808;
>> + struct device_node *np = client->dev.of_node
On Tue, 26 Aug 2014, Chris Zhong wrote:
> The RK808 chip is a power management IC for multimedia and handheld
> devices. It contains the following components:
>
> - Regulators
> - RTC
> - Clkout
>
> The RK808 core driver is registered as a platform driver and provides
> communication through I2C
Chris,
On Tue, Aug 26, 2014 at 7:14 AM, Chris Zhong wrote:
> +static struct regmap_irq_chip rk808_irq_chip = {
> + .name = "rk808",
> + .irqs = rk808_irqs,
> + .num_irqs = ARRAY_SIZE(rk808_irqs),
> + .num_regs = 2,
> + .irq_reg_stride = 2,
> + .status_base = RK
10 matches
Mail list logo