All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johan Hovold <johan@kernel.org>
To: sean.wang@mediatek.com
Cc: robh+dt@kernel.org, mark.rutland@arm.com, marcel@holtmann.org,
	johan.hedberg@gmail.com, devicetree@vger.kernel.org,
	linux-bluetooth@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org,
	Rob Herring <robh@kernel.org>,
	Ulf Hansson <ulf.hansson@linaro.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Jiri Slaby <jslaby@suse.com>,
	linux-serial@vger.kernel.org
Subject: Re: [PATCH v5 2/7] serdev: add dev_pm_domain_attach|detach()
Date: Sun, 15 Jul 2018 10:56:28 +0200	[thread overview]
Message-ID: <20180715085628.GI10204@localhost> (raw)
In-Reply-To: <d5904115ff1da38fe79b45fa3d59ef0688cea124.1531150733.git.sean.wang@mediatek.com>

On Mon, Jul 09, 2018 at 11:56:58PM +0800, sean.wang@mediatek.com wrote:
> From: Sean Wang <sean.wang@mediatek.com>
> 
> In order to open up the required power gate before any operation can be
> effectively performed over the serial bus between CPU and serdev, it's
> clearly essential to add common attach functions for PM domains to serdev
> at the probe phase.
> 
> Similarly, the relevant dettach function for the PM domains should be
> properly and reversely added at the remove phase.
> 
> Signed-off-by: Sean Wang <sean.wang@mediatek.com>
> Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: Rob Herring <robh@kernel.org>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: Jiri Slaby <jslaby@suse.com>
> Cc: linux-serial@vger.kernel.org

Reviewed-by: Johan Hovold <johan@kernel.org>

WARNING: multiple messages have this Message-ID (diff)
From: johan@kernel.org (Johan Hovold)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 2/7] serdev: add dev_pm_domain_attach|detach()
Date: Sun, 15 Jul 2018 10:56:28 +0200	[thread overview]
Message-ID: <20180715085628.GI10204@localhost> (raw)
In-Reply-To: <d5904115ff1da38fe79b45fa3d59ef0688cea124.1531150733.git.sean.wang@mediatek.com>

On Mon, Jul 09, 2018 at 11:56:58PM +0800, sean.wang at mediatek.com wrote:
> From: Sean Wang <sean.wang@mediatek.com>
> 
> In order to open up the required power gate before any operation can be
> effectively performed over the serial bus between CPU and serdev, it's
> clearly essential to add common attach functions for PM domains to serdev
> at the probe phase.
> 
> Similarly, the relevant dettach function for the PM domains should be
> properly and reversely added at the remove phase.
> 
> Signed-off-by: Sean Wang <sean.wang@mediatek.com>
> Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: Rob Herring <robh@kernel.org>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: Jiri Slaby <jslaby@suse.com>
> Cc: linux-serial at vger.kernel.org

