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: <20240905094338.1986871-1-haibo.chen@nxp.com>
Date: Thu,  5 Sep 2024 17:43:34 +0800
From: haibo.chen@....com
To: han.xu@....com,
	yogeshgaur.83@...il.com,
	broonie@...nel.org,
	robh@...nel.org,
	krzk+dt@...nel.org,
	conor+dt@...nel.org,
	shawnguo@...nel.org,
	s.hauer@...gutronix.de
Cc: kernel@...gutronix.de,
	festevam@...il.com,
	singh.kuldeep87k@...il.com,
	hs@...x.de,
	linux-spi@...r.kernel.org,
	devicetree@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	imx@...ts.linux.dev,
	linux-arm-kernel@...ts.infradead.org,
	haibo.chen@....com,
	peng.fan@....com,
	stable@...nel.org
Subject: [PATCH v3 0/4] fix the flexspi error on imx8ulp

From: Haibo Chen <haibo.chen@....com>

The flexspi on imx8ulp only has 16 LUTs, different with others
which has 32 LUTs. So currently flexspi driver will write the
wrong register when fill LUT.

This patch set add a new compatible string for imx8ulp to
distinguish the LUT number.

Changes for V3:
- add Krzysztof Kozlowski's ack in PATCH1.
- add cc-stable and fix tag on all patches of this patch set
  all patch of this patch set aim to fix one issue.
- splict the original second patch into two different patches
  according to Frank Li's suggestion.
  one patch involve new number lut_num in struct nxp_fspi_devtype_data,
  another patch add new compatible string to support imx8ulp.

Changes for V2:
- Remove the change for imx8mp, since this broken users.

Haibo Chen (4):
  dt-bindings: spi: nxp-fspi: add imx8ulp support
  spi: fspi: involve lut_num for struct nxp_fspi_devtype_data
  spi: fspi: add support for imx8ulp
  arm64: dts: imx8ulp: correct the flexspi compatible string

 .../devicetree/bindings/spi/spi-nxp-fspi.yaml |  1 +
 arch/arm64/boot/dts/freescale/imx8ulp.dtsi    |  2 +-
 drivers/spi/spi-nxp-fspi.c                    | 54 ++++++++++++-------
 3 files changed, 37 insertions(+), 20 deletions(-)

-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