-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'nfc-s3fwrn5-Few-cleanups'
Krzysztof Kozlowski says: ==================== nfc: s3fwrn5: Few cleanups 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. ==================== Signed-off-by: David S. Miller <[email protected]>
- Loading branch information
Showing
9 changed files
with
101 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -191,6 +191,10 @@ N: Krishna Balasubramanian | |
E: [email protected] | ||
D: Wrote SYS V IPC (part of standard kernel since 0.99.10) | ||
|
||
B: Robert Baldyga | ||
E: [email protected] | ||
D: Samsung S3FWRN5 NCI NFC Controller | ||
|
||
N: Chris Ball | ||
E: [email protected] | ||
D: Former maintainer of the MMC/SD/SDIO subsystem. | ||
|
This file was deleted.
Oops, something went wrong.
73 changes: 73 additions & 0 deletions
73
Documentation/devicetree/bindings/net/nfc/samsung,s3fwrn5.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause | ||
%YAML 1.2 | ||
--- | ||
$id: http://devicetree.org/schemas/net/nfc/samsung,s3fwrn5.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: Samsung S3FWRN5 NCI NFC Controller | ||
|
||
maintainers: | ||
- Krzysztof Kozlowski <[email protected]> | ||
- Krzysztof Opasiak <[email protected]> | ||
|
||
properties: | ||
compatible: | ||
const: samsung,s3fwrn5-i2c | ||
|
||
en-gpios: | ||
maxItems: 1 | ||
description: | ||
Output GPIO pin used for enabling/disabling the chip | ||
|
||
interrupts: | ||
maxItems: 1 | ||
|
||
reg: | ||
maxItems: 1 | ||
|
||
wake-gpios: | ||
maxItems: 1 | ||
description: | ||
Output GPIO pin used to enter firmware mode and sleep/wakeup control | ||
|
||
s3fwrn5,en-gpios: | ||
maxItems: 1 | ||
deprecated: true | ||
description: | ||
Use en-gpios | ||
|
||
s3fwrn5,fw-gpios: | ||
maxItems: 1 | ||
deprecated: true | ||
description: | ||
Use wake-gpios | ||
|
||
additionalProperties: false | ||
|
||
required: | ||
- compatible | ||
- en-gpios | ||
- interrupts | ||
- reg | ||
- wake-gpios | ||
|
||
examples: | ||
- | | ||
#include <dt-bindings/gpio/gpio.h> | ||
#include <dt-bindings/interrupt-controller/irq.h> | ||
i2c4 { | ||
#address-cells = <1>; | ||
#size-cells = <0>; | ||
s3fwrn5@27 { | ||
compatible = "samsung,s3fwrn5-i2c"; | ||
reg = <0x27>; | ||
interrupt-parent = <&gpa1>; | ||
interrupts = <3 IRQ_TYPE_LEVEL_HIGH>; | ||
en-gpios = <&gpf1 4 GPIO_ACTIVE_HIGH>; | ||
wake-gpios = <&gpj0 2 GPIO_ACTIVE_HIGH>; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15292,10 +15292,11 @@ F: drivers/media/platform/s3c-camif/ | |
F: include/media/drv-intf/s3c_camif.h | ||
|
||
SAMSUNG S3FWRN5 NFC DRIVER | ||
M: Robert Baldyga <[email protected]> | ||
M: Krzysztof Kozlowski <[email protected]> | ||
M: Krzysztof Opasiak <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Supported | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/net/nfc/samsung,s3fwrn5.yaml | ||
F: drivers/nfc/s3fwrn5 | ||
|
||
SAMSUNG S5C73M3 CAMERA DRIVER | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters