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:   Tue, 7 Aug 2018 23:03:10 +0100
From:   Ben Whitten <benwhitten@...il.com>
To:     Andreas Färber <afaerber@...e.de>
Cc:     潘建宏 <starnight@...cu.edu.tw>,
        hasnain.virk@....com, netdev@...r.kernel.org
Subject: Re: [RFC] spi: add spi multiplexing functions for dt

On Tue, 7 Aug 2018 at 22:17, Andreas Färber <afaerber@...e.de> wrote:
>
> Hi Ben,
>
> Am 07.08.2018 um 19:32 schrieb Ben Whitten:
> > Like I2C busses SPI devices can also sit behind multiplexers.
> > This patch adds is based off the I2C implementation and allows
> > description in the devicetree.
> >
> > Signed-off-by: Ben Whitten <ben.whitten@...il.com>
> > ---
> >  drivers/spi/Kconfig     |  10 +++
> >  drivers/spi/Makefile    |   3 +
> >  drivers/spi/spi-mux.c   | 181 ++++++++++++++++++++++++++++++++++++++++++++++++
> >  include/linux/spi-mux.h |  55 +++++++++++++++
> >  4 files changed, 249 insertions(+)
> >  create mode 100644 drivers/spi/spi-mux.c
> >  create mode 100644 include/linux/spi-mux.h
>
> Did this get sent by mistake? It needs to go to linux-spi list and
> maintainers.

It certainly did, didn't spot it in my outgoing patches directory.
Please disregard, sorry for the noise.

> Tip: git config sendemail.cccmd "scripts/get_maintainer.pl
> --nogit-fallback --norolestats"

Thanks for the tip

Cheers,
Ben

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