All of lore.kernel.org
 help / color / mirror / Atom feed
From: Igor Grinberg <grinberg-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
To: Kalle Valo <kvalo-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	Uri Mashiach
	<uri.mashiach-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>,
	Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Ian Campbell
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org,
	Eliad Peller <eliad-Ix1uc/W3ht7QT0dZR+AlfA@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v4 3/3] wlcore/wl12xx: spi: add wifi support to cm-t335
Date: Wed, 13 Jan 2016 08:00:34 +0200	[thread overview]
Message-ID: <5695E802.7050909@compulab.co.il> (raw)
In-Reply-To: <87io35lq2p.fsf-HodKDYzPHsUD5k0oWYwrnHL1okKdlPRT@public.gmane.org>

Hi Kalle Valo,

On 01/07/16 11:02, Kalle Valo wrote:
> Uri Mashiach <uri.mashiach-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> writes:
> 
>> Device tree modifications:
>> - Pinmux for SPI0 and WiFi GPIOs.
>> - SPI0 node with wlcore as a child node.
>>
>> Cc: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
>> Signed-off-by: Uri Mashiach <uri.mashiach-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
>> ---

Uri, please document the dependencies next time. Thanks!

>> v1 -> v2: Replace interrupts and interrupt-parent with interrupts-extended.
>> v2 -> v3: Move the pinctrl-0 = <&wifi_pins> to the wlcore node.
>> v3 -> v4: replace interrupts-extended with interrupts and interrupt-parent. (revert v2 modification).
>>           According to Rob Herring and Documentation/devicetree/bindings/interrupt-controller/interrupts.txt,
>> 	  interrupts-extended should only be used when a device has multiple interrupt parents.
>>
>>  arch/arm/boot/dts/am335x-cm-t335.dts | 55 ++++++++++++++++++++++++++++++++++++
>>  1 file changed, 55 insertions(+)
> 
> To what tree should this patch go? My wireless-drivers-next tree doesn't
> even have this file.

Right. It will hit the mainline during this merge window through Tony's and
arm-soc trees.

Do you think it will be sensible if you take 1/3 and 2/3 patches and Tony
will take the 3/3 (there is no code dependency between first two and the last one),
or we can just wait till arm-soc hits the mainline, so you will have the
needed code?

> 
> https://patchwork.kernel.org/patch/7933441/
> 

-- 
Regards,
Igor.
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Igor Grinberg <grinberg@compulab.co.il>
To: Kalle Valo <kvalo@codeaurora.org>,
	Uri Mashiach <uri.mashiach@compulab.co.il>
Cc: Rob Herring <robh+dt@kernel.org>,
	Tony Lindgren <tony@atomide.com>, Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	bcousson@baylibre.com, Eliad Peller <eliad@wizery.com>,
	devicetree@vger.kernel.org, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-wireless@vger.kernel.org
Subject: Re: [PATCH v4 3/3] wlcore/wl12xx: spi: add wifi support to cm-t335
Date: Wed, 13 Jan 2016 08:00:34 +0200	[thread overview]
Message-ID: <5695E802.7050909@compulab.co.il> (raw)
In-Reply-To: <87io35lq2p.fsf@kamboji.qca.qualcomm.com>

Hi Kalle Valo,

On 01/07/16 11:02, Kalle Valo wrote:
> Uri Mashiach <uri.mashiach@compulab.co.il> writes:
> 
>> Device tree modifications:
>> - Pinmux for SPI0 and WiFi GPIOs.
>> - SPI0 node with wlcore as a child node.
>>
>> Cc: Tony Lindgren <tony@atomide.com>
>> Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
>> ---

Uri, please document the dependencies next time. Thanks!

>> v1 -> v2: Replace interrupts and interrupt-parent with interrupts-extended.
>> v2 -> v3: Move the pinctrl-0 = <&wifi_pins> to the wlcore node.
>> v3 -> v4: replace interrupts-extended with interrupts and interrupt-parent. (revert v2 modification).
>>           According to Rob Herring and Documentation/devicetree/bindings/interrupt-controller/interrupts.txt,
>> 	  interrupts-extended should only be used when a device has multiple interrupt parents.
>>
>>  arch/arm/boot/dts/am335x-cm-t335.dts | 55 ++++++++++++++++++++++++++++++++++++
>>  1 file changed, 55 insertions(+)
> 
> To what tree should this patch go? My wireless-drivers-next tree doesn't
> even have this file.

