Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
packages
kernel
linux
Commits
e94a1f8b
Commit
e94a1f8b
authored
Feb 27, 2020
by
Lorenzo "Palinuro" Faletra
Browse files
Import Upstream version 5.4.19
parent
cc02f499
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
20 of 1000+
files are displayed.
Plain diff
Email patch
Documentation/ABI/testing/sysfs-class-devfreq
View file @
e94a1f8b
...
...
@@ -7,6 +7,13 @@ Description:
The name of devfreq object denoted as ... is same as the
name of device using devfreq.
What: /sys/class/devfreq/.../name
Date: November 2019
Contact: Chanwoo Choi <cw00.choi@samsung.com>
Description:
The /sys/class/devfreq/.../name shows the name of device
of the corresponding devfreq object.
What: /sys/class/devfreq/.../governor
Date: September 2011
Contact: MyungJoo Ham <myungjoo.ham@samsung.com>
...
...
Documentation/devicetree/bindings/net/snps,dwmac.yaml
View file @
e94a1f8b
...
...
@@ -347,6 +347,7 @@ allOf:
-
st,spear600-gmac
then
:
properties
:
snps,tso
:
$ref
:
/schemas/types.yaml#definitions/flag
description
:
...
...
Documentation/devicetree/bindings/rng/omap3_rom_rng.txt
0 → 100644
View file @
e94a1f8b
OMAP ROM RNG driver binding
Secure SoCs may provide RNG via secure ROM calls like Nokia N900 does. The
implementation can depend on the SoC secure ROM used.
- compatible:
Usage: required
Value type: <string>
Definition: must be "nokia,n900-rom-rng"
- clocks:
Usage: required
Value type: <prop-encoded-array>
Definition: reference to the the RNG interface clock
- clock-names:
Usage: required
Value type: <stringlist>
Definition: must be "ick"
Example:
rom_rng: rng {
compatible = "nokia,n900-rom-rng";
clocks = <&rng_ick>;
clock-names = "ick";
};
MAINTAINERS
View file @
e94a1f8b
...
...
@@ -8704,8 +8704,10 @@ L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
L: netdev@vger.kernel.org
W: http://www.isdn4linux.de
S: Maintained
F: drivers/isdn/mISDN
F: drivers/isdn/hardware
F: drivers/isdn/mISDN/
F: drivers/isdn/hardware/
F: drivers/isdn/Kconfig
F: drivers/isdn/Makefile
ISDN/CAPI SUBSYSTEM
M: Karsten Keil <isdn@linux-pingi.de>
...
...
Makefile
View file @
e94a1f8b
# SPDX-License-Identifier: GPL-2.0
VERSION
=
5
PATCHLEVEL
=
4
SUBLEVEL
=
1
3
SUBLEVEL
=
1
9
EXTRAVERSION
=
NAME
=
Kleptomaniac Octopus
...
...
arch/Kconfig
View file @
e94a1f8b
...
...
@@ -396,9 +396,6 @@ config HAVE_ARCH_JUMP_LABEL_RELATIVE
config HAVE_RCU_TABLE_FREE
bool
config HAVE_RCU_TABLE_NO_INVALIDATE
bool
config HAVE_MMU_GATHER_PAGE_SIZE
bool
...
...
arch/arc/plat-eznps/Kconfig
View file @
e94a1f8b
...
...
@@ -7,7 +7,7 @@
menuconfig ARC_PLAT_EZNPS
bool "\"EZchip\" ARC dev platform"
select CPU_BIG_ENDIAN
select CLKSRC_NPS
select CLKSRC_NPS
if !PHYS_ADDR_T_64BIT
select EZNPS_GIC
select EZCHIP_NPS_MANAGEMENT_ENET if ETHERNET
help
...
...
arch/arm/boot/dts/am335x-boneblack-common.dtsi
View file @
e94a1f8b
...
...
@@ -131,6 +131,11 @@ &mcasp0 {
};
/ {
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x20000000>; /* 512 MB */
};
clk_mcasp0_fixed: clk_mcasp0_fixed {
#clock-cells = <0>;
compatible = "fixed-clock";
...
...
arch/arm/boot/dts/am43x-epos-evm.dts
View file @
e94a1f8b
...
...
@@ -848,6 +848,7 @@ &spi0 {
pinctrl
-
names
=
"default"
,
"sleep"
;
pinctrl
-
0
=
<&
spi0_pins_default
>;
pinctrl
-
1
=
<&
spi0_pins_sleep
>;
ti
,
pindir
-
d0
-
out
-
d1
-
in
=
<
1
>;
};
&
spi1
{
...
...
@@ -855,6 +856,7 @@ &spi1 {
pinctrl
-
names
=
"default"
,
"sleep"
;
pinctrl
-
0
=
<&
spi1_pins_default
>;
pinctrl
-
1
=
<&
spi1_pins_sleep
>;
ti
,
pindir
-
d0
-
out
-
d1
-
in
=
<
1
>;
};
&
usb2_phy1
{
...
...
arch/arm/boot/dts/am571x-idk.dts
View file @
e94a1f8b
...
...
@@ -167,11 +167,7 @@ mbox_ipu2_ipc3x: mbox_ipu2_ipc3x {
&
pcie1_rc
{
status
=
"okay"
;
gpios
=
<&
gpio3
23
GPIO_ACTIVE_HIGH
>;
};
&
pcie1_ep
{
gpios
=
<&
gpio3
23
GPIO_ACTIVE_HIGH
>;
gpios
=
<&
gpio5
18
GPIO_ACTIVE_HIGH
>;
};
&
mmc1
{
...
...
arch/arm/boot/dts/am572x-idk-common.dtsi
View file @
e94a1f8b
...
...
@@ -147,10 +147,6 @@ &pcie1_rc {
gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
};
&pcie1_ep {
gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
};
&mailbox5 {
status = "okay";
mbox_ipu1_ipc3x: mbox_ipu1_ipc3x {
...
...
arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi
View file @
e94a1f8b
...
...
@@ -29,6 +29,27 @@ memory@0 {
reg = <0x0 0x80000000 0x0 0x80000000>;
};
main_12v0: fixedregulator-main_12v0 {
/* main supply */
compatible = "regulator-fixed";
regulator-name = "main_12v0";
regulator-min-microvolt = <12000000>;
regulator-max-microvolt = <12000000>;
regulator-always-on;
regulator-boot-on;
};
evm_5v0: fixedregulator-evm_5v0 {
/* Output of TPS54531D */
compatible = "regulator-fixed";
regulator-name = "evm_5v0";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
vin-supply = <&main_12v0>;
regulator-always-on;
regulator-boot-on;
};
vdd_3v3: fixedregulator-vdd_3v3 {
compatible = "regulator-fixed";
regulator-name = "vdd_3v3";
...
...
@@ -547,10 +568,6 @@ &pcie1_rc {
gpios = <&gpio2 8 GPIO_ACTIVE_LOW>;
};
&pcie1_ep {
gpios = <&gpio2 8 GPIO_ACTIVE_LOW>;
};
&mcasp3 {
#sound-dai-cells = <0>;
assigned-clocks = <&l4per2_clkctrl DRA7_L4PER2_MCASP3_CLKCTRL 24>;
...
...
arch/arm/boot/dts/dra7-l4.dtsi
View file @
e94a1f8b
...
...
@@ -3059,7 +3059,7 @@ mac: ethernet@0 {
davinci_mdio: mdio@1000 {
compatible = "ti,cpsw-mdio","ti,davinci_mdio";
clocks = <&gmac_
clkctrl DRA7_GMAC_GMAC_CLKCTRL 0
>;
clocks = <&gmac_
main_clk
>;
clock-names = "fck";
#address-cells = <1>;
#size-cells = <0>;
...
...
arch/arm/boot/dts/imx6dl-icore-mipi.dts
View file @
e94a1f8b
...
...
@@ -8,7 +8,7 @@
/
dts
-
v1
/;
#
include
"imx6dl.dtsi"
#
include
"imx6qdl-icore.dtsi"
#
include
"imx6qdl-icore
-1.5
.dtsi"
/
{
model
=
"Engicam i.CoreM6 DualLite/Solo MIPI Starter Kit"
;
...
...
arch/arm/boot/dts/imx6q-dhcom-pdk2.dts
View file @
e94a1f8b
...
...
@@ -55,7 +55,7 @@ sgtl5000: codec@a {
#
sound
-
dai
-
cells
=
<
0
>;
clocks
=
<&
clk_ext_audio_codec
>;
VDDA
-
supply
=
<&
reg_3p3v
>;
VDDIO
-
supply
=
<&
reg_3p3v
>;
VDDIO
-
supply
=
<&
sw2_reg
>;
};
};
...
...
arch/arm/boot/dts/imx6q-dhcom-som.dtsi
View file @
e94a1f8b
...
...
@@ -206,7 +206,7 @@ eeprom@50 {
};
rtc@56 {
compatible = "rv3029
c2
";
compatible = "
microcrystal,
rv3029";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_rtc_hw300>;
reg = <0x56>;
...
...
arch/arm/boot/dts/imx6qdl-sabresd.dtsi
View file @
e94a1f8b
...
...
@@ -749,10 +749,6 @@ ®_vdd1p1 {
vin
-
supply
=
<&
vgen5_reg
>;
};
&
reg_vdd3p0
{
vin
-
supply
=
<&
sw2_reg
>;
};
&
reg_vdd2p5
{
vin
-
supply
=
<&
vgen5_reg
>;
};
...
...
arch/arm/boot/dts/imx6sl-evk.dts
View file @
e94a1f8b
...
...
@@ -584,10 +584,6 @@ ®_vdd1p1 {
vin
-
supply
=
<&
sw2_reg
>;
};
&
reg_vdd3p0
{
vin
-
supply
=
<&
sw2_reg
>;
};
&
reg_vdd2p5
{
vin
-
supply
=
<&
sw2_reg
>;
};
...
...
arch/arm/boot/dts/imx6sll-evk.dts
View file @
e94a1f8b
...
...
@@ -265,10 +265,6 @@ &pwm1 {
status
=
"okay"
;
};
&
reg_3p0
{
vin
-
supply
=
<&
sw2_reg
>;
};
&
snvs_poweroff
{
status
=
"okay"
;
};
...
...
arch/arm/boot/dts/imx6sx-sdb-reva.dts
View file @
e94a1f8b
...
...
@@ -159,10 +159,6 @@ ®_vdd1p1 {
vin
-
supply
=
<&
vgen6_reg
>;
};
&
reg_vdd3p0
{
vin
-
supply
=
<&
sw2_reg
>;
};
&
reg_vdd2p5
{
vin
-
supply
=
<&
vgen6_reg
>;
};
...
...
Prev
1
2
3
4
5
…
50
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment