mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/4] Xtensa fixes for v4.12-rc6
@ 2017-06-12 21:35 Max Filippov
  0 siblings, 0 replies; only message in thread
From: Max Filippov @ 2017-06-12 21:35 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, linux-xtensa, Chris Zankel, Marc Gauthier, Max Filippov

Hi Linus,

please pull the following batch of fixes and cleanups for the Xtensa
architecture.

The following changes since commit a351e9b9fc24e982ec2f0e76379a49826036da12:

  Linux 4.11 (2017-04-30 19:47:48 -0700)

are available in the git repository at:

  git://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20170612

for you to fetch changes up to e5c86679d5e864947a52fb31e45a425dea3e7fa9:

  xtensa: don't use linux IRQ #0 (2017-06-05 16:53:10 -0700)

----------------------------------------------------------------
Xtensa fixes for v4.12-rc6

- don't use linux IRQ #0 in legacy irq domains: fixes timer interrupt
  assignment when it's hardware IRQ # is 0 and the kernel is built w/o
  device tree support;
- reduce reservation size for double exception vector literals from 48
  to 20 bytes: fixes build on cores with small user exception vector;
- cleanups: use kmalloc_array instead of kmalloc in simdisk_init and
  seq_puts instead of seq_printf in c_show.

----------------------------------------------------------------
Markus Elfring (2):
      xtensa: Use seq_puts() in c_show()
      xtensa: ISS: Use kmalloc_array() in simdisk_init()

Max Filippov (2):
      xtensa: reduce double exception literal reservation
      xtensa: don't use linux IRQ #0

 arch/xtensa/include/asm/irq.h                            |  3 ++-
 arch/xtensa/kernel/irq.c                                 |  5 -----
 arch/xtensa/kernel/setup.c                               |  3 +--
 arch/xtensa/kernel/vmlinux.lds.S                         |  6 +++---
 arch/xtensa/platforms/iss/simdisk.c                      |  3 +--
 arch/xtensa/platforms/xtfpga/include/platform/hardware.h |  6 ++++--
 arch/xtensa/platforms/xtfpga/setup.c                     | 10 +++++-----
 drivers/irqchip/irq-xtensa-mx.c                          |  2 +-
 drivers/irqchip/irq-xtensa-pic.c                         |  2 +-
 9 files changed, 18 insertions(+), 22 deletions(-)

-- 
Thanks.
-- Max

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-12 21:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-12 21:35 [PATCH 0/4] Xtensa fixes for v4.12-rc6 Max Filippov

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

all inboxes | Powered by JetHome®