From: Kalle Valo <kvalo@codeaurora.org>
To: Vaibhav Gupta <vaibhavgupta40@gmail.com>
Cc: Bjorn Helgaas <helgaas@kernel.org>,
Bjorn Helgaas <bhelgaas@google.com>,
bjorn@helgaas.com, Vaibhav Gupta <vaibhav.varodek@gmail.com>,
"David S. Miller" <davem@davemloft.net>,
Stanislav Yakovlev <stas.yakovlev@gmail.com>,
Jakub Kicinski <kuba@kernel.org>,
Vaibhav Gupta <vaibhavgupta40@gmail.com>,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-kernel-mentees@lists.linuxfoundation.org,
skhan@linuxfoundation.org, linux-wireless@vger.kernel.org
Subject: Re: [PATCH v1 1/2] ipw2100: use generic power management
Date: Wed, 15 Jul 2020 10:39:43 +0000 (UTC) [thread overview]
Message-ID: <20200715103943.691F5C433A0@smtp.codeaurora.org> (raw)
In-Reply-To: <20200629072525.156154-2-vaibhavgupta40@gmail.com>
Vaibhav Gupta <vaibhavgupta40@gmail.com> wrote:
> With legacy PM, drivers themselves were responsible for managing the
> device's power states and takes care of register states.
>
> After upgrading to the generic structure, PCI core will take care of
> required tasks and drivers should do only device-specific operations.
>
> The driver was invoking PCI helper functions like pci_save/restore_state(),
> pci_enable/disable_device() and pci_set_power_state(), which is not
> recommended.
>
> Compile-tested only.
>
> Signed-off-by: Vaibhav Gupta <vaibhavgupta40@gmail.com>
2 patches applied to wireless-drivers-next.git, thanks.
814db61adb86 ipw2100: use generic power management
77b4ad07699f ipw2200: use generic power management
--
https://patchwork.kernel.org/patch/11632343/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
next prev parent reply other threads:[~2020-07-15 10:39 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-29 7:25 [Linux-kernel-mentees] [PATCH v1 0/2] ipw2x00: use generic power management Vaibhav Gupta
2020-06-29 7:25 ` Vaibhav Gupta
2020-06-29 7:25 ` [Linux-kernel-mentees] [PATCH v1 1/2] ipw2100: " Vaibhav Gupta
2020-06-29 7:25 ` Vaibhav Gupta
2020-07-15 10:39 ` [Linux-kernel-mentees] " Kalle Valo
2020-07-15 10:39 ` Kalle Valo [this message]
2020-06-29 7:25 ` [Linux-kernel-mentees] [PATCH v1 2/2] ipw2200: " Vaibhav Gupta
2020-06-29 7:25 ` Vaibhav Gupta
2020-07-13 14:41 ` [Linux-kernel-mentees] [PATCH v1 0/2] ipw2x00: " Kalle Valo
2020-07-13 14:41 ` Kalle Valo
2020-07-13 14:45 ` [Linux-kernel-mentees] " Vaibhav Gupta
2020-07-13 14:56 ` Kalle Valo
-- strict thread matches above, loose matches on Subject: below --
2020-06-29 3:32 Vaibhav Gupta
2020-06-29 3:32 ` [PATCH v1 1/2] ipw2100: " Vaibhav Gupta
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=20200715103943.691F5C433A0@smtp.codeaurora.org \
--to=kvalo@codeaurora.org \
--cc=bhelgaas@google.com \
--cc=bjorn@helgaas.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=linux-wireless@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=skhan@linuxfoundation.org \
--cc=stas.yakovlev@gmail.com \
--cc=vaibhav.varodek@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.