public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arch/microblaze changes for 3.12
@ 2013-09-06  9:09 Michal Simek
  2013-09-06 18:09 ` Linus Torvalds
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Simek @ 2013-09-06  9:09 UTC (permalink / raw)
  To: Linus Torvalds, LKML

[-- Attachment #1: Type: text/plain, Size: 3092 bytes --]

Hi Linus,

please pull these Microblaze patches to your tree.

Thanks,
Michal


The following changes since commit 6e4664525b1db28f8c4e1130957f70a94c19213e:

  Linux 3.11 (2013-09-02 13:46:10 -0700)

are available in the git repository at:

  git://git.monstr.eu/linux-2.6-microblaze.git tags/microblaze-3.12-rc1

for you to fetch changes up to 54ea21f0785fd01fb3279d42fe6670cef64cf648:

  microblaze: Show message when reset gpio is not present (2013-09-04 17:01:37 +0200)

----------------------------------------------------------------
Microblaze patches for 3.12-rc1

PCI fixes
Selfmod code removing
Intc and timer fixes
Adding new MB versions
Minor fixes

----------------------------------------------------------------
Andrew Murray (1):
      of/pci: Use of_pci_range_parser

Jason Wu (1):
      microblaze: Add linux.bin.ub target

Michal Simek (13):
      microblaze: Remove selfmodified feature
      microblaze: intc: Remove unused headers
      microblaze: intc: Update header
      microblaze: intc: Using irqchip
      microblaze: intc: Clean driver init function
      microblaze: intc: Remove unused header
      microblaze: timer: Use CLKSRC_OF initialization
      microblaze: timer: Clear driver init function
      microblaze: timer: Remove unused header
      microblaze: timer: Update header
      microblaze: timer: Replace microblaze_ prefix by xilinx_
      microblaze: Add PVR version string for MB v9.0 and v9.1
      microblaze: Show message when reset gpio is not present

 arch/microblaze/Kconfig                   |   1 +
 arch/microblaze/Makefile                  |   3 +-
 arch/microblaze/boot/Makefile             |   7 +++--
 arch/microblaze/include/asm/selfmod.h     |  24 ---------------
 arch/microblaze/kernel/Makefile           |   2 --
 arch/microblaze/kernel/cpu/cpuinfo.c      |   2 ++
 arch/microblaze/kernel/intc.c             |  85 +++++++++++++++++++++++------------------------------
 arch/microblaze/kernel/irq.c              |  10 +++++--
 arch/microblaze/kernel/reset.c            |   6 +++-
 arch/microblaze/kernel/selfmod.c          |  81 --------------------------------------------------
 arch/microblaze/kernel/setup.c            |  10 ++++---
 arch/microblaze/kernel/timer.c            | 186 +++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------
 arch/microblaze/pci/pci-common.c          | 106 ++++++++++++++++++++++++-----------------------------------------
 arch/microblaze/platform/Kconfig.platform |  22 --------------
 14 files changed, 178 insertions(+), 367 deletions(-)
 delete mode 100644 arch/microblaze/include/asm/selfmod.h
 delete mode 100644 arch/microblaze/kernel/selfmod.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



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]

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

* Re: [GIT PULL] arch/microblaze changes for 3.12
  2013-09-06  9:09 [GIT PULL] arch/microblaze changes for 3.12 Michal Simek
@ 2013-09-06 18:09 ` Linus Torvalds
  2013-09-09  8:08   ` Michal Simek
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2013-09-06 18:09 UTC (permalink / raw)
  To: Michal Simek; +Cc: LKML

On Fri, Sep 6, 2013 at 2:09 AM, Michal Simek <monstr@monstr.eu> wrote:
> Hi Linus,
>
> please pull these Microblaze patches to your tree.

Hmm. You've started using signed tags, nice. I just wonder why you use
use one that seems to be a relatively weak 1024-bit key (ID: 294A0C21)
when you have stronger ones available?

Not a huge deal, I'm just wondering.

            Linus

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

* Re: [GIT PULL] arch/microblaze changes for 3.12
  2013-09-06 18:09 ` Linus Torvalds
@ 2013-09-09  8:08   ` Michal Simek
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Simek @ 2013-09-09  8:08 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML

[-- Attachment #1: Type: text/plain, Size: 1316 bytes --]

On 09/06/2013 08:09 PM, Linus Torvalds wrote:
> On Fri, Sep 6, 2013 at 2:09 AM, Michal Simek <monstr@monstr.eu> wrote:
>> Hi Linus,
>>
>> please pull these Microblaze patches to your tree.
> 
> Hmm. You've started using signed tags, nice. I just wonder why you use
> use one that seems to be a relatively weak 1024-bit key (ID: 294A0C21)
> when you have stronger ones available?
> 
> Not a huge deal, I'm just wondering.

I am using signed tags for Xilinx Zynq (arm-soc tree) for several months
because Olof asked for it. But this was the first time I used it for Microblaze.

The problem is that I can't see 2048-bit key in my secretkeys but it is
in my public key. Probably I removed it when I was playing with it.
I don't know if I can import this public subkey back to my secret key or
just revoke it. This is the reason why you can see stronger key but git can't use it.

BTW: In that time I setup my PC that I can even send signed patches with git send-email.

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



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]

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

end of thread, other threads:[~2013-09-09  8:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-06  9:09 [GIT PULL] arch/microblaze changes for 3.12 Michal Simek
2013-09-06 18:09 ` Linus Torvalds
2013-09-09  8:08   ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox