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:	Fri, 13 Sep 2013 13:12:25 +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 updates for 3.12

Hi Linus,

please pull blackfin updates for Linux 3.12, some minor bug fixes.

The following changes since commit 6e4664525b1db28f8c4e1130957f70a94c19213e:

  Linux 3.11 (2013-09-02 13:46:10 -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 08b67faa23fdd4df3f3f7bb06f0ad67b7366d11c:

  blackfin: Ignore generated uImages (2013-09-13 10:42:39 +0800)

----------------------------------------------------------------
blackfin updates for Linux 3.12

----------------------------------------------------------------
Mark Brown (1):
      blackfin: Ignore generated uImages

Scott Jiang (2):
      bf609: add adv7343 video encoder support
      bf609: adv7343: add S-Video and Component output support

Sonic Zhang (2):
      blackfin: scb: Add SCB1 to SCB9 config options and data.
      blackfin: Add STMMAC platform data to enable dwmac1000 driver on BF60x.

Steven Miao (2):
      blackfin: scb: Add system crossbar init code.
      clock: add stmmac clock for ethernet driver

 arch/blackfin/boot/.gitignore                      |    1 +
 arch/blackfin/include/asm/scb.h                    |   21 +
 arch/blackfin/kernel/setup.c                       |    6 +
 arch/blackfin/mach-bf609/Kconfig                   | 1655 ++++++++++++++++++++
 arch/blackfin/mach-bf609/Makefile                  |    1 +
 arch/blackfin/mach-bf609/boards/ezkit.c            |   91 ++
 arch/blackfin/mach-bf609/clock.c                   |   17 +
 .../mach-bf609/include/mach/defBF60x_base.h        |   10 +
 arch/blackfin/mach-bf609/scb.c                     |  363 +++++
 arch/blackfin/mach-common/Makefile                 |    1 +
 arch/blackfin/mach-common/scb-init.c               |   53 +
 11 files changed, 2219 insertions(+)
 create mode 100644 arch/blackfin/include/asm/scb.h
 create mode 100644 arch/blackfin/mach-bf609/scb.c
 create mode 100644 arch/blackfin/mach-common/scb-init.c

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