* Zynq clk fixes
@ 2013-07-26 12:09 Michal Simek
2013-07-26 20:07 ` Mike Turquette
0 siblings, 1 reply; 7+ messages in thread
From: Michal Simek @ 2013-07-26 12:09 UTC (permalink / raw)
To: linux-arm-kernel
Hi Mike, [cc: Arnd and Olof]
Soren has found two bug fixes in zynq clk code.
Can you please add these two patches to your tree?
Will be great if you can add them to v3.11.
Arnd, Olof: I expect that all these clock changes should go through Mike.
If I am wrong please let me know.
Thanks,
Michal
The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:
Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)
are available in the git repository at:
git://git.xilinx.com/linux-xlnx.git tags/zynq-clk-fixes-for-3.11
for you to fetch changes up to 97d58aef394831f6f0583653de29e03886a0e09e:
clk/zynq/clkc: Add CLK_SET_RATE_PARENT flag to ethernet muxes (2013-07-17 08:36:53 +0200)
----------------------------------------------------------------
arm: Xilinx Zynq clock fixes for v3.11
- Fix watchdog clock registration
- Fix gem clock propagation
----------------------------------------------------------------
Soren Brinkmann (2):
clk/zynq/clkc: Add dedicated spinlock for the SWDT
clk/zynq/clkc: Add CLK_SET_RATE_PARENT flag to ethernet muxes
drivers/clk/zynq/clkc.c | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 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/20130726/f30192d3/attachment.sig>
^ permalink raw reply [flat|nested] 7+ messages in thread* Zynq clk fixes
2013-07-26 12:09 Zynq clk fixes Michal Simek
@ 2013-07-26 20:07 ` Mike Turquette
2013-07-26 21:11 ` Sören Brinkmann
0 siblings, 1 reply; 7+ messages in thread
From: Mike Turquette @ 2013-07-26 20:07 UTC (permalink / raw)
To: linux-arm-kernel
Quoting Michal Simek (2013-07-26 05:09:58)
> Hi Mike, [cc: Arnd and Olof]
>
> Soren has found two bug fixes in zynq clk code.
> Can you please add these two patches to your tree?
> Will be great if you can add them to v3.11.
>
> Arnd, Olof: I expect that all these clock changes should go through Mike.
> If I am wrong please let me know.
Looks right to me. Do these fix regressions in the current -rc cycle?
Regards,
Mike
>
> Thanks,
> Michal
>
>
> The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:
>
> Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)
>
> are available in the git repository at:
>
> git://git.xilinx.com/linux-xlnx.git tags/zynq-clk-fixes-for-3.11
>
> for you to fetch changes up to 97d58aef394831f6f0583653de29e03886a0e09e:
>
> clk/zynq/clkc: Add CLK_SET_RATE_PARENT flag to ethernet muxes (2013-07-17 08:36:53 +0200)
>
> ----------------------------------------------------------------
> arm: Xilinx Zynq clock fixes for v3.11
>
> - Fix watchdog clock registration
> - Fix gem clock propagation
>
> ----------------------------------------------------------------
> Soren Brinkmann (2):
> clk/zynq/clkc: Add dedicated spinlock for the SWDT
> clk/zynq/clkc: Add CLK_SET_RATE_PARENT flag to ethernet muxes
>
> drivers/clk/zynq/clkc.c | 13 ++++++++-----
> 1 file changed, 8 insertions(+), 5 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] 7+ messages in thread
* Zynq clk fixes
2013-07-26 20:07 ` Mike Turquette
@ 2013-07-26 21:11 ` Sören Brinkmann
2013-07-26 22:25 ` Mike Turquette
0 siblings, 1 reply; 7+ messages in thread
From: Sören Brinkmann @ 2013-07-26 21:11 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jul 26, 2013 at 01:07:03PM -0700, Mike Turquette wrote:
> Quoting Michal Simek (2013-07-26 05:09:58)
> > Hi Mike, [cc: Arnd and Olof]
> >
> > Soren has found two bug fixes in zynq clk code.
> > Can you please add these two patches to your tree?
> > Will be great if you can add them to v3.11.
> >
> > Arnd, Olof: I expect that all these clock changes should go through Mike.
> > If I am wrong please let me know.
>
> Looks right to me. Do these fix regressions in the current -rc cycle?
I doubt there are real regressions. But since it's still early in
the release cycle and the driver was added in this merge window, I'd prefer
having it hit a release kernel with these fixes included.
S?ren
^ permalink raw reply [flat|nested] 7+ messages in thread
* Zynq clk fixes
2013-07-26 21:11 ` Sören Brinkmann
@ 2013-07-26 22:25 ` Mike Turquette
2013-07-26 22:26 ` Sören Brinkmann
2013-08-13 14:30 ` Michal Simek
0 siblings, 2 replies; 7+ messages in thread
From: Mike Turquette @ 2013-07-26 22:25 UTC (permalink / raw)
To: linux-arm-kernel
Quoting S?ren Brinkmann (2013-07-26 14:11:52)
> On Fri, Jul 26, 2013 at 01:07:03PM -0700, Mike Turquette wrote:
> > Quoting Michal Simek (2013-07-26 05:09:58)
> > > Hi Mike, [cc: Arnd and Olof]
> > >
> > > Soren has found two bug fixes in zynq clk code.
> > > Can you please add these two patches to your tree?
> > > Will be great if you can add them to v3.11.
> > >
> > > Arnd, Olof: I expect that all these clock changes should go through Mike.
> > > If I am wrong please let me know.
> >
> > Looks right to me. Do these fix regressions in the current -rc cycle?
>
> I doubt there are real regressions. But since it's still early in
> the release cycle and the driver was added in this merge window, I'd prefer
> having it hit a release kernel with these fixes included.
I've taken these into clk-fixes and added the following to the changelog
for each patch:
"This does not fix a specific regression but the clock driver was merged
for 3.11-rc1, so best to fix the known bugs before the release."
Regards,
Mike
>
> S?ren
^ permalink raw reply [flat|nested] 7+ messages in thread
* Zynq clk fixes
2013-07-26 22:25 ` Mike Turquette
@ 2013-07-26 22:26 ` Sören Brinkmann
2013-08-13 14:30 ` Michal Simek
1 sibling, 0 replies; 7+ messages in thread
From: Sören Brinkmann @ 2013-07-26 22:26 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jul 26, 2013 at 03:25:01PM -0700, Mike Turquette wrote:
> Quoting S?ren Brinkmann (2013-07-26 14:11:52)
> > On Fri, Jul 26, 2013 at 01:07:03PM -0700, Mike Turquette wrote:
> > > Quoting Michal Simek (2013-07-26 05:09:58)
> > > > Hi Mike, [cc: Arnd and Olof]
> > > >
> > > > Soren has found two bug fixes in zynq clk code.
> > > > Can you please add these two patches to your tree?
> > > > Will be great if you can add them to v3.11.
> > > >
> > > > Arnd, Olof: I expect that all these clock changes should go through Mike.
> > > > If I am wrong please let me know.
> > >
> > > Looks right to me. Do these fix regressions in the current -rc cycle?
> >
> > I doubt there are real regressions. But since it's still early in
> > the release cycle and the driver was added in this merge window, I'd prefer
> > having it hit a release kernel with these fixes included.
>
> I've taken these into clk-fixes and added the following to the changelog
> for each patch:
>
> "This does not fix a specific regression but the clock driver was merged
> for 3.11-rc1, so best to fix the known bugs before the release."
Thanks.
S?ren
^ permalink raw reply [flat|nested] 7+ messages in thread
* Zynq clk fixes
2013-07-26 22:25 ` Mike Turquette
2013-07-26 22:26 ` Sören Brinkmann
@ 2013-08-13 14:30 ` Michal Simek
2013-08-15 17:58 ` Mike Turquette
1 sibling, 1 reply; 7+ messages in thread
From: Michal Simek @ 2013-08-13 14:30 UTC (permalink / raw)
To: linux-arm-kernel
Hi Mike,
On 07/27/2013 12:25 AM, Mike Turquette wrote:
> Quoting S?ren Brinkmann (2013-07-26 14:11:52)
>> On Fri, Jul 26, 2013 at 01:07:03PM -0700, Mike Turquette wrote:
>>> Quoting Michal Simek (2013-07-26 05:09:58)
>>>> Hi Mike, [cc: Arnd and Olof]
>>>>
>>>> Soren has found two bug fixes in zynq clk code.
>>>> Can you please add these two patches to your tree?
>>>> Will be great if you can add them to v3.11.
>>>>
>>>> Arnd, Olof: I expect that all these clock changes should go through Mike.
>>>> If I am wrong please let me know.
>>>
>>> Looks right to me. Do these fix regressions in the current -rc cycle?
>>
>> I doubt there are real regressions. But since it's still early in
>> the release cycle and the driver was added in this merge window, I'd prefer
>> having it hit a release kernel with these fixes included.
>
> I've taken these into clk-fixes and added the following to the changelog
> for each patch:
>
> "This does not fix a specific regression but the clock driver was merged
> for 3.11-rc1, so best to fix the known bugs before the release."
Can you please tell me where you have added these two patches?
clk/zynq/clkc: Add dedicated spinlock for the SWDT
clk/zynq/clkc: Add CLK_SET_RATE_PARENT flag to ethernet muxes
I can't see them in clk-fixes branch (this branch is pretty obsolete).
http://git.linaro.org/gitweb?p=people/mturquette/linux.git;a=summary
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/20130813/a5eb9a6a/attachment.sig>
^ permalink raw reply [flat|nested] 7+ messages in thread* Zynq clk fixes
2013-08-13 14:30 ` Michal Simek
@ 2013-08-15 17:58 ` Mike Turquette
0 siblings, 0 replies; 7+ messages in thread
From: Mike Turquette @ 2013-08-15 17:58 UTC (permalink / raw)
To: linux-arm-kernel
Quoting Michal Simek (2013-08-13 07:30:16)
> Hi Mike,
>
> On 07/27/2013 12:25 AM, Mike Turquette wrote:
> > Quoting S?ren Brinkmann (2013-07-26 14:11:52)
> >> On Fri, Jul 26, 2013 at 01:07:03PM -0700, Mike Turquette wrote:
> >>> Quoting Michal Simek (2013-07-26 05:09:58)
> >>>> Hi Mike, [cc: Arnd and Olof]
> >>>>
> >>>> Soren has found two bug fixes in zynq clk code.
> >>>> Can you please add these two patches to your tree?
> >>>> Will be great if you can add them to v3.11.
> >>>>
> >>>> Arnd, Olof: I expect that all these clock changes should go through Mike.
> >>>> If I am wrong please let me know.
> >>>
> >>> Looks right to me. Do these fix regressions in the current -rc cycle?
> >>
> >> I doubt there are real regressions. But since it's still early in
> >> the release cycle and the driver was added in this merge window, I'd prefer
> >> having it hit a release kernel with these fixes included.
> >
> > I've taken these into clk-fixes and added the following to the changelog
> > for each patch:
> >
> > "This does not fix a specific regression but the clock driver was merged
> > for 3.11-rc1, so best to fix the known bugs before the release."
>
> Can you please tell me where you have added these two patches?
> clk/zynq/clkc: Add dedicated spinlock for the SWDT
> clk/zynq/clkc: Add CLK_SET_RATE_PARENT flag to ethernet muxes
>
> I can't see them in clk-fixes branch (this branch is pretty obsolete).
> http://git.linaro.org/gitweb?p=people/mturquette/linux.git;a=summary
Those have been sent off to Linus in the clk-fixes-for-linus tag.
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] 7+ messages in thread
end of thread, other threads:[~2013-08-15 17:58 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-26 12:09 Zynq clk fixes Michal Simek
2013-07-26 20:07 ` Mike Turquette
2013-07-26 21:11 ` Sören Brinkmann
2013-07-26 22:25 ` Mike Turquette
2013-07-26 22:26 ` Sören Brinkmann
2013-08-13 14:30 ` Michal Simek
2013-08-15 17:58 ` Mike Turquette
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).