Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1383314 > unrolled thread

[PATCH 0/3] Cypress FM33256B processor companion support

Started byJeppe Ledet-Pedersen <jlp@gomspace.com>
First post2016-04-20 13:30 +0200
Last post2016-04-22 02:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] Cypress FM33256B processor companion support Jeppe Ledet-Pedersen <jlp@gomspace.com> - 2016-04-20 13:30 +0200
    Re: [PATCH 2/3] misc: eeprom: add Cypress FM33256B FRAM driver Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-04-22 02:00 +0200

#1383314 — [PATCH 0/3] Cypress FM33256B processor companion support

FromJeppe Ledet-Pedersen <jlp@gomspace.com>
Date2016-04-20 13:30 +0200
Subject[PATCH 0/3] Cypress FM33256B processor companion support
Message-ID<rpYuu-75L-9@gated-at.bofh.it>
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 interface is currently
implemented as an SPI regmap, wrapped by a binary sysfs file. If another
interface would be a better choice, please let me know.

Thanks,

-Jeppe

[toc] | [next] | [standalone]


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

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2016-04-22 02:00 +0200
SubjectRe: [PATCH 2/3] misc: eeprom: add Cypress FM33256B FRAM driver
Message-ID<rqwFQ-Mv-3@gated-at.bofh.it>
In reply to#1383314
Hi,

On 20/04/2016 at 13:07:50 +0200, Jeppe Ledet-Pedersen wrote :
> Signed-off-by: Jeppe Ledet-Pedersen <jlp@gomspace.com>
> ---
>  MAINTAINERS                         |   1 +
>  drivers/misc/eeprom/Kconfig         |  12 ++++
>  drivers/misc/eeprom/Makefile        |   1 +
>  drivers/misc/eeprom/fm33256b-fram.c | 110 ++++++++++++++++++++++++++++++++++++
>  4 files changed, 124 insertions(+)
>  create mode 100644 drivers/misc/eeprom/fm33256b-fram.c
> 

There is now an nvmem framework that will allow you to easily have both
an in-kernel and a userspace interface.

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web