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, 1 Jul 2015 11:04:55 +0200
From:	Ricardo Ribalda Delgado <ricardo.ribalda@...il.com>
To:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Jiri Slaby <jslaby@...e.cz>, linux-serial@...r.kernel.org,
	LKML <linux-kernel@...r.kernel.org>,
	Michal Simek <michal.simek@...inx.com>
Cc:	Ricardo Ribalda Delgado <ricardo.ribalda@...il.com>
Subject: Re: [PATCH] serial/uartlite: Let it build on any arch with IOMEM

ping?

On Mon, Jun 15, 2015 at 4:36 PM, Ricardo Ribalda Delgado
<ricardo.ribalda@...il.com> wrote:
> Being a soft core, it can be located not only on PPC or Microblaze
> platforms.
>
> Since the driver already does endianness detection we only need to
> change the Kconfig to use it in other arches.
>
> This is also done in other softcores as xilinx-spi.
>
> Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@...il.com>
> ---
>  drivers/tty/serial/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
> index 76e65b714471..10a5f0a503e3 100644
> --- a/drivers/tty/serial/Kconfig
> +++ b/drivers/tty/serial/Kconfig
> @@ -594,7 +594,7 @@ config SERIAL_IMX_CONSOLE
>
>  config SERIAL_UARTLITE
>         tristate "Xilinx uartlite serial port support"
> -       depends on PPC32 || MICROBLAZE || MFD_TIMBERDALE || ARCH_ZYNQ
> +       depends on HAS_IOMEM
>         select SERIAL_CORE
>         help
>           Say Y here if you want to use the Xilinx uartlite serial controller.
> --
> 2.1.4
>



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