All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] nvmem: new drivers for v4.5
@ 2015-12-07 10:56 ` Srinivas Kandagatla
  0 siblings, 0 replies; 21+ messages in thread
From: Srinivas Kandagatla @ 2015-12-07 10:56 UTC (permalink / raw)
  To: gregkh
  Cc: linux-kernel, maxime.ripard, linux-arm-kernel, andrew-ct.chen,
	ariel, Srinivas Kandagatla

Hi Greg,

Here are 2 new nvmem drivers which are in the mailing list for long time
and are good to go for some testing and find its way to v4.5-rc*.

Could you please take these patches via char-misc tree.

Thanks,
srini

Andrew-CT Chen (2):
  dt-bindings: add document of mediatek efuse driver
  nvmem: mediatek: Add Mediatek EFUSE driver

Ariel D'Alessandro (2):
  DT: nvmem: Add NXP LPC18xx EEPROM memory binding documentation
  nvmem: NXP LPC18xx EEPROM memory NVMEM driver

 .../devicetree/bindings/nvmem/lpc1857-eeprom.txt   |  28 ++
 .../devicetree/bindings/nvmem/mtk-efuse.txt        |  36 +++
 drivers/nvmem/Kconfig                              |  20 ++
 drivers/nvmem/Makefile                             |   4 +
 drivers/nvmem/lpc18xx_eeprom.c                     | 330 +++++++++++++++++++++
 drivers/nvmem/mtk-efuse.c                          |  89 ++++++
 6 files changed, 507 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/nvmem/lpc1857-eeprom.txt
 create mode 100644 Documentation/devicetree/bindings/nvmem/mtk-efuse.txt
 create mode 100644 drivers/nvmem/lpc18xx_eeprom.c
 create mode 100644 drivers/nvmem/mtk-efuse.c

-- 
1.9.1


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

end of thread, other threads:[~2016-02-01 21:06 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-07 10:56 [PATCH 0/4] nvmem: new drivers for v4.5 Srinivas Kandagatla
2015-12-07 10:56 ` Srinivas Kandagatla
2015-12-07 10:57 ` [PATCH 1/4] DT: nvmem: Add NXP LPC18xx EEPROM memory binding documentation Srinivas Kandagatla
2015-12-07 10:57   ` Srinivas Kandagatla
2015-12-07 10:57 ` [PATCH 2/4] nvmem: NXP LPC18xx EEPROM memory NVMEM driver Srinivas Kandagatla
2015-12-07 10:57   ` Srinivas Kandagatla
2015-12-07 10:57 ` [PATCH 3/4] dt-bindings: add document of mediatek efuse driver Srinivas Kandagatla
2015-12-07 10:57   ` Srinivas Kandagatla
2015-12-07 10:58 ` [PATCH 4/4] nvmem: mediatek: Add Mediatek EFUSE driver Srinivas Kandagatla
2015-12-07 10:58   ` Srinivas Kandagatla
2016-01-11 13:21 ` [PATCH 0/4] nvmem: new drivers for v4.5 Srinivas Kandagatla
2016-01-11 13:21   ` Srinivas Kandagatla
2016-01-11 18:30   ` Greg KH
2016-01-11 18:30     ` Greg KH
2016-01-19 18:15     ` Daniel Kurtz
2016-01-19 18:15       ` Daniel Kurtz
2016-01-19 18:15       ` Daniel Kurtz
2016-02-01 10:33     ` Srinivas Kandagatla
2016-02-01 10:33       ` Srinivas Kandagatla
2016-02-01 21:06       ` Greg KH
2016-02-01 21:06         ` Greg KH

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.