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.
Merge branch 'akpm' (patches from Andrew)
Merge misc fixes from Andrew Morton: "14 patches. Subsystems affected by this patch series: mm (kasan, gup, pagecache, and kfence), MAINTAINERS, mailmap, nds32, gcov, ocfs2, ia64, and lib" * emailed patches from Andrew Morton <[email protected]>: lib: fix kconfig dependency on ARCH_WANT_FRAME_POINTERS kfence, x86: fix preemptible warning on KPTI-enabled systems lib/test_kasan_module.c: suppress unused var warning kasan: fix conflict with page poisoning fs: direct-io: fix missing sdio->boundary ia64: fix user_stack_pointer() for ptrace() ocfs2: fix deadlock between setattr and dio_end_io_write gcov: re-fix clang-11+ support nds32: flush_dcache_page: use page_mapping_file to avoid races with swapoff mm/gup: check page posion status for coredump. .mailmap: fix old email addresses mailmap: update email address for Jordan Crouse treewide: change my e-mail address, fix my name MAINTAINERS: update CZ.NIC's Turris information
- Loading branch information
Showing
30 changed files
with
114 additions
and
70 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
What: /sys/kernel/debug/moxtet/input | ||
Date: March 2019 | ||
KernelVersion: 5.3 | ||
Contact: Marek Behún <[email protected]> | ||
Contact: Marek Behún <[email protected]> | ||
Description: (Read) Read input from the shift registers, in hexadecimal. | ||
Returns N+1 bytes, where N is the number of Moxtet connected | ||
modules. The first byte is from the CPU board itself. | ||
|
@@ -19,7 +19,7 @@ Description: (Read) Read input from the shift registers, in hexadecimal. | |
What: /sys/kernel/debug/moxtet/output | ||
Date: March 2019 | ||
KernelVersion: 5.3 | ||
Contact: Marek Behún <[email protected]> | ||
Contact: Marek Behún <[email protected]> | ||
Description: (RW) Read last written value to the shift registers, in | ||
hexadecimal, or write values to the shift registers, also | ||
in hexadecimal. | ||
|
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,7 +1,7 @@ | ||
What: /sys/kernel/debug/turris-mox-rwtm/do_sign | ||
Date: Jun 2020 | ||
KernelVersion: 5.8 | ||
Contact: Marek Behún <[email protected]> | ||
Contact: Marek Behún <[email protected]> | ||
Description: | ||
|
||
======= =========================================================== | ||
|
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,17 +1,17 @@ | ||
What: /sys/bus/moxtet/devices/moxtet-<name>.<addr>/module_description | ||
Date: March 2019 | ||
KernelVersion: 5.3 | ||
Contact: Marek Behún <[email protected]> | ||
Contact: Marek Behún <[email protected]> | ||
Description: (Read) Moxtet module description. Format: string | ||
|
||
What: /sys/bus/moxtet/devices/moxtet-<name>.<addr>/module_id | ||
Date: March 2019 | ||
KernelVersion: 5.3 | ||
Contact: Marek Behún <[email protected]> | ||
Contact: Marek Behún <[email protected]> | ||
Description: (Read) Moxtet module ID. Format: %x | ||
|
||
What: /sys/bus/moxtet/devices/moxtet-<name>.<addr>/module_name | ||
Date: March 2019 | ||
KernelVersion: 5.3 | ||
Contact: Marek Behún <[email protected]> | ||
Contact: Marek Behún <[email protected]> | ||
Description: (Read) Moxtet module name. Format: string |
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,7 +1,7 @@ | ||
What: /sys/class/leds/<led>/device/brightness | ||
Date: July 2020 | ||
KernelVersion: 5.9 | ||
Contact: Marek Behún <[email protected]> | ||
Contact: Marek Behún <[email protected]> | ||
Description: (RW) On the front panel of the Turris Omnia router there is also | ||
a button which can be used to control the intensity of all the | ||
LEDs at once, so that if they are too bright, user can dim them. | ||
|
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,21 +1,21 @@ | ||
What: /sys/firmware/turris-mox-rwtm/board_version | ||
Date: August 2019 | ||
KernelVersion: 5.4 | ||
Contact: Marek Behún <[email protected]> | ||
Contact: Marek Behún <[email protected]> | ||
Description: (Read) Board version burned into eFuses of this Turris Mox board. | ||
Format: %i | ||
|
||
What: /sys/firmware/turris-mox-rwtm/mac_address* | ||
Date: August 2019 | ||
KernelVersion: 5.4 | ||
Contact: Marek Behún <[email protected]> | ||
Contact: Marek Behún <[email protected]> | ||
Description: (Read) MAC addresses burned into eFuses of this Turris Mox board. | ||
Format: %pM | ||
|
||
What: /sys/firmware/turris-mox-rwtm/pubkey | ||
Date: August 2019 | ||
KernelVersion: 5.4 | ||
Contact: Marek Behún <[email protected]> | ||
Contact: Marek Behún <[email protected]> | ||
Description: (Read) ECDSA public key (in pubkey hex compressed form) computed | ||
as pair to the ECDSA private key burned into eFuses of this | ||
Turris Mox Board. | ||
|
@@ -24,14 +24,14 @@ Description: (Read) ECDSA public key (in pubkey hex compressed form) computed | |
What: /sys/firmware/turris-mox-rwtm/ram_size | ||
Date: August 2019 | ||
KernelVersion: 5.4 | ||
Contact: Marek Behún <[email protected]> | ||
Contact: Marek Behún <[email protected]> | ||
Description: (Read) RAM size in MiB of this Turris Mox board as was detected | ||
during manufacturing and burned into eFuses. Can be 512 or 1024. | ||
Format: %i | ||
|
||
What: /sys/firmware/turris-mox-rwtm/serial_number | ||
Date: August 2019 | ||
KernelVersion: 5.4 | ||
Contact: Marek Behún <[email protected]> | ||
Contact: Marek Behún <[email protected]> | ||
Description: (Read) Serial number burned into eFuses of this Turris Mox device. | ||
Format: %016X |
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# | |
title: CZ.NIC's Turris Omnia LEDs driver | ||
|
||
maintainers: | ||
- Marek Behún <[email protected]> | ||
- Marek Behún <[email protected]> | ||
|
||
description: | ||
This module adds support for the RGB LEDs found on the front panel of the | ||
|
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 |
---|---|---|
|
@@ -1790,19 +1790,26 @@ F: drivers/net/ethernet/cortina/ | |
F: drivers/pinctrl/pinctrl-gemini.c | ||
F: drivers/rtc/rtc-ftrtc010.c | ||
|
||
ARM/CZ.NIC TURRIS MOX SUPPORT | ||
M: Marek Behun <[email protected]> | ||
ARM/CZ.NIC TURRIS SUPPORT | ||
M: Marek Behun <[email protected]> | ||
S: Maintained | ||
W: http://mox.turris.cz | ||
W: https://www.turris.cz/ | ||
F: Documentation/ABI/testing/debugfs-moxtet | ||
F: Documentation/ABI/testing/sysfs-bus-moxtet-devices | ||
F: Documentation/ABI/testing/sysfs-firmware-turris-mox-rwtm | ||
F: Documentation/devicetree/bindings/bus/moxtet.txt | ||
F: Documentation/devicetree/bindings/firmware/cznic,turris-mox-rwtm.txt | ||
F: Documentation/devicetree/bindings/gpio/gpio-moxtet.txt | ||
F: Documentation/devicetree/bindings/leds/cznic,turris-omnia-leds.yaml | ||
F: Documentation/devicetree/bindings/watchdog/armada-37xx-wdt.txt | ||
F: drivers/bus/moxtet.c | ||
F: drivers/firmware/turris-mox-rwtm.c | ||
F: drivers/leds/leds-turris-omnia.c | ||
F: drivers/mailbox/armada-37xx-rwtm-mailbox.c | ||
F: drivers/gpio/gpio-moxtet.c | ||
F: drivers/watchdog/armada_37xx_wdt.c | ||
F: include/dt-bindings/bus/moxtet.h | ||
F: include/linux/armada-37xx-rwtm-mailbox.h | ||
F: include/linux/moxtet.h | ||
|
||
ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) | ||
|
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,7 +1,7 @@ | ||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
/* | ||
* Device Tree file for CZ.NIC Turris Mox Board | ||
* 2019 by Marek Behun <[email protected]> | ||
* 2019 by Marek Behún <[email protected]> | ||
*/ | ||
|
||
/dts-v1/; | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* | ||
* Turris Mox module configuration bus driver | ||
* | ||
* Copyright (C) 2019 Marek Behun <[email protected]> | ||
* Copyright (C) 2019 Marek Behún <[email protected]> | ||
*/ | ||
|
||
#include <dt-bindings/bus/moxtet.h> | ||
|
@@ -879,6 +879,6 @@ static void __exit moxtet_exit(void) | |
} | ||
module_exit(moxtet_exit); | ||
|
||
MODULE_AUTHOR("Marek Behun <[email protected]>"); | ||
MODULE_AUTHOR("Marek Behun <[email protected]>"); | ||
MODULE_DESCRIPTION("CZ.NIC's Turris Mox module configuration bus"); | ||
MODULE_LICENSE("GPL v2"); |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* | ||
* Turris Mox rWTM firmware driver | ||
* | ||
* Copyright (C) 2019 Marek Behun <[email protected]> | ||
* Copyright (C) 2019 Marek Behún <[email protected]> | ||
*/ | ||
|
||
#include <linux/armada-37xx-rwtm-mailbox.h> | ||
|
@@ -547,4 +547,4 @@ module_platform_driver(turris_mox_rwtm_driver); | |
|
||
MODULE_LICENSE("GPL v2"); | ||
MODULE_DESCRIPTION("Turris Mox rWTM firmware driver"); | ||
MODULE_AUTHOR("Marek Behun <[email protected]>"); | ||
MODULE_AUTHOR("Marek Behun <[email protected]>"); |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* | ||
* Turris Mox Moxtet GPIO expander | ||
* | ||
* Copyright (C) 2018 Marek Behun <[email protected]> | ||
* Copyright (C) 2018 Marek Behún <[email protected]> | ||
*/ | ||
|
||
#include <linux/bitops.h> | ||
|
@@ -174,6 +174,6 @@ static struct moxtet_driver moxtet_gpio_driver = { | |
}; | ||
module_moxtet_driver(moxtet_gpio_driver); | ||
|
||
MODULE_AUTHOR("Marek Behun <[email protected]>"); | ||
MODULE_AUTHOR("Marek Behun <[email protected]>"); | ||
MODULE_DESCRIPTION("Turris Mox Moxtet GPIO expander"); | ||
MODULE_LICENSE("GPL v2"); |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* | ||
* CZ.NIC's Turris Omnia LEDs driver | ||
* | ||
* 2020 by Marek Behun <[email protected]> | ||
* 2020 by Marek Behún <[email protected]> | ||
*/ | ||
|
||
#include <linux/i2c.h> | ||
|
@@ -287,6 +287,6 @@ static struct i2c_driver omnia_leds_driver = { | |
|
||
module_i2c_driver(omnia_leds_driver); | ||
|
||
MODULE_AUTHOR("Marek Behun <[email protected]>"); | ||
MODULE_AUTHOR("Marek Behun <[email protected]>"); | ||
MODULE_DESCRIPTION("CZ.NIC's Turris Omnia LEDs"); | ||
MODULE_LICENSE("GPL v2"); |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* | ||
* rWTM BIU Mailbox driver for Armada 37xx | ||
* | ||
* Author: Marek Behun <[email protected]> | ||
* Author: Marek Behún <[email protected]> | ||
*/ | ||
|
||
#include <linux/device.h> | ||
|
@@ -203,4 +203,4 @@ module_platform_driver(armada_37xx_mbox_driver); | |
|
||
MODULE_LICENSE("GPL v2"); | ||
MODULE_DESCRIPTION("rWTM BIU Mailbox driver for Armada 37xx"); | ||
MODULE_AUTHOR("Marek Behun <[email protected]>"); | ||
MODULE_AUTHOR("Marek Behun <[email protected]>"); |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* | ||
* Watchdog driver for Marvell Armada 37xx SoCs | ||
* | ||
* Author: Marek Behun <[email protected]> | ||
* Author: Marek Behún <[email protected]> | ||
*/ | ||
|
||
#include <linux/clk.h> | ||
|
@@ -366,7 +366,7 @@ static struct platform_driver armada_37xx_wdt_driver = { | |
|
||
module_platform_driver(armada_37xx_wdt_driver); | ||
|
||
MODULE_AUTHOR("Marek Behun <[email protected]>"); | ||
MODULE_AUTHOR("Marek Behun <[email protected]>"); | ||
MODULE_DESCRIPTION("Armada 37xx CPU Watchdog"); | ||
|
||
MODULE_LICENSE("GPL v2"); | ||
|
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.