All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Integrator common clock
@ 2012-06-19  6:53 Linus Walleij
  2012-06-20 21:20 ` Mike Turquette
  0 siblings, 1 reply; 15+ messages in thread
From: Linus Walleij @ 2012-06-19  6:53 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC people,

would you consider pulling in the support form common clk in the Integrator,
unless Mike shouts at me? I think I have adressed all review comments.

There will at some point be some trivial merge conflicts in drivers/clk/Makefile
I think, but you're used to that I think...

Yours,
Linus Walleij

The following changes since commit f8f5701bdaf9134b1f90e5044a82c66324d2073f:

  Linux 3.5-rc1 (2012-06-02 18:29:26 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
integrator-clk

for you to fetch changes up to aa3f7190e46514002ddf5b6054d7dc9f6f9f9cb7:

  ARM: integrator: convert to common clock (2012-06-15 09:00:43 +0200)

----------------------------------------------------------------
Linus Walleij (3):
      ARM: integrator: put symbolic bus names on devices
      clk: add versatile ICST307 driver
      ARM: integrator: convert to common clock

 arch/arm/Kconfig                               |    8 +-
 arch/arm/mach-integrator/core.c                |   55 ++----------
 arch/arm/mach-integrator/include/mach/clkdev.h |   26 ------
 arch/arm/mach-integrator/integrator_ap.c       |    8 +-
 arch/arm/mach-integrator/integrator_cp.c       |   69 ++-------------
 arch/arm/plat-versatile/Kconfig                |    3 +
 arch/arm/plat-versatile/Makefile               |    2 +-
 drivers/clk/Kconfig                            |    2 +
 drivers/clk/Makefile                           |    1 +
 drivers/clk/versatile/Kconfig                  |    8 ++
 drivers/clk/versatile/Makefile                 |    3 +
 drivers/clk/versatile/clk-icst.c               |  100 +++++++++++++++++++++
 drivers/clk/versatile/clk-icst.h               |   10 +++
 drivers/clk/versatile/clk-integrator.c         |  111 ++++++++++++++++++++++++
 include/linux/platform_data/clk-integrator.h   |    1 +
 15 files changed, 263 insertions(+), 144 deletions(-)
 delete mode 100644 arch/arm/mach-integrator/include/mach/clkdev.h
 create mode 100644 drivers/clk/versatile/Kconfig
 create mode 100644 drivers/clk/versatile/Makefile
 create mode 100644 drivers/clk/versatile/clk-icst.c
 create mode 100644 drivers/clk/versatile/clk-icst.h
 create mode 100644 drivers/clk/versatile/clk-integrator.c
 create mode 100644 include/linux/platform_data/clk-integrator.h

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

end of thread, other threads:[~2012-07-08 19:06 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-19  6:53 [GIT PULL] Integrator common clock Linus Walleij
2012-06-20 21:20 ` Mike Turquette
2012-06-21  6:23   ` Linus Walleij
2012-06-22 21:58     ` Linus Walleij
2012-06-26  1:59       ` Turquette, Mike
2012-07-03 19:29       ` Linus Walleij
2012-07-03 21:15         ` Turquette, Mike
2012-07-04 22:52           ` Linus Walleij
2012-07-04 23:30             ` Russell King - ARM Linux
2012-07-04 23:36               ` Linus Walleij
2012-07-07  0:13             ` Mike Turquette
2012-07-08 19:06               ` Linus Walleij
2012-07-05 19:44           ` Linus Walleij
2012-07-05 19:55             ` Turquette, Mike
2012-07-03 22:40         ` Turquette, Mike

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.