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:	Wed, 18 Feb 2015 11:43:12 -0600
From:	Kumar Gala <galak@...nel.crashing.org>
To:	Emil Medve <Emilian.Medve@...escale.com>
Cc:	linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org,
	Geoff Thorpe <Geoff.Thorpe@...escale.com>
Subject: Re: [RFC v2 01/10] fsl_bman: Add drivers for the Freescale DPAA BMan


On Feb 16, 2015, at 9:46 AM, Emil Medve <Emilian.Medve@...escale.com> wrote:

> From: Geoff Thorpe <Geoff.Thorpe@...escale.com>
> 
> Change-Id: I075944acf740dbaae861104c17a9ff7247dec1be
> Signed-off-by: Geoff Thorpe <Geoff.Thorpe@...escale.com>
> ---
> drivers/soc/Kconfig                  |    1 +
> drivers/soc/Makefile                 |    1 +
> drivers/soc/freescale/Kconfig        |   51 ++
> drivers/soc/freescale/Makefile       |    7 +
> drivers/soc/freescale/bman.c         |  611 ++++++++++++++++++++
> drivers/soc/freescale/bman.h         |  524 +++++++++++++++++
> drivers/soc/freescale/bman_api.c     | 1033 ++++++++++++++++++++++++++++++++++
> drivers/soc/freescale/bman_portal.c  |  330 +++++++++++
> drivers/soc/freescale/bman_priv.h    |  149 +++++
> drivers/soc/freescale/dpaa_alloc.c   |  404 +++++++++++++
> drivers/soc/freescale/dpaa_sys.h     |  235 ++++++++
> drivers/soc/freescale/qbman_driver.c |   41 ++
> include/linux/fsl_bman.h             |  511 +++++++++++++++++

If you are using drivers/soc than the include should probably be include/soc/freescale/

Also, any reason you guys aren’t using drivers/soc/fsl ?

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