All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT PULL] u-boot-mips/master
Date: Sat, 16 Jan 2016 21:45:19 +0100	[thread overview]
Message-ID: <CACUy__WDA1prfdP1erbSPYJt4JkG6oQbeEwK0fcaQrew1+jsFw@mail.gmail.com> (raw)

Hi Tom,

please pull the first bunch of MIPS updates.

There is a possible merge conflict in dts/Makefile due to my patch [1]
in this PR and Thomas' patch [2] waiting in u-boot-fdt tree.

[1] http://patchwork.ozlabs.org/patch/566695/
[2] http://patchwork.ozlabs.org/patch/563669/


The following changes since commit 782acf7b52db6bec1a796773e3033b4afcd6c9e2:

  Merge git://git.denx.de/u-boot-rockchip (2016-01-15 08:11:15 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-mips.git master

for you to fetch changes up to 0e0efb40b874633360967f532eb1ed59ad02adbe:

  MIPS: implement bit manipulating I/O accessors (2016-01-16 21:06:46 +0100)

----------------------------------------------------------------
Daniel Schwierzeck (16):
      MIPS: fix annotation of _start and relocate_code
      MIPS: create .text sub-sections for assembler functions
      MIPS: do not build position-independent executables for SPL
      MIPS: add initial infrastructure for device-tree files
      MIPS: Kconfig: refactor machine setup
      MIPS: au1x00: move SoC header files to arch/mips/mach-au1x00/include/mach/
      MIPS: Kconfig: optimize gcc -march and -mtune setup
      MIPS: malta: do not pull in target header files in config.h
      MIPS: malta: fix IO accessor call
      MIPS: vct: fix I/O accessor calls
      MIPS: kconfig: add option for MIPS_L1_CACHE_SHIFT
      net: pcnet: refactor mapping of virtual addresses to physical ones
      MIPS: sync I/O related header files with linux-4.4
      MIPS: sync processor and register definitions with linux-4.4
      MIPS: fix SPDX license identifier in remaining arch header files
      MIPS: implement bit manipulating I/O accessors

Purna Chandra Mandal (1):
      MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO.

 arch/Kconfig                                                 |    1 +
 arch/mips/Kconfig                                            |   33 ++-
 arch/mips/Makefile                                           |   23 +-
 arch/mips/config.mk                                          |   25 +-
 arch/mips/cpu/start.S                                        |   12 +-
 arch/mips/dts/.gitignore                                     |    1 +
 arch/mips/dts/Makefile                                       |   16 ++
 arch/mips/dts/include/dt-bindings                            |    1 +
 arch/mips/dts/skeleton.dtsi                                  |   23 ++
 arch/mips/include/asm/addrspace.h                            |   10 +-
 arch/mips/include/asm/asm.h                                  |  126 +++++-----
 arch/mips/include/asm/bitops.h                               |    6 +-
 arch/mips/include/asm/byteorder.h                            |    6 +-
 arch/mips/include/asm/cache.h                                |   14 +-
 arch/mips/include/asm/cachectl.h                             |    6 +-
 arch/mips/include/asm/cacheops.h                             |    6 +-
 arch/mips/include/asm/const.h                                |   31 +++
 arch/mips/include/asm/cpu-features.h                         |   30 +++
 arch/mips/include/asm/gpio.h                                 |    1 +
 arch/mips/include/asm/io.h                                   |  814
+++++++++++++++++++++++++++++++++----------------------------
 arch/mips/include/asm/isadep.h                               |    6 +-
 arch/mips/include/asm/mach-generic/cpu-feature-overrides.h   |   11 +
 arch/mips/include/asm/mach-generic/ioremap.h                 |   32 +++
 arch/mips/include/asm/mach-generic/mangle-port.h             |   50 ++++
 arch/mips/include/asm/mach-generic/spaces.h                  |  102 ++++++++
 arch/mips/include/asm/mipsregs.h                             | 1495
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------
 arch/mips/include/asm/pgtable-bits.h                         |  283
