lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 2 Nov 2015 21:17:03 +0100
From:	Jesper Nilsson <jesper.nilsson@...s.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	linux-cris-kernel@...s.com
Subject: [GIT PULL]: CRIS changes for 4.4

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@...s.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