All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Introduce Quantum Clock handling
@ 2016-04-01 11:37 Neil Armstrong
  2016-04-01 11:37 ` [PATCH 1/5] clk: Switch clk handling to signed long and introduce Quantum State Neil Armstrong
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Neil Armstrong @ 2016-04-01 11:37 UTC (permalink / raw)
  To: linux-clk, mturquette, sjan, ahaslam, abailon; +Cc: Neil Armstrong

As today, handling of future but close Quantum physics as
part of our modern computing model is clearly and really not
ready. Introduce a simple, clear and clean but straightforward
implementation of a Quantum concept in the clk framework
looking for a great future for experimental physics handling.

For handling the new quantum physics, add a Quantum clock
or Schrodingers clock in reference of the great experiment,
organize a new implementation that describes a simple but
Logical quantum clock.

Researched-by: Just Another Kernel Experiment Research <joker@baylibre.com>
Tested-by: Brotherhood After The Most Andvanced Number <batman@baylibre.com>

Neil Armstrong (5):
  clk: Switch clk handling to signed long and introduce Quantum State
  clk: Introduce clk-schrodinger as Quantum clock implementation
  clk: Add build support for schrodinger clock
  dt-bindings: clock: add schrodinger clock bindings
  MAINTAINERS: Add Neil Armstrong as maintainers of schrodinger clock

 .../devicetree/bindings/clock/schrodinger.txt      |  18 ++++
 MAINTAINERS                                        |   6 ++
 drivers/clk/Makefile                               |   1 +
 drivers/clk/clk-schrodinger.c                      | 110 +++++++++++++++++++++
 drivers/clk/clk.c                                  | 104 ++++++++++---------
 include/linux/clk-provider.h                       |  29 +++++-
 include/linux/clk.h                                |  22 ++---
 7 files changed, 226 insertions(+), 64 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/schrodinger.txt
 create mode 100644 drivers/clk/clk-schrodinger.c

-- 
1.9.1

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

end of thread, other threads:[~2016-04-04  9:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-01 11:37 [PATCH 0/5] Introduce Quantum Clock handling Neil Armstrong
2016-04-01 11:37 ` [PATCH 1/5] clk: Switch clk handling to signed long and introduce Quantum State Neil Armstrong
2016-04-01 16:13   ` Michael Turquette
2016-04-04  9:10   ` Geert Uytterhoeven
2016-04-01 11:37 ` [PATCH 2/5] clk: Introduce clk-schrodinger as Quantum clock implementation Neil Armstrong
2016-04-01 11:37 ` [PATCH 3/5] clk: Add build support for schrodinger clock Neil Armstrong
2016-04-01 11:37 ` [PATCH 4/5] dt-bindings: clock: add schrodinger clock bindings Neil Armstrong
2016-04-01 16:18   ` Michael Turquette
2016-04-01 18:27     ` Kevin Hilman
2016-04-01 11:37 ` [PATCH 5/5] MAINTAINERS: Add Neil Armstrong as maintainers of schrodinger clock Neil Armstrong

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.