From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Mon, 18 Apr 2016 17:03:04 +0200 Subject: [PATCH 0/3] arm: dts: lpc32xx: update ssp / spi nodes In-Reply-To: <5714664C.7080201@mleia.com> References: <1460636437-21764-1-git-send-email-slemieux.tyco@gmail.com> <3938626.hTOUROu3U1@wuerfel> <5714664C.7080201@mleia.com> Message-ID: <4171701.NnjsU8HtkL@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Monday 18 April 2016 07:45:00 Vladimir Zapolskiy wrote: > Hi Arnd, > > On 16.04.2016 22:34, Arnd Bergmann wrote: > > On Thursday 14 April 2016 08:20:34 slemieux.tyco at gmail.com wrote: > >> From: Sylvain Lemieux > >> > >> This patchset change the following: > >> 1) adds clock properties to spi peripheral devices, > >> clock ids are taken from dt-bindings/clock/lpc32xx-clock.h > >> > >> 2) disable, by default, the SSP0/SPI1 and SSP1/SPI2 shared pinout; > >> shared pin should be enable in board specific dts, as needed. > >> > >> 3) enable SSP0 used by PHY3250. > >> > >> Sylvain Lemieux (3): > >> arm: dts: lpc32xx: add clock properties to spi nodes > >> arm: dts: lpc32xx: disabled ssp0/spi1 & ssp1/spi2 by default > >> arm: dts: phy3250: enable ssp0 > >> > >> arch/arm/boot/dts/lpc32xx.dtsi | 16 ++++++++++++++ > >> arch/arm/boot/dts/phy3250.dts | 1 + > >> 2 files changed, 15 insertions(+) > >> > >> > > > > The patches look fine, but it's unclear what you want to happen with them > > as long as the maintainer situation is not resolved. I've seen patches > > from Vladimir and you recently, and none from Roland, so I think it would > > be good if one or both of you could officially step up to be maintainers > > and collect all patches to forward them to arm at kernel.org for inclusion. > > for v4.5 and v4.6 I collected my own patches from LAKML after review, > I started to do it for v4.7, but probably a bit later than desired. > > Could you please remind me, when do ARM maintainers generally stop > applying "for-next" pull requests? There is no strict rule. We like to get patches as early as possible though, and if you send a lot of stuff late we may ask for it to be deferred until the following release. If you have a lot of patches that go in early, it's more likely that later follow-on patches get merged too. Arnd