RE: [PATCH v6 19/34] xlink-core: Add xlink core device tree bindings

2021-04-20 Thread Gross, Mark
> -Original Message- > From: Dave Hansen > Sent: Monday, April 12, 2021 2:33 PM > To: mgr...@linux.intel.com; markgr...@kernel.org; a...@arndb.de; b...@suse.de; > damien.lem...@wdc.com; dragan.cve...@xilinx.com; > gre...@linuxfoundation.org; cor...@lwn.net; palmerdabb...@google.com; >

RE: [PATCH v4 29/34] Intel tsens i2c slave driver.

2021-02-01 Thread Gross, Mark
> -Original Message- > From: Randy Dunlap > Sent: Sunday, January 31, 2021 6:14 PM > To: mgr...@linux.intel.com; markgr...@kernel.org; a...@arndb.de; b...@suse.de; > damien.lem...@wdc.com; dragan.cve...@xilinx.com; > gre...@linuxfoundation.org; cor...@lwn.net; palmerdabb...@google.com;

RE: [PATCH v2 29/34] Intel tsens i2c slave driver.

2021-01-26 Thread Gross, Mark
> -Original Message- > From: Arnd Bergmann > Sent: Monday, January 25, 2021 11:45 PM > To: mgr...@linux.intel.com > Cc: Randy Dunlap ; markgr...@kernel.org; Arnd > Bergmann ; Borislav Petkov ; Damien Le Moal > ; Dragan Cvetic ; gregkh > ; Jonathan Corbet ; Leonard > Crestez ; Palmer

RE: [PATCH v3 02/34] dt-bindings: mailbox: Add Intel VPU IPC mailbox bindings

2021-01-26 Thread Gross, Mark
> -Original Message- > From: Rob Herring > Sent: Tuesday, January 26, 2021 5:45 AM > To: Mark Gross > Cc: markgr...@kernel.org; Arnd Bergmann ; Borislav Petkov > ; Damien Le Moal ; Dragan Cvetic > ; Greg Kroah-Hartman > ; Jonathan Corbet ; Palmer > Dabbelt ; Paul Walmsley > ; Peng Fan

RE: [PATCH 03/22] keembay-ipc: Add Keem Bay IPC module

2020-12-11 Thread Gross, Mark
> -Original Message- > From: Greg KH > Sent: Friday, December 11, 2020 12:23 AM > To: Daniele Alessandrelli > Cc: Alessandrelli, Daniele ; > mgr...@linux.intel.com; markgr...@kernel.org; a...@arndb.de; > robh...@kernel.org; linux-kernel@vger.kernel.org; sumit.sem...@linaro.org; >

RE: [PATCH 16/22] xlink-ipc: Add xlink ipc driver

2020-12-11 Thread Gross, Mark
> -Original Message- > From: gre...@linuxfoundation.org > Sent: Friday, December 11, 2020 4:14 AM > To: Kelly, Seamus > Cc: Joe Perches ; mgr...@linux.intel.com; > markgr...@kernel.org; a...@arndb.de; b...@suse.de; > damien.lem...@wdc.com; dragan.cve...@xilinx.com; cor...@lwn.net; >

RE: [PATCH 03/22] keembay-ipc: Add Keem Bay IPC module

2020-12-05 Thread Gross, Mark
> -Original Message- > From: Greg KH > Sent: Saturday, December 5, 2020 12:40 AM > To: mark gross > Cc: markgr...@kernel.org; a...@arndb.de; b...@suse.de; > damien.lem...@wdc.com; dragan.cve...@xilinx.com; cor...@lwn.net; > leonard.cres...@nxp.com; palmerdabb...@google.com; >

RE: [PATCH] tlclk: lean an indentation issue, remove extraneous tabs

2018-10-30 Thread Gross, Mark
Looks cool to me. Reviewed-by --mark > -Original Message- > From: Colin King [mailto:colin.k...@canonical.com] > Sent: Tuesday, October 30, 2018 4:57 AM > To: Gross, Mark ; Arnd Bergmann ; > Greg Kroah-Hartman > Cc: kernel-janit...@vger.kernel.org; linux-kern

RE: [PATCH] tlclk: lean an indentation issue, remove extraneous tabs

2018-10-30 Thread Gross, Mark
Looks cool to me. Reviewed-by --mark > -Original Message- > From: Colin King [mailto:colin.k...@canonical.com] > Sent: Tuesday, October 30, 2018 4:57 AM > To: Gross, Mark ; Arnd Bergmann ; > Greg Kroah-Hartman > Cc: kernel-janit...@vger.kernel.org; linux-kern

