From: Sascha Hauer <s.hauer@pengutronix.de>
To: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: barebox@lists.infradead.org,
Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Subject: Re: [PATCH v2 0/7] VF610 OCOTP MAC address layout change
Date: Thu, 31 May 2018 17:27:07 +0200 [thread overview]
Message-ID: <20180531152707.44dmzdu4pa3ypupq@pengutronix.de> (raw)
In-Reply-To: <20180529044731.3964-1-andrew.smirnov@gmail.com>
On Mon, May 28, 2018 at 09:47:24PM -0700, Andrey Smirnov wrote:
> Everyone:
>
> This patchset is as a result of dealing with VF610 U-Boot OCOTP/MAC
> quirk.
>
> - Patch 1 and 2 are the actual patches dealing with U-Boot's
> idiosyncrasy (see individual commit messages for more
> details)
>
> - Patch 3 and 4 are trivial refactoring made possible with
> <linux/bitfield.h>
>
> - Patches 5, 6 and 7 are very much optional. IMHO,
> drivers/nvmem is a better place for OCOTP code, but if we
> want to keep the code as is, I am more than happy to drop
> these from the series.
>
> Changes since [v1]:
>
> - Fixed a bug in MAC formatting spotted by Sascha.
>
>
> [v1] http://lists.infradead.org/pipermail/barebox/2018-May/033094.html
>
> Feedback is wellcome!
Applied, thanks
Sascha
>
> Thanks,
> Andrey Smirnov
>
> Andrey Smirnov (7):
> i.MX: ocotp: Unify code paths for reading MAC address
> i.MX: ocotp: Change MAC address layout for VFxxx
> i.MX: ocotp: Simplify OCOTP field packing/unpacking
> i.MX: ocotp: Simplify BF macro
> i.MX: ocotp: Move OCOTP driver to drivers/nvmem
> nvmem: Use name from struct nvmem_config for cdev
> nvmem: ocotp: Convert to NVMEM device
>
> arch/arm/mach-imx/Kconfig | 23 +--
> arch/arm/mach-imx/Makefile | 1 -
> arch/arm/mach-imx/include/mach/ocotp.h | 31 ++-
> drivers/nvmem/Kconfig | 21 ++
> drivers/nvmem/Makefile | 3 +
> drivers/nvmem/core.c | 18 +-
> {arch/arm/mach-imx => drivers/nvmem}/ocotp.c | 201 ++++++++++++-------
> 7 files changed, 183 insertions(+), 115 deletions(-)
> rename {arch/arm/mach-imx => drivers/nvmem}/ocotp.c (79%)
>
> --
> 2.17.0
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2018-05-31 15:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-29 4:47 Andrey Smirnov
2018-05-29 4:47 ` [PATCH v2 1/7] i.MX: ocotp: Unify code paths for reading MAC address Andrey Smirnov
2018-05-29 4:47 ` [PATCH v2 2/7] i.MX: ocotp: Change MAC address layout for VFxxx Andrey Smirnov
2018-05-29 4:47 ` [PATCH v2 3/7] i.MX: ocotp: Simplify OCOTP field packing/unpacking Andrey Smirnov
2018-05-29 4:47 ` [PATCH v2 4/7] i.MX: ocotp: Simplify BF macro Andrey Smirnov
2018-05-29 4:47 ` [PATCH v2 5/7] i.MX: ocotp: Move OCOTP driver to drivers/nvmem Andrey Smirnov
2018-05-29 4:47 ` [PATCH v2 6/7] nvmem: Use name from struct nvmem_config for cdev Andrey Smirnov
2018-05-29 4:47 ` [PATCH v2 7/7] nvmem: ocotp: Convert to NVMEM device Andrey Smirnov
2018-05-31 15:27 ` Sascha Hauer [this message]
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=20180531152707.44dmzdu4pa3ypupq@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=andrew.smirnov@gmail.com \
--cc=barebox@lists.infradead.org \
--cc=vivien.didelot@savoirfairelinux.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox