public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arch/microblaze changes for 3.13
@ 2013-11-11 15:19 Michal Simek
  2014-01-28 10:03 ` [GIT PULL] arch/microblaze changes for 3.14 Michal Simek
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Simek @ 2013-11-11 15:19 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML

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

Hi Linus,

please pull these Microblaze patches to your tree.

Thanks,
Michal


The following changes since commit 5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52:

  Linux 3.12 (2013-11-03 15:41:51 -0800)

are available in the git repository at:

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

for you to fetch changes up to 63d7bd1b171d5e7190c50dd3e48b1c561d7803d8:

  microblaze: Remove incorrect file path (2013-11-08 15:23:55 +0100)

----------------------------------------------------------------
Microblaze patches for 3.13-rc1

- Get rid of NO_MMU Kconfig
- mmap2 fixups
- Some minor cleanups

----------------------------------------------------------------
Michael Opdenacker (1):
      microblaze: Remove unused NO_MMU Kconfig parameter

Michal Simek (5):
      microblaze: Calculate kernel pad automatically
      microblaze: Remove deprecated IRQF_DISABLED
      microblaze: Use predefined SYSCALL_DEFINE macro
      microblaze: Fix bug with mmap2 syscall MB implementation
      microblaze: Remove incorrect file path

 arch/microblaze/Kconfig                       |  9 ---------
 arch/microblaze/boot/dts/Makefile             |  2 --
 arch/microblaze/kernel/head.S                 |  2 +-
 arch/microblaze/kernel/hw_exception_handler.S |  4 ++--
 arch/microblaze/kernel/sys_microblaze.c       | 17 ++++++++++++++---
 arch/microblaze/kernel/syscall_table.S        |  2 +-
 arch/microblaze/kernel/timer.c                |  2 +-
 7 files changed, 19 insertions(+), 19 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



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

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

* [GIT PULL] arch/microblaze changes for 3.14
  2013-11-11 15:19 [GIT PULL] arch/microblaze changes for 3.13 Michal Simek
@ 2014-01-28 10:03 ` Michal Simek
  2014-04-11  6:17   ` [GIT PULL] arch/microblaze changes for 3.15 Michal Simek
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Simek @ 2014-01-28 10:03 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML

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

Hi Linus,

please pull these Microblaze patches to your tree.

Thanks,
Michal

The following changes since commit d8ec26d7f8287f5788a494f56e8814210f0e64be:

  Linux 3.13 (2014-01-19 18:40:07 -0800)

are available in the git repository at:

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

for you to fetch changes up to c0d68cea2db34a510f4d67b90aab1c48bc47461e:

  microblaze: Add missing v8.50.a version (2014-01-27 11:31:37 +0100)

----------------------------------------------------------------
Microblaze patches for 3.14-rc1

- Add CCF support
- Fix BS=0 compilation
- Wire up defconfig
- Some minor cleanups and fixes

----------------------------------------------------------------
Geert Uytterhoeven (4):
      microblaze: Wire up defconfig to mmu_defconfig
      microblaze: Remove _fdt_start casts
      microblaze: Remove duplicate declarations of _stext[] and _etext[]
      microblaze/uapi: Use Kbuild logic to include <asm-generic/types.h>

Michal Simek (10):
      microblaze: Simplify fcpu helper function
      microblaze: Add support for CCF
      microblaze: Add NOTES section to linker script
      microblaze: timer: Use generic sched_clock implementation
      microblaze: timer: Do not initialized system timer twice
      microblaze: Define read/write{b,w,l}_relaxed MMIO
      microblaze: Disable stack protection from bootloader
      microblaze: Fix compilation error for BS=0
      microblaze: Fix missing bracket in printk
      microblaze: Add missing v8.50.a version

 arch/microblaze/Kconfig                       |  2 ++
 arch/microblaze/Makefile                      |  2 ++
 arch/microblaze/include/asm/cpuinfo.h         |  9 ++++++---
 arch/microblaze/include/asm/io.h              |  8 ++++++++
 arch/microblaze/include/asm/sections.h        |  1 -
 arch/microblaze/include/uapi/asm/Kbuild       |  3 ++-
 arch/microblaze/include/uapi/asm/types.h      |  1 -
 arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c |  3 ---
 arch/microblaze/kernel/cpu/cpuinfo-static.c   |  2 --
 arch/microblaze/kernel/cpu/cpuinfo.c          | 24 ++++++++++++++++++++++--
 arch/microblaze/kernel/head.S                 |  4 ++++
 arch/microblaze/kernel/hw_exception_handler.S | 49 +++++++++++++++++++++++++++++++++++++------------
 arch/microblaze/kernel/setup.c                | 10 ++++++----
 arch/microblaze/kernel/timer.c                | 51 ++++++++++++++++++++++++++++-----------------------
 arch/microblaze/kernel/vmlinux.lds.S          |  1 +
 15 files changed, 118 insertions(+), 52 deletions(-)
 delete mode 100644 arch/microblaze/include/uapi/asm/types.h


-- 
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

* [GIT PULL] arch/microblaze changes for 3.15
  2014-01-28 10:03 ` [GIT PULL] arch/microblaze changes for 3.14 Michal Simek
