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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 24 Apr 2015 11:54:36 +0800
From:	Steven Miao <realmz6@...nel.org>
To:	torvalds@...ux-foundation.org
Cc:	adi-buildroot-devel@...ts.sourceforge.net,
	linux-kernel@...r.kernel.org
Subject: [uclinux-dist-devel] [GIT PULL] Blackfin fixes for v4.1

Hi Linus,

please pull blackfin fixes for v4.1, PM, kgdb, debug mmr fix, add gpio softswitch, update defconfig and board files, and build fixes.

The following changes since commit 39a8804455fb23f09157341d3ba7db6d7ae6ee76:

  Linux 4.0 (2015-04-12 15:12:50 -0700)

are available in the git repository at:

  http://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux.git tags/blackfin-for-linus

for you to fetch changes up to d91e14b3b9e1d8e1d552f4d6aff45551bbb410b1:

  eth: bf609 eth clock: add pclk clock for stmmac driver probe (2015-04-24 11:36:35 +0800)

----------------------------------------------------------------
blackfin updates for Linux 4.1

----------------------------------------------------------------
Aaron Wu (1):
      pm: sometimes wake up from suspend to RAM would fail

Andre Wolokita (1):
      debug-mmrs: Eliminate all traces of the USB_PHY_TEST MMR

Chen Gang (1):
      blackfin: Wire up missing syscalls

Rickard Strandqvist (2):
      arch: blackfin: kernel: setup.c: Cleaning up missing null-terminate in conjunction with strncpy
      arch: blackfin: kernel: kgdb: Remove unused function

Scott Jiang (2):
      bf609: use new SND_BF6XX_PCM to choose audio pcm driver
      bf609: add resources for lcd nl8048

Sonic Zhang (5):
      bug[220] kgdb: change the smp cross core function entry
      bf609: add gpio soft switch platform data for mcp23017 i2c devices
      bf609: enable soft switch gpio driver by default
      bf609: add platform data for soft switch devices on the video extenders
      bf609: remove softswitch i2c configuration from adv7842 and adv7511 platform data

Steven Miao (4):
      blackfin: defconfigs: cleanup unused CONFIG_MTD_CHAR, add MTD_SPI_NOR for BF537-STAMP
      blackfin: io: define __raw_readx/writex with bfin_readx/writex
      dma: fix build error after update to v3.19
      eth: bf609 eth clock: add pclk clock for stmmac driver probe

 arch/blackfin/configs/BF518F-EZBRD_defconfig      |    1 -
 arch/blackfin/configs/BF527-TLL6527M_defconfig    |    1 -
 arch/blackfin/configs/BF533-EZKIT_defconfig       |    1 -
 arch/blackfin/configs/BF533-STAMP_defconfig       |    1 -
 arch/blackfin/configs/BF537-STAMP_defconfig       |    3 +-
 arch/blackfin/configs/BF538-EZKIT_defconfig       |    1 -
 arch/blackfin/configs/BF561-ACVILON_defconfig     |    1 -
 arch/blackfin/configs/BF561-EZKIT-SMP_defconfig   |    1 -
 arch/blackfin/configs/BF561-EZKIT_defconfig       |    1 -
 arch/blackfin/configs/BF609-EZKIT_defconfig       |    1 +
 arch/blackfin/configs/CM-BF527_defconfig          |    1 -
 arch/blackfin/configs/CM-BF533_defconfig          |    1 -
 arch/blackfin/configs/CM-BF537E_defconfig         |    1 -
 arch/blackfin/configs/CM-BF537U_defconfig         |    1 -
 arch/blackfin/configs/CM-BF548_defconfig          |    1 -
 arch/blackfin/configs/CM-BF561_defconfig          |    1 -
 arch/blackfin/configs/DNP5370_defconfig           |    1 -
 arch/blackfin/configs/IP0X_defconfig              |    1 -
 arch/blackfin/configs/PNAV-10_defconfig           |    1 -
 arch/blackfin/configs/SRV1_defconfig              |    1 -
 arch/blackfin/configs/TCM-BF518_defconfig         |    1 -
 arch/blackfin/configs/TCM-BF537_defconfig         |    1 -
 arch/blackfin/include/asm/io.h                    |   35 ++------
 arch/blackfin/include/uapi/asm/unistd.h           |   12 ++-
 arch/blackfin/kernel/debug-mmrs.c                 |    1 -
 arch/blackfin/kernel/kgdb.c                       |   25 +-----
 arch/blackfin/kernel/setup.c                      |    2 +-
 arch/blackfin/mach-bf527/include/mach/cdefBF525.h |    5 --
 arch/blackfin/mach-bf527/include/mach/defBF525.h  |    4 -
 arch/blackfin/mach-bf548/include/mach/cdefBF542.h |    4 -
 arch/blackfin/mach-bf548/include/mach/cdefBF547.h |    4 -
 arch/blackfin/mach-bf548/include/mach/defBF542.h  |    3 -
 arch/blackfin/mach-bf548/include/mach/defBF547.h  |    3 -
 arch/blackfin/mach-bf609/boards/ezkit.c           |   90 +++++++++++++++++++--
 arch/blackfin/mach-bf609/clock.c                  |    7 ++
 arch/blackfin/mach-common/entry.S                 |   10 +++
 arch/blackfin/mach-common/pm.c                    |    2 +
 37 files changed, 127 insertions(+), 104 deletions(-)
--
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