All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v10 0/4] add support for FRAM
@ 2021-06-11  9:45 Jiri Prchal
  2021-06-11  9:45 ` [PATCH v10 1/4] nvmem: prepare basics for FRAM support Jiri Prchal
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Jiri Prchal @ 2021-06-11  9:45 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: Rob Herring, Christian Eggers, Arnd Bergmann, Greg Kroah-Hartman,
	Jiri Prchal

Adds support for Cypress FRAMs.

Jiri Prchal (4):
  nvmem: prepare basics for FRAM support
  nvmem: eeprom: at25: add support for FRAM
  dt-bindings: nvmem: at25: add for FRAM support
  nvmem: eeprom: at25: export FRAM serial num

 .../ABI/testing/sysfs-class-spi-eeprom        |  19 +++
 .../devicetree/bindings/eeprom/at25.yaml      |  31 +++-
 drivers/misc/eeprom/Kconfig                   |   5 +-
 drivers/misc/eeprom/at25.c                    | 161 ++++++++++++++----
 drivers/nvmem/core.c                          |   4 +
 include/linux/nvmem-provider.h                |   1 +
 6 files changed, 183 insertions(+), 38 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-class-spi-eeprom

-- 
2.25.1


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

end of thread, other threads:[~2021-06-22  9:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11  9:45 [PATCH v10 0/4] add support for FRAM Jiri Prchal
2021-06-11  9:45 ` [PATCH v10 1/4] nvmem: prepare basics for FRAM support Jiri Prchal
2021-06-11  9:45 ` [PATCH v10 2/4] nvmem: eeprom: at25: add support for FRAM Jiri Prchal
2021-06-16 18:59   ` kernel test robot
2021-06-16 18:59     ` kernel test robot
2021-06-22  7:44   ` kernel test robot
2021-06-22  7:44     ` kernel test robot
2021-06-11  9:46 ` [PATCH v10 3/4] dt-bindings: nvmem: at25: add for FRAM support Jiri Prchal
2021-06-11  9:46 ` [PATCH v10 4/4] nvmem: eeprom: at25: export FRAM serial num Jiri Prchal
2021-06-16 20:10   ` kernel test robot
2021-06-16 20:10     ` kernel test robot
2021-06-22  9:33   ` kernel test robot
2021-06-22  9:33     ` kernel test robot
2021-06-11 10:25 ` [PATCH v10 0/4] add support for FRAM Greg Kroah-Hartman

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.