From: Florian Fainelli <f.fainelli@gmail.com>
To: Al Cooper <alcooperx@gmail.com>, linux-kernel@vger.kernel.org
Cc: bcm-kernel-feedback-list@broadcom.com,
"Florian Fainelli" <f.fainelli@gmail.com>,
"Kishon Vijay Abraham I" <kishon@ti.com>,
linux-phy@lists.infradead.org, "Rafał Miłecki" <rafal@milecki.pl>,
"Vinod Koul" <vkoul@kernel.org>
Subject: Re: [PATCH 2/3] usb: Add "wake on" functionality for newer Synopsis XHCI controllers
Date: Wed, 1 Dec 2021 12:40:24 -0800 [thread overview]
Message-ID: <38275ba2-a750-9d34-1f2a-e9eccbd2145f@gmail.com> (raw)
In-Reply-To: <20211201180653.35097-3-alcooperx@gmail.com>
On 12/1/21 10:06 AM, Al Cooper wrote:
> Add "wake on" support for the newer Synopsis based XHCI only controller.
> This works on the 72165 and 72164 and newer chips and does not work
> on 7216 based systems. Also switch the USB sysclk to a slower clock
> on suspend to save additional power in S2. The clock switch will only
> save power on the 72165b0 and newer chips and is a nop on older chips.
>
> Signed-off-by: Al Cooper <alcooperx@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
--
Florian
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
WARNING: multiple messages have this Message-ID (diff)
From: Florian Fainelli <f.fainelli@gmail.com>
To: Al Cooper <alcooperx@gmail.com>, linux-kernel@vger.kernel.org
Cc: bcm-kernel-feedback-list@broadcom.com,
"Florian Fainelli" <f.fainelli@gmail.com>,
"Kishon Vijay Abraham I" <kishon@ti.com>,
linux-phy@lists.infradead.org, "Rafał Miłecki" <rafal@milecki.pl>,
"Vinod Koul" <vkoul@kernel.org>
Subject: Re: [PATCH 2/3] usb: Add "wake on" functionality for newer Synopsis XHCI controllers
Date: Wed, 1 Dec 2021 12:40:24 -0800 [thread overview]
Message-ID: <38275ba2-a750-9d34-1f2a-e9eccbd2145f@gmail.com> (raw)
In-Reply-To: <20211201180653.35097-3-alcooperx@gmail.com>
On 12/1/21 10:06 AM, Al Cooper wrote:
> Add "wake on" support for the newer Synopsis based XHCI only controller.
> This works on the 72165 and 72164 and newer chips and does not work
> on 7216 based systems. Also switch the USB sysclk to a slower clock
> on suspend to save additional power in S2. The clock switch will only
> save power on the 72165b0 and newer chips and is a nop on older chips.
>
> Signed-off-by: Al Cooper <alcooperx@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
--
Florian
next prev parent reply other threads:[~2021-12-01 20:40 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-01 18:06 [PATCH 0/3] phy: phy-brcm-usb: Fixes for phy-brcm-usb driver Al Cooper
2021-12-01 18:06 ` Al Cooper
2021-12-01 18:06 ` [PATCH 1/3] phy: usb: Leave some clocks running during suspend Al Cooper
2021-12-01 18:06 ` Al Cooper
2021-12-01 20:39 ` Florian Fainelli
2021-12-01 20:39 ` Florian Fainelli
2021-12-02 4:35 ` Vinod Koul
2021-12-02 4:35 ` Vinod Koul
2022-01-06 21:01 ` Alan Cooper
2022-01-06 21:01 ` Alan Cooper
2021-12-01 18:06 ` [PATCH 2/3] usb: Add "wake on" functionality for newer Synopsis XHCI controllers Al Cooper
2021-12-01 18:06 ` Al Cooper
2021-12-01 20:40 ` Florian Fainelli [this message]
2021-12-01 20:40 ` Florian Fainelli
2021-12-01 18:06 ` [PATCH 3/3] phy: broadcom: Kconfig: Fix PHY_BRCM_USB config option Al Cooper
2021-12-01 18:06 ` Al Cooper
2021-12-01 20:40 ` Florian Fainelli
2021-12-01 20:40 ` Florian Fainelli
2021-12-01 21:08 ` Rafał Miłecki
2021-12-01 21:08 ` Rafał Miłecki
2022-01-19 23:26 ` [PATCH 0/3] phy: phy-brcm-usb: Fixes for phy-brcm-usb driver Florian Fainelli
2022-01-19 23:26 ` Florian Fainelli
2022-01-23 11:45 ` Vinod Koul
2022-01-23 11:45 ` Vinod Koul
2022-01-28 1:01 ` Florian Fainelli
2022-01-28 1:01 ` Florian Fainelli
2022-02-02 4:57 ` Vinod Koul
2022-02-02 4:57 ` Vinod Koul
2022-02-02 16:24 ` Florian Fainelli
2022-02-02 16:24 ` Florian Fainelli
2022-02-03 0:12 ` Vinod Koul
2022-02-03 0:12 ` Vinod Koul
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=38275ba2-a750-9d34-1f2a-e9eccbd2145f@gmail.com \
--to=f.fainelli@gmail.com \
--cc=alcooperx@gmail.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=kishon@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=rafal@milecki.pl \
--cc=vkoul@kernel.org \
/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.