++++++++++++++++++++++
 arch/mips/include/asm/posix_types.h                          |    9 +-
 arch/mips/include/asm/processor.h                            |    6 +-
 arch/mips/include/asm/ptrace.h                               |   99 +++++---
 arch/mips/include/asm/reboot.h                               |    6 +-
 arch/mips/include/asm/reg.h                                  |    6 +-
 arch/mips/include/asm/regdef.h                               |   12 +-
 arch/mips/include/asm/sgidefs.h                              |    6 +-
 arch/mips/include/asm/string.h                               |    6 +-
 arch/mips/include/asm/system.h                               |    6 +-
 arch/mips/include/asm/types.h                                |    6 +-
 arch/mips/include/asm/unaligned.h                            |    6 +-
 arch/mips/lib/cache.c                                        |    4 +-
 arch/mips/lib/cache_init.S                                   |   16 +-
 arch/mips/mach-au1x00/au1x00_eth.c                           |    2 +-
 arch/mips/mach-au1x00/au1x00_serial.c                        |    2 +-
 arch/mips/mach-au1x00/au1x00_usb_ohci.c                      |    2 +-
 arch/mips/mach-au1x00/config.mk                              |    8 -
 arch/mips/{include/asm => mach-au1x00/include/mach}/au1x00.h |    0
 board/dbau1x00/dbau1x00.c                                    |    2 +-
 board/dbau1x00/lowlevel_init.S                               |    2 +-
 board/imgtec/malta/malta.c                                   |    3 +-
 board/micronas/vct/vct.h                                     |    6 +-
 board/pb1x00/lowlevel_init.S                                 |    2 +-
 board/pb1x00/pb1x00.c                                        |    2 +-
 drivers/net/pcnet.c                                          |   28 ++-
 dts/Makefile                                                 |    2 +-
 include/configs/malta.h                                      |    9 +-
 54 files changed, 2396 insertions(+), 1026 deletions(-)
 create mode 100644 arch/mips/dts/.gitignore
 create mode 100644 arch/mips/dts/Makefile
 create mode 120000 arch/mips/dts/include/dt-bindings
 create mode 100644 arch/mips/dts/skeleton.dtsi
 create mode 100644 arch/mips/include/asm/const.h
 create mode 100644 arch/mips/include/asm/cpu-features.h
 create mode 100644 arch/mips/include/asm/gpio.h
 create mode 100644 arch/mips/include/asm/mach-generic/cpu-feature-overrides.h
 create mode 100644 arch/mips/include/asm/mach-generic/ioremap.h
 create mode 100644 arch/mips/include/asm/mach-generic/mangle-port.h
 create mode 100644 arch/mips/include/asm/mach-generic/spaces.h
 create mode 100644 arch/mips/include/asm/pgtable-bits.h
 delete mode 100644 arch/mips/mach-au1x00/config.mk
 rename arch/mips/{include/asm => mach-au1x00/include/mach}/au1x00.h (100%)

             reply	other threads:[~2016-01-16 20:45 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-16 20:45 Daniel Schwierzeck [this message]
2016-01-17  3:00 ` [U-Boot] [GIT PULL] u-boot-mips/master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2018-09-23 16:58 Daniel Schwierzeck
2018-09-24 15:01 ` Tom Rini
2018-08-08 15:31 Daniel Schwierzeck
2018-08-10  3:27 ` Tom Rini
2017-11-28 21:13 Daniel Schwierzeck
2017-11-29  4:23 ` Tom Rini
2016-11-30 18:13 Daniel Schwierzeck
2016-11-30 19:01 ` Tom Rini
2016-11-30 19:21   ` Daniel Schwierzeck
2016-12-01  0:45 ` Tom Rini
2016-09-21 15:49 Daniel Schwierzeck
2016-09-22 15:35 ` Tom Rini
2016-06-10 10:52 Daniel Schwierzeck
2016-06-19 14:01 ` Tom Rini
2016-05-31  9:36 Daniel Schwierzeck
2016-05-31 14:50 ` Tom Rini
2016-05-26  0:13 Daniel Schwierzeck
2016-05-26 15:49 ` Tom Rini
2016-04-19 11:24 Daniel Schwierzeck
2016-04-21 11:25 ` Tom Rini
2016-03-09 11:01 Daniel Schwierzeck
2016-03-10 16:01 ` Tom Rini
2015-11-06 13:10 Daniel Schwierzeck
2015-11-07 13:18 ` Tom Rini
2015-08-24 11:24 Daniel Schwierzeck
2015-08-24 13:43 ` Tom Rini
2015-08-24 15:47   ` Daniel Schwierzeck
2015-07-02  9:34 Daniel Schwierzeck
2015-07-10 12:55 ` Tom Rini
2015-04-24 10:20 Daniel Schwierzeck
2015-04-28 14:51 ` Tom Rini
2015-01-30 14:42 Daniel Schwierzeck
2015-02-02 18:57 ` Tom Rini
2015-01-21 13:14 Daniel Schwierzeck
2015-01-23 21:56 ` Tom Rini
2014-11-27 15:25 Daniel Schwierzeck
2014-11-27 18:09 ` Tom Rini
2014-10-31 18:50 Daniel Schwierzeck
2014-11-04  2:33 ` Tom Rini
2014-04-20 11:28 Daniel Schwierzeck
2014-04-21  8:37 ` Masahiro Yamada
2014-04-21  9:10   ` Daniel Schwierzeck
2014-04-21  9:46     ` Masahiro Yamada
2014-04-23 15:15 ` Tom Rini
2014-03-04 22:49 Daniel Schwierzeck
2014-03-05  0:03 ` Tom Rini
2013-11-26 23:56 Daniel Schwierzeck
2013-12-02 16:12 ` Tom Rini
2013-11-15 23:03 Daniel Schwierzeck
2013-11-17 19:17 ` Tom Rini
2013-11-09 20:53 Daniel Schwierzeck
2013-11-11 17:30 ` Tom Rini
2013-11-11 19:00   ` Daniel Schwierzeck
2013-11-11 19:11     ` Tom Rini
2013-11-11 19:13 ` Tom Rini
2013-08-13 10:42 Daniel Schwierzeck
2013-08-13 13:13 ` Tom Rini
2013-07-23 22:42 Daniel Schwierzeck
2013-07-25 13:06 ` Tom Rini
2013-01-31  0:21 Daniel Schwierzeck
2013-01-31  0:30 ` Tom Rini
2013-01-16 10:11 Daniel Schwierzeck
2013-01-21 21:08 ` Tom Rini
2012-12-12 13:00 Daniel Schwierzeck
2012-12-12 13:52 ` Tom Rini
2012-12-08 20:57 Daniel Schwierzeck
2012-12-10 15:07 ` Tom Rini
2012-11-27 23:19 Daniel Schwierzeck
2012-11-28 13:04 ` Tom Rini
2012-10-16 22:01 Daniel Schwierzeck
2012-10-17 21:10 ` Tom Rini
2012-06-03 22:04 Daniel Schwierzeck
2012-06-07 21:39 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CACUy__WDA1prfdP1erbSPYJt4JkG6oQbeEwK0fcaQrew1+jsFw@mail.gmail.com \
    --to=daniel.schwierzeck@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.