All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] more clk-next fixes
@ 2012-05-07  5:08 Mike Turquette
  2012-05-07  5:08 ` [PATCH 1/5] MAINTAINERS: add entry for common clk framework Mike Turquette
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Mike Turquette @ 2012-05-07  5:08 UTC (permalink / raw)
  To: linux-arm-kernel

Hi all,

These five patches are hopefully the final set of core framework changes
for 3.5.  There is the obligatory MAINTAINERS file change, three new
fixes and the fixed-factor clock patch.  That last patch is being
reposted since three bugs were found in it (one on the list, two in my
testing).

If no one complains about these then I'll commit them to clk-next and
(finally) send my pull request to Arnd.

Note that the Orion patches aren't here, but I figure that Andrew L.
probably wants to check those against the final clk-next before I pull
them.

Regards,
Mike

Mike Turquette (4):
  MAINTAINERS: add entry for common clk framework
  clk: prevent spurious parent rate propagation
  clk: remove COMMON_CLK_DISABLE_UNUSED
  clk: mux: assign init data

Sascha Hauer (1):
  clk: add a fixed factor clock

 MAINTAINERS                    |   10 ++++
 drivers/clk/Kconfig            |   11 -----
 drivers/clk/Makefile           |    2 +-
 drivers/clk/clk-fixed-factor.c |   95 ++++++++++++++++++++++++++++++++++++++++
 drivers/clk/clk-mux.c          |    1 +
 drivers/clk/clk.c              |    9 +++-
 include/linux/clk-private.h    |   20 ++++++++
 include/linux/clk-provider.h   |   23 ++++++++++
 8 files changed, 156 insertions(+), 15 deletions(-)
 create mode 100644 drivers/clk/clk-fixed-factor.c

-- 
1.7.5.4

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

end of thread, other threads:[~2012-05-11 14:39 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-07  5:08 [PATCH 0/5] more clk-next fixes Mike Turquette
2012-05-07  5:08 ` [PATCH 1/5] MAINTAINERS: add entry for common clk framework Mike Turquette
2012-05-07  5:08 ` [PATCH 2/5] clk: prevent spurious parent rate propagation Mike Turquette
2012-05-07  7:58   ` Sascha Hauer
2012-05-07 17:34     ` Turquette, Mike
2012-05-07  5:08 ` [PATCH 3/5] clk: remove COMMON_CLK_DISABLE_UNUSED Mike Turquette
2012-05-07 19:31   ` Saravana Kannan
2012-05-07  5:08 ` [PATCH 4/5] clk: mux: assign init data Mike Turquette
2012-05-07  5:08 ` [PATCH 5/5] clk: add a fixed factor clock Mike Turquette
2012-05-07 19:54   ` Saravana Kannan
2012-05-07 20:14     ` Turquette, Mike
2012-05-07 20:26       ` Saravana Kannan
2012-05-08  7:20 ` [PATCH 0/5] more clk-next fixes Andrew Lunn
2012-05-08 16:12 ` Shawn Guo
2012-05-08 17:33   ` Turquette, Mike
2012-05-08 21:35 ` Turquette, Mike
2012-05-11 14:39   ` Arnd Bergmann

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.