mbox series

[GIT,PULL] mtd: spi-nor: Changes for 4.17

Message ID 20180329095815.746d5f3f@bbrezillon
State Not Applicable
Headers show
Series [GIT,PULL] mtd: spi-nor: Changes for 4.17 | expand

Pull-request

git://git.infradead.org/linux-mtd.git tags/spi-nor/for-4.17

Message

Boris Brezillon March 29, 2018, 7:58 a.m. UTC
Hi,

Here is the SPI NOR PR for 4.17. As you can see, there's not much
material for this release, mainly due to lack of time on Cyrille's side
which led him to take the decision to resign from his maintainer role
(which is why I'm the one sending this PR).

Sorry for those who didn't get their patches merged in this release and
those who had their fixes delayed (which is even worse).

We (Marek, Richard and I) will try to take over the maintenance of the
spi-nor sub-subsystem, but it's likely to be a bit laggy for a few more
weeks. For those who have urgent spi-nor fixes pending, don't hesitate
to ping us.

Regards,

Boris

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

  git://git.infradead.org/linux-mtd.git tags/spi-nor/for-4.17

for you to fetch changes up to 85da6da228438aba4ff832293122117d5b7d1c11:

  dt-bindings: fsl-quadspi: Add the example of two SPI NOR (2018-03-29 09:46:09 +0200)

----------------------------------------------------------------
* Make fsl-quaspi assign different names to MTD devices connected
  to the same QSPI controller
* Remove an unneeded driver.bus assigned in the fsl-qspi driver

----------------------------------------------------------------
Boris Brezillon (1):
      mtd: fsl-quadspi: Remove unneeded driver.bus assignment

Fabio Estevam (2):
      mtd: fsl-quadspi: Distinguish the mtd device names
      dt-bindings: fsl-quadspi: Add the example of two SPI NOR

 Documentation/devicetree/bindings/mtd/fsl-quadspi.txt | 24 ++++++++++++++++++++++++
 drivers/mtd/spi-nor/fsl-quadspi.c                     | 19 ++++++++++++++++++-
 2 files changed, 42 insertions(+), 1 deletion(-)

Comments

Miquel Raynal March 29, 2018, 12:25 p.m. UTC | #1
Hello,

[...]

> We (Marek, Richard and I) will try to take over the maintenance of the
> spi-nor sub-subsystem, but it's likely to be a bit laggy for a few more
> weeks.

Since I have been contributing/reviewing for a couple of months
(essentially around the nand/ subdirectory), I would like to help you
focus on 'other' MTD tasks by joining officially Boris in the NAND
subsystem as co-maintainer and being CC'ed on these patches.

I know I'm still pretty new to this community but it seems that even
by being 4 official maintainers, some of you need more air, that I
could partially bring.

I am open to any comment.

Thank you,
Miquèl
Boris Brezillon March 29, 2018, 12:37 p.m. UTC | #2
On Thu, 29 Mar 2018 14:25:41 +0200
Miquel Raynal <miquel.raynal@bootlin.com> wrote:

> Hello,
> 
> [...]
> 
> > We (Marek, Richard and I) will try to take over the maintenance of the
> > spi-nor sub-subsystem, but it's likely to be a bit laggy for a few more
> > weeks.  
> 
> Since I have been contributing/reviewing for a couple of months
> (essentially around the nand/ subdirectory), I would like to help you
> focus on 'other' MTD tasks by joining officially Boris in the NAND
> subsystem as co-maintainer and being CC'ed on these patches.
> 
> I know I'm still pretty new to this community but it seems that even
> by being 4 official maintainers, some of you need more air, that I
> could partially bring.

It would be appreciated, indeed. Send patch to add yourself in
MAINTAINERS and we'll see if other MTD maintainers are okay with that.

Thanks for proposing your help.

Boris
Richard Weinberger March 29, 2018, 12:38 p.m. UTC | #3
Am Donnerstag, 29. März 2018, 14:37:07 CEST schrieb Boris Brezillon:
> On Thu, 29 Mar 2018 14:25:41 +0200
> Miquel Raynal <miquel.raynal@bootlin.com> wrote:
> 
> > Hello,
> > 
> > [...]
> > 
> > > We (Marek, Richard and I) will try to take over the maintenance of the
> > > spi-nor sub-subsystem, but it's likely to be a bit laggy for a few more
> > > weeks.  
> > 
> > Since I have been contributing/reviewing for a couple of months
> > (essentially around the nand/ subdirectory), I would like to help you
> > focus on 'other' MTD tasks by joining officially Boris in the NAND
> > subsystem as co-maintainer and being CC'ed on these patches.
> > 
> > I know I'm still pretty new to this community but it seems that even
> > by being 4 official maintainers, some of you need more air, that I
> > could partially bring.
> 
> It would be appreciated, indeed. Send patch to add yourself in
> MAINTAINERS and we'll see if other MTD maintainers are okay with that.

Fine by me. Please add my Ack.

Thanks,
//richard