linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] memory: sanitize jedec_ddr_data.c and jedec_ddr.h
@ 2019-05-15 15:04 Masahiro Yamada
  2019-05-15 15:04 ` [PATCH 1/2] memory: move jedec_ddr_data.c from lib/ to drivers/memory/ Masahiro Yamada
  2019-05-15 15:04 ` [PATCH 2/2] memory: move jedec_ddr.h from include/memory " Masahiro Yamada
  0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2019-05-15 15:04 UTC (permalink / raw)
  To: Santosh Shilimkar; +Cc: Masahiro Yamada, linux-kernel




Masahiro Yamada (2):
  memory: move jedec_ddr_data.c from lib/ to drivers/memory/
  memory: move jedec_ddr.h from include/memory to drivers/memory/

 drivers/memory/Kconfig                   | 8 ++++++++
 drivers/memory/Makefile                  | 1 +
 drivers/memory/emif.c                    | 3 ++-
 {include => drivers}/memory/jedec_ddr.h  | 6 +++---
 {lib => drivers/memory}/jedec_ddr_data.c | 5 +++--
 drivers/memory/of_memory.c               | 3 ++-
 lib/Kconfig                              | 8 --------
 lib/Makefile                             | 2 --
 8 files changed, 19 insertions(+), 17 deletions(-)
 rename {include => drivers}/memory/jedec_ddr.h (97%)
 rename {lib => drivers/memory}/jedec_ddr_data.c (98%)

-- 
2.7.4


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

end of thread, other threads:[~2019-05-15 15:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-15 15:04 [PATCH 0/2] memory: sanitize jedec_ddr_data.c and jedec_ddr.h Masahiro Yamada
2019-05-15 15:04 ` [PATCH 1/2] memory: move jedec_ddr_data.c from lib/ to drivers/memory/ Masahiro Yamada
2019-05-15 15:04 ` [PATCH 2/2] memory: move jedec_ddr.h from include/memory " Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).