From: Kalle Valo <kvalo@codeaurora.org>
To: Vaibhav Gupta <vaibhavgupta40@gmail.com>
Cc: linux-kernel@vger.kernel.org, Bjorn Helgaas <helgaas@kernel.org>,
netdev@vger.kernel.org, Bjorn Helgaas <bhelgaas@google.com>,
Jakub Kicinski <kuba@kernel.org>,
linux-kernel-mentees@lists.linuxfoundation.org,
"David S. Miller" <davem@davemloft.net>,
Stanislav Yakovlev <stas.yakovlev@gmail.com>
Subject: Re: [Linux-kernel-mentees] [PATCH v1 0/2] ipw2x00: use generic power management
Date: Mon, 29 Jun 2020 08:50:30 +0300 [thread overview]
Message-ID: <87y2o6xvx5.fsf@codeaurora.org> (raw)
In-Reply-To: <20200629033226.160936-1-vaibhavgupta40@gmail.com> (Vaibhav Gupta's message of "Mon, 29 Jun 2020 09:02:24 +0530")
Vaibhav Gupta <vaibhavgupta40@gmail.com> writes:
> Linux Kernel Mentee: Remove Legacy Power Management.
>
> The purpose of this patch series is to remove legacy power management callbacks
> from amd ethernet drivers.
>
> The callbacks performing suspend() and resume() operations are still calling
> pci_save_state(), pci_set_power_state(), etc. and handling the power management
> themselves, which is not recommended.
>
> The conversion requires the removal of the those function calls and change the
> callback definition accordingly and make use of dev_pm_ops structure.
>
> All patches are compile-tested only.
>
> Vaibhav Gupta (2):
> ipw2100: use generic power management
> ipw2200: use generic power management
>
> drivers/net/wireless/intel/ipw2x00/ipw2100.c | 31 +++++---------------
> drivers/net/wireless/intel/ipw2x00/ipw2200.c | 30 +++++--------------
> 2 files changed, 14 insertions(+), 47 deletions(-)
For wireless patches you should CC linux-wireless, otherwise they will
not be in radar. See more from link below.
--
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees
next prev parent reply other threads:[~2020-06-29 5:50 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-29 3:32 [Linux-kernel-mentees] [PATCH v1 0/2] ipw2x00: use generic power management Vaibhav Gupta
2020-06-29 3:32 ` Vaibhav Gupta
2020-06-29 3:32 ` [Linux-kernel-mentees] [PATCH v1 1/2] ipw2100: " Vaibhav Gupta
2020-06-29 3:32 ` Vaibhav Gupta
2020-06-29 3:32 ` [Linux-kernel-mentees] [PATCH v1 2/2] ipw2200: " Vaibhav Gupta
2020-06-29 3:32 ` Vaibhav Gupta
2020-06-29 5:50 ` Kalle Valo [this message]
2020-06-29 7:13 ` [Linux-kernel-mentees] [PATCH v1 0/2] ipw2x00: " Vaibhav Gupta
2020-06-29 7:13 ` Vaibhav Gupta
-- strict thread matches above, loose matches on Subject: below --
2020-06-29 7:25 [Linux-kernel-mentees] " Vaibhav Gupta
2020-07-13 14:41 ` Kalle Valo
2020-07-13 14:45 ` Vaibhav Gupta
2020-07-13 14:56 ` Kalle Valo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y2o6xvx5.fsf@codeaurora.org \
--to=kvalo@codeaurora.org \
--cc=bhelgaas@google.com \
--cc=davem@davemloft.net \
--cc=helgaas@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-kernel-mentees@lists.linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=stas.yakovlev@gmail.com \
--cc=vaibhavgupta40@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.