linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Javier Martinez Canillas <javier@osg.samsung.com>
To: Brian Norris <computersforpeace@gmail.com>
Cc: linux-fbdev@vger.kernel.org, linux-iio@vger.kernel.org,
	linux-mmc@vger.kernel.org,
	"Krzysztof Kozlowski" <k.kozlowski@samsung.com>,
	"Adrian Hunter" <adrian.hunter@intel.com>,
	"Andrzej Hajda" <a.hajda@samsung.com>,
	netdev@vger.kernel.org, linux-mtd@lists.infradead.org,
	"Peter Meerwald" <pmeerw@pmeerw.net>,
	"Lee Jones" <lee.jones@linaro.org>,
	"Aloisio Almeida Jr" <aloisio.almeida@openbossa.org>,
	devel@driverdev.osuosl.org,
	"Lars-Peter Clausen" <lars@metafoo.de>,
	"Stephen Warren" <swarren@nvidia.com>,
	"Samuel Ortiz" <sameo@linux.intel.com>,
	"Søren Andersen" <san@rosetechnology.dk>,
	"Andrea Galbusera" <gizero@gmail.com>,
	"Antonio Borneo" <borneo.antonio@gmail.com>,
	"Tomi Valkeinen" <tomi.valkeinen@ti.com>,
	"Ulf Hansson" <ulf.hansson@linaro.org>,
	"Jean-Christophe Plagniol-Villard" <plagnioj@jcrosoft.com>,
	linux-media@vger.kernel.org,
	"Michael Hennerich" <Michael.Hennerich@analog.com>
Subject: Re: [PATCH 00/18] Export SPI and OF module aliases in missing drivers
Date: Thu, 20 Aug 2015 23:50:50 +0200	[thread overview]
Message-ID: <55D64BBA.7070802@osg.samsung.com> (raw)
In-Reply-To: <20150820211152.GI74600@google.com>

Hello Brian,

On 08/20/2015 11:11 PM, Brian Norris wrote:
> On Thu, Aug 20, 2015 at 09:07:13AM +0200, Javier Martinez Canillas wrote:
>> Patches #1 and #2 solves a), patches #3 to #8 solves b) and patches
> 
> ^^^ I'm dying to know how this sentence ends :)
>

Sigh, I did some last minute restructuring of the cover letter and
seems I missed a sentence. I meant to said:

"and patches #9 to #17 solves c)."
 
>> Patch #18 changes the logic of spi_uevent() to report an OF modalias if
>> the device was registered using OF. But this patch is included in the
>> series only as an RFC for illustration purposes since changing that
>> without first applying all the other patches in this series, will break
>> module autoloading for the drivers of devices registered using OF but
>> that lacks an of_match_table. I'll repost patch #18 once all the patches
>> in this series have landed.
> 
> On a more productive note, the patches I've looked at look good to me.
> The missing aliases are a problem enough that should be fixed (i.e.,
> part (b)). I'll leave the SPI framework changes to others to comment on.
>

Great, thanks a lot for your feedback.
 
> Brian
> 

Best regards,
-- 
Javier Martinez Canillas
Open Source Group
Samsung Research America

      reply	other threads:[~2015-08-20 21:50 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-20  7:07 [PATCH 00/18] Export SPI and OF module aliases in missing drivers Javier Martinez Canillas
2015-08-20  7:07 ` [PATCH 18/18] spi: (RFC, don't apply) report OF style modalias when probing using DT Javier Martinez Canillas
     [not found]   ` <1440054451-1223-19-git-send-email-javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
2015-08-20 18:36     ` Mark Brown
     [not found]       ` <20150820183634.GN12027-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-08-20 21:08         ` Brian Norris
     [not found]           ` <20150820210822.GH74600-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
2015-08-20 21:45             ` Javier Martinez Canillas
     [not found]               ` <55D64A65.7030905-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
2015-08-20 23:25                 ` Mark Brown
2015-08-20 23:47                   ` Javier Martinez Canillas
     [not found]                     ` <55D666F4.2080801-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
2015-08-21 17:29                       ` Mark Brown
     [not found]                         ` <20150821172931.GK12027-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-08-24  8:00                           ` Javier Martinez Canillas
2015-08-20 21:11 ` [PATCH 00/18] Export SPI and OF module aliases in missing drivers Brian Norris
2015-08-20 21:50   ` Javier Martinez Canillas [this message]

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=55D64BBA.7070802@osg.samsung.com \
    --to=javier@osg.samsung.com \
    --cc=Michael.Hennerich@analog.com \
    --cc=a.hajda@samsung.com \
    --cc=adrian.hunter@intel.com \
    --cc=aloisio.almeida@openbossa.org \
    --cc=borneo.antonio@gmail.com \
    --cc=computersforpeace@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gizero@gmail.com \
    --cc=k.kozlowski@samsung.com \
    --cc=lars@metafoo.de \
    --cc=lee.jones@linaro.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=netdev@vger.kernel.org \
    --cc=plagnioj@jcrosoft.com \
    --cc=pmeerw@pmeerw.net \
    --cc=sameo@linux.intel.com \
    --cc=san@rosetechnology.dk \
    --cc=swarren@nvidia.com \
    --cc=tomi.valkeinen@ti.com \
    --cc=ulf.hansson@linaro.org \
    /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).