* [GIT PULL] Xilinx Zynq clk changes for v3.14
@ 2013-12-18 9:26 Michal Simek
2013-12-19 5:12 ` Mike Turquette
0 siblings, 1 reply; 5+ messages in thread
From: Michal Simek @ 2013-12-18 9:26 UTC (permalink / raw)
To: linux-arm-kernel
Hi Mike,
As we discussed it is better for you to get pull request with signed tags.
That's why I am sending you pull request for 2 patches which we have in queue which
should go to v3.14.
Thanks,
Michal
The following changes since commit dc1ccc48159d63eca5089e507c82c7d22ef60839:
Linux 3.13-rc2 (2013-11-29 12:57:14 -0800)
are available in the git repository at:
git://git.xilinx.com/linux-xlnx.git tags/zynq-clk-for-3.14
for you to fetch changes up to eda9488d741085f79318884690db139712a1b019:
arm: dt: zynq: Add fclk-enable property to clkc node (2013-12-11 17:48:48 +0100)
----------------------------------------------------------------
arm: Xilinx Zynq clk patches for v3.14
- Add support for fclk-enable feature
----------------------------------------------------------------
Soren Brinkmann (2):
clk/zynq/clkc: Add 'fclk-enable' feature
arm: dt: zynq: Add fclk-enable property to clkc node
Documentation/devicetree/bindings/clock/zynq-7000.txt | 4 ++++
arch/arm/boot/dts/zynq-7000.dtsi | 1 +
drivers/clk/zynq/clkc.c | 18 +++++++++++++++---
3 files changed, 20 insertions(+), 3 deletions(-)
--
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/20131218/1ab529f7/attachment.sig>
^ permalink raw reply [flat|nested] 5+ messages in thread* [GIT PULL] Xilinx Zynq clk changes for v3.14
2013-12-18 9:26 [GIT PULL] Xilinx Zynq clk changes for v3.14 Michal Simek
@ 2013-12-19 5:12 ` Mike Turquette
2013-12-19 7:37 ` Michal Simek
0 siblings, 1 reply; 5+ messages in thread
From: Mike Turquette @ 2013-12-19 5:12 UTC (permalink / raw)
To: linux-arm-kernel
Quoting Michal Simek (2013-12-18 01:26:35)
> Hi Mike,
>
> As we discussed it is better for you to get pull request with signed tags.
> That's why I am sending you pull request for 2 patches which we have in queue which
> should go to v3.14.
Michal,
Thanks much for the pull request. In the future it is a bit easier if
you base your pull request on the tip of clk-next, but it's not a big
deal.
Shouldn't the change to zynq-7000.dtsi go through the arm-soc tree
instead of the clk tree?
Regards,
Mike
>
> Thanks,
> Michal
>
>
> The following changes since commit dc1ccc48159d63eca5089e507c82c7d22ef60839:
>
> Linux 3.13-rc2 (2013-11-29 12:57:14 -0800)
>
> are available in the git repository at:
>
> git://git.xilinx.com/linux-xlnx.git tags/zynq-clk-for-3.14
>
> for you to fetch changes up to eda9488d741085f79318884690db139712a1b019:
>
> arm: dt: zynq: Add fclk-enable property to clkc node (2013-12-11 17:48:48 +0100)
>
> ----------------------------------------------------------------
> arm: Xilinx Zynq clk patches for v3.14
>
> - Add support for fclk-enable feature
>
> ----------------------------------------------------------------
> Soren Brinkmann (2):
> clk/zynq/clkc: Add 'fclk-enable' feature
> arm: dt: zynq: Add fclk-enable property to clkc node
>
> Documentation/devicetree/bindings/clock/zynq-7000.txt | 4 ++++
> arch/arm/boot/dts/zynq-7000.dtsi | 1 +
> drivers/clk/zynq/clkc.c | 18 +++++++++++++++---
> 3 files changed, 20 insertions(+), 3 deletions(-)
>
>
> --
> 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
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] Xilinx Zynq clk changes for v3.14
2013-12-19 5:12 ` Mike Turquette
@ 2013-12-19 7:37 ` Michal Simek
2013-12-19 19:26 ` Mike Turquette
0 siblings, 1 reply; 5+ messages in thread
From: Michal Simek @ 2013-12-19 7:37 UTC (permalink / raw)
To: linux-arm-kernel
Hi Mike,
On 12/19/2013 06:12 AM, Mike Turquette wrote:
> Quoting Michal Simek (2013-12-18 01:26:35)
>> Hi Mike,
>>
>> As we discussed it is better for you to get pull request with signed tags.
>> That's why I am sending you pull request for 2 patches which we have in queue which
>> should go to v3.14.
>
> Michal,
>
> Thanks much for the pull request. In the future it is a bit easier if
> you base your pull request on the tip of clk-next, but it's not a big
> deal.
ok. No problem to do.
>
> Shouldn't the change to zynq-7000.dtsi go through the arm-soc tree
> instead of the clk tree?
It is here because it is related to clock and there is no conflict
with others DT changes we made for 3.14.
But if you prefer not to have this change here I have no problem
to add it to our zynq/clk branch and go through arm-soc tree.
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/20131219/9c8b2985/attachment.sig>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] Xilinx Zynq clk changes for v3.14
2013-12-19 7:37 ` Michal Simek
@ 2013-12-19 19:26 ` Mike Turquette
2013-12-20 12:29 ` Michal Simek
0 siblings, 1 reply; 5+ messages in thread
From: Mike Turquette @ 2013-12-19 19:26 UTC (permalink / raw)
To: linux-arm-kernel
Quoting Michal Simek (2013-12-18 23:37:17)
> Hi Mike,
>
> On 12/19/2013 06:12 AM, Mike Turquette wrote:
> > Quoting Michal Simek (2013-12-18 01:26:35)
> >> Hi Mike,
> >>
> >> As we discussed it is better for you to get pull request with signed tags.
> >> That's why I am sending you pull request for 2 patches which we have in queue which
> >> should go to v3.14.
> >
> > Michal,
> >
> > Thanks much for the pull request. In the future it is a bit easier if
> > you base your pull request on the tip of clk-next, but it's not a big
> > deal.
>
> ok. No problem to do.
>
> >
> > Shouldn't the change to zynq-7000.dtsi go through the arm-soc tree
> > instead of the clk tree?
>
> It is here because it is related to clock and there is no conflict
> with others DT changes we made for 3.14.
> But if you prefer not to have this change here I have no problem
> to add it to our zynq/clk branch and go through arm-soc tree.
I think it is better to take the dts patch through arm-soc. Merge
conflicts seem unlikely now, but it's best to err on the side of caution
and send that patch through the correct tree.
Regards,
Mike
>
> 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
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] Xilinx Zynq clk changes for v3.14
2013-12-19 19:26 ` Mike Turquette
@ 2013-12-20 12:29 ` Michal Simek
0 siblings, 0 replies; 5+ messages in thread
From: Michal Simek @ 2013-12-20 12:29 UTC (permalink / raw)
To: linux-arm-kernel
On 12/19/2013 08:26 PM, Mike Turquette wrote:
> Quoting Michal Simek (2013-12-18 23:37:17)
>> Hi Mike,
>>
>> On 12/19/2013 06:12 AM, Mike Turquette wrote:
>>> Quoting Michal Simek (2013-12-18 01:26:35)
>>>> Hi Mike,
>>>>
>>>> As we discussed it is better for you to get pull request with signed tags.
>>>> That's why I am sending you pull request for 2 patches which we have in queue which
>>>> should go to v3.14.
>>>
>>> Michal,
>>>
>>> Thanks much for the pull request. In the future it is a bit easier if
>>> you base your pull request on the tip of clk-next, but it's not a big
>>> deal.
>>
>> ok. No problem to do.
>>
>>>
>>> Shouldn't the change to zynq-7000.dtsi go through the arm-soc tree
>>> instead of the clk tree?
>>
>> It is here because it is related to clock and there is no conflict
>> with others DT changes we made for 3.14.
>> But if you prefer not to have this change here I have no problem
>> to add it to our zynq/clk branch and go through arm-soc tree.
>
> I think it is better to take the dts patch through arm-soc. Merge
> conflicts seem unlikely now, but it's best to err on the side of caution
> and send that patch through the correct tree.
ok. No problem with that.
Will send you new pull request based on clk-next branch.
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/20131220/d1a554bf/attachment-0001.sig>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-12-20 12:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-18 9:26 [GIT PULL] Xilinx Zynq clk changes for v3.14 Michal Simek
2013-12-19 5:12 ` Mike Turquette
2013-12-19 7:37 ` Michal Simek
2013-12-19 19:26 ` Mike Turquette
2013-12-20 12:29 ` Michal Simek
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).