All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] mtd: nand: Changes for 5.12
@ 2021-02-01 18:07 Miquel Raynal
  2021-02-10  9:26 ` Richard Weinberger
  0 siblings, 1 reply; 2+ messages in thread
From: Miquel Raynal @ 2021-02-01 18:07 UTC (permalink / raw)
  To: Richard Weinberger
  Cc: linux-mtd, Vignesh Raghavendra, Frieder Schrempf, Tudor Ambarus

Hi folks,

This is the NAND PR for v5.12.

Please note that I messed up (again) when applying patches so I just
moved a few patches out of the nand/next branch and applied them to
mtd/next. All patches there have been laying in next for at least a
week already and you can safely ignore the timestamp of the last patch
(2021-02-01 18:59:19 +0100).

Thanks,
Miquèl

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/nand/for-5.12

for you to fetch changes up to 073abfa7ea9a5b0537d6f92b42baedaf82a04c53:

  mtd: rawnand: intel: Fix an error handling path in 'ebu_dma_start()' (2021-02-01 18:59:19 +0100)

----------------------------------------------------------------
Raw NAND controller drivers:
* Intel: Fix an error handling path in 'ebu_dma_start()'
* Tango: Remove the driver
* Marvell: Convert comma to semicolon
* MXC: Convert comma to semicolon
* Qcom: Add support for Qcom SMEM parser

Related MTD changes:
* parsers: Add Qcom SMEM parser

----------------------------------------------------------------
Arnd Bergmann (1):
      mtd: rawnand: tango: Remove the driver

Christophe JAILLET (1):
      mtd: rawnand: intel: Fix an error handling path in 'ebu_dma_start()'

Manivannan Sadhasivam (3):
      dt-bindings: mtd: partitions: Add binding for Qcom SMEM parser
      mtd: parsers: Add Qcom SMEM parser
      mtd: rawnand: qcom: Add support for Qcom SMEM parser

Zheng Yongjun (2):
      mtd: rawnand: mxc: Convert comma to semicolon
      mtd: rawnand: marvell: convert comma to semicolon

 .../devicetree/bindings/mtd/partitions/qcom,smem-part.yaml         |  33 ++
 drivers/mtd/nand/raw/Kconfig                                       |   7 -
 drivers/mtd/nand/raw/Makefile                                      |   1 -
 drivers/mtd/nand/raw/intel-nand-controller.c                       |   6 +-
 drivers/mtd/nand/raw/marvell_nand.c                                |   2 +-
 drivers/mtd/nand/raw/mxc_nand.c                                    |   2 +-
 drivers/mtd/nand/raw/qcom_nandc.c                                  |   4 +-
 drivers/mtd/nand/raw/tango_nand.c                                  | 727 ------------------------------
 drivers/mtd/parsers/Kconfig                                        |   8 +
 drivers/mtd/parsers/Makefile                                       |   1 +
 drivers/mtd/parsers/qcomsmempart.c                                 | 170 +++++++
 11 files changed, 221 insertions(+), 740 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mtd/partitions/qcom,smem-part.yaml
 delete mode 100644 drivers/mtd/nand/raw/tango_nand.c
 create mode 100644 drivers/mtd/parsers/qcomsmempart.c

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] mtd: nand: Changes for 5.12
  2021-02-01 18:07 [GIT PULL] mtd: nand: Changes for 5.12 Miquel Raynal
@ 2021-02-10  9:26 ` Richard Weinberger
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Weinberger @ 2021-02-10  9:26 UTC (permalink / raw)
  To: Miquel Raynal
  Cc: Richard Weinberger, linux-mtd, Vignesh Raghavendra,
	Frieder Schrempf, Tudor Ambarus

On Mon, Feb 1, 2021 at 7:12 PM Miquel Raynal <miquel.raynal@bootlin.com> wrote:
>
> Hi folks,
>
> This is the NAND PR for v5.12.
>
> Please note that I messed up (again) when applying patches so I just
> moved a few patches out of the nand/next branch and applied them to
> mtd/next. All patches there have been laying in next for at least a
> week already and you can safely ignore the timestamp of the last patch
> (2021-02-01 18:59:19 +0100).
>
> Thanks,
> Miquèl
>
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
>
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/nand/for-5.12

Pulled, thanks!

-- 
Thanks,
//richard

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-10  9:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-01 18:07 [GIT PULL] mtd: nand: Changes for 5.12 Miquel Raynal
2021-02-10  9:26 ` Richard Weinberger

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.