Skip to content

Commit 01a620d

Browse files
author
Wolfram Sang
committed
Merge tag 'i2c-host-fixes-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current
Two fixes on the Qualcomm GENI I2C controller are cleaning up the error exit patch in the runtime_resume() function. The first is disabling the clock, the second disables the icc on the way out.
2 parents 74b0666 + 9ba48db commit 01a620d

File tree

332 files changed

+3883
-2299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

332 files changed

+3883
-2299
lines changed

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4798,11 +4798,9 @@
47984798

47994799
profile= [KNL] Enable kernel profiling via /proc/profile
48004800
Format: [<profiletype>,]<number>
4801-
Param: <profiletype>: "schedule", "sleep", or "kvm"
4801+
Param: <profiletype>: "schedule" or "kvm"
48024802
[defaults to kernel profiling]
48034803
Param: "schedule" - profile schedule points.
4804-
Param: "sleep" - profile D-state sleeping (millisecs).
4805-
Requires CONFIG_SCHEDSTATS
48064804
Param: "kvm" - profile VM exits.
48074805
Param: <number> - step/bucket size as a power of 2 for
48084806
statistical time based profiling.

Documentation/arch/arm64/silicon-errata.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,18 @@ stable kernels.
122122
+----------------+-----------------+-----------------+-----------------------------+
123123
| ARM | Cortex-A76 | #1490853 | N/A |
124124
+----------------+-----------------+-----------------+-----------------------------+
125+
| ARM | Cortex-A76 | #3324349 | ARM64_ERRATUM_3194386 |
126+
+----------------+-----------------+-----------------+-----------------------------+
125127
| ARM | Cortex-A77 | #1491015 | N/A |
126128
+----------------+-----------------+-----------------+-----------------------------+
127129
| ARM | Cortex-A77 | #1508412 | ARM64_ERRATUM_1508412 |
128130
+----------------+-----------------+-----------------+-----------------------------+
131+
| ARM | Cortex-A77 | #3324348 | ARM64_ERRATUM_3194386 |
132+
+----------------+-----------------+-----------------+-----------------------------+
133+
| ARM | Cortex-A78 | #3324344 | ARM64_ERRATUM_3194386 |
134+
+----------------+-----------------+-----------------+-----------------------------+
135+
| ARM | Cortex-A78C | #3324346,3324347| ARM64_ERRATUM_3194386 |
136+
+----------------+-----------------+-----------------+-----------------------------+
129137
| ARM | Cortex-A710 | #2119858 | ARM64_ERRATUM_2119858 |
130138
+----------------+-----------------+-----------------+-----------------------------+
131139
| ARM | Cortex-A710 | #2054223 | ARM64_ERRATUM_2054223 |
@@ -138,8 +146,14 @@ stable kernels.
138146
+----------------+-----------------+-----------------+-----------------------------+
139147
| ARM | Cortex-A720 | #3456091 | ARM64_ERRATUM_3194386 |
140148
+----------------+-----------------+-----------------+-----------------------------+
149+
| ARM | Cortex-A725 | #3456106 | ARM64_ERRATUM_3194386 |
150+
+----------------+-----------------+-----------------+-----------------------------+
141151
| ARM | Cortex-X1 | #1502854 | N/A |
142152
+----------------+-----------------+-----------------+-----------------------------+
153+
| ARM | Cortex-X1 | #3324344 | ARM64_ERRATUM_3194386 |
154+
+----------------+-----------------+-----------------+-----------------------------+
155+
| ARM | Cortex-X1C | #3324346 | ARM64_ERRATUM_3194386 |
156+
+----------------+-----------------+-----------------+-----------------------------+
143157
| ARM | Cortex-X2 | #2119858 | ARM64_ERRATUM_2119858 |
144158
+----------------+-----------------+-----------------+-----------------------------+
145159
| ARM | Cortex-X2 | #2224489 | ARM64_ERRATUM_2224489 |
@@ -160,6 +174,8 @@ stable kernels.
160174
+----------------+-----------------+-----------------+-----------------------------+
161175
| ARM | Neoverse-N1 | #1542419 | ARM64_ERRATUM_1542419 |
162176
+----------------+-----------------+-----------------+-----------------------------+
177+
| ARM | Neoverse-N1 | #3324349 | ARM64_ERRATUM_3194386 |
178+
+----------------+-----------------+-----------------+-----------------------------+
163179
| ARM | Neoverse-N2 | #2139208 | ARM64_ERRATUM_2139208 |
164180
+----------------+-----------------+-----------------+-----------------------------+
165181
| ARM | Neoverse-N2 | #2067961 | ARM64_ERRATUM_2067961 |
@@ -170,6 +186,8 @@ stable kernels.
170186
+----------------+-----------------+-----------------+-----------------------------+
171187
| ARM | Neoverse-V1 | #1619801 | N/A |
172188
+----------------+-----------------+-----------------+-----------------------------+
189+
| ARM | Neoverse-V1 | #3324341 | ARM64_ERRATUM_3194386 |
190+
+----------------+-----------------+-----------------+-----------------------------+
173191
| ARM | Neoverse-V2 | #3324336 | ARM64_ERRATUM_3194386 |
174192
+----------------+-----------------+-----------------+-----------------------------+
175193
| ARM | Neoverse-V3 | #3312417 | ARM64_ERRATUM_3194386 |

