linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Xilinx Zynq changes for v4.3
@ 2015-07-31  8:29 Michal Simek
  2015-08-05  8:53 ` Olof Johansson
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Simek @ 2015-07-31  8:29 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

please pull these SoC changes to your tree.

Thanks,
Michal

The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

  https://github.com/Xilinx/linux-xlnx.git tags/zynq-soc-for-4.3

for you to fetch changes up to e4a9288942392965bd5cfad93d9996b83c0dc4a6:

  ARM: zynq: reserve space for jump target in secondary trampoline
(2015-07-31 10:24:41 +0200)

----------------------------------------------------------------
arm: Xilinx Zynq SoC patches for v4.2

- Fix earlyprintk, jump trampoline for SMP
- Update git tree location
- Setup PL310 aux (bit 22)

----------------------------------------------------------------
Arun Chandran (1):
      ARM: zynq: Fix earlyprintk in big endian mode

Masahiro Yamada (1):
      clk: zynq: remove redundant $(CONFIG_ARCH_ZYNQ) in Makefile

Nathan Lynch (1):
      ARM: zynq: reserve space for jump target in secondary trampoline

Soren Brinkmann (1):
      MAINTAINERS: Update Zynq git tree location

Thomas Betker (1):
      ARM: zynq: Set bit 22 in PL310 AuxCtrl register (6395/1)

 MAINTAINERS                   | 2 +-
 arch/arm/include/debug/zynq.S | 2 +-
 arch/arm/mach-zynq/common.c   | 4 ++--
 arch/arm/mach-zynq/headsmp.S  | 2 +-
 drivers/clk/zynq/Makefile     | 2 +-
 5 files changed, 6 insertions(+), 6 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: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150731/85e4fd8e/attachment.sig>

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

* [GIT PULL] Xilinx Zynq changes for v4.3
  2015-07-31  8:29 [GIT PULL] Xilinx Zynq changes for v4.3 Michal Simek
@ 2015-08-05  8:53 ` Olof Johansson
  2015-08-08  0:55   ` Michael Turquette
  0 siblings, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2015-08-05  8:53 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Fri, Jul 31, 2015 at 10:29:28AM +0200, Michal Simek wrote:
> Hi,
> 
> please pull these SoC changes to your tree.
> 
> Thanks,
> Michal
> 
> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
> 
>   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/Xilinx/linux-xlnx.git tags/zynq-soc-for-4.3
> 
> for you to fetch changes up to e4a9288942392965bd5cfad93d9996b83c0dc4a6:
> 
>   ARM: zynq: reserve space for jump target in secondary trampoline
> (2015-07-31 10:24:41 +0200)

Merged, however:

> Arun Chandran (1):
>       ARM: zynq: Fix earlyprintk in big endian mode
> 
> Masahiro Yamada (1):
>       clk: zynq: remove redundant $(CONFIG_ARCH_ZYNQ) in Makefile

This should have gone through the clk tree. Seems small and simple enough that
I'll take it, but please send patches through appropriate maintainers.

(Adding Mike and Stephen on cc so they know about it).


-Olof

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

* [GIT PULL] Xilinx Zynq changes for v4.3
  2015-08-05  8:53 ` Olof Johansson
@ 2015-08-08  0:55   ` Michael Turquette
  2015-08-10 11:13     ` Michal Simek
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Turquette @ 2015-08-08  0:55 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Olof Johansson (2015-08-05 01:53:44)
> Hi,
> 
> On Fri, Jul 31, 2015 at 10:29:28AM +0200, Michal Simek wrote:
> > Hi,
> > 
> > please pull these SoC changes to your tree.
> > 
> > Thanks,
> > Michal
> > 
> > The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
> > 
> >   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
> > 
> > are available in the git repository at:
> > 
> >   https://github.com/Xilinx/linux-xlnx.git tags/zynq-soc-for-4.3
> > 
> > for you to fetch changes up to e4a9288942392965bd5cfad93d9996b83c0dc4a6:
> > 
> >   ARM: zynq: reserve space for jump target in secondary trampoline
> > (2015-07-31 10:24:41 +0200)
> 
> Merged, however:
> 
> > Arun Chandran (1):
> >       ARM: zynq: Fix earlyprintk in big endian mode
> > 
> > Masahiro Yamada (1):
> >       clk: zynq: remove redundant $(CONFIG_ARCH_ZYNQ) in Makefile
> 
> This should have gone through the clk tree. Seems small and simple enough that
> I'll take it, but please send patches through appropriate maintainers.
> 
> (Adding Mike and Stephen on cc so they know about it).

Olof,

Thanks for the heads up.

Michal,

No reason that patch couldn't have gone through the clk tree. It was
posted on July 27th, which wasn't that long ago. Please feel free to
ping Stephen or I on #linux-clk if you think one of your clk patches has
slipped through the cracks.

Regards,
Mike

> 
> 
> -Olof
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] Xilinx Zynq changes for v4.3
  2015-08-08  0:55   ` Michael Turquette
@ 2015-08-10 11:13     ` Michal Simek
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Simek @ 2015-08-10 11:13 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On 08/08/2015 02:55 AM, Michael Turquette wrote:
> Quoting Olof Johansson (2015-08-05 01:53:44)
>> Hi,
>>
>> On Fri, Jul 31, 2015 at 10:29:28AM +0200, Michal Simek wrote:
>>> Hi,
>>>
>>> please pull these SoC changes to your tree.
>>>
>>> Thanks,
>>> Michal
>>>
>>> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
>>>
>>>   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
>>>
>>> are available in the git repository at:
>>>
>>>   https://github.com/Xilinx/linux-xlnx.git tags/zynq-soc-for-4.3
>>>
>>> for you to fetch changes up to e4a9288942392965bd5cfad93d9996b83c0dc4a6:
>>>
>>>   ARM: zynq: reserve space for jump target in secondary trampoline
>>> (2015-07-31 10:24:41 +0200)
>>
>> Merged, however:
>>
>>> Arun Chandran (1):
>>>       ARM: zynq: Fix earlyprintk in big endian mode
>>>
>>> Masahiro Yamada (1):
>>>       clk: zynq: remove redundant $(CONFIG_ARCH_ZYNQ) in Makefile
>>
>> This should have gone through the clk tree. Seems small and simple enough that
>> I'll take it, but please send patches through appropriate maintainers.
>>
>> (Adding Mike and Stephen on cc so they know about it).
> 
> Olof,
> 
> Thanks for the heads up.
> 
> Michal,
> 
> No reason that patch couldn't have gone through the clk tree. It was
> posted on July 27th, which wasn't that long ago. Please feel free to
> ping Stephen or I on #linux-clk if you think one of your clk patches has
> slipped through the cracks.

I took it because it was pretty simple and there was no reaction from
you. Thanks for sending link to IRC. I wasn't aware that there is any
clk specific IRC.
Next time I will make sure that patches will go in the right direction.

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: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150810/b36e9016/attachment.sig>

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

end of thread, other threads:[~2015-08-10 11:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-31  8:29 [GIT PULL] Xilinx Zynq changes for v4.3 Michal Simek
2015-08-05  8:53 ` Olof Johansson
2015-08-08  0:55   ` Michael Turquette
2015-08-10 11:13     ` 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).