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, 10 Sep 2014 16:27:23 -0500
From:	Suman Anna <s-anna@...com>
To:	Tony Lindgren <tony@...mide.com>
CC:	Jassi Brar <jaswinder.singh@...aro.org>,
	Dave Gerlach <d-gerlach@...com>,
	<linux-kernel@...r.kernel.org>, <linux-omap@...r.kernel.org>,
	<devicetree@...r.kernel.org>,
	<linux-arm-kernel@...ts.infradead.org>, Suman Anna <s-anna@...com>
Subject: [REPOST PATCHv3 0/2] OMAP Mailbox framework adaptation

Hi,

This is a repost of the Mailbox Framework adaptation support patches
for the OMAP mailbox driver (last 2 patches out of 5) from the OMAP
Mailbox framework adoption and DT support series [1]. The previous
series is split into 3 different series to resolve merge and build
dependencies.

The patches are based on 3.17-rc3, with the baseline dependencies
having already been merged in the 3.17 window. The testing is done
against the latest version v10 [2] of the mailbox framework compared
to v9 in the previous post, and there are no code changes required
to any patches. Please see [1] for the history of these patches.

The following are the remaining dependencies for these 2 patches:
- OMAP Mailbox DT support in driver [3]
- OMAP Mailbox DTS patch adding the sub-mailboxes [4]
- Mailbox Framework v10 [2]
The reference branch with all the patches is hosted (not for merging) at
https://github.com/sumananna/mailbox/commits/submit/3.17-rc3-omap-mbox-v10-fwk-v3

The following shows the boot logs on various OMAP platforms:
  OMAP2 (SDP2430)           : http://pastebin.ubuntu.com/8312682
  OMAP3 (BeagleXM)          : http://pastebin.ubuntu.com/8312348
  OMAP4 (PandaBoard)        : http://pastebin.ubuntu.com/8312364
  OMAP5 (OMAP5 uEVM)        : http://pastebin.ubuntu.com/8312378
  DRA7  (DRA7 EVM)          : http://pastebin.ubuntu.com/8312482
  AM33xx (BeagleBone Black) : http://pastebin.ubuntu.com/8312420
  AM43xx (AM437x GP EVM)    : http://pastebin.ubuntu.com/8312457

[1] http://marc.info/?l=linux-omap&m=140668054422693&w=2
[2] https://lkml.org/lkml/2014/8/1/200
[3] http://marc.info/?l=linux-omap&m=141037688814464&w=2
[4] http://marc.info/?l=linux-omap&m=141037727114587&w=2

Suman Anna (2):
  mailbox/omap: adapt to the new mailbox framework
  ARM: dts: OMAP2+: Add #mbox-cells property to all mailbox nodes

 .../devicetree/bindings/mailbox/omap-mailbox.txt   |  24 ++
 arch/arm/boot/dts/am33xx.dtsi                      |   1 +
 arch/arm/boot/dts/am4372.dtsi                      |   1 +
 arch/arm/boot/dts/dra7.dtsi                        |  13 +
 arch/arm/boot/dts/omap2420.dtsi                    |   1 +
 arch/arm/boot/dts/omap2430.dtsi                    |   1 +
 arch/arm/boot/dts/omap3.dtsi                       |   1 +
 arch/arm/boot/dts/omap4.dtsi                       |   1 +
 arch/arm/boot/dts/omap5.dtsi                       |   1 +
 drivers/mailbox/omap-mailbox.c                     | 346 ++++++++++++---------
 drivers/remoteproc/omap_remoteproc.c               |  51 +--
 include/linux/omap-mailbox.h                       |  16 +-
 12 files changed, 277 insertions(+), 180 deletions(-)

-- 
2.0.4

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