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:	Wed, 16 Mar 2011 02:33:28 -0600
From:	Grant Likely <grant.likely@...retlab.ca>
To:	devicetree-discuss@...ts.ozlabs.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/5] Refactor and enhance device tree platform registrations

Technically only the last two patches are v2 patches, the first three are
cleanups written when they were refactored, and this is a first
posting for them.

The most interesting part of this series is the addition of
of_platform_prepare() which is useful to allow DT and non-DT board
support to share the same initialization code for on-chip platform
devices.

---

Grant Likely (5):
      dt: Refactor of_platform_bus_probe()
      dt: protect against NULL matches passed to of_match_node()
      dt: eliminate OF_NO_DEEP_PROBE and test for NULL match table
      dt: add of_platform_populate() for creating device from the device tree
      dt: add of_platform_prepare() to match nodes with static platform_devices


 arch/arm/mach-versatile/core.c               |    1 
 arch/powerpc/platforms/52xx/mpc52xx_common.c |   10 -
 drivers/of/address.c                         |   14 +
 drivers/of/base.c                            |    3 
 drivers/of/platform.c                        |  347 ++++++++++++++++++++++----
 include/linux/of_address.h                   |    1 
 include/linux/of_platform.h                  |    8 -
 7 files changed, 326 insertions(+), 58 deletions(-)

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