Re: [PATCH 2/3] misc: eeprom: add Cypress FM33256B FRAM driver

2016-04-26 Thread Jeppe Ledet-Pedersen
On 22/04/16 01:54, Alexandre Belloni wrote: > Hi, Hi Alexandre, > On 20/04/2016 at 13:07:50 +0200, Jeppe Ledet-Pedersen wrote : >> Signed-off-by: Jeppe Ledet-Pedersen >> --- >> MAINTAINERS | 1 + >> drivers/misc/eeprom/Kconfig

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" >> + >

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

Re: [PATCH 3/3] rtc: add Cypress FM33256B RTC driver

2016-04-26 Thread Jeppe Ledet-Pedersen
On 22/04/16 01:44, Alexandre Belloni wrote: > Hi, Hi Alexandre, > Looks mostly good, a few comments below Thanks for the review. I'll add your fixes and send a v2 patch. -Jeppe

[PATCH 3/3] rtc: add Cypress FM33256B RTC driver

2016-04-20 Thread Jeppe Ledet-Pedersen
Signed-off-by: Jeppe Ledet-Pedersen --- MAINTAINERS| 1 + drivers/rtc/Kconfig| 10 +++ drivers/rtc/Makefile | 1 + drivers/rtc/rtc-fm33256b.c | 166 + 4 files changed, 178 insertions(+) create mode 100644 drivers/rtc

[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

[PATCH 0/3] Cypress FM33256B processor companion support

2016-04-20 Thread Jeppe Ledet-Pedersen
Hi, This series 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. Only the FRAM and RTC are supported by these patches. The device is implemented as an MFD device. The FRAM interfac

[PATCH 2/3] misc: eeprom: add Cypress FM33256B FRAM driver

2016-04-20 Thread Jeppe Ledet-Pedersen
Signed-off-by: Jeppe Ledet-Pedersen --- MAINTAINERS | 1 + drivers/misc/eeprom/Kconfig | 12 drivers/misc/eeprom/Makefile| 1 + drivers/misc/eeprom/fm33256b-fram.c | 110 4 files changed, 124 insertions

[PATCH] net: can: xilinx_can: fix extended frame handling

2015-04-29 Thread Jeppe Ledet-Pedersen
/DW2 to be read unconditionally, since this is necessary to remove the frame from the RXFIFO. Signed-off-by: Jeppe Ledet-Pedersen Acked-by: Kedareswara rao Appana --- drivers/net/can/xilinx_can.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/net/can