All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/8] nfc: s3fwrn5: Few cleanups
@ 2020-09-10 16:12 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 42+ messages in thread
From: Krzysztof Kozlowski @ 2020-09-10 16:12 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski, Rob Herring,
	Krzysztof Kozlowski, Krzysztof Opasiak, Kukjin Kim, linux-kernel,
	netdev, devicetree, linux-nfc, linux-arm-kernel,
	linux-samsung-soc

Hi,

Changes since v2:
1. Fix dtschema ID after rename (patch 1/8).
2. Apply patch 9/9 (defconfig change).

Changes since v1:
1. Rename dtschema file and add additionalProperties:false, as Rob
   suggested,
2. Add Marek's tested-by,
3. New patches: #4, #5, #6, #7 and #9.

Best regards,
Krzysztof

Krzysztof Kozlowski (8):
  dt-bindings: net: nfc: s3fwrn5: Convert to dtschema
  dt-bindings: net: nfc: s3fwrn5: Remove wrong vendor prefix from GPIOs
  nfc: s3fwrn5: Remove wrong vendor prefix from GPIOs
  nfc: s3fwrn5: Remove unneeded 'ret' variable
  nfc: s3fwrn5: Add missing CRYPTO_HASH dependency
  nfc: s3fwrn5: Constify s3fwrn5_fw_info when not modified
  MAINTAINERS: Add Krzysztof Kozlowski to Samsung S3FWRN5 and remove
    Robert
  arm64: dts: exynos: Use newer S3FWRN5 GPIO properties in Exynos5433
    TM2

 CREDITS                                       |  4 +
 .../devicetree/bindings/net/nfc/s3fwrn5.txt   | 25 -------
 .../bindings/net/nfc/samsung,s3fwrn5.yaml     | 73 +++++++++++++++++++
 MAINTAINERS                                   |  5 +-
 .../dts/exynos/exynos5433-tm2-common.dtsi     |  4 +-
 drivers/nfc/s3fwrn5/Kconfig                   |  1 +
 drivers/nfc/s3fwrn5/firmware.c                |  4 +-
 drivers/nfc/s3fwrn5/firmware.h                |  2 +-
 drivers/nfc/s3fwrn5/i2c.c                     | 24 +++---
 9 files changed, 101 insertions(+), 41 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/net/nfc/s3fwrn5.txt
 create mode 100644 Documentation/devicetree/bindings/net/nfc/samsung,s3fwrn5.yaml

-- 
2.17.1


^ permalink raw reply	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2020-09-11  6:10 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10 16:12 [PATCH v3 0/8] nfc: s3fwrn5: Few cleanups Krzysztof Kozlowski
2020-09-10 16:12 ` Krzysztof Kozlowski
2020-09-10 16:12 ` Krzysztof Kozlowski
2020-09-10 16:12 ` [linux-nfc] " Krzysztof Kozlowski
2020-09-10 16:12 ` [PATCH v3 1/8] dt-bindings: net: nfc: s3fwrn5: Convert to dtschema Krzysztof Kozlowski
2020-09-10 16:12   ` Krzysztof Kozlowski
2020-09-10 16:12   ` Krzysztof Kozlowski
2020-09-10 16:12   ` [linux-nfc] " Krzysztof Kozlowski
2020-09-10 16:12 ` [PATCH v3 2/8] dt-bindings: net: nfc: s3fwrn5: Remove wrong vendor prefix from GPIOs Krzysztof Kozlowski
2020-09-10 16:12   ` Krzysztof Kozlowski
2020-09-10 16:12   ` Krzysztof Kozlowski
2020-09-10 16:12   ` [linux-nfc] " Krzysztof Kozlowski
2020-09-10 16:12 ` [PATCH v3 3/8] " Krzysztof Kozlowski
2020-09-10 16:12   ` Krzysztof Kozlowski
2020-09-10 16:12   ` Krzysztof Kozlowski
2020-09-10 16:12   ` [linux-nfc] " Krzysztof Kozlowski
2020-09-10 16:12 ` [PATCH v3 4/8] nfc: s3fwrn5: Remove unneeded 'ret' variable Krzysztof Kozlowski
2020-09-10 16:12   ` Krzysztof Kozlowski
2020-09-10 16:12   ` Krzysztof Kozlowski
2020-09-10 16:12   ` [linux-nfc] " Krzysztof Kozlowski
2020-09-10 16:12 ` [PATCH v3 5/8] nfc: s3fwrn5: Add missing CRYPTO_HASH dependency Krzysztof Kozlowski
2020-09-10 16:12   ` Krzysztof Kozlowski
2020-09-10 16:12   ` Krzysztof Kozlowski
2020-09-10 16:12   ` [linux-nfc] " Krzysztof Kozlowski
2020-09-10 16:12 ` [PATCH v3 6/8] nfc: s3fwrn5: Constify s3fwrn5_fw_info when not modified Krzysztof Kozlowski
2020-09-10 16:12   ` Krzysztof Kozlowski
2020-09-10 16:12   ` Krzysztof Kozlowski
2020-09-10 16:12   ` [linux-nfc] " Krzysztof Kozlowski
2020-09-10 16:12 ` [PATCH v3 7/8] MAINTAINERS: Add Krzysztof Kozlowski to Samsung S3FWRN5 and remove Robert Krzysztof Kozlowski
2020-09-10 16:12   ` Krzysztof Kozlowski
2020-09-10 16:12   ` Krzysztof Kozlowski
2020-09-10 16:12   ` [linux-nfc] " Krzysztof Kozlowski
2020-09-10 16:12 ` [PATCH v3 8/8] arm64: dts: exynos: Use newer S3FWRN5 GPIO properties in Exynos5433 TM2 Krzysztof Kozlowski
2020-09-10 16:12   ` Krzysztof Kozlowski
2020-09-10 16:12   ` Krzysztof Kozlowski
2020-09-10 16:12   ` [linux-nfc] " Krzysztof Kozlowski
2020-09-10 22:22 ` [PATCH v3 0/8] nfc: s3fwrn5: Few cleanups David Miller
2020-09-10 22:22   ` David Miller
2020-09-11  6:08   ` Krzysztof Kozlowski
2020-09-11  6:08     ` Krzysztof Kozlowski
2020-09-11  6:08     ` Krzysztof Kozlowski
2020-09-11  6:08     ` [linux-nfc] " Krzysztof Kozlowski

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.