Commit 9fbae05
committed
This patch set did some clean up and add runtime pm
Merge series from Haibo Chen <haibo.chen@nxp.com>:
PATCH1/3/4 to clean up the code, make the code more readable
PATCH2 add the runtime pm support
PATCH5 use devm_add_action_or_reset() to replace remove() callback, this can avoid
oops when do bind/unbind testFile tree
270 files changed
+3752
-1542
lines changed- Documentation
- ABI/testing
- devicetree/bindings/spi
- netlink/specs
- arch
- arm64/kernel
- parisc/math-emu
- powerpc
- boot
- kernel
- mm/book3s64
- platforms
- powernv
- pseries
- x86
- boot/compressed
- events
- intel
- crypto
- drivers
- accel/ivpu
- base
- block
- bluetooth
- cpufreq
- edac
- firmware/cirrus
- gpu/drm
- adp
- amd
- amdgpu
- display/amdgpu_dm
- i915/pxp
- nouveau
- tests
- ttm
- xe
- hv
- i2c/busses
- iommu
- amd
- arm/arm-smmu-v3
- intel
- irqchip
- md
- mmc/host
- net
- dsa/ocelot
- ethernet
- amd
- pds_core
- xgbe
- broadcom/bnxt
- dlink
- freescale
- hisilicon/hns3
- hns3pf
- hns3vf
- intel
- ice
- idpf
- igc
- marvell
- octeon_ep_vf
- octeon_ep
- mediatek
- mellanox/mlx5/core
- en
- microchip
- mscc
- realtek/rtase
- vertexcom
- mdio
- usb
- vmxnet3
- vxlan
- wireless
- broadcom/brcm80211/brcmfmac
- intel/iwlwifi
- cfg
- mld
- pcie
- tests
- purelifi/plfxlc
- nvme
- host
- target
- pinctrl
- freescale
- mediatek
- meson
- qcom
- platform/x86
- amd/pmc
- dell
- intel
- uncore-frequency
- ptp
- scsi
- soundwire
- spi
- ufs/core
- fs
- bcachefs
- btrfs
- notify/fanotify
- smb
- client
- server
- mgmt
- include
- linux
- net
- bluetooth
- sound
- uapi/linux
- io_uring
- kernel
- irq
- trace
- mm
- net
- bluetooth
- ipv4
- ipv6
- mac80211
- sched
- xdp
- scripts
- sound
- pci/hda
- soc
- amd
- acp
- ps
- codecs
- fsl
- generic
- intel
- boards
- catpt
- common
- renesas
- sdw_utils
- stm
- usb
- tools
- hv
- lib/perf
- perf
- testing
- kunit/configs
- memblock/tests
- selftests
- drivers/net
- dsa
- ocelot
- filesystems/mount-notify
- net/forwarding
- tc-testing/tc-tests/infra
- ublk
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
270 files changed
+3752
-1542
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
Lines changed: 7 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 59 | | |
66 | 60 | | |
67 | 61 | | |
68 | 62 | | |
69 | | - | |
| 63 | + | |
70 | 64 | | |
71 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
| |||
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | 90 | | |
96 | 91 | | |
97 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
93 | 94 | | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22740 | 22740 | | |
22741 | 22741 | | |
22742 | 22742 | | |
| 22743 | + | |
| 22744 | + | |
| 22745 | + | |
| 22746 | + | |
| 22747 | + | |
22743 | 22748 | | |
22744 | 22749 | | |
22745 | 22750 | | |
| 22751 | + | |
22746 | 22752 | | |
22747 | 22753 | | |
22748 | 22754 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
1052 | 1052 | | |
1053 | 1053 | | |
1054 | 1054 | | |
1055 | | - | |
1056 | | - | |
1057 | | - | |
1058 | | - | |
1059 | | - | |
1060 | | - | |
1061 | | - | |
1062 | 1055 | | |
1063 | 1056 | | |
1064 | 1057 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
879 | 879 | | |
880 | 880 | | |
881 | 881 | | |
| 882 | + | |
882 | 883 | | |
883 | 884 | | |
884 | 885 | | |
885 | 886 | | |
| 887 | + | |
886 | 888 | | |
887 | 889 | | |
888 | 890 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
103 | 113 | | |
104 | 114 | | |
105 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
| 237 | + | |
| 238 | + | |
241 | 239 | | |
242 | 240 | | |
243 | 241 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | 261 | | |
266 | 262 | | |
267 | 263 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
976 | 976 | | |
977 | 977 | | |
978 | 978 | | |
979 | | - | |
| 979 | + | |
980 | 980 | | |
981 | 981 | | |
982 | 982 | | |
983 | 983 | | |
984 | 984 | | |
985 | 985 | | |
986 | 986 | | |
| 987 | + | |
987 | 988 | | |
988 | 989 | | |
989 | 990 | | |
| |||
1120 | 1121 | | |
1121 | 1122 | | |
1122 | 1123 | | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
1123 | 1137 | | |
1124 | 1138 | | |
1125 | 1139 | | |
| |||
1145 | 1159 | | |
1146 | 1160 | | |
1147 | 1161 | | |
1148 | | - | |
1149 | | - | |
| 1162 | + | |
| 1163 | + | |
1150 | 1164 | | |
1151 | 1165 | | |
1152 | 1166 | | |
| |||
0 commit comments