forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Thomas needs 5a498d4 ("drm/fbdev-dma: Only install deferred I/O if necessary") in drm-misc, so start the backmerge cascade. Signed-off-by: Simona Vetter <[email protected]>
- Loading branch information
Showing
545 changed files
with
5,498 additions
and
3,093 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
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 |
---|---|---|
|
@@ -258,24 +258,29 @@ Description: (RW) When retrieving the PHC with the PTP SYS_OFFSET_EXTENDED | |
the estimated point where the FPGA latches the PHC time. This | ||
value may be changed by writing an unsigned integer. | ||
|
||
What: /sys/class/timecard/ocpN/ttyGNSS | ||
What: /sys/class/timecard/ocpN/ttyGNSS2 | ||
Date: September 2021 | ||
What: /sys/class/timecard/ocpN/tty | ||
Date: August 2024 | ||
Contact: Vadim Fedorenko <[email protected]> | ||
Description: (RO) Directory containing the sysfs nodes for TTY attributes | ||
|
||
What: /sys/class/timecard/ocpN/tty/ttyGNSS | ||
What: /sys/class/timecard/ocpN/tty/ttyGNSS2 | ||
Date: August 2024 | ||
Contact: Jonathan Lemon <[email protected]> | ||
Description: These optional attributes link to the TTY serial ports | ||
associated with the GNSS devices. | ||
Description: (RO) These optional attributes contain names of the TTY serial | ||
ports associated with the GNSS devices. | ||
|
||
What: /sys/class/timecard/ocpN/ttyMAC | ||
Date: September 2021 | ||
What: /sys/class/timecard/ocpN/tty/ttyMAC | ||
Date: August 2024 | ||
Contact: Jonathan Lemon <[email protected]> | ||
Description: This optional attribute links to the TTY serial port | ||
associated with the Miniature Atomic Clock. | ||
Description: (RO) This optional attribute contains name of the TTY serial | ||
port associated with the Miniature Atomic Clock. | ||
|
||
What: /sys/class/timecard/ocpN/ttyNMEA | ||
Date: September 2021 | ||
What: /sys/class/timecard/ocpN/tty/ttyNMEA | ||
Date: August 2024 | ||
Contact: Jonathan Lemon <[email protected]> | ||
Description: This optional attribute links to the TTY serial port | ||
which outputs the PHC time in NMEA ZDA format. | ||
Description: (RO) This optional attribute contains name of the TTY serial | ||
port which outputs the PHC time in NMEA ZDA format. | ||
|
||
What: /sys/class/timecard/ocpN/utc_tai_offset | ||
Date: September 2021 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) | ||
%YAML 1.2 | ||
--- | ||
$id: http://devicetree.org/schemas/display/panel/wl-355608-a8.yaml# | ||
$id: http://devicetree.org/schemas/display/panel/anbernic,rg35xx-plus-panel.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: WL-355608-A8 3.5" (640x480 pixels) 24-bit IPS LCD panel | ||
title: Anbernic RG35XX series (WL-355608-A8) 3.5" 640x480 24-bit IPS LCD panel | ||
|
||
maintainers: | ||
- Ryan Walklin <[email protected]> | ||
|
@@ -15,7 +15,14 @@ allOf: | |
|
||
properties: | ||
compatible: | ||
const: wl-355608-a8 | ||
oneOf: | ||
- const: anbernic,rg35xx-plus-panel | ||
- items: | ||
- enum: | ||
- anbernic,rg35xx-2024-panel | ||
- anbernic,rg35xx-h-panel | ||
- anbernic,rg35xx-sp-panel | ||
- const: anbernic,rg35xx-plus-panel | ||
|
||
reg: | ||
maxItems: 1 | ||
|
@@ -40,7 +47,7 @@ examples: | |
#size-cells = <0>; | ||
panel@0 { | ||
compatible = "wl-355608-a8"; | ||
compatible = "anbernic,rg35xx-plus-panel"; | ||
reg = <0>; | ||
spi-3wire; | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ maintainers: | |
- Fabio Estevam <[email protected]> | ||
|
||
allOf: | ||
- $ref: usb-hcd.yaml# | ||
- $ref: usb-device.yaml# | ||
|
||
properties: | ||
compatible: | ||
|
@@ -36,6 +36,13 @@ required: | |
- compatible | ||
- reg | ||
|
||
patternProperties: | ||
"^.*@[0-9a-f]{1,2}$": | ||
description: The hard wired USB devices | ||
type: object | ||
$ref: /schemas/usb/usb-device.yaml | ||
additionalProperties: true | ||
|
||
unevaluatedProperties: false | ||
|
||
examples: | ||
|
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
Oops, something went wrong.