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, 16 Jan 2009 10:27:01 +0200
From:	Hiroshi DOYU <Hiroshi.DOYU@...ia.com>
To:	linux-kernel@...r.kernel.org
Cc:	linux-arm-kernel@...ts.arm.linux.org.uk, linux-omap@...r.kernel.org
Subject: [PATCH 00/10] arm: omap mailbox: add omap3 support with some fixes

The following patches add omap3 support and some cleanups.

This "omap mailbox" device driver has been used for the interprocessor
communication between ARM and some co-processors(DSP) inside of omap
SoC, which is a kind of interrupt driven FIFO.

---

Hiroshi DOYU (10):
      omap mailbox: remove unnecessary header file inclusion
      omap mailbox: convert sequence bit checking to module paramter
      omap mailbox: move mailbox.h into mailbox.c
      omap mailbox: add save_/restore_ctx() for PM
      omap mailbox: fix empty struct device for omap2
      omap mailbox: fix empty struct device for omap1
      omap mailbox: fix empty struct device for omap_mbox
      omap mailbox: print hardware revision at startup
      omap mailbox: add initial omap3 support
      omap mailbox: cleanup omap2 register definition with macro


 arch/arm/mach-omap1/devices.c              |    2 
 arch/arm/mach-omap1/mailbox.c              |   31 ++--
 arch/arm/mach-omap2/devices.c              |   38 ++++-
 arch/arm/mach-omap2/mailbox.c              |  195 +++++++++++++++++-----------
 arch/arm/plat-omap/Kconfig                 |    8 +
 arch/arm/plat-omap/include/mach/mailbox.h  |   27 ++++
 arch/arm/plat-omap/include/mach/omap34xx.h |    1 
 arch/arm/plat-omap/mailbox.c               |  152 ++++++++++++++++------
 arch/arm/plat-omap/mailbox.h               |  100 --------------
 9 files changed, 311 insertions(+), 243 deletions(-)
 delete mode 100644 arch/arm/plat-omap/mailbox.h

-- 
   Hiroshi DOYU

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