[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180320172201.2065-1-sebastian.reichel@collabora.co.uk>
Date: Tue, 20 Mar 2018 18:21:59 +0100
From: Sebastian Reichel <sebastian.reichel@...labora.co.uk>
To: Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Shawn Guo <shawnguo@...nel.org>,
Rob Herring <robh+dt@...nel.org>
Cc: Sascha Hauer <kernel@...gutronix.de>,
Fabio Estevam <fabio.estevam@....com>,
Mark Rutland <mark.rutland@....com>,
Nandor Han <nandor.han@...com>, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, kernel@...labora.com
Subject: [PATCH 0/2] GE Healthcare PPD firmware upgrade driver for ACHC
Hi,
The PPD has a secondary processor from NXP, which can be programmed
from the main system. It is connected to the main processor by having
it's EzPort interface connected to the SPI bus.
This adds a generic driver to handle firmware flashing via NXP EzPort
and adds a custom compatible for the instance found in GE's device.
The reset gpio is only requested during flashing, since it is also
used for resetting other devices. A better solution for the shared
reset gpio is required at some point, but this does neither affect
the userspace interface, nor the DT interface and should not block
upstreaming this driver.
-- Sebastian
Sebastian Reichel (2):
misc: ezport-firmware: new driver
ARM: dts: imx53: PPD: Update ACHC programming interface
Documentation/devicetree/bindings/misc/ge-achc.txt | 19 +-
arch/arm/boot/dts/imx53-ppd.dts | 5 +-
drivers/misc/Kconfig | 9 +
drivers/misc/Makefile | 1 +
drivers/misc/ezport-firmware.c | 487 +++++++++++++++++++++
5 files changed, 516 insertions(+), 5 deletions(-)
create mode 100644 drivers/misc/ezport-firmware.c
--
2.16.2
Powered by blists - more mailing lists