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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 16 Nov 2012 11:59:47 +0100
From:	Michal Simek <michal.simek@...inx.com>
To:	Arnd Bergmann <arnd@...db.de>, arm@...nel.org,
	LKML <linux-kernel@...r.kernel.org>,
	linux-arm <linux-arm-kernel@...ts.infradead.org>,
	Olof Johansson <olof@...om.net>,
	Nick Bowler <nbowler@...iptictech.com>
Cc:	Josh Cartwright <josh.cartwright@...com>,
	John Linn <John.Linn@...inx.com>
Subject: [GIT PULL] arm-soc: Xilinx zynq changes for v3.8

Hi Arnd and Olof,

I have 7 new follow up patches for zynq. They are based on previous patches
(arm-soc zynq/cleanup branch).
The branch is still based on rc3 but I have also tried to merged it
with the v3.7-rc5 and there is no issue.

It should be the last pull request for v3.8.

Thanks for pulling.
Michal



The following changes since commit f58007762f537ba13674a3138b3f4c20fff1cba9:
  Josh Cartwright (1):
        zynq: move static peripheral mappings

are available in the git repository at:

  git://git.xilinx.com/linux-xlnx.git arm-next

Josh Cartwright (6):
      ARM: zynq: move arm-specific sys_timer out of ttc
      ARM: zynq: dts: add description of the second uart
      ARM: zynq: dts: split up device tree
      clk: Add support for fundamental zynq clks
      ARM: zynq: use zynq clk bindings
      ARM: zynq: add clk binding support to the ttc

Nick Bowler (1):
      ARM: zynq: Allow UART1 to be used as DEBUG_LL console.

 .../devicetree/bindings/clock/zynq-7000.txt        |   55 +++
 arch/arm/Kconfig                                   |    1 +
 arch/arm/Kconfig.debug                             |   17 +
 arch/arm/boot/dts/Makefile                         |    1 +
 arch/arm/boot/dts/zynq-7000.dtsi                   |  166 +++++++++
 arch/arm/boot/dts/zynq-ep107.dts                   |   63 ----
 arch/arm/boot/dts/zynq-zc702.dts                   |   44 +++
 arch/arm/mach-zynq/common.c                        |   33 ++-
 arch/arm/mach-zynq/common.h                        |    4 +-
 arch/arm/mach-zynq/include/mach/zynq_soc.h         |   16 +-
 arch/arm/mach-zynq/timer.c                         |  297 +++++++++-------
 drivers/clk/Makefile                               |    1 +
 drivers/clk/clk-zynq.c                             |  383 ++++++++++++++++++++
 include/linux/clk/zynq.h                           |   24 ++
 14 files changed, 899 insertions(+), 206 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/zynq-7000.txt
 create mode 100644 arch/arm/boot/dts/zynq-7000.dtsi
 delete mode 100644 arch/arm/boot/dts/zynq-ep107.dts
 create mode 100644 arch/arm/boot/dts/zynq-zc702.dts
 create mode 100644 drivers/clk/clk-zynq.c
 create mode 100644 include/linux/clk/zynq.h
--
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