devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: vitor <vitor.soares@synopsys.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>,
	Vitor Soares <vitor.soares@synopsys.com>
Cc: Matthew Wilcox <willy@infradead.org>,
	Boris Brezillon <boris.brezillon@bootlin.com>,
	Wolfram Sang <wsa@the-dreams.de>,
	Linux I2C <linux-i2c@vger.kernel.org>,
	Jonathan Corbet <corbet@lwn.net>,
	"open list:DOCUMENTATION" <linux-doc@vger.kernel.org>,
	Greg KH <gregkh@linuxfoundation.org>,
	Arnd Bergmann <arnd@arndb.de>,
	Przemyslaw Sroka <psroka@cadence.com>,
	Arkadiusz Golec <agolec@cadence.com>,
	Alan Douglas <adouglas@cadence.com>,
	Bartosz Folta <bfolta@cadence.com>, Damian Kos <dkos@cadence.com>,
	Alicja Jurasik-Urbaniak <alicja@cadence.com>,
	Cyprian Wronka <cwronka@cadence.com>,
	Suresh Punnoose <sureshp@cadence.com>,
	Rafal Ciepiela <rafalc@cadence.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Nishanth Menon <nm@ti.com>Rob Herring <r>
Subject: Re: [PATCH 1/3] i3c: master: Add driver for Synopsys DesignWare IP
Date: Wed, 7 Nov 2018 17:16:01 +0000	[thread overview]
Message-ID: <4e05e568-c010-a6db-92b1-4c26ad503333@synopsys.com> (raw)
In-Reply-To: <CAMuHMdUO5_-TsGiu3otuLqNtLNgdnw=1QdKjTzPmSxHp9QotxQ@mail.gmail.com>

Hi Geert,

On 07/11/18 15:34, Geert Uytterhoeven wrote:
> Hi Vitor,
>
> On Wed, Nov 7, 2018 at 4:15 PM vitor <vitor.soares@synopsys.com> wrote:
>> On 29/10/18 13:41, Matthew Wilcox wrote:
>>> On Mon, Oct 29, 2018 at 10:06:56AM +0000, Vitor soares wrote:
>>>> +config DW_I3C_MASTER
>>>> +    tristate "Synospsys DesignWare I3C master driver"
>>>> +    depends on I3C
>>>> +    depends on !(ALPHA || PARISC)
>>> why?
>> Please check this email thread: https://urldefense.proofpoint.com/v2/url?u=https-3A__lkml.org_lkml_2018_10_8_393&d=DwIBaQ&c=DPL6_X_6JkXFx7AXWqB0tg&r=qVuU64u9x77Y0Kd0PhDK_lpxFgg6PK9PateHwjb_DY0&m=dVPXOATdi751iTXEXYcWuChJA6hcIkXr8tF-i9hrv4E&s=Nk3lXNpRMzhvKMnlXUsFySTr5VYAr2228vXaZfiGBgM&e=
> Hence this deserves a comment, so we know when/what to do to drop the
> dependency:
>
>      depends on  !(ALPHA || PARISC) # needs {read,write}sl()
>
> Gr{oetje,eeting}s,
>
>                          Geert
>
I agree with you, I just didn't know if I should comment or not. I will 
do that next version.


Best regards,

Vitor Soares

  reply	other threads:[~2018-11-07 17:16 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-29 10:06 [PATCH 0/3] Add driver for Synopsys DesignWare I3C master IP Vitor soares
2018-10-29 10:06 ` [PATCH 1/3] i3c: master: Add driver for Synopsys DesignWare IP Vitor soares
2018-10-29 13:41   ` Matthew Wilcox
2018-11-07 15:15     ` vitor
2018-11-07 15:34       ` Geert Uytterhoeven
2018-11-07 17:16         ` vitor [this message]
2018-11-07 17:05   ` Matthew Wilcox
2018-11-07 17:30     ` vitor
2018-11-07 17:37       ` Matthew Wilcox
2018-10-29 10:06 ` [PATCH 2/3] dt-bindings: i3c: Document Synopsys DesignWare I3C master bindings Vitor soares
2018-10-29 10:06 ` [PATCH 3/3] MAINTAINERS: Add myself as the dw-i3c-master module maintainer Vitor soares
2018-10-29 18:58   ` Joe Perches
2018-10-29 11:56 ` [PATCH 0/3] Add driver for Synopsys DesignWare I3C master IP Wolfram Sang
2018-10-29 13:21   ` Boris Brezillon
  -- strict thread matches above, loose matches on Subject: below --
2018-07-20 20:57 Vitor soares
2018-07-20 20:57 ` [PATCH 1/3] i3c: master: Add driver for Synopsys DesignWare IP Vitor soares
2018-07-21 15:35   ` Andy Shevchenko
2018-07-25  8:43     ` Vitor Soares
2018-07-25 16:56       ` Andy Shevchenko
2018-08-08 17:01         ` vitor
2018-07-27 13:38   ` Boris Brezillon
2018-08-08 17:28     ` vitor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4e05e568-c010-a6db-92b1-4c26ad503333@synopsys.com \
    --to=vitor.soares@synopsys.com \
    --cc=adouglas@cadence.com \
    --cc=agolec@cadence.com \
    --cc=alicja@cadence.com \
    --cc=arnd@arndb.de \
    --cc=bfolta@cadence.com \
    --cc=boris.brezillon@bootlin.com \
    --cc=corbet@lwn.net \
    --cc=cwronka@cadence.com \
    --cc=dkos@cadence.com \
    --cc=geert@linux-m68k.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=psroka@cadence.com \
    --cc=rafalc@cadence.com \
    --cc=sureshp@cadence.com \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=willy@infradead.org \
    --cc=wsa@the-dreams.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).