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] [day] [month] [year] [list]
Date:	Wed, 11 Aug 2010 09:25:58 +0800
From:	"Wang, Qi" <qi.wang@...el.com>
To:	Greg KH <gregkh@...e.de>,
	Masayuki Ohtak <masa-korg@....okisemi.com>
CC:	"meego-dev@...go.com" <meego-dev@...go.com>,
	LKML <linux-kernel@...r.kernel.org>,
	"Wang, Yong Y" <yong.y.wang@...el.com>,
	"Khor, Andrew Chih Howe" <andrew.chih.howe.khor@...el.com>,
	"arjan@...ux.intel.com" <arjan@...ux.intel.com>
Subject: RE: [MeeGo-Dev][PATCH] Topcliff: Update PCH_SPI driver to 2.6.35

> -----Original Message-----
> From: Greg KH [mailto:gregkh@...e.de]
> Sent: Wednesday, August 11, 2010 1:11 AM
> To: Masayuki Ohtak
> Cc: meego-dev@...go.com; LKML; Wang, Qi; Wang, Yong Y; Khor, Andrew
> Chih Howe; arjan@...ux.intel.com
> Subject: Re: [MeeGo-Dev][PATCH] Topcliff: Update PCH_SPI driver to 2.6.35
> 
> On Tue, Aug 10, 2010 at 08:02:26PM +0900, Masayuki Ohtak wrote:
> > SPI driver of Topcliff PCH
> >
> > Topcliff PCH is the platform controller hub that is going to be used in
> > Intel's upcoming general embedded platform. All IO peripherals in
> > Topcliff PCH are actually devices sitting on AMBA bus.
> > Topcliff PCH has SPI I/F. Using this I/F, it is able to access system
> > devices connected to SPI.
> >
> > Signed-off-by: Masayuki Ohtake <masa-korg@....okisemi.com>
> > ---
> >  drivers/spi/Kconfig                    |   26 +
> >  drivers/spi/Makefile                   |    4 +
> >  drivers/spi/pch_spi.h                  |  177 +++
> >  drivers/spi/pch_spi_main.c             | 1823
> ++++++++++++++++++++++++++++++++
> >  drivers/spi/pch_spi_platform_devices.c |   56 +
> 
> Any reason why you didn't run this by the Linux kernel SPI maintainers
> and developers?  Please use the scripts/get_maintainer.pl script to find
> the proper people if you don't want to look in the MAINTAINERS file to
> find them that way.

Actually OKI submitted this driver to LKML.
We do run './sricpts/get_maintainer.pl -f <directory> to find the maintainer.

Arjan requires all the device drivers to be accepted by Meego kernel should be submitted to Meego-Dev as well for double check.

> 
> thanks,
> 
> greg k-h

Powered by blists - more mailing lists