* [GIT PULL] arm-soc: Xilinx zynq clock changes for v3.11
@ 2013-05-27 7:50 Michal Simek
2013-05-30 11:28 ` Michal Simek
2013-06-01 5:19 ` Olof Johansson
0 siblings, 2 replies; 8+ messages in thread
From: Michal Simek @ 2013-05-27 7:50 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd and Olof,
please pull the following changes to your arm-soc tree.
We haven't got any response from audience or clk maintainer
but we discussed these changes with him in several threads.
The major change is to have easy to going DT clock description
in one node and do not describe the whole clock tree in details
which none uses.
Thanks,
Michal
The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75:
Linux 3.10-rc2 (2013-05-20 14:37:38 -0700)
are available in the git repository at:
git://git.xilinx.com/linux-xlnx.git tags/zynq-clk-for-3.11
for you to fetch changes up to 83d6e5996a34267e4402e6365c528bddd042ddf3:
clk: zynq: Remove deprecated clock code (2013-05-27 09:21:49 +0200)
----------------------------------------------------------------
arm: Xilinx Zynq clock changes for v3.11
Change Xilinx Zynq DT clock description which
reflects logical abstraction of Zynq's clock tree.
- Refactor PLL driver
- Use new clock controller driver
- Change timer and uart drivers
----------------------------------------------------------------
Soren Brinkmann (4):
clk: zynq: Factor out PLL driver
clk: zynq: Add clock controller driver
arm: zynq: Migrate platform to clock controller
clk: zynq: Remove deprecated clock code
Documentation/devicetree/bindings/clock/zynq-7000.txt | 123 ++++++++++++++-------
arch/arm/boot/dts/zynq-7000.dtsi | 71 ++++--------
arch/arm/boot/dts/zynq-zc702.dts | 4 -
arch/arm/mach-zynq/slcr.c | 2 +-
drivers/clk/Makefile | 2 +-
drivers/clk/clk-zynq.c | 378 --------------------------------------------------------------
drivers/clk/zynq/Makefile | 3 +
drivers/clk/zynq/clkc.c | 533 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/clk/zynq/pll.c | 235 +++++++++++++++++++++++++++++++++++++++
drivers/clocksource/cadence_ttc_timer.c | 23 +++-
drivers/tty/serial/xilinx_uartps.c | 85 +++++++++++---
include/linux/clk/zynq.h | 8 +-
12 files changed, 972 insertions(+), 495 deletions(-)
delete mode 100644 drivers/clk/clk-zynq.c
create mode 100644 drivers/clk/zynq/Makefile
create mode 100644 drivers/clk/zynq/clkc.c
create mode 100644 drivers/clk/zynq/pll.c
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130527/285c1f01/attachment.sig>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] arm-soc: Xilinx zynq clock changes for v3.11
2013-05-27 7:50 [GIT PULL] arm-soc: Xilinx zynq clock changes for v3.11 Michal Simek
@ 2013-05-30 11:28 ` Michal Simek
2013-06-01 5:19 ` Olof Johansson
2013-06-01 5:19 ` Olof Johansson
1 sibling, 1 reply; 8+ messages in thread
From: Michal Simek @ 2013-05-30 11:28 UTC (permalink / raw)
To: linux-arm-kernel
Hi guys,
can you please look at this?
The reason is that based on this we can start to send
zynq driver for review because they depend on this.
Thanks,
Michal
On 05/27/2013 09:50 AM, Michal Simek wrote:
> Hi Arnd and Olof,
>
> please pull the following changes to your arm-soc tree.
> We haven't got any response from audience or clk maintainer
> but we discussed these changes with him in several threads.
> The major change is to have easy to going DT clock description
> in one node and do not describe the whole clock tree in details
> which none uses.
>
> Thanks,
> Michal
>
>
> The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75:
>
> Linux 3.10-rc2 (2013-05-20 14:37:38 -0700)
>
> are available in the git repository at:
>
> git://git.xilinx.com/linux-xlnx.git tags/zynq-clk-for-3.11
>
> for you to fetch changes up to 83d6e5996a34267e4402e6365c528bddd042ddf3:
>
> clk: zynq: Remove deprecated clock code (2013-05-27 09:21:49 +0200)
>
> ----------------------------------------------------------------
> arm: Xilinx Zynq clock changes for v3.11
>
> Change Xilinx Zynq DT clock description which
> reflects logical abstraction of Zynq's clock tree.
>
> - Refactor PLL driver
> - Use new clock controller driver
> - Change timer and uart drivers
>
> ----------------------------------------------------------------
> Soren Brinkmann (4):
> clk: zynq: Factor out PLL driver
> clk: zynq: Add clock controller driver
> arm: zynq: Migrate platform to clock controller
> clk: zynq: Remove deprecated clock code
>
> Documentation/devicetree/bindings/clock/zynq-7000.txt | 123 ++++++++++++++-------
> arch/arm/boot/dts/zynq-7000.dtsi | 71 ++++--------
> arch/arm/boot/dts/zynq-zc702.dts | 4 -
> arch/arm/mach-zynq/slcr.c | 2 +-
> drivers/clk/Makefile | 2 +-
> drivers/clk/clk-zynq.c | 378 --------------------------------------------------------------
> drivers/clk/zynq/Makefile | 3 +
> drivers/clk/zynq/clkc.c | 533 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> drivers/clk/zynq/pll.c | 235 +++++++++++++++++++++++++++++++++++++++
> drivers/clocksource/cadence_ttc_timer.c | 23 +++-
> drivers/tty/serial/xilinx_uartps.c | 85 +++++++++++---
> include/linux/clk/zynq.h | 8 +-
> 12 files changed, 972 insertions(+), 495 deletions(-)
> delete mode 100644 drivers/clk/clk-zynq.c
> create mode 100644 drivers/clk/zynq/Makefile
> create mode 100644 drivers/clk/zynq/clkc.c
> create mode 100644 drivers/clk/zynq/pll.c
>
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130530/58a3fa3e/attachment-0001.sig>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] arm-soc: Xilinx zynq clock changes for v3.11
2013-05-27 7:50 [GIT PULL] arm-soc: Xilinx zynq clock changes for v3.11 Michal Simek
2013-05-30 11:28 ` Michal Simek
@ 2013-06-01 5:19 ` Olof Johansson
2013-06-01 23:47 ` Mike Turquette
1 sibling, 1 reply; 8+ messages in thread
From: Olof Johansson @ 2013-06-01 5:19 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, May 27, 2013 at 09:50:29AM +0200, Michal Simek wrote:
> Hi Arnd and Olof,
>
> please pull the following changes to your arm-soc tree.
> We haven't got any response from audience or clk maintainer
> but we discussed these changes with him in several threads.
> The major change is to have easy to going DT clock description
> in one node and do not describe the whole clock tree in details
> which none uses.
Hi,
I don't see any acks from Mike Turquette on any of these. Mike?
-Olof
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] arm-soc: Xilinx zynq clock changes for v3.11
2013-05-30 11:28 ` Michal Simek
@ 2013-06-01 5:19 ` Olof Johansson
0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2013-06-01 5:19 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, May 30, 2013 at 01:28:37PM +0200, Michal Simek wrote:
> Hi guys,
>
> can you please look at this?
> The reason is that based on this we can start to send
> zynq driver for review because they depend on this.
>
Sorry, haven't done many merges these week. See comment on the original
request though.
-Olof
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] arm-soc: Xilinx zynq clock changes for v3.11
2013-06-01 5:19 ` Olof Johansson
@ 2013-06-01 23:47 ` Mike Turquette
2013-06-03 7:49 ` Michal Simek
2013-06-06 9:00 ` [GIT PULL v2] " Michal Simek
0 siblings, 2 replies; 8+ messages in thread
From: Mike Turquette @ 2013-06-01 23:47 UTC (permalink / raw)
To: linux-arm-kernel
Quoting Olof Johansson (2013-05-31 22:19:13)
> On Mon, May 27, 2013 at 09:50:29AM +0200, Michal Simek wrote:
> > Hi Arnd and Olof,
> >
> > please pull the following changes to your arm-soc tree.
> > We haven't got any response from audience or clk maintainer
> > but we discussed these changes with him in several threads.
> > The major change is to have easy to going DT clock description
> > in one node and do not describe the whole clock tree in details
> > which none uses.
>
> Hi,
>
> I don't see any acks from Mike Turquette on any of these. Mike?
>
I Acked it but they were never applied since my Ack came after the pull
request had been sent:
http://article.gmane.org/gmane.linux.kernel/1499697
Regards,
Mike
>
> -Olof
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] arm-soc: Xilinx zynq clock changes for v3.11
2013-06-01 23:47 ` Mike Turquette
@ 2013-06-03 7:49 ` Michal Simek
2013-06-06 9:00 ` [GIT PULL v2] " Michal Simek
1 sibling, 0 replies; 8+ messages in thread
From: Michal Simek @ 2013-06-03 7:49 UTC (permalink / raw)
To: linux-arm-kernel
On 06/02/2013 01:47 AM, Mike Turquette wrote:
> Quoting Olof Johansson (2013-05-31 22:19:13)
>> On Mon, May 27, 2013 at 09:50:29AM +0200, Michal Simek wrote:
>>> Hi Arnd and Olof,
>>>
>>> please pull the following changes to your arm-soc tree.
>>> We haven't got any response from audience or clk maintainer
>>> but we discussed these changes with him in several threads.
>>> The major change is to have easy to going DT clock description
>>> in one node and do not describe the whole clock tree in details
>>> which none uses.
>>
>> Hi,
>>
>> I don't see any acks from Mike Turquette on any of these. Mike?
>>
>
> I Acked it but they were never applied since my Ack came after the pull
> request had been sent:
>
> http://article.gmane.org/gmane.linux.kernel/1499697
Yep. I can look how time went but I wait at least week for any reaction.
Mike was probably out that's why I have added patches to the branch
and sent pull request and then Mike sent his ACK.
If you like I can add Mike's ack to that patches and send you new pull
request.
Thanks,
Michal
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130603/fcc4a712/attachment-0001.sig>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL v2] arm-soc: Xilinx zynq clock changes for v3.11
2013-06-01 23:47 ` Mike Turquette
2013-06-03 7:49 ` Michal Simek
@ 2013-06-06 9:00 ` Michal Simek
2013-06-08 0:03 ` Olof Johansson
1 sibling, 1 reply; 8+ messages in thread
From: Michal Simek @ 2013-06-06 9:00 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd and Olof,
please pull the following changes to your arm-soc tree.
This is the second pull request based on our discussion with Mike
I have added Mike's ACK to all patches.
Thanks,
Michal
The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75:
Linux 3.10-rc2 (2013-05-20 14:37:38 -0700)
are available in the git repository at:
git://git.xilinx.com/linux-xlnx.git tags/zynq-clk-for-3.11
for you to fetch changes up to 97c4e87d45498fb4d18c995721bba72345a7d257:
clk: zynq: Remove deprecated clock code (2013-05-27 09:21:49 +0200)
----------------------------------------------------------------
arm: Xilinx Zynq clock changes for v3.11
Change Xilinx Zynq DT clock description which
reflects logical abstraction of Zynq's clock tree.
- Refactor PLL driver
- Use new clock controller driver
- Change timer and uart drivers
----------------------------------------------------------------
Soren Brinkmann (4):
clk: zynq: Factor out PLL driver
clk: zynq: Add clock controller driver
arm: zynq: Migrate platform to clock controller
clk: zynq: Remove deprecated clock code
Documentation/devicetree/bindings/clock/zynq-7000.txt | 123 +++++++---
arch/arm/boot/dts/zynq-7000.dtsi | 71 ++----
arch/arm/boot/dts/zynq-zc702.dts | 4 -
arch/arm/mach-zynq/slcr.c | 2 +-
drivers/clk/Makefile | 2 +-
drivers/clk/clk-zynq.c | 378 -------------------------------
drivers/clk/zynq/Makefile | 3 +
drivers/clk/zynq/clkc.c | 533 ++++++++++++++++++++++++++++++++++++++++++++
drivers/clk/zynq/pll.c | 235 +++++++++++++++++++
drivers/clocksource/cadence_ttc_timer.c | 23 +-
drivers/tty/serial/xilinx_uartps.c | 85 +++++--
include/linux/clk/zynq.h | 8 +-
12 files changed, 972 insertions(+), 495 deletions(-)
delete mode 100644 drivers/clk/clk-zynq.c
create mode 100644 drivers/clk/zynq/Makefile
create mode 100644 drivers/clk/zynq/clkc.c
create mode 100644 drivers/clk/zynq/pll.c
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130606/c31e185c/attachment.sig>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL v2] arm-soc: Xilinx zynq clock changes for v3.11
2013-06-06 9:00 ` [GIT PULL v2] " Michal Simek
@ 2013-06-08 0:03 ` Olof Johansson
0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2013-06-08 0:03 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Jun 06, 2013 at 11:00:58AM +0200, Michal Simek wrote:
> Hi Arnd and Olof,
>
> please pull the following changes to your arm-soc tree.
> This is the second pull request based on our discussion with Mike
> I have added Mike's ACK to all patches.
>
> Thanks,
> Michal
>
> The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75:
>
> Linux 3.10-rc2 (2013-05-20 14:37:38 -0700)
>
> are available in the git repository at:
>
> git://git.xilinx.com/linux-xlnx.git tags/zynq-clk-for-3.11
Thanks, pulled into next/soc.
-Olof
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-06-08 0:03 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-27 7:50 [GIT PULL] arm-soc: Xilinx zynq clock changes for v3.11 Michal Simek
2013-05-30 11:28 ` Michal Simek
2013-06-01 5:19 ` Olof Johansson
2013-06-01 5:19 ` Olof Johansson
2013-06-01 23:47 ` Mike Turquette
2013-06-03 7:49 ` Michal Simek
2013-06-06 9:00 ` [GIT PULL v2] " Michal Simek
2013-06-08 0:03 ` Olof Johansson
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).