Right. It will hit the mainline during this merge window through Tony's and
arm-soc trees.

Do you think it will be sensible if you take 1/3 and 2/3 patches and Tony
will take the 3/3 (there is no code dependency between first two and the last one),
or we can just wait till arm-soc hits the mainline, so you will have the
needed code?

> 
> https://patchwork.kernel.org/patch/7933441/
> 

-- 
Regards,
Igor.

WARNING: multiple messages have this Message-ID (diff)
From: grinberg@compulab.co.il (Igor Grinberg)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 3/3] wlcore/wl12xx: spi: add wifi support to cm-t335
Date: Wed, 13 Jan 2016 08:00:34 +0200	[thread overview]
Message-ID: <5695E802.7050909@compulab.co.il> (raw)
In-Reply-To: <87io35lq2p.fsf@kamboji.qca.qualcomm.com>

Hi Kalle Valo,

On 01/07/16 11:02, Kalle Valo wrote:
> Uri Mashiach <uri.mashiach@compulab.co.il> writes:
> 
>> Device tree modifications:
>> - Pinmux for SPI0 and WiFi GPIOs.
>> - SPI0 node with wlcore as a child node.
>>
>> Cc: Tony Lindgren <tony@atomide.com>
>> Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
>> ---

Uri, please document the dependencies next time. Thanks!

>> v1 -> v2: Replace interrupts and interrupt-parent with interrupts-extended.
>> v2 -> v3: Move the pinctrl-0 = <&wifi_pins> to the wlcore node.
>> v3 -> v4: replace interrupts-extended with interrupts and interrupt-parent. (revert v2 modification).
>>           According to Rob Herring and Documentation/devicetree/bindings/interrupt-controller/interrupts.txt,
>> 	  interrupts-extended should only be used when a device has multiple interrupt parents.
>>
>>  arch/arm/boot/dts/am335x-cm-t335.dts | 55 ++++++++++++++++++++++++++++++++++++
>>  1 file changed, 55 insertions(+)
> 
> To what tree should this patch go? My wireless-drivers-next tree doesn't
> even have this file.

Right. It will hit the mainline during this merge window through Tony's and
arm-soc trees.

Do you think it will be sensible if you take 1/3 and 2/3 patches and Tony
will take the 3/3 (there is no code dependency between first two and the last one),
or we can just wait till arm-soc hits the mainline, so you will have the
needed code?

> 
> https://patchwork.kernel.org/patch/7933441/
> 

