All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hauke Mehrtens <hauke@hauke-m.de>
To: miquel.raynal@bootlin.com, richard@nod.at, vigneshr@ti.com,
	robh+dt@kernel.org
Cc: linux-mtd@lists.infradead.org, devicetree@vger.kernel.org,
	rafal@milecki.pl, musashino.open@gmail.com,
	Hauke Mehrtens <hauke@hauke-m.de>
Subject: [PATCH 0/2] mtd: parsers: trx: Add support for Buffalo WSR-2533DHP2
Date: Mon, 15 Mar 2021 18:07:09 +0100	[thread overview]
Message-ID: <20210315170711.567358-1-hauke@hauke-m.de> (raw)

The Buffalo WSR-2533DHP2 uses a Mediatek MT7622 SoC, with the TRX 
partition format with a special magic. Buffalo probably ported the code 
from their older Broadcom based devices.

Hauke Mehrtens (2):
  mtd: parsers: trx: Allow to specify trx-magic in DT
  mtd: parsers: trx: Remove dependency to BRCM architectures

 .../bindings/mtd/partitions/brcm,trx.txt      |  5 +++++
 drivers/mtd/parsers/Kconfig                   |  2 +-
 drivers/mtd/parsers/parser_trx.c              | 21 ++++++++++++++++++-
 3 files changed, 26 insertions(+), 2 deletions(-)

-- 
2.30.1


WARNING: multiple messages have this Message-ID (diff)
From: Hauke Mehrtens <hauke@hauke-m.de>
To: miquel.raynal@bootlin.com, richard@nod.at, vigneshr@ti.com,
	robh+dt@kernel.org
Cc: linux-mtd@lists.infradead.org, devicetree@vger.kernel.org,
	rafal@milecki.pl, musashino.open@gmail.com,
	Hauke Mehrtens <hauke@hauke-m.de>
Subject: [PATCH 0/2] mtd: parsers: trx: Add support for Buffalo WSR-2533DHP2
Date: Mon, 15 Mar 2021 18:07:09 +0100	[thread overview]
Message-ID: <20210315170711.567358-1-hauke@hauke-m.de> (raw)

The Buffalo WSR-2533DHP2 uses a Mediatek MT7622 SoC, with the TRX 
partition format with a special magic. Buffalo probably ported the code 
from their older Broadcom based devices.

Hauke Mehrtens (2):
  mtd: parsers: trx: Allow to specify trx-magic in DT
  mtd: parsers: trx: Remove dependency to BRCM architectures

 .../bindings/mtd/partitions/brcm,trx.txt      |  5 +++++
 drivers/mtd/parsers/Kconfig                   |  2 +-
 drivers/mtd/parsers/parser_trx.c              | 21 ++++++++++++++++++-
 3 files changed, 26 insertions(+), 2 deletions(-)

-- 
2.30.1


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

             reply	other threads:[~2021-03-15 17:08 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-15 17:07 Hauke Mehrtens [this message]
2021-03-15 17:07 ` [PATCH 0/2] mtd: parsers: trx: Add support for Buffalo WSR-2533DHP2 Hauke Mehrtens
2021-03-15 17:07 ` [PATCH 1/2] mtd: parsers: trx: Allow to specify trx-magic in DT Hauke Mehrtens
2021-03-15 17:07   ` Hauke Mehrtens
2021-03-17  9:25   ` Miquel Raynal
2021-03-17  9:25     ` Miquel Raynal
2021-04-18 16:53     ` Hauke Mehrtens
2021-03-18  6:43   ` Rafał Miłecki
2021-03-18  6:43     ` Rafał Miłecki
2021-04-18 16:59     ` Hauke Mehrtens
2021-04-18 16:59       ` Hauke Mehrtens
2021-03-15 17:07 ` [PATCH 2/2] mtd: parsers: trx: Remove dependency to BRCM architectures Hauke Mehrtens
2021-03-15 17:07   ` Hauke Mehrtens
2021-03-18  6:45   ` Rafał Miłecki
2021-03-18  6:45     ` Rafał Miłecki
2021-04-18 17:03     ` Hauke Mehrtens
2021-04-18 17:03       ` Hauke Mehrtens

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=20210315170711.567358-1-hauke@hauke-m.de \
    --to=hauke@hauke-m.de \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=musashino.open@gmail.com \
    --cc=rafal@milecki.pl \
    --cc=richard@nod.at \
    --cc=robh+dt@kernel.org \
    --cc=vigneshr@ti.com \
    /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.