All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [RESEND PATCH 0/5] clk: some fixes, device tree support, new features
@ 2015-12-22 10:04 Masahiro Yamada
  2015-12-22 10:04 ` [U-Boot] [RESEND PATCH 1/5] clk: fix comments in include/clk.h Masahiro Yamada
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Masahiro Yamada @ 2015-12-22 10:04 UTC (permalink / raw)
  To: u-boot

This series contains the same commits
as 01-05 of the RFC series.

Since somebody immediately marked it as RFC
(i.e. dropped from the TODO items in the patchwork),
nothing has happened to it.

I am resending 01-05 without RFC prefix
in order to leave this series in the TODO list
until appropriate action is taken.

As you see, 01 and 02 are apparent fixes
which can be applied soon.



Masahiro Yamada (5):
  clk: fix comments in include/clk.h
  clk: add needed include and declaration to include/clk.h
  clk: add function to get peripheral ID
  clk: add device tree support for clock framework
  clk: add enable() callback

 drivers/clk/Makefile     |  1 +
 drivers/clk/clk-fdt.c    | 37 ++++++++++++++++++++
 drivers/clk/clk-uclass.c | 10 ++++++
 include/clk.h            | 87 ++++++++++++++++++++++++++++++++++++++++++------
 4 files changed, 125 insertions(+), 10 deletions(-)
 create mode 100644 drivers/clk/clk-fdt.c

-- 
1.9.1

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

end of thread, other threads:[~2016-01-15 13:22 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-22 10:04 [U-Boot] [RESEND PATCH 0/5] clk: some fixes, device tree support, new features Masahiro Yamada
2015-12-22 10:04 ` [U-Boot] [RESEND PATCH 1/5] clk: fix comments in include/clk.h Masahiro Yamada
2015-12-28  4:19   ` Simon Glass
2015-12-22 10:04 ` [U-Boot] [RESEND PATCH 2/5] clk: add needed include and declaration to include/clk.h Masahiro Yamada
2015-12-28  4:19   ` Simon Glass
2015-12-22 10:04 ` [U-Boot] [RESEND PATCH 3/5] clk: add function to get peripheral ID Masahiro Yamada
2015-12-28 14:20   ` Simon Glass
2015-12-28 17:05     ` Masahiro Yamada
2015-12-22 10:04 ` [U-Boot] [RESEND PATCH 4/5] clk: add device tree support for clock framework Masahiro Yamada
2015-12-28  4:23   ` Simon Glass
2015-12-28 14:20     ` Simon Glass
2015-12-28 17:06       ` Masahiro Yamada
2016-01-15 13:22         ` Simon Glass
2015-12-22 10:04 ` [U-Boot] [RESEND PATCH 5/5] clk: add enable() callback Masahiro Yamada
2015-12-28 14:20   ` Simon Glass
2015-12-28 17:06     ` Masahiro Yamada
2015-12-22 20:27 ` [U-Boot] [RESEND PATCH 0/5] clk: some fixes, device tree support, new features Simon Glass

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.