-- 
Regards,
Igor.

  parent reply	other threads:[~2016-01-13  6:00 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-30 13:35 [PATCH v4 0/3] wlcore/wl12xx: spi: add wifi support to cm-t335 Uri Mashiach
2015-12-30 13:35 ` Uri Mashiach
2015-12-30 13:35 ` Uri Mashiach
     [not found] ` <1451482533-8624-1-git-send-email-uri.mashiach-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2015-12-30 13:35   ` [PATCH v4 1/3] wlcore/wl12xx: spi: add power operation function Uri Mashiach
2015-12-30 13:35     ` Uri Mashiach
2015-12-30 13:35     ` Uri Mashiach
     [not found]     ` <1451482533-8624-2-git-send-email-uri.mashiach-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2016-01-09  2:53       ` Sebastian Reichel
2016-01-09  2:53         ` Sebastian Reichel
2016-01-09  2:53         ` Sebastian Reichel
2016-01-12 11:21         ` Grygorii Strashko
2016-01-12 11:21           ` Grygorii Strashko
2016-01-12 11:21           ` Grygorii Strashko
2016-01-13  6:03       ` Igor Grinberg
2016-01-13  6:03         ` Igor Grinberg
2016-01-13  6:03         ` Igor Grinberg
2016-01-29  9:11       ` [v4,1/3] " Kalle Valo
2016-01-29  9:11         ` Kalle Valo
2016-01-29  9:11     ` Kalle Valo
2016-01-29  9:11     ` Kalle Valo
2016-01-29  9:11       ` Kalle Valo
2015-12-30 13:35   ` [PATCH v4 2/3] wlcore/wl12xx: spi: add device tree support Uri Mashiach
2015-12-30 13:35     ` Uri Mashiach
2015-12-30 13:35     ` Uri Mashiach
     [not found]     ` <1451482533-8624-3-git-send-email-uri.mashiach-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2016-01-09  2:56       ` Sebastian Reichel
2016-01-09  2:56         ` Sebastian Reichel
2016-01-09  2:56         ` Sebastian Reichel
2016-01-12 11:24         ` Grygorii Strashko
2016-01-12 11:24           ` Grygorii Strashko
2016-01-12 11:24           ` Grygorii Strashko
2016-01-13  6:05       ` Igor Grinberg
2016-01-13  6:05         ` Igor Grinberg
2016-01-13  6:05         ` Igor Grinberg
2015-12-30 13:35   ` [PATCH v4 3/3] wlcore/wl12xx: spi: add wifi support to cm-t335 Uri Mashiach
2015-12-30 13:35     ` Uri Mashiach
2015-12-30 13:35     ` Uri Mashiach
     [not found]     ` <1451482533-8624-4-git-send-email-uri.mashiach-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2016-01-07  9:02       ` Kalle Valo
2016-01-07  9:02         ` Kalle Valo
2016-01-07  9:02         ` Kalle Valo
     [not found]         ` <87io35lq2p.fsf-HodKDYzPHsUD5k0oWYwrnHL1okKdlPRT@public.gmane.org>
2016-01-07 11:20           ` Uri Mashiach
2016-01-07 11:20             ` Uri Mashiach
2016-01-07 11:20             ` Uri Mashiach
2016-01-13  6:00           ` Igor Grinberg [this message]
2016-01-13  6:00             ` Igor Grinberg
2016-01-13  6:00             ` Igor Grinberg
     [not found]             ` <5695E802.7050909-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2016-01-13 17:27               ` Tony Lindgren
2016-01-13 17:27                 ` Tony Lindgren
2016-01-13 17:27                 ` Tony Lindgren
     [not found]                 ` <20160113172712.GI12777-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2016-01-14  7:05                   ` Kalle Valo
2016-01-14  7:05                     ` Kalle Valo
2016-01-14  7:05                     ` Kalle Valo
2016-01-14  9:08                     ` Arend van Spriel
2016-01-14  9:08                       ` Arend van Spriel
2016-01-14  9:08                       ` Arend van Spriel
     [not found]                       ` <56976588.3060707-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2016-01-14  9:11                         ` Kalle Valo
2016-01-14  9:11                           ` Kalle Valo
2016-01-14  9:11                           ` Kalle Valo
2016-01-27 18:40                   ` Tony Lindgren
2016-01-27 18:40                     ` Tony Lindgren
2016-01-27 18:40                     ` Tony Lindgren
2016-01-13  6:09       ` Igor Grinberg
2016-01-13  6:09         ` Igor Grinberg
2016-01-13  6:09         ` Igor Grinberg
     [not found]         ` <5695EA06.5020801-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2016-01-27 18:41           ` Tony Lindgren
2016-01-27 18:41             ` Tony Lindgren
2016-01-27 18:41             ` Tony Lindgren
2016-01-09  3:19     ` [PATCH] ARM: dts: N950: Add wlan support Sebastian Reichel

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=5695E802.7050909@compulab.co.il \
    --to=grinberg-utxizqzc01rs1mouv/rt9w@public.gmane.org \
    --cc=bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=eliad-Ix1uc/W3ht7QT0dZR+AlfA@public.gmane.org \
    --cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
    --cc=kvalo-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org \
    --cc=uri.mashiach-UTxiZqZC01RS1MOuV/RT9w@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.