linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] reorganize clock initialization and add PCM clock
@ 2016-02-29 12:51 kernel at martin.sperl.org
  2016-02-29 12:51 ` [PATCH 1/3] clk: bcm2835: remove use of BCM2835_CLOCK_COUNT in driver kernel at martin.sperl.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kernel at martin.sperl.org @ 2016-02-29 12:51 UTC (permalink / raw)
  To: linux-arm-kernel

From: Martin Sperl <kernel@martin.sperl.org>

As changing entries in the dt-bindings header files is frowned upon
and as we would need to change BCM2835_CLOCK_COUNT for every new
clock added, this patchset moves away from the use of
BCM2835_CLOCK_COUNT and removes it from the dt-bindings alltogether.

Instead - as recommended by Michael Turquette, Geert Uytterhoeven
and Remi Pommarel - patch 1 introduces a new initialization
process in probe that simply uses ARRAY_SIZE on a (sparse) array.

With patch 2 the initialization of the array is simplified and
better grouped together.

Patch 3 introduces the pcm clock of the bcm2835 soc and already
shows the simplification at work - the main reason for this patchset.

Martin Sperl (3):
  clk: bcm2835: remove use of BCM2835_CLOCK_COUNT in driver
  clk: bcm2835: reorganize bcm2835_clock_array assignment
  clk: bcm2835: enable management of PCM clock

 drivers/clk/bcm/clk-bcm2835.c       |  918 +++++++++++++++++------------------
 include/dt-bindings/clock/bcm2835.h |    3 +-
 2 files changed, 441 insertions(+), 480 deletions(-)

--
1.7.10.4

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

end of thread, other threads:[~2016-02-29 12:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-29 12:51 [PATCH 0/3] reorganize clock initialization and add PCM clock kernel at martin.sperl.org
2016-02-29 12:51 ` [PATCH 1/3] clk: bcm2835: remove use of BCM2835_CLOCK_COUNT in driver kernel at martin.sperl.org
2016-02-29 12:51 ` [PATCH 2/3] clk: bcm2835: reorganize bcm2835_clock_array assignment kernel at martin.sperl.org
2016-02-29 12:51 ` [PATCH 3/3] clk: bcm2835: enable management of PCM clock kernel at martin.sperl.org

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).