RE: [PATCH 0/3] constify char attribute_group structures

2017-08-03 Thread Gross, Mark
Sounds good to me. --mark > -Original Message- > From: Arvind Yadav [mailto:arvind.yadav...@gmail.com] > Sent: Wednesday, August 2, 2017 10:35 PM > To: Gross, Mark <mark.gr...@intel.com>; a...@arndb.de; > gre...@linuxfoundation.org > Cc: linux-kernel@vger.kernel.o

RE: [PATCH 0/3] constify char attribute_group structures

2017-08-03 Thread Gross, Mark
Sounds good to me. --mark > -Original Message- > From: Arvind Yadav [mailto:arvind.yadav...@gmail.com] > Sent: Wednesday, August 2, 2017 10:35 PM > To: Gross, Mark ; a...@arndb.de; > gre...@linuxfoundation.org > Cc: linux-kernel@vger.kernel.org > Subject: Re: [PAT

RE: [PATCH 1/3] char: tlclk: constify attribute_group structures.

2017-08-02 Thread Gross, Mark
-Original Message- > From: Arvind Yadav [mailto:arvind.yadav...@gmail.com] > Sent: Wednesday, August 2, 2017 4:19 AM > To: a...@arndb.de; gre...@linuxfoundation.org; Gross, Mark > <mark.gr...@intel.com> > Cc: linux-kernel@vger.kernel.org > Subject: [PATCH 1/3] char: tlclk: co

RE: [PATCH 1/3] char: tlclk: constify attribute_group structures.

2017-08-02 Thread Gross, Mark
there does seem to be a good number (cscope finds 1700+) of attribute_group users across the kernel and a good number of them are not using const. If you go down this pedantic path I don't think you should at just 3 drivers. Reviewed-by: mark gross --mark > -Original Message- > From:

RE: [PATCH 0/3] constify char attribute_group structures

2017-08-02 Thread Gross, Mark
Why stop at these 3 users of attribute_group? --mark -Original Message- From: Arvind Yadav [mailto:arvind.yadav...@gmail.com] Sent: Wednesday, August 2, 2017 4:19 AM To: a...@arndb.de; gre...@linuxfoundation.org; Gross, Mark <mark.gr...@intel.com> Cc: linux-kernel@vger.kern

RE: [PATCH 0/3] constify char attribute_group structures

2017-08-02 Thread Gross, Mark
Why stop at these 3 users of attribute_group? --mark -Original Message- From: Arvind Yadav [mailto:arvind.yadav...@gmail.com] Sent: Wednesday, August 2, 2017 4:19 AM To: a...@arndb.de; gre...@linuxfoundation.org; Gross, Mark Cc: linux-kernel@vger.kernel.org Subject: [PATCH 0/3

RE: [PATCH 19/86] edac/e7xxx: use uapi/linux/pci_ids.h directly

2015-03-30 Thread Gross, Mark
ack > -Original Message- > From: Michael S. Tsirkin [mailto:m...@redhat.com] > Sent: Sunday, March 29, 2015 6:39 AM > To: linux-kernel@vger.kernel.org > Cc: Gross, Mark; Doug Thompson; Borislav Petkov; Mauro Carvalho Chehab; > linux-e...@vger.kernel.org > Subject: [PA

RE: [PATCH 19/86] edac/e7xxx: use uapi/linux/pci_ids.h directly

2015-03-30 Thread Gross, Mark
ack -Original Message- From: Michael S. Tsirkin [mailto:m...@redhat.com] Sent: Sunday, March 29, 2015 6:39 AM To: linux-kernel@vger.kernel.org Cc: Gross, Mark; Doug Thompson; Borislav Petkov; Mauro Carvalho Chehab; linux-e...@vger.kernel.org Subject: [PATCH 19/86] edac/e7xxx: use

RE: [PATCH] MAINTAINERS: INTEL MID SOC: add maintainer

2014-04-19 Thread Gross, Mark
org > Cc: linux-kernel@vger.kernel.org; gno...@lxorguk.ukuu.org.uk; David > Cohen; Gross, Mark > Subject: [PATCH] MAINTAINERS: INTEL MID SOC: add maintainer > > This patch adds official maintainer for low power Intel MID SoC platforms. > > Signed-off-by: David Cohen > C

RE: [PATCH] MAINTAINERS: INTEL MID SOC: add maintainer

2014-04-19 Thread Gross, Mark
...@kernel.org Cc: linux-kernel@vger.kernel.org; gno...@lxorguk.ukuu.org.uk; David Cohen; Gross, Mark Subject: [PATCH] MAINTAINERS: INTEL MID SOC: add maintainer This patch adds official maintainer for low power Intel MID SoC platforms. Signed-off-by: David Cohen david.a.co...@linux.intel.com Cc: Mark

RE: [PATCH 2/4] net: rfkill: gpio: remove gpio names

2014-02-27 Thread Gross, Mark
en-Yu Tsai; Heikki Krogerus; Johannes Berg; David S. Miller; Rhyland > Klein; linux-wireless; netdev; linux-kernel; Arnd Bergmann; Gross, Mark > Subject: Re: [PATCH 2/4] net: rfkill: gpio: remove gpio names > > On Fri, Feb 21, 2014 at 6:35 AM, Stephen Warren > wrote: > > On

RE: [PATCH 2/4] net: rfkill: gpio: remove gpio names

2014-02-27 Thread Gross, Mark
Krogerus; Johannes Berg; David S. Miller; Rhyland Klein; linux-wireless; netdev; linux-kernel; Arnd Bergmann; Gross, Mark Subject: Re: [PATCH 2/4] net: rfkill: gpio: remove gpio names On Fri, Feb 21, 2014 at 6:35 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/20/2014 06:55 PM, Chen-Yu Tsai

RE: [PATCH v2] MODSIGN: do not send garbage to stderr when enabling modules signature

2013-04-10 Thread Gross, Mark
Sorry. I don't use my outlook email on LMKL stuff hardly ever because of this sort of thing. --mgross http://umgwiki.intel.com/wiki/?title=Kernel > -Original Message- > From: Rusty Russell [mailto:ru...@rustcorp.com.au] > Sent: Wednesday, April 10, 2013 12:29 AM > To:

RE: [PATCH v2] MODSIGN: do not send garbage to stderr when enabling modules signature

2013-04-10 Thread Gross, Mark
Sorry. I don't use my outlook email on LMKL stuff hardly ever because of this sort of thing. --mgross http://umgwiki.intel.com/wiki/?title=Kernel -Original Message- From: Rusty Russell [mailto:ru...@rustcorp.com.au] Sent: Wednesday, April 10, 2013 12:29 AM To: Gross, Mark; Cohen

RE: [PATCH v2] MODSIGN: do not send garbage to stderr when enabling modules signature

2013-04-09 Thread Gross, Mark
> -Original Message- > From: Cohen, David A > Sent: Tuesday, April 09, 2013 2:39 PM > To: ru...@rustcorp.com.au; dhowe...@redhat.com > Cc: linux-kernel@vger.kernel.org; Gross, Mark; Cohen, David A > Subject: [PATCH v2] MODSIGN: do not send garbage to stderr when

RE: [PATCH v2] MODSIGN: do not send garbage to stderr when enabling modules signature

2013-04-09 Thread Gross, Mark
-Original Message- From: Cohen, David A Sent: Tuesday, April 09, 2013 2:39 PM To: ru...@rustcorp.com.au; dhowe...@redhat.com Cc: linux-kernel@vger.kernel.org; Gross, Mark; Cohen, David A Subject: [PATCH v2] MODSIGN: do not send garbage to stderr when enabling modules signature

RE: [PATCH RESEND] x86_dump_trace: avoiding endless " " is printed

2012-08-27 Thread Gross, Mark
2 6:56 PM > To: 'linux-kernel@vger.kernel.org' (linux-kernel@vger.kernel.org) > Cc: h...@linux.intel.com; Gross, Mark; a...@linux.intel.com > Subject: [PATCH RESEND] x86_dump_trace: avoiding endless " " is > printed > > From: liu chuansheng > Subject: [PATCH] x86_dump

RE: [PATCH RESEND] x86_dump_trace: avoiding endless IRQ is printed

2012-08-27 Thread Gross, Mark
To: 'linux-kernel@vger.kernel.org' (linux-kernel@vger.kernel.org) Cc: h...@linux.intel.com; Gross, Mark; a...@linux.intel.com Subject: [PATCH RESEND] x86_dump_trace: avoiding endless IRQ is printed From: liu chuansheng chuansheng@intel.com Subject: [PATCH] x86_dump_trace: avoiding endless

RE: [PATCH 5/6] drivers/char/tlclk.c: fix error return code

2012-08-05 Thread Gross, Mark
Acked-by --mark Ps sorry for the outlook munged reply. -Original Message- From: Julia Lawall [mailto:julia.law...@lip6.fr] Sent: Sunday, August 05, 2012 2:53 AM To: Gross, Mark Cc: kernel-janit...@vger.kernel.org; Arnd Bergmann; Greg Kroah-Hartman; linux-kernel@vger.kernel.org; Julia

RE: [PATCH 5/6] drivers/char/tlclk.c: fix error return code

2012-08-05 Thread Gross, Mark
Acked-by mark.gr...@intel.com --mark Ps sorry for the outlook munged reply. -Original Message- From: Julia Lawall [mailto:julia.law...@lip6.fr] Sent: Sunday, August 05, 2012 2:53 AM To: Gross, Mark Cc: kernel-janit...@vger.kernel.org; Arnd Bergmann; Greg Kroah-Hartman; linux-kernel

RE: Message codes (Re: [Announce] Linux-tiny project revival)

2007-09-21 Thread Gross, Mark
>-Original Message- >From: Joe Perches [mailto:[EMAIL PROTECTED] >Sent: Friday, September 21, 2007 3:33 PM >To: Gross, Mark >Cc: Rob Landley; Oleg Verych; Alexey Dobriyan; Michael Opdenacker; linux- >[EMAIL PROTECTED]; CE Linux Developers List; linux kernel >Subje

RE: Message codes (Re: [Announce] Linux-tiny project revival)

2007-09-21 Thread Gross, Mark
>-Original Message- >From: Rob Landley [mailto:[EMAIL PROTECTED] >Sent: Friday, September 21, 2007 2:16 PM >To: Gross, Mark >Cc: Oleg Verych; Alexey Dobriyan; Michael Opdenacker; linux- >[EMAIL PROTECTED]; CE Linux Developers List; linux kernel >Subject: Re: Message

RE: Message codes (Re: [Announce] Linux-tiny project revival)

2007-09-21 Thread Gross, Mark
>-Original Message- >From: Oleg Verych [mailto:[EMAIL PROTECTED] >Sent: Thursday, September 20, 2007 5:58 PM >To: Gross, Mark >Cc: Rob Landley; Alexey Dobriyan; Michael Opdenacker; linux- >[EMAIL PROTECTED]; CE Linux Developers List; linux kernel >Subject: Message

RE: Message codes (Re: [Announce] Linux-tiny project revival)

2007-09-21 Thread Gross, Mark
-Original Message- From: Oleg Verych [mailto:[EMAIL PROTECTED] Sent: Thursday, September 20, 2007 5:58 PM To: Gross, Mark Cc: Rob Landley; Alexey Dobriyan; Michael Opdenacker; linux- [EMAIL PROTECTED]; CE Linux Developers List; linux kernel Subject: Message codes (Re: [Announce] Linux

RE: Message codes (Re: [Announce] Linux-tiny project revival)

2007-09-21 Thread Gross, Mark
-Original Message- From: Rob Landley [mailto:[EMAIL PROTECTED] Sent: Friday, September 21, 2007 2:16 PM To: Gross, Mark Cc: Oleg Verych; Alexey Dobriyan; Michael Opdenacker; linux- [EMAIL PROTECTED]; CE Linux Developers List; linux kernel Subject: Re: Message codes (Re: [Announce] Linux

RE: Message codes (Re: [Announce] Linux-tiny project revival)

2007-09-21 Thread Gross, Mark
-Original Message- From: Joe Perches [mailto:[EMAIL PROTECTED] Sent: Friday, September 21, 2007 3:33 PM To: Gross, Mark Cc: Rob Landley; Oleg Verych; Alexey Dobriyan; Michael Opdenacker; linux- [EMAIL PROTECTED]; CE Linux Developers List; linux kernel Subject: RE: Message codes (Re

RE: [Celinux-dev] Re: [Announce] Linux-tiny project revival

2007-09-20 Thread Gross, Mark
>-Original Message- >From: [EMAIL PROTECTED] [mailto:celinux-dev- >[EMAIL PROTECTED] On Behalf Of Rob Landley >Sent: Thursday, September 20, 2007 3:02 PM >To: Alexey Dobriyan >Cc: Michael Opdenacker; [EMAIL PROTECTED]; CE Linux Developers List; >linux kernel >Subject: [Celinux-dev] Re:

RE: [Celinux-dev] Re: [Announce] Linux-tiny project revival

2007-09-20 Thread Gross, Mark
-Original Message- From: [EMAIL PROTECTED] [mailto:celinux-dev- [EMAIL PROTECTED] On Behalf Of Rob Landley Sent: Thursday, September 20, 2007 3:02 PM To: Alexey Dobriyan Cc: Michael Opdenacker; [EMAIL PROTECTED]; CE Linux Developers List; linux kernel Subject: [Celinux-dev] Re: