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>] [day] [month] [year] [list]
Date:	Thu, 4 Jul 2013 23:21:31 +0100
From:	Grant Likely <grant.likely@...retlab.ca>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	devicetree-discuss <devicetree-discuss@...ts.ozlabs.org>
Subject: [GIT PULL] devicetree for v3.11

Hi Linus,

Please pull the following branch. Description in the signed tag.

g.

The following changes since commit 317ddd256b9c24b0d78fa8018f80f1e495481a10:

  Linux 3.10-rc5 (2013-06-08 17:41:04 -0700)

are available in the git repository at:

  git://git.secretlab.ca/git/linux tags/devicetree-for-linus

for you to fetch changes up to 6dd18e4684f3d188277bbbc27545248487472108:

  of: Fix address decoding on Bimini and js2x machines (2013-07-04
16:30:11 +0100)

----------------------------------------------------------------
Device tree updates for v3.11

This branch contains the following changes:
- Removal of CONFIG_OF_DEVICE, it is always enabled by CONFIG_OF
- Remove #ifdef from linux/of_platform.h to increase compiler syntax
  coverage
- Bug fix for address decoding on Bimini and js2x powerpc platforms.
- miscellaneous binding changes

One note on the above. The binding changes going in from all kinds of
different trees has gotten rather out of hand. I picked up some during
this cycle, but even going though my tree isn't a great fit. Ian
Campbell has prototyped splitting the bindings and .dtb files into a
separate repository. The plan is to migrate to using that sometime in
the next few kernel releases which should get rid of a lot of the churn
on binding docs and .dts files.

----------------------------------------------------------------
Arnd Bergmann (1):
      of: remove #ifdef from linux/of_platform.h

Benjamin Herrenschmidt (1):
      of: Fix address decoding on Bimini and js2x machines

Florian Vaussard (1):
      ARM: dts: omap3-devkit8000: fix NAND memory binding

J Keerthy (1):
      mfd: DT bindings for the palmas family MFD

Lad, Prabhakar (1):
      of/base: fix typos

Rob Herring (5):
      driver core: move to_platform_driver to platform_device.h
      ibmebus: convert of_platform_driver to platform_driver
      of: remove of_platform_driver
      usb: chipidea: depend on CONFIG_OF instead of CONFIG_OF_DEVICE
      of: remove CONFIG_OF_DEVICE

 Documentation/devicetree/bindings/mfd/palmas.txt   | 49 +++++++++++++++
 .../devicetree/bindings/regulator/palmas-pmic.txt  | 72 ++++++++++++++++++++++
 arch/arm/boot/dts/omap3-devkit8000.dts             | 29 ++++-----
 arch/powerpc/include/asm/ibmebus.h                 |  4 +-
 arch/powerpc/kernel/ibmebus.c                      | 22 +++----
 drivers/base/platform.c                            |  3 -
 drivers/infiniband/hw/ehca/ehca_main.c             |  5 +-
 drivers/net/ethernet/ibm/ehea/ehea_main.c          |  8 +--
 drivers/of/Kconfig                                 |  3 -
 drivers/of/Makefile                                |  3 +-
 drivers/of/address.c                               |  8 ++-
 drivers/of/base.c                                  | 12 ++--
 drivers/usb/chipidea/Makefile                      |  2 +-
 include/linux/of_device.h                          |  6 +-
 include/linux/of_platform.h                        | 35 +----------
 include/linux/platform_device.h                    |  3 +
 16 files changed, 176 insertions(+), 88 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/palmas.txt
 create mode 100644 Documentation/devicetree/bindings/regulator/palmas-pmic.txt
--
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