Re: [PATCH 2/2] mfd: ds1374: Add Dallas/Maxim DS1374 Multi Function Device

2017-07-29 Thread Alexandre Belloni
On 13/07/2017 at 12:54:25 -0700, Moritz Fischer wrote: > diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig > index 52a70ee..1703611 100644 > --- a/drivers/watchdog/Kconfig > +++ b/drivers/watchdog/Kconfig > @@ -120,6 +120,16 @@ config DA9062_WATCHDOG > > This driver can be

Re: [PATCH 2/2] mfd: ds1374: Add Dallas/Maxim DS1374 Multi Function Device

2017-07-29 Thread Alexandre Belloni
On 17/07/2017 at 08:51:17 +0100, Lee Jones wrote: > > +static int ds1374_probe(struct i2c_client *client, > > + const struct i2c_device_id *id) > > +{ > > + struct ds1374 *ds1374; > > + u32 mode; > > + int err; > > + > > + ds1374 = devm_kzalloc(&client->dev, sizeof(struct

Re: [PATCH 2/2] mfd: ds1374: Add Dallas/Maxim DS1374 Multi Function Device

2017-07-18 Thread Lee Jones
On Mon, 17 Jul 2017, Moritz Fischer wrote: > Hi Lee, > > On Mon, Jul 17, 2017 at 08:51:17AM +0100, Lee Jones wrote: > > On Thu, 13 Jul 2017, Moritz Fischer wrote: > > > > > From: Moritz Fischer > > > > > > Add support for the Maxim/Dallas DS1374 RTC/WDT with trickle charger. > > > The device c

Re: [PATCH 2/2] mfd: ds1374: Add Dallas/Maxim DS1374 Multi Function Device

2017-07-17 Thread Moritz Fischer
Hi Lee, On Mon, Jul 17, 2017 at 08:51:17AM +0100, Lee Jones wrote: > On Thu, 13 Jul 2017, Moritz Fischer wrote: > > > From: Moritz Fischer > > > > Add support for the Maxim/Dallas DS1374 RTC/WDT with trickle charger. > > The device can either be configured as simple RTC, as simple RTC with > >

Re: [PATCH 2/2] mfd: ds1374: Add Dallas/Maxim DS1374 Multi Function Device

2017-07-17 Thread Lee Jones
On Thu, 13 Jul 2017, Moritz Fischer wrote: > From: Moritz Fischer > > Add support for the Maxim/Dallas DS1374 RTC/WDT with trickle charger. > The device can either be configured as simple RTC, as simple RTC with > Alarm (IRQ) as well as simple RTC with watchdog timer. > > Break up the old monol

Re: [PATCH 2/2] mfd: ds1374: Add Dallas/Maxim DS1374 Multi Function Device

2017-07-14 Thread Guenter Roeck
On Fri, Jul 14, 2017 at 09:54:23AM -0700, Moritz Fischer wrote: > Hi Guenter, > > On Thu, Jul 13, 2017 at 08:57:52PM -0700, Guenter Roeck wrote: > > On 07/13/2017 12:54 PM, Moritz Fischer wrote: > > > From: Moritz Fischer > > > > > > Add support for the Maxim/Dallas DS1374 RTC/WDT with trickle c

Re: [PATCH 2/2] mfd: ds1374: Add Dallas/Maxim DS1374 Multi Function Device

2017-07-14 Thread Moritz Fischer
Hi Guenter, On Thu, Jul 13, 2017 at 08:57:52PM -0700, Guenter Roeck wrote: > On 07/13/2017 12:54 PM, Moritz Fischer wrote: > > From: Moritz Fischer > > > > Add support for the Maxim/Dallas DS1374 RTC/WDT with trickle charger. > > The device can either be configured as simple RTC, as simple RTC w

Re: [PATCH 2/2] mfd: ds1374: Add Dallas/Maxim DS1374 Multi Function Device

2017-07-13 Thread Guenter Roeck
On 07/13/2017 12:54 PM, Moritz Fischer wrote: From: Moritz Fischer Add support for the Maxim/Dallas DS1374 RTC/WDT with trickle charger. The device can either be configured as simple RTC, as simple RTC with Alarm (IRQ) as well as simple RTC with watchdog timer. Break up the old monolithic driv

[PATCH 2/2] mfd: ds1374: Add Dallas/Maxim DS1374 Multi Function Device

2017-07-13 Thread Moritz Fischer
From: Moritz Fischer Add support for the Maxim/Dallas DS1374 RTC/WDT with trickle charger. The device can either be configured as simple RTC, as simple RTC with Alarm (IRQ) as well as simple RTC with watchdog timer. Break up the old monolithic driver in drivers/rtc/rtc-ds1374.c into: - rtc part

Re: [RFC/PATCH 2/2] mfd: ds1374: Add Dallas/Maxim DS1374 Multi Function Device

2017-05-09 Thread Moritz Fischer
On Tue, May 09, 2017 at 11:20:21AM -0700, Moritz Fischer wrote: > From: Moritz Fischer > > Add support for the Maxim/Dallas DS1374 RTC/WDT with trickle charger. > The device can either be configured as simple RTC, as simple RTC with > Alarm (IRQ) as well as simple RTC with watchdog timer. > > Br

[RFC/PATCH 2/2] mfd: ds1374: Add Dallas/Maxim DS1374 Multi Function Device

2017-05-09 Thread Moritz Fischer
From: Moritz Fischer Add support for the Maxim/Dallas DS1374 RTC/WDT with trickle charger. The device can either be configured as simple RTC, as simple RTC with Alarm (IRQ) as well as simple RTC with watchdog timer. Break up the old monolithic driver in drivers/rtc/rtc-ds1374.c into: - rtc part