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:	Sun, 23 May 2010 16:02:05 -0700
From:	Dan Williams <dan.j.williams@...el.com>
To:	Russell King <rmk@....linux.org.uk>
Cc:	Linus Walleij <linus.walleij@...ricsson.com>,
	linux-kernel@...r.kernel.org, STEricsson_nomadik_linux@...t.st.com
Subject: Re: [PATCH] DMAENGINE: DMA40 U8500 platform configuration

On Thu, May 20, 2010 at 12:49 AM, Linus Walleij
<linus.walleij@...ricsson.com> wrote:
> This completes the DMA40 support with the platform-specific
> configuration for U8500/DB8500.
>
> Signed-off-by: Linus Walleij <linus.walleij@...ricsson.com>
> Acked-by: Srinidhi Kasagar <srinidhi.kasagar@...ricsson.com>
> Reviewed-by: Alessandro Rubini <rubini@...pv.it>
> Cc: STEricsson_nomadik_linux@...t.st.com
> ---
> Dan, now that Russells depending patches from the ARM tree have
> been merged to Linus' (Torvalds) tree, do you think it's possible
> to also push this DMA40 platform data through the async_tx tree?
> This is the final version of it.
> ---
>  arch/arm/mach-ux500/clock.c                    |    2 +-
>  arch/arm/mach-ux500/cpu-db8500.c               |    4 +
>  arch/arm/mach-ux500/devices-db8500.c           |  219 ++++++++++++++++++++++++
>  arch/arm/mach-ux500/include/mach/db8500-regs.h |   12 ++
>  arch/arm/mach-ux500/include/mach/devices.h     |    3 +
>  arch/arm/mach-ux500/ste-dma40-db8500.h         |  154 +++++++++++++++++
>  6 files changed, 393 insertions(+), 1 deletions(-)
>  create mode 100644 arch/arm/mach-ux500/ste-dma40-db8500.h
>

Russell, I will be sending one more pull request for this merge window
and plan to include this with your acked-by.  It finishes off the
support for the dma40 driver.

There are two straggling patches that cross depended on the arm and
dmaengine trees.

Jassi Brar (1):
      DMA: PL330: Add dma api driver

Linus Walleij (1):
      DMAENGINE: DMA40 U8500 platform configuration

 arch/arm/mach-ux500/clock.c                    |    2 +-
 arch/arm/mach-ux500/cpu-db8500.c               |    4 +
 arch/arm/mach-ux500/devices-db8500.c           |  219 ++++++
 arch/arm/mach-ux500/include/mach/db8500-regs.h |   12 +
 arch/arm/mach-ux500/include/mach/devices.h     |    3 +
 arch/arm/mach-ux500/ste-dma40-db8500.h         |  154 +++++
 drivers/dma/Kconfig                            |    9 +
 drivers/dma/Makefile                           |    1 +
 drivers/dma/pl330.c                            |  866 ++++++++++++++++++++++++
 include/linux/amba/pl330.h                     |   45 ++
 10 files changed, 1314 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/mach-ux500/ste-dma40-db8500.h
 create mode 100644 drivers/dma/pl330.c
 create mode 100644 include/linux/amba/pl330.h

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