Re: [PATCH 1/3] mfd: add Cypress FM33256B Processor Companion driver

2016-05-03 Thread Alexandre Belloni
On 26/04/2016 at 16:31:46 +0200, Jeppe Ledet-Pedersen wrote : > > Good catch, I didn't look at this patch but it includes a lot of code > > that should be going to the RTC driver. > > If trickle charging is not enabled, I guess the RTC will not charge its > > backup battery. > > Thank you for the

Re: [PATCH 1/3] mfd: add Cypress FM33256B Processor Companion driver

2016-05-03 Thread Alexandre Belloni
On 26/04/2016 at 16:31:46 +0200, Jeppe Ledet-Pedersen wrote : > > Good catch, I didn't look at this patch but it includes a lot of code > > that should be going to the RTC driver. > > If trickle charging is not enabled, I guess the RTC will not charge its > > backup battery. > > Thank you for the

Re: [PATCH 1/3] mfd: add Cypress FM33256B Processor Companion driver

2016-04-26 Thread Jeppe Ledet-Pedersen
On 22/04/16 21:32, Rob Herring wrote: > On Wed, Apr 20, 2016 at 01:07:49PM +0200, Jeppe Ledet-Pedersen wrote: [snip] >> + >> +The MFD exposes two subdevices: >> +- The FRAM: "cypress,fm33256b-fram" >> +- The RTC: "cypress,fm33256b-rtc" >> + >> +Example: >> + >> +spi1: spi@f800800 { >> +status

Re: [PATCH 1/3] mfd: add Cypress FM33256B Processor Companion driver

2016-04-26 Thread Jeppe Ledet-Pedersen
On 22/04/16 21:32, Rob Herring wrote: > On Wed, Apr 20, 2016 at 01:07:49PM +0200, Jeppe Ledet-Pedersen wrote: [snip] >> + >> +The MFD exposes two subdevices: >> +- The FRAM: "cypress,fm33256b-fram" >> +- The RTC: "cypress,fm33256b-rtc" >> + >> +Example: >> + >> +spi1: spi@f800800 { >> +status

Re: [PATCH 1/3] mfd: add Cypress FM33256B Processor Companion driver

2016-04-26 Thread Jeppe Ledet-Pedersen
On 22/04/16 22:11, Alexandre Belloni wrote: > On 22/04/2016 at 14:32:32 -0500, Rob Herring wrote : >> On Wed, Apr 20, 2016 at 01:07:49PM +0200, Jeppe Ledet-Pedersen wrote: >>> This patch adds support for the Cypress Semiconductor FM33256B processor >>> companion. The device contains a 256 kbit

Re: [PATCH 1/3] mfd: add Cypress FM33256B Processor Companion driver

2016-04-26 Thread Jeppe Ledet-Pedersen
On 22/04/16 22:11, Alexandre Belloni wrote: > On 22/04/2016 at 14:32:32 -0500, Rob Herring wrote : >> On Wed, Apr 20, 2016 at 01:07:49PM +0200, Jeppe Ledet-Pedersen wrote: >>> This patch adds support for the Cypress Semiconductor FM33256B processor >>> companion. The device contains a 256 kbit

Re: [PATCH 1/3] mfd: add Cypress FM33256B Processor Companion driver

2016-04-22 Thread Alexandre Belloni
On 22/04/2016 at 14:32:32 -0500, Rob Herring wrote : > On Wed, Apr 20, 2016 at 01:07:49PM +0200, Jeppe Ledet-Pedersen wrote: > > This patch adds support for the Cypress Semiconductor FM33256B processor > > companion. The device contains a 256 kbit FRAM, an RTC, a supply voltage > > monitor, and a

Re: [PATCH 1/3] mfd: add Cypress FM33256B Processor Companion driver

2016-04-22 Thread Alexandre Belloni
On 22/04/2016 at 14:32:32 -0500, Rob Herring wrote : > On Wed, Apr 20, 2016 at 01:07:49PM +0200, Jeppe Ledet-Pedersen wrote: > > This patch adds support for the Cypress Semiconductor FM33256B processor > > companion. The device contains a 256 kbit FRAM, an RTC, a supply voltage > > monitor, and a

Re: [PATCH 1/3] mfd: add Cypress FM33256B Processor Companion driver

2016-04-22 Thread Rob Herring
On Wed, Apr 20, 2016 at 01:07:49PM +0200, Jeppe Ledet-Pedersen wrote: > This patch adds support for the Cypress Semiconductor FM33256B processor > companion. The device contains a 256 kbit FRAM, an RTC, a supply voltage > monitor, and a watchdog timer. > > Signed-off-by: Jeppe Ledet-Pedersen

Re: [PATCH 1/3] mfd: add Cypress FM33256B Processor Companion driver

2016-04-22 Thread Rob Herring
On Wed, Apr 20, 2016 at 01:07:49PM +0200, Jeppe Ledet-Pedersen wrote: > This patch adds support for the Cypress Semiconductor FM33256B processor > companion. The device contains a 256 kbit FRAM, an RTC, a supply voltage > monitor, and a watchdog timer. > > Signed-off-by: Jeppe Ledet-Pedersen >

Re: [PATCH 1/3] mfd: add Cypress FM33256B Processor Companion driver

2016-04-21 Thread kbuild test robot
Hi, [auto build test ERROR on ljones-mfd/for-mfd-next] [also build test ERROR on v4.6-rc4 next-20160421] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH 1/3] mfd: add Cypress FM33256B Processor Companion driver

2016-04-21 Thread kbuild test robot
Hi, [auto build test ERROR on ljones-mfd/for-mfd-next] [also build test ERROR on v4.6-rc4 next-20160421] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

[PATCH 1/3] mfd: add Cypress FM33256B Processor Companion driver

2016-04-20 Thread Jeppe Ledet-Pedersen
This patch adds support for the Cypress Semiconductor FM33256B processor companion. The device contains a 256 kbit FRAM, an RTC, a supply voltage monitor, and a watchdog timer. Signed-off-by: Jeppe Ledet-Pedersen --- Documentation/devicetree/bindings/mfd/fm33256b.txt | 30 ++

[PATCH 1/3] mfd: add Cypress FM33256B Processor Companion driver

2016-04-20 Thread Jeppe Ledet-Pedersen
This patch adds support for the Cypress Semiconductor FM33256B processor companion. The device contains a 256 kbit FRAM, an RTC, a supply voltage monitor, and a watchdog timer. Signed-off-by: Jeppe Ledet-Pedersen --- Documentation/devicetree/bindings/mfd/fm33256b.txt | 30 ++ MAINTAINERS