Documentation/devicetree/bindings/ata/rockchip,dwc-ahci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ properties:
3535
ports-implemented:
3636
const: 1
3737

38+
power-domains:
39+
maxItems: 1
40+
3841
sata-port@0:
3942
$ref: /schemas/ata/snps,dwc-ahci-common.yaml#/$defs/dwc-ahci-port
4043

Documentation/driver-api/thermal/sysfs-api.rst

Lines changed: 30 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Generic Thermal Sysfs driver How To
44

55
Written by Sujith Thomas <sujith.thomas@intel.com>, Zhang Rui <rui.zhang@intel.com>
66

7-
Updated: 2 January 2008
8-
97
Copyright (c) 2008 Intel Corporation
108

119

@@ -38,23 +36,23 @@ temperature) and throttle appropriate devices.
3836

3937
::
4038

41-
struct thermal_zone_device
42-
*thermal_zone_device_register(char *type,
43-
int trips, int mask, void *devdata,
44-
struct thermal_zone_device_ops *ops,
45-
const struct thermal_zone_params *tzp,
46-
int passive_delay, int polling_delay))
39+
struct thermal_zone_device *
40+
thermal_zone_device_register_with_trips(const char *type,
41+
const struct thermal_trip *trips,
42+
int num_trips, void *devdata,
43+
const struct thermal_zone_device_ops *ops,
44+
const struct thermal_zone_params *tzp,
45+
unsigned int passive_delay,
46+
unsigned int polling_delay)
4747
48-
This interface function adds a new thermal zone device (sensor) to
48+
This interface function adds a new thermal zone device (sensor) to the
4949
/sys/class/thermal folder as `thermal_zone[0-*]`. It tries to bind all the
50-
thermal cooling devices registered at the same time.
50+
thermal cooling devices registered to it at the same time.
5151

5252
type:
5353
the thermal zone type.
5454
trips:
55-
the total number of trip points this thermal zone supports.
56-
mask:
57-
Bit string: If 'n'th bit is set, then trip point 'n' is writable.
55+
the table of trip points for this thermal zone.
5856
devdata:
5957
device private data
6058
ops:
@@ -67,32 +65,29 @@ temperature) and throttle appropriate devices.
6765
.get_temp:
6866
get the current temperature of the thermal zone.
6967
.set_trips:
70-
set the trip points window. Whenever the current temperature
71-
is updated, the trip points immediately below and above the
72-
current temperature are found.
73-
.get_mode:
74-
get the current mode (enabled/disabled) of the thermal zone.
75-
76-
- "enabled" means the kernel thermal management is
77-
enabled.
78-
- "disabled" will prevent kernel thermal driver action
79-
upon trip points so that user applications can take
80-
charge of thermal management.
81-
.set_mode:
82-
set the mode (enabled/disabled) of the thermal zone.
83-
.get_trip_type:
84-
get the type of certain trip point.
85-
.get_trip_temp:
86-
get the temperature above which the certain trip point
87-
will be fired.
68+
set the trip points window. Whenever the current temperature
69+
is updated, the trip points immediately below and above the
70+
current temperature are found.
71+
.change_mode:
72+
change the mode (enabled/disabled) of the thermal zone.
73+
.set_trip_temp:
74+
set the temperature of a given trip point.
75+
.get_crit_temp:
76+
get the critical temperature for this thermal zone.
8877
.set_emul_temp:
89-
set the emulation temperature which helps in debugging
90-
different threshold temperature points.
78+
set the emulation temperature which helps in debugging
79+
different threshold temperature points.
80+
.get_trend:
81+
get the trend of most recent zone temperature changes.
82+
.hot:
83+
hot trip point crossing handler.
84+
.critical:
85+
critical trip point crossing handler.
9186
tzp:
9287
thermal zone platform parameters.
9388
passive_delay:
94-
number of milliseconds to wait between polls when
95-
performing passive cooling.
89+
number of milliseconds to wait between polls when performing passive
90+
cooling.
9691
polling_delay:
9792
number of milliseconds to wait between polls when checking
9893
whether trip points have been crossed (0 for interrupt driven systems).

