All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] nvmem: eeprom: add support for FRAM
@ 2021-04-09 15:47 Jiri Prchal
  2021-04-09 15:47 ` [PATCH 1/3] nvmem: add things " Jiri Prchal
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Jiri Prchal @ 2021-04-09 15:47 UTC (permalink / raw)
  To: devicetree, linux-kernel; +Cc: Rob Herring, Christian Eggers, Jiri Prchal

Adds sopport for Cypress FRAMs.

Jiri Prchal (3):
  nvmem: eeprom: at25: add support for FRAM
  nvmem: eeprom: at25: add support for FRAM
  nvmem: eeprom: add documentation for FRAM

 .../devicetree/bindings/eeprom/at25.yaml      |  12 +-
 drivers/misc/eeprom/Kconfig                   |   5 +-
 drivers/misc/eeprom/at25.c                    | 151 ++++++++++++++----
 drivers/nvmem/core.c                          |   4 +
 include/linux/nvmem-provider.h                |   1 +
 5 files changed, 139 insertions(+), 34 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-04-12  6:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-09 15:47 [PATCH 0/3] nvmem: eeprom: add support for FRAM Jiri Prchal
2021-04-09 15:47 ` [PATCH 1/3] nvmem: add things " Jiri Prchal
2021-04-09 15:47 ` [PATCH 2/3] nvmem: eeprom: at25: add support " Jiri Prchal
2021-04-09 18:34   ` kernel test robot
2021-04-09 18:34     ` kernel test robot
2021-04-09 15:47 ` [PATCH 3/3] nvmem: eeprom: add documentation " Jiri Prchal
2021-04-09 18:57   ` Rob Herring
2021-04-09 17:21 ` [PATCH 0/3] nvmem: eeprom: add support " Christian Eggers
2021-04-12  6:06   ` Jiří Prchal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.