@ 2014-04-11  6:17   ` Michal Simek
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Simek @ 2014-04-11  6:17 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML

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

Hi Linus,

please pull these Microblaze patches to your tree.

Thanks,
Michal

The following changes since commit fa389e220254c69ffae0d403eac4146171062d08:

  Linux 3.14-rc6 (2014-03-09 19:41:57 -0700)

are available in the git repository at:

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

for you to fetch changes up to a66a626538af65cbfc611e2b2fce500ed3f24518:

  microblaze: Use asm-generic/io.h (2014-04-07 14:25:53 +0200)

----------------------------------------------------------------
Microblaze patches for 3.15-rc1

- Use asm-generic/io.h and fix intc/timer code
- Clean platform handling
- Enable some syscalls

----------------------------------------------------------------
Guenter Roeck (2):
      microblaze: Rename global function heartbeat()
      microblaze: Drop architecture-specific declaration of early_printk

Michal Simek (12):
      microblaze: Enable pselect6 syscall
      microblaze: Wire-up preadv/pwritev in syscall table
      microblaze: Wire-up new system calls sched_setattr/getattr
      microblaze: Make intc driver endian aware
      microblaze: Make timer driver endian aware
      microblaze: Fix sparse warning because of missing cpu.h header
      microblaze: Fix compilation failure because of release_thread
      microblaze: Move DTS file to common location at boot/dts folder
      microblaze: Sort Kconfig options
      microblaze: Remove generic platform
      microblaze: Remove platform folder
      microblaze: Use asm-generic/io.h

 arch/microblaze/Kconfig                         |  54 ++++++++++++------------
 arch/microblaze/{platform => }/Kconfig.platform |  55 +++++++++++++++++-------
 arch/microblaze/Makefile                        |   1 -
 arch/microblaze/boot/dts/system.dts             | 367 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 arch/microblaze/include/asm/io.h                | 302 ++++++-----------------------------------------------------------------------------------------------------------------------------
 arch/microblaze/include/asm/processor.h         |   2 +-
 arch/microblaze/include/asm/setup.h             |   6 +--
 arch/microblaze/include/uapi/asm/unistd.h       |   6 ++-
 arch/microblaze/kernel/Makefile                 |   2 +-
 arch/microblaze/kernel/heartbeat.c              |   4 +-
 arch/microblaze/kernel/intc.c                   |  51 ++++++++++++++++++-----
 arch/microblaze/{platform => kernel}/platform.c |   0
 arch/microblaze/kernel/process.c                |   1 +
 arch/microblaze/kernel/signal.c                 |   2 +-
 arch/microblaze/kernel/syscall_table.S          |   8 ++--
 arch/microblaze/kernel/timer.c                  |  66 +++++++++++++++++++++--------
 arch/microblaze/mm/consistent.c                 |   2 +-
 arch/microblaze/mm/init.c                       |   2 +-
 arch/microblaze/mm/pgtable.c                    |   5 ++-
 arch/microblaze/platform/Makefile               |   6 ---
 arch/microblaze/platform/generic/Kconfig.auto   |  61 ---------------------------
 arch/microblaze/platform/generic/Makefile       |   3 --
 arch/microblaze/platform/generic/system.dts     | 366 ---------------------------------------------------------------------------------------------------------------------------------------------------------------
 23 files changed, 558 insertions(+), 814 deletions(-)
 rename arch/microblaze/{platform => }/Kconfig.platform (51%)
 mode change 120000 => 100644 arch/microblaze/boot/dts/system.dts
 rename arch/microblaze/{platform => kernel}/platform.c (100%)
 delete mode 100644 arch/microblaze/platform/Makefile
 delete mode 100644 arch/microblaze/platform/generic/Kconfig.auto
 delete mode 100644 arch/microblaze/platform/generic/Makefile
 delete mode 100644 arch/microblaze/platform/generic/system.dts

-- 
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:[~2014-04-11  6:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-11 15:19 [GIT PULL] arch/microblaze changes for 3.13 Michal Simek
2014-01-28 10:03 ` [GIT PULL] arch/microblaze changes for 3.14 Michal Simek
2014-04-11  6:17   ` [GIT PULL] arch/microblaze changes for 3.15 Michal Simek

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