Reviewed-by: Johan Hovold <johan@kernel.org>

  parent reply	other threads:[~2018-07-15  8:56 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-09 15:56 [PATCH v5 0/7] add support for Bluetooth on MT7622 SoC sean.wang
2018-07-09 15:56 ` sean.wang at mediatek.com
2018-07-09 15:56 ` sean.wang
2018-07-09 15:56 ` [PATCH v5 1/7] dt-bindings: net: bluetooth: Add mediatek-bluetooth sean.wang
2018-07-09 15:56   ` sean.wang at mediatek.com
2018-07-09 15:56   ` sean.wang
2018-07-14 16:26   ` Marcel Holtmann
2018-07-14 16:26     ` Marcel Holtmann
2018-07-15  5:10     ` Sean Wang
2018-07-15  5:10       ` Sean Wang
2018-07-15  5:10       ` Sean Wang
2018-07-09 15:56 ` [PATCH v5 2/7] serdev: add dev_pm_domain_attach|detach() sean.wang
2018-07-09 15:56   ` sean.wang at mediatek.com
2018-07-09 15:56   ` sean.wang
2018-07-14 16:27   ` Marcel Holtmann
2018-07-14 16:27     ` Marcel Holtmann
2018-07-15  5:29     ` [SPAM]Re: " Sean Wang
2018-07-15  5:29       ` Sean Wang
2018-07-15  8:12       ` Greg Kroah-Hartman
2018-07-15  8:12         ` Greg Kroah-Hartman
2018-07-15  8:56   ` Johan Hovold [this message]
2018-07-15  8:56     ` Johan Hovold
2018-07-16  9:50     ` Greg Kroah-Hartman
2018-07-16  9:50       ` Greg Kroah-Hartman
2018-07-09 15:56 ` [PATCH v5 3/7] Bluetooth: Add new serdev based driver for UART attached controllers sean.wang
2018-07-09 15:56   ` sean.wang at mediatek.com
2018-07-09 15:56   ` sean.wang
2018-07-09 15:57 ` [PATCH v5 4/7] Bluetooth: Add new quirk for non-persistent setup settings sean.wang
2018-07-09 15:57   ` sean.wang at mediatek.com
2018-07-09 15:57   ` sean.wang-NuS5LvNUpcJWk0Htik3J/w
2018-07-14 16:34   ` Marcel Holtmann
2018-07-14 16:34     ` Marcel Holtmann
2018-07-15  7:02     ` Sean Wang
2018-07-15  7:02       ` Sean Wang
2018-07-16 12:56       ` Marcel Holtmann
2018-07-16 12:56         ` Marcel Holtmann
2018-07-16 16:05         ` Sean Wang
2018-07-16 16:05           ` Sean Wang
2018-07-16 16:05           ` Sean Wang
2018-07-16 16:15           ` [SPAM]Re: " Sean Wang
2018-07-16 16:15             ` Sean Wang
2018-07-16 16:15             ` Sean Wang
2018-07-18 12:14           ` Marcel Holtmann
2018-07-18 12:14             ` Marcel Holtmann
2018-07-18 13:33             ` Sean Wang
2018-07-18 13:33               ` Sean Wang
2018-07-18 13:33               ` Sean Wang
2018-07-09 15:57 ` [PATCH v5 5/7] Bluetooth: Extend btuart driver for join more vendor devices sean.wang
2018-07-09 15:57   ` sean.wang at mediatek.com
2018-07-09 15:57   ` sean.wang
2018-07-14 16:44   ` Marcel Holtmann
2018-07-14 16:44     ` Marcel Holtmann
2018-07-14 16:44     ` Marcel Holtmann
2018-07-15  7:52     ` Sean Wang
2018-07-15  7:52       ` Sean Wang
2018-07-15  7:52       ` Sean Wang
2018-07-16 12:59       ` Marcel Holtmann
2018-07-16 12:59         ` Marcel Holtmann
2018-07-16 15:29         ` Sean Wang
2018-07-16 15:29           ` Sean Wang
2018-07-16 15:29           ` Sean Wang
2018-07-18 12:23           ` Marcel Holtmann
2018-07-18 12:23             ` Marcel Holtmann
2018-07-18 14:26             ` Sean Wang
2018-07-18 14:26               ` Sean Wang
2018-07-18 14:26               ` Sean Wang
2018-07-18 16:56               ` [SPAM]Re: " Sean Wang
2018-07-18 16:56                 ` Sean Wang
2018-07-18 16:56                 ` Sean Wang
2018-07-09 15:57 ` [PATCH v5 6/7] Bluetooth: mediatek: Add protocol support for MediaTek serial devices sean.wang
2018-07-09 15:57   ` sean.wang at mediatek.com
2018-07-09 15:57   ` sean.wang
2018-07-14 16:32   ` Marcel Holtmann
2018-07-14 16:32     ` Marcel Holtmann
2018-07-15  5:53     ` Sean Wang
2018-07-15  5:53       ` Sean Wang
2018-07-15  5:53       ` Sean Wang
2018-07-09 15:57 ` [PATCH v5 7/7] MAINTAINERS: add an entry for MediaTek Bluetooth driver sean.wang
2018-07-09 15:57   ` sean.wang at mediatek.com
2018-07-09 15:57   ` sean.wang-NuS5LvNUpcJWk0Htik3J/w

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=20180715085628.GI10204@localhost \
    --to=johan@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=johan.hedberg@gmail.com \
    --cc=jslaby@suse.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=marcel@holtmann.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=robh@kernel.org \
    --cc=sean.wang@mediatek.com \
    --cc=ulf.hansson@linaro.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.