All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: ipa: enable automatic suspend
@ 2021-08-20 16:01 Alex Elder
  2021-08-20 16:01 ` [PATCH net-next 1/3] net: ipa: use autosuspend Alex Elder
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alex Elder @ 2021-08-20 16:01 UTC (permalink / raw)
  To: davem, kuba
  Cc: bjorn.andersson, evgreen, cpratapa, subashab, elder, netdev,
	linux-kernel

At long last, the first patch in this series enables automatic
suspend managed by the power management core.  The remaining two
just rename things to be "power" oriented rather than "clock"
oriented.

					-Alex

Alex Elder (3):
  net: ipa: use autosuspend
  net: ipa: rename ipa_clock_* symbols
  net: ipa: rename "ipa_clock.c"

 drivers/net/ipa/Makefile                     |   2 +-
 drivers/net/ipa/ipa.h                        |  20 +--
 drivers/net/ipa/ipa_data-v3.1.c              |   4 +-
 drivers/net/ipa/ipa_data-v3.5.1.c            |   4 +-
 drivers/net/ipa/ipa_data-v4.11.c             |   4 +-
 drivers/net/ipa/ipa_data-v4.2.c              |   4 +-
 drivers/net/ipa/ipa_data-v4.5.c              |   4 +-
 drivers/net/ipa/ipa_data-v4.9.c              |   4 +-
 drivers/net/ipa/ipa_data.h                   |  10 +-
 drivers/net/ipa/ipa_endpoint.c               |   4 +-
 drivers/net/ipa/ipa_interrupt.c              |   3 +-
 drivers/net/ipa/ipa_main.c                   |  45 ++---
 drivers/net/ipa/ipa_modem.c                  |  20 ++-
 drivers/net/ipa/{ipa_clock.c => ipa_power.c} | 163 +++++++++----------
 drivers/net/ipa/{ipa_clock.h => ipa_power.h} |  26 +--
 drivers/net/ipa/ipa_smp2p.c                  |  66 ++++----
 drivers/net/ipa/ipa_smp2p.h                  |   2 +-
 drivers/net/ipa/ipa_uc.c                     |  26 +--
 drivers/net/ipa/ipa_uc.h                     |  10 +-
 19 files changed, 217 insertions(+), 204 deletions(-)
 rename drivers/net/ipa/{ipa_clock.c => ipa_power.c} (72%)
 rename drivers/net/ipa/{ipa_clock.h => ipa_power.h} (69%)

-- 
2.27.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-08-22  9:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-20 16:01 [PATCH net-next 0/3] net: ipa: enable automatic suspend Alex Elder
2021-08-20 16:01 ` [PATCH net-next 1/3] net: ipa: use autosuspend Alex Elder
2021-08-20 16:01 ` [PATCH net-next 2/3] net: ipa: rename ipa_clock_* symbols Alex Elder
2021-08-20 16:01 ` [PATCH net-next 3/3] net: ipa: rename "ipa_clock.c" Alex Elder
2021-08-22  9:00 ` [PATCH net-next 0/3] net: ipa: enable automatic suspend patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.