All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jesper Nilsson <jesper.nilsson@axis.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	linux-cris-kernel@axis.com
Subject: [GIT PULL]: CRIS changes for 4.4
Date: Mon, 2 Nov 2015 21:17:03 +0100	[thread overview]
Message-ID: <20151102201703.GB22903@axis.com> (raw)

Hi Linus,

Please pull CRIS changes for 4.4:

Mostly another batch of code removal due to move to standard
frameworks for CRISv32, initial devicetree configuration for
a couple of boards, and some small fixes for kgdb and time handling.

Thanks,

/Jesper

The following changes since commit 6a13feb9c82803e2b815eca72fa7a9f5561d7861:

  Linux 4.3 (2015-11-01 16:05:25 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git tags/cris-for-4.4

for you to fetch changes up to 4247896f4b8bdbe2c9a03c2f713b636e94eab210:

  cris: Drop reference to get_cmos_time() (2015-11-02 20:03:05 +0100)

----------------------------------------------------------------
CRIS changes for 4.4

----------------------------------------------------------------
Andy Shevchenko (2):
      cris: kgdb: use native hex2bin
      cris: re-use helpers to dump data in hex format

Chen Gang (2):
      cris: arch-v10: kgdb: Use BAR instead of DTP0 for register P12
      cris: arch-v10: kgdb: Add '__used' for static variable is_dyn_brkp

Guenter Roeck (1):
      cris: Drop reference to get_cmos_time()

Jesper Nilsson (1):
      CRIS: Drop code related to obsolete or unused kconfigs

Rabin Vincent (6):
      CRIS v32: increase NR_IRQS
      CRIS: add dt-bindings symlink
      CRIS v32: dev88: add GPIO, LEDs, RTC, temp sensor
      CRIS v32: add ARTPEC-3 and P1343 device trees
      CRIS v32: remove I2C bitbanging driver
      CRIS v32: remove old GPIO and LEDs code

Xunlei Pang (1):
      cris: time: Cleanup of persistent clock stuff

 arch/cris/Kconfig                           |    1 -
 arch/cris/arch-v10/kernel/head.S            |  106 ---
 arch/cris/arch-v10/kernel/kgdb.c            |   89 +--
 arch/cris/arch-v10/mm/init.c                |   14 +-
 arch/cris/arch-v32/Kconfig                  |   89 ---
 arch/cris/arch-v32/drivers/Kconfig          |  167 -----
 arch/cris/arch-v32/drivers/Makefile         |    1 -
 arch/cris/arch-v32/drivers/axisflashmap.c   |   40 +-
 arch/cris/arch-v32/drivers/i2c.c            |  751 --------------------
 arch/cris/arch-v32/drivers/i2c.h            |   16 -
 arch/cris/arch-v32/drivers/mach-a3/Makefile |    1 -
 arch/cris/arch-v32/drivers/mach-a3/gpio.c   |  999 ---------------------------
 arch/cris/arch-v32/drivers/mach-fs/Makefile |    1 -
 arch/cris/arch-v32/drivers/mach-fs/gpio.c   |  978 --------------------------
 arch/cris/arch-v32/kernel/crisksyms.c       |    3 -
 arch/cris/arch-v32/kernel/debugport.c       |    2 -
 arch/cris/arch-v32/kernel/head.S            |    4 -
 arch/cris/arch-v32/kernel/irq.c             |    6 +-
 arch/cris/arch-v32/kernel/kgdb.c            |   96 +--
 arch/cris/arch-v32/kernel/setup.c           |    8 -
 arch/cris/arch-v32/mach-a3/Makefile         |    2 +-
 arch/cris/arch-v32/mach-a3/io.c             |  149 ----
 arch/cris/arch-v32/mach-fs/Kconfig          |   19 -
 arch/cris/arch-v32/mach-fs/Makefile         |    2 +-
 arch/cris/arch-v32/mach-fs/io.c             |  191 -----
 arch/cris/boot/dts/artpec3.dtsi             |   46 ++
 arch/cris/boot/dts/dev88.dts                |   49 ++
 arch/cris/boot/dts/etraxfs.dtsi             |    8 +
 arch/cris/boot/dts/include/dt-bindings      |    1 +
 arch/cris/boot/dts/p1343.dts                |   76 ++
 arch/cris/boot/rescue/head_v10.S            |    3 -
 arch/cris/include/arch-v32/arch/io.h        |  140 ----
 arch/cris/include/arch-v32/arch/irq.h       |    2 +-
 arch/cris/include/asm/eshlibld.h            |    3 +-
 arch/cris/include/asm/io.h                  |    2 +
 arch/cris/include/uapi/asm/etraxgpio.h      |  157 -----
 arch/cris/kernel/crisksyms.c                |    2 -
 arch/cris/kernel/time.c                     |   25 -
 38 files changed, 272 insertions(+), 3977 deletions(-)
 delete mode 100644 arch/cris/arch-v32/drivers/i2c.c
 delete mode 100644 arch/cris/arch-v32/drivers/i2c.h
 delete mode 100644 arch/cris/arch-v32/drivers/mach-a3/gpio.c
 delete mode 100644 arch/cris/arch-v32/drivers/mach-fs/gpio.c
 delete mode 100644 arch/cris/arch-v32/mach-a3/io.c
 delete mode 100644 arch/cris/arch-v32/mach-fs/io.c
 create mode 100644 arch/cris/boot/dts/artpec3.dtsi
 create mode 120000 arch/cris/boot/dts/include/dt-bindings
 create mode 100644 arch/cris/boot/dts/p1343.dts
 delete mode 100644 arch/cris/include/arch-v32/arch/io.h

/^JN - Jesper Nilsson
-- 
               Jesper Nilsson -- jesper.nilsson@axis.com

             reply	other threads:[~2015-11-02 20:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-02 20:17 Jesper Nilsson [this message]
2015-11-03  0:49 ` [GIT PULL]: CRIS changes for 4.4 Stephen Rothwell
2015-11-03  9:18   ` Jesper Nilsson

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=20151102201703.GB22903@axis.com \
    --to=jesper.nilsson@axis.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-cris-kernel@axis.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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.