Documentation/netlink/specs/ethtool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1753,6 +1753,7 @@ operations:
17531753
request:
17541754
attributes:
17551755
- header
1756+
- context
17561757
reply:
17571758
attributes:
17581759
- header
@@ -1761,7 +1762,6 @@ operations:
17611762
- indir
17621763
- hkey
17631764
- input_xfrm
1764-
dump: *rss-get-op
17651765
-
17661766
name: plca-get-cfg
17671767
doc: Get PLCA params.

Documentation/networking/ethtool-netlink.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1875,6 +1875,7 @@ Kernel response contents:
18751875

18761876
===================================== ====== ==========================
18771877
``ETHTOOL_A_RSS_HEADER`` nested reply header
1878+
``ETHTOOL_A_RSS_CONTEXT`` u32 context number
18781879
``ETHTOOL_A_RSS_HFUNC`` u32 RSS hash func
18791880
``ETHTOOL_A_RSS_INDIR`` binary Indir table bytes
18801881
``ETHTOOL_A_RSS_HKEY`` binary Hash key bytes

Documentation/userspace-api/media/v4l/pixfmt-yuv-luma.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ are often referred to as greyscale formats.
2121

2222
.. raw:: latex
2323

24-
\scriptsize
24+
\tiny
2525

26-
.. tabularcolumns:: |p{3.6cm}|p{3.0cm}|p{1.3cm}|p{2.6cm}|p{1.3cm}|p{1.3cm}|p{1.3cm}|
26+
.. tabularcolumns:: |p{3.6cm}|p{2.4cm}|p{1.3cm}|p{1.3cm}|p{1.3cm}|p{1.3cm}|p{1.3cm}|p{1.3cm}|p{1.3cm}|
2727

2828
.. flat-table:: Luma-Only Image Formats
2929
:header-rows: 1

Documentation/virt/kvm/api.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6368,7 +6368,7 @@ a single guest_memfd file, but the bound ranges must not overlap).
63686368
See KVM_SET_USER_MEMORY_REGION2 for additional details.
63696369

63706370
4.143 KVM_PRE_FAULT_MEMORY
6371-
------------------------
6371+
---------------------------
63726372

63736373
:Capability: KVM_CAP_PRE_FAULT_MEMORY
63746374
:Architectures: none
@@ -6405,6 +6405,12 @@ for the current vCPU state. KVM maps memory as if the vCPU generated a
64056405
stage-2 read page fault, e.g. faults in memory as needed, but doesn't break
64066406
CoW. However, KVM does not mark any newly created stage-2 PTE as Accessed.
64076407

6408+
In the case of confidential VM types where there is an initial set up of
6409+
private guest memory before the guest is 'finalized'/measured, this ioctl
6410+
should only be issued after completing all the necessary setup to put the
6411+
guest into a 'finalized' state so that the above semantics can be reliably
6412+
ensured.
6413+
64086414
In some cases, multiple vCPUs might share the page tables. In this
64096415
case, the ioctl can be called in parallel.
64106416

MAINTAINERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15936,6 +15936,7 @@ F: include/linux/in.h
1593615936
F: include/linux/indirect_call_wrapper.h
1593715937
F: include/linux/net.h
1593815938
F: include/linux/netdevice.h
15939+
F: include/linux/skbuff.h
1593915940
F: include/net/
1594015941
F: include/uapi/linux/in.h
1594115942
F: include/uapi/linux/net.h
@@ -18556,7 +18557,7 @@ F: drivers/usb/misc/qcom_eud.c
1855618557
QCOM IPA DRIVER
1855718558
M: Alex Elder <elder@kernel.org>
1855818559
L: netdev@vger.kernel.org
18559-
S: Supported
18560+
S: Maintained
1856018561
F: drivers/net/ipa/
1856118562

1856218563
QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VERSION = 6
33
PATCHLEVEL = 11
44
SUBLEVEL = 0
5-
EXTRAVERSION = -rc1
5+
EXTRAVERSION = -rc2
66
NAME = Baby Opossum Posse
77

88
# *DOCUMENTATION*

0 commit comments

Comments
 (0)