lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211119195928.2498441-1-colin.foster@in-advantage.com>
Date:   Fri, 19 Nov 2021 11:59:24 -0800
From:   Colin Foster <colin.foster@...advantage.com>
To:     linux-arm-kernel@...ts.infradead.org, linux-gpio@...r.kernel.org,
        linux-kernel@...r.kernel.org
Cc:     Lars Povlsen <lars.povlsen@...rochip.com>,
        Steen Hegelund <Steen.Hegelund@...rochip.com>,
        UNGLinuxDriver@...rochip.com,
        Linus Walleij <linus.walleij@...aro.org>,
        Alexandre Belloni <alexandre.belloni@...tlin.com>,
        Clément Léger <clement.leger@...tlin.com>,
        Vladimir Oltean <vladimir.oltean@....com>
Subject: [PATCH v1 net-next 0/4] pinctrl: update drivers to utilize regmap

Work is being done to convert drivers utilized by the VSC7514 chip to be
externally controlled via SPI instead of MMIO. The first step is to
abstract memory-mapped calls to use regmap. 

That patch set has grown to 23 and counting. In order to keep that scope
minimized, I'm submitting this patchset to convert the two pinctrl
drivers to a regmap implementation.

This patch
  pinctrl: ocelot: update pinctrl to automatic base address
is the only one that should have any functional changes, and therefore
has been tested. The rest should only impact what would be expected by 
normal regmap abstraction.


Colin Foster (4):
  pinctrl: ocelot: combine get resource and ioremap into single call
  pinctrl: ocelot: update pinctrl to automatic base address
  pinctrl: ocelot: convert pinctrl to regmap
  pinctrl: microchip-sgpio: update to support regmap

 drivers/pinctrl/pinctrl-microchip-sgpio.c | 45 +++++++++++----
 drivers/pinctrl/pinctrl-ocelot.c          | 69 ++++++++++++++++++-----
 2 files changed, 90 insertions(+), 24 deletions(-)

-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