devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Scott Shu <scott.shu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
To: Matthias Brugger <matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Ian Campbell
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
	Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>,
	Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>,
	Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>,
	Yingjoe Chen
	<yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>,
	Marc Carino <marc.ceeeee-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Lorenzo Pieralisi
	<lorenzo.pieralisi-5wv7dgnIgG8@public.gmane.org>,
	Radha Mohan Chintakuntla
	<rchintakuntla-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	loda.chou-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org,
	jades.shih-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org,
	scott.shu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	wsd_upstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org
Subject: Re: [PATCH v2 2/6] soc: Mediatek: Add SCPSYS CPU power domain driver
Date: Sat, 18 Jul 2015 10:23:03 +0800	[thread overview]
Message-ID: <1437186183.7036.25.camel@mtkswgap22> (raw)
In-Reply-To: <1480643.lE6oTr5Rlh@ubix>

Hi Matthias,
Sascha hopes we can put CPU MTCMOS driver to his mtk-scpsys.c. We
understood but please let us describe our opinion.
(1) The code to initial CPU for SMP operation is in very early stage
during bring-up, the mtk-scpsys.c is not ready at the moment.

(2) The CPU MTCMOS driver may chip dependent, it’s more simple and easy
maintenance for us. 

(3) There are some precedents that locate the CPU power control under
arch/arm/mach-xxxx folder.

Please let us have more discussion about this.
Thanks a lot.
Scott

On Fri, 2015-07-10 at 16:31 +0200, Matthias Brugger wrote:
> On Friday, July 10, 2015 02:04:05 PM Scott Shu wrote:
> > This adds a CPU power domain driver for the Mediatek SCPSYS unit on
> > MT6580.
> > 
> > Signed-off-by: Scott Shu <scott.shu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
> > ---
> >  arch/arm/mach-mediatek/Makefile  |   2 +-
> >  arch/arm/mach-mediatek/generic.h |  23 ++++
> >  arch/arm/mach-mediatek/hotplug.c | 267
> > +++++++++++++++++++++++++++++++++++++++ 3 files changed, 291 insertions(+),
> > 1 deletion(-)
> >  create mode 100644 arch/arm/mach-mediatek/generic.h
> >  create mode 100644 arch/arm/mach-mediatek/hotplug.c
> > 
> > diff --git a/arch/arm/mach-mediatek/Makefile
> > b/arch/arm/mach-mediatek/Makefile index 2116460..b2e4ef5 100644
> > --- a/arch/arm/mach-mediatek/Makefile
> > +++ b/arch/arm/mach-mediatek/Makefile
> > @@ -1,4 +1,4 @@
> >  ifeq ($(CONFIG_SMP),y)
> > -obj-$(CONFIG_ARCH_MEDIATEK) += platsmp.o
> > +obj-$(CONFIG_ARCH_MEDIATEK) += platsmp.o hotplug.o
> >  endif
> >  obj-$(CONFIG_ARCH_MEDIATEK) += mediatek.o
> > diff --git a/arch/arm/mach-mediatek/generic.h
> > b/arch/arm/mach-mediatek/generic.h new file mode 100644
> > index 0000000..376f183
> > --- /dev/null
> > +++ b/arch/arm/mach-mediatek/generic.h
> > @@ -0,0 +1,23 @@
> > +/*
> > + * Copyright (c) 2015 Mediatek Inc.
> > + * Author: Scott Shu <scott.shu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
> > + *
> > + * This program is free software; you can redistribute it and/or modify
> > + * it under the terms of the GNU General Public License version 2 as
> > + * published by the Free Software Foundation.
> > + *
> > + * This program is distributed in the hope that it will be useful,
> > + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> > + * GNU General Public License for more details.
> > + */
> > +#ifndef __MACH_GENERIC_H
> > +#define __MACH_GENERIC_H
> > +
> > +#include <linux/kernel.h>
> > +
> > +int spm_cpu_mtcmos_init(void);
> > +int spm_cpu_mtcmos_on(int cpu);
> > +int spm_cpu_mtcmos_off(int cpu, bool wfi);
> > +
> > +#endif
> > diff --git a/arch/arm/mach-mediatek/hotplug.c
> > b/arch/arm/mach-mediatek/hotplug.c new file mode 100644
> > index 0000000..bd97f2e
> > --- /dev/null
> > +++ b/arch/arm/mach-mediatek/hotplug.c
> > @@ -0,0 +1,267 @@
> > +/*
> > + * Copyright (c) 2015 Mediatek Inc.
> > + * Author: Scott Shu <scott.shu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
> > + *
> > + * This program is free software; you can redistribute it and/or modify
> > + * it under the terms of the GNU General Public License version 2 as
> > + * published by the Free Software Foundation.
> > + *
> > + * This program is distributed in the hope that it will be useful,
> > + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> > + * GNU General Public License for more details.
> > + */
> > +#include <linux/init.h>
> > +#include <linux/module.h>
> > +#include <linux/kernel.h>
> > +#include <linux/spinlock.h>
> > +#include <linux/delay.h>
> > +#include <linux/of.h>
> > +#include <linux/of_irq.h>
> > +#include <linux/of_address.h>
> > +
> > +/* SCPSYS registers */
> > +#define SPM_POWERON_CONFIG_SET		0x0000
> > +
> > +#define SPM_CA7_CPU0_PWR_CON		0x0200
> > +#define SPM_CA7_CPU1_PWR_CON		0x0218
> > +#define SPM_CA7_CPU2_PWR_CON		0x021c
> > +#define SPM_CA7_CPU3_PWR_CON		0x0220
> > +
> > +#define SPM_CA7_CPU0_L1_PDN		0x025c
> > +#define SPM_CA7_CPU1_L1_PDN		0x0264
> > +#define SPM_CA7_CPU2_L1_PDN		0x026c
> > +#define SPM_CA7_CPU3_L1_PDN		0x0274
> > +
> > +#define SPM_PWR_STATUS			0x060c
> > +#define SPM_PWR_STATUS_2ND		0x0610
> > +#define SPM_SLEEP_TIMER_STA		0x0720
> > +
> > +/* bit definition in SPM_CA7_CPUx_PWR_CON */
> > +#define SRAM_ISOINT_B		BIT(6)
> > +#define SRAM_CKISO		BIT(5)
> > +#define PWR_CLK_DIS		BIT(4)
> > +#define PWR_ON_2ND		BIT(3)
> > +#define PWR_ON			BIT(2)
> > +#define PWR_ISO			BIT(1)
> > +#define PWR_RST_B		BIT(0)
> > +
> > +/* bit definition in SPM_CA7_CPUx_L1_PDN */
> > +#define L1_PDN_ACK		BIT(8)
> > +#define L1_PDN			BIT(0)
> > +
> > +#define MT6580_MAX_CPUS		4
> > +
> > +static DEFINE_SPINLOCK(spm_cpu_lock);
> > +
> > +void __iomem *spm_cpu_base;
> > +
> > +u32 spm_cpu_pwr_con[MT6580_MAX_CPUS] = {
> > +	SPM_CA7_CPU0_PWR_CON,
> > +	SPM_CA7_CPU1_PWR_CON,
> > +	SPM_CA7_CPU2_PWR_CON,
> > +	SPM_CA7_CPU3_PWR_CON,
> > +};
> > +
> > +u32 spm_cpu_l1_pdn[MT6580_MAX_CPUS] = {
> > +	SPM_CA7_CPU0_L1_PDN,
> > +	SPM_CA7_CPU1_L1_PDN,
> > +	SPM_CA7_CPU2_L1_PDN,
> > +	SPM_CA7_CPU3_L1_PDN,
> > +};
> > +
> > +#define SPM_REGWR_EN		BIT(0)
> > +#define SPM_PROJECT_CODE	0x0B16
> > +
> > +int spm_cpu_mtcmos_on(int cpu)
> > +{
> > +	unsigned long flags;
> > +	static u32 spmcpu_pwr_con, spmcpu_l1_pdn;
> > +	unsigned int temp;
> > +	int timeout = 10;
> > +	int ret = -ENOSYS;
> > +
> > +	temp = (SPM_PROJECT_CODE << 16) | SPM_REGWR_EN;
> > +	writel_relaxed(temp, spm_cpu_base + SPM_POWERON_CONFIG_SET);
> > +
> > +	spmcpu_pwr_con = spm_cpu_pwr_con[cpu];
> > +	spmcpu_l1_pdn = spm_cpu_l1_pdn[cpu];
> > +
> > +	spin_lock_irqsave(&spm_cpu_lock, flags);
> > +
> > +	/* Set PWR_ON */
> > +	temp = readl_relaxed(spm_cpu_base + spmcpu_pwr_con);
> > +	temp |= PWR_ON;
> > +	writel_relaxed(temp, spm_cpu_base + spmcpu_pwr_con);
> > +
> > +	/* Wait for charging core power */
> > +	udelay(1);
> > +
> > +	/* Set PWR_ON_2ND */
> > +	temp = readl_relaxed(spm_cpu_base + spmcpu_pwr_con);
> > +	temp |= PWR_ON_2ND;
> > +	writel_relaxed(temp, spm_cpu_base + spmcpu_pwr_con);
> > +
> > +	/* Wait for the power-ack */
> > +	while (((readl_relaxed(spm_cpu_base + SPM_PWR_STATUS) &
> > +		(1U << (13 - cpu))) != (1U << (13 - cpu))) ||
> > +		((readl_relaxed(spm_cpu_base + SPM_PWR_STATUS_2ND) &
> > +		(1U << (13 - cpu))) != (1U << (13 - cpu)))) {
> > +		if (--timeout == 0)
> > +			goto fail;
> > +		udelay(1);
> > +	}
> > +
> > +	temp = readl_relaxed(spm_cpu_base + spmcpu_pwr_con);
> > +	temp &= ~PWR_ISO;
> > +	writel_relaxed(temp, spm_cpu_base + spmcpu_pwr_con);
> > +
> > +	/* L1 power on */
> > +	temp = readl_relaxed(spm_cpu_base + spmcpu_l1_pdn);
> > +	temp &= ~L1_PDN;
> > +	writel_relaxed(temp, spm_cpu_base + spmcpu_l1_pdn);
> > +	timeout = 10;
> > +	while ((readl_relaxed(spm_cpu_base + spmcpu_l1_pdn) &
> > +		L1_PDN_ACK) != 0) {
> > +		if (--timeout == 0)
> > +			goto fail;
> > +		udelay(1);
> > +	}
> > +
> > +	/* Wait for memory power ready */
> > +	udelay(1);
> > +
> > +	/* Set SRAM_ISOINT_B */
> > +	temp = readl_relaxed(spm_cpu_base + spmcpu_pwr_con);
> > +	temp |= SRAM_ISOINT_B;
> > +	writel_relaxed(temp, spm_cpu_base + spmcpu_pwr_con);
> > +
> > +	/* Clear SRAM_CKISO */
> > +	temp = readl_relaxed(spm_cpu_base + spmcpu_pwr_con);
> > +	temp &= ~SRAM_CKISO;
> > +	writel_relaxed(temp, spm_cpu_base + spmcpu_pwr_con);
> > +
> > +	/* Clear PWR_CLK_DIS */
> > +	temp = readl_relaxed(spm_cpu_base + spmcpu_pwr_con);
> > +	temp &= ~PWR_CLK_DIS;
> > +	writel_relaxed(temp, spm_cpu_base + spmcpu_pwr_con);
> > +
> > +	/* Set PWR_RST_B to finish power on and reset sequences */
> > +	temp = readl_relaxed(spm_cpu_base + spmcpu_pwr_con);
> > +	temp |= PWR_RST_B;
> > +	writel_relaxed(temp, spm_cpu_base + spmcpu_pwr_con);
> > +
> > +	ret = 0;
> > +fail:
> > +	spin_unlock_irqrestore(&spm_cpu_lock, flags);
> > +
> > +	return ret;
> > +}
> > +
> > +int spm_cpu_mtcmos_off(int cpu, bool wfi)
> > +{
> > +	unsigned long flags;
> > +	static u32 spmcpu_pwr_con, spmcpu_l1_pdn;
> > +	unsigned int temp;
> > +	int timeout = 10;
> > +	int ret = -ENOSYS;
> > +
> > +	temp = (SPM_PROJECT_CODE << 16) | SPM_REGWR_EN;
> > +	writel_relaxed(temp, spm_cpu_base + SPM_POWERON_CONFIG_SET);
> > +
> > +	spmcpu_pwr_con = spm_cpu_pwr_con[cpu];
> > +	spmcpu_l1_pdn = spm_cpu_l1_pdn[cpu];
> > +
> > +	if (wfi) {
> > +		while ((readl_relaxed(spm_cpu_base + SPM_SLEEP_TIMER_STA) &
> > +			(1U << (16 + cpu))) == 0) {
> > +			if (--timeout == 0)
> > +				return ret;
> > +			udelay(1);
> > +		}
> > +	}
> > +
> > +	spin_lock_irqsave(&spm_cpu_lock, flags);
> > +
> > +	/* Set PWR_ISO */
> > +	temp = readl_relaxed(spm_cpu_base + spmcpu_pwr_con);
> > +	temp |= PWR_ISO;
> > +	writel_relaxed(temp, spm_cpu_base + spmcpu_pwr_con);
> > +
> > +	/* Set SRAM_CKISO */
> > +	temp = readl_relaxed(spm_cpu_base + spmcpu_pwr_con);
> > +	temp |= SRAM_CKISO;
> > +	writel_relaxed(temp, spm_cpu_base + spmcpu_pwr_con);
> > +
> > +	/* Clear SRAM_ISOINT_B */
> > +	temp = readl_relaxed(spm_cpu_base + spmcpu_pwr_con);
> > +	temp &= ~SRAM_ISOINT_B;
> > +	writel_relaxed(temp, spm_cpu_base + spmcpu_pwr_con);
> > +
> > +	/* L1 power off */
> > +	temp = readl_relaxed(spm_cpu_base + spmcpu_l1_pdn);
> > +	temp |= L1_PDN;
> > +	writel_relaxed(temp, spm_cpu_base + spmcpu_l1_pdn);
> > +	timeout = 10;
> > +	while ((readl_relaxed(spm_cpu_base + spmcpu_l1_pdn) &
> > +		L1_PDN_ACK) != L1_PDN_ACK) {
> > +		if (--timeout == 0)
> > +			goto fail;
> > +		udelay(1);
> > +	}
> > +
> > +	/* Clear PWR_RST_B */
> > +	temp = readl_relaxed(spm_cpu_base + spmcpu_pwr_con);
> > +	temp &= ~PWR_RST_B;
> > +	writel_relaxed(temp, spm_cpu_base + spmcpu_pwr_con);
> > +
> > +	/* Set PWR_CLK_DIS */
> > +	temp = readl_relaxed(spm_cpu_base + spmcpu_pwr_con);
> > +	temp |= PWR_CLK_DIS;
> > +	writel_relaxed(temp, spm_cpu_base + spmcpu_pwr_con);
> > +
> > +	/* Clear PWR_ON */
> > +	temp = readl_relaxed(spm_cpu_base + spmcpu_pwr_con);
> > +	temp &= ~PWR_ON;
> > +	writel_relaxed(temp, spm_cpu_base + spmcpu_pwr_con);
> > +
> > +	/* Clear PWR_ON_2ND */
> > +	temp = readl_relaxed(spm_cpu_base + spmcpu_pwr_con);
> > +	temp &= ~PWR_ON_2ND;
> > +	writel_relaxed(temp, spm_cpu_base + spmcpu_pwr_con);
> > +
> > +	timeout = 10;
> > +	while (((readl_relaxed(spm_cpu_base + SPM_PWR_STATUS) &
> > +		(1U << (13 - cpu))) != 0) ||
> > +	       ((readl_relaxed(spm_cpu_base + SPM_PWR_STATUS_2ND) &
> > +		(1U << (13 - cpu))) != 0)) {
> > +		if (--timeout == 0)
> > +			goto fail;
> > +		udelay(1);
> > +	}
> > +
> > +	ret = 0;
> > +fail:
> > +	spin_unlock_irqrestore(&spm_cpu_lock, flags);
> > +
> > +	return ret;
> > +}
> > +
> > +int spm_cpu_mtcmos_init(void)
> > +{
> > +	struct device_node *node;
> > +
> > +	node = of_find_compatible_node(NULL, NULL, "mediatek,mt6580-scpsys");
> 
> This looks pretty much as if it should go in 
> drivers/soc/mediatek/mtk-scpsys.c
> 
> AFAIR Sascha already mentioned that in v1.
> Why do you want/need to implement this mach-mediatek?
> 
> Thanks,
> Matthias


--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2015-07-18  2:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <Scott Shu <scott.shu@gmail.com>
     [not found] ` <Scott Shu <scott.shu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-07-10  6:04   ` [PATCH v2 0/6] This series adds SMP support for the MediaTek MT6580 Scott Shu
     [not found]     ` <1436508249-49338-1-git-send-email-scott.shu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-07-10  6:04       ` [PATCH v2 1/6] Document: bindings: DT: Add SMP enable method for MT6580 SoC platform Scott Shu
2015-07-10  6:04       ` [PATCH v2 2/6] soc: Mediatek: Add SCPSYS CPU power domain driver Scott Shu
     [not found]         ` <1436508249-49338-3-git-send-email-scott.shu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-07-10 14:31           ` Matthias Brugger
2015-07-13  4:18             ` Scott Shu
2015-07-18  2:23             ` Scott Shu [this message]
2015-07-10  6:04       ` [PATCH v2 3/6] ARM: mediatek: add smp bringup code for MT6580 Scott Shu
2015-07-10  6:04       ` [PATCH v2 6/6] ARM: dts: mt6580: enable basic SMP bringup " Scott Shu
2015-07-10  6:04     ` [PATCH v2 4/6] ARM: Mediatek: enable GPT6 on boot up to make arch timer working " Scott Shu
2015-07-10  6:04     ` [PATCH v2 5/6] ARM: dts: mt6580: Add device nodes to the MT6580 dtsi file Scott Shu

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=1437186183.7036.25.camel@mtkswgap22 \
    --to=scott.shu-nus5lvnupcjwk0htik3j/w@public.gmane.org \
    --cc=arnd-r2nGTMty4D4@public.gmane.org \
    --cc=catalin.marinas-5wv7dgnIgG8@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org \
    --cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
    --cc=jades.shih-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
    --cc=linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=loda.chou-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
    --cc=lorenzo.pieralisi-5wv7dgnIgG8@public.gmane.org \
    --cc=marc.ceeeee-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
    --cc=rchintakuntla-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=scott.shu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=wsd_upstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
    --cc=yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).