Commit 2bfb20b
committed
spi: rpc-if: Add resume support for RZ/G3E
Merge series from Biju Das <biju.das.jz@bp.renesas.com>:
On RZ/G3E using PSCI, s2ram powers down the SoC. After resume,
reinitialize the hardware for SPI operations.
Also Replace the macro SIMPLE_DEV_PM_OPS->DEFINE_SIMPLE_DEV_PM_OPS macro
and use pm_sleep_ptr(). This lets us drop the check for CONFIG_PM_SLEEP
and __maybe_unused attribute from PM functions.253 files changed
Lines changed: 2294 additions & 992 deletions
File tree
- Documentation
- netlink/specs
- sound
- arch
- arm64
- include/asm
- kvm
- hyp
- include/hyp
- nvhe
- vgic
- loongarch
- include/asm
- kernel
- kvm
- intc
- s390
- include/asm
- kvm
- um
- drivers
- os-Linux
- x86
- include/asm
- kvm/svm
- crypto
- drivers
- block
- drbd
- zram
- clk
- renesas
- sunxi-ng
- crypto/ccp
- dpll
- firewire
- gpio
- gpu/drm
- amd
- amdgpu
- amdkfd
- display/amdgpu_dm
- pm/swsmu
- bridge
- analogix
- cadence
- i915/display
- xe
- abi
- iommu
- amd
- intel
- md
- mmc/host
- net
- bonding
- ethernet
- broadcom
- cavium/liquidio
- freescale/dpaa2
- intel
- i40e
- ice
- igc
- ixgbe
- marvell
- octeon_ep
- octeontx2/nic
- mellanox/mlx5/core
- en_accel
- en
- esw
- lib
- natsemi
- qlogic/qed
- wireless/intel/iwlwifi/pcie/gen1_2
- platform/x86
- amd
- pmc
- pmf
- pmdomain
- renesas
- rockchip
- power/supply
- spi
- ufs/core
- fs
- btrfs
- nilfs2
- smb
- client
- server
- include
- crypto
- kvm
- linux
- mlx5
- net
- sound
- uapi/linux
- io_uring
- kernel
- cgroup
- sched
- trace
- rv
- monitors/sleep
- mm
- damon
- net
- core
- devlink
- ethtool
- ipv4
- mptcp
- rds
- rfkill
- rxrpc
- tls
- samples/damon
- sound
- hda
- codecs
- realtek
- side-codecs
- core
- soc
- amd/acp
- codecs
- intel
- boards
- catpt
- common
- qcom
- qdsp6
- sdca
- sof
- imx
- intel
- usb/qcom
- tools
- arch/loongarch/include/asm
- lib/subcmd
- objtool/arch/loongarch
- perf
- util
- testing/selftests
- drivers/net/bonding
- net
- mptcp
- openvswitch
- packetdrill
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
578 | | - | |
579 | | - | |
| 578 | + | |
| 579 | + | |
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
| |||
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
594 | | - | |
595 | 594 | | |
596 | 595 | | |
597 | 596 | | |
| |||
608 | 607 | | |
609 | 608 | | |
610 | 609 | | |
611 | | - | |
612 | | - | |
| 610 | + | |
| 611 | + | |
613 | 612 | | |
614 | 613 | | |
615 | 614 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2293 | 2293 | | |
2294 | 2294 | | |
2295 | 2295 | | |
2296 | | - | |
| 2296 | + | |
2297 | 2297 | | |
2298 | 2298 | | |
2299 | 2299 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7440 | 7440 | | |
7441 | 7441 | | |
7442 | 7442 | | |
7443 | | - | |
| 7443 | + | |
7444 | 7444 | | |
7445 | 7445 | | |
7446 | 7446 | | |
| |||
16206 | 16206 | | |
16207 | 16207 | | |
16208 | 16208 | | |
| 16209 | + | |
16209 | 16210 | | |
16210 | 16211 | | |
16211 | 16212 | | |
| |||
16250 | 16251 | | |
16251 | 16252 | | |
16252 | 16253 | | |
| 16254 | + | |
16253 | 16255 | | |
16254 | 16256 | | |
16255 | 16257 | | |
| |||
22060 | 22062 | | |
22061 | 22063 | | |
22062 | 22064 | | |
| 22065 | + | |
22063 | 22066 | | |
22064 | 22067 | | |
22065 | 22068 | | |
| |||
24267 | 24270 | | |
24268 | 24271 | | |
24269 | 24272 | | |
24270 | | - | |
| 24273 | + | |
24271 | 24274 | | |
24272 | 24275 | | |
24273 | 24276 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1369 | 1369 | | |
1370 | 1370 | | |
1371 | 1371 | | |
| 1372 | + | |
1372 | 1373 | | |
1373 | 1374 | | |
1374 | 1375 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | 358 | | |
364 | 359 | | |
365 | 360 | | |
| |||
389 | 384 | | |
390 | 385 | | |
391 | 386 | | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | 387 | | |
398 | 388 | | |
399 | 389 | | |
| |||
561 | 551 | | |
562 | 552 | | |
563 | 553 | | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | 554 | | |
585 | 555 | | |
586 | 556 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
184 | | - | |
| 182 | + | |
185 | 183 | | |
186 | 184 | | |
187 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2113 | 2113 | | |
2114 | 2114 | | |
2115 | 2115 | | |
2116 | | - | |
| 2116 | + | |
2117 | 2117 | | |
| 2118 | + | |
| 2119 | + | |
2118 | 2120 | | |
2119 | 2121 | | |
2120 | 2122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
99 | 106 | | |
100 | 107 | | |
101 | 108 | | |
| |||
138 | 145 | | |
139 | 146 | | |
140 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
141 | 151 | | |
142 | 152 | | |
143 | 153 | | |
| |||
184 | 194 | | |
185 | 195 | | |
186 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
187 | 200 | | |
188 | 201 | | |
189 | 202 | | |
| |||
0 commit comments