From: Tony Lindgren <tony@atomide.com>
To: Tero Kristo <t-kristo@ti.com>
Cc: linux-omap@vger.kernel.org, paul@pwsan.com,
tomi.valkeinen@ti.com, nm@ti.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCHv2 00/33] ARM: OMAP2+: PRCM/omap ctrl cleanups against 3.19-rc1
Date: Fri, 13 Feb 2015 10:33:28 -0800 [thread overview]
Message-ID: <20150213183327.GQ2531@atomide.com> (raw)
In-Reply-To: <1423843973-6050-1-git-send-email-t-kristo@ti.com>
Hi Tero,
* Tero Kristo <t-kristo@ti.com> [150213 08:16]:
> Hi,
>
> Updates since v1:
>
> - fixed omap2/am33xx boot issues
> - added regmap support to generic omap clock core
> - control module driver converted to use syscon
I made some comments to patch 25 of this series detailing
how we should limit the syscon usage to the scm_conf register
area only.
> - dropped patches for removing legacy pad muxing support (this is still
> needed)
Sounds like this can be moved to the DSS driver using the
syscon area as long as these are not in the pinctrl-single
padconf register area. Preferrably implementing some standard
Linux framework, along the lines pbias-regulator.c is handling
the SCM register for MMC.
Regards,
Tony
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv2 00/33] ARM: OMAP2+: PRCM/omap ctrl cleanups against 3.19-rc1
Date: Fri, 13 Feb 2015 10:33:28 -0800 [thread overview]
Message-ID: <20150213183327.GQ2531@atomide.com> (raw)
In-Reply-To: <1423843973-6050-1-git-send-email-t-kristo@ti.com>
Hi Tero,
* Tero Kristo <t-kristo@ti.com> [150213 08:16]:
> Hi,
>
> Updates since v1:
>
> - fixed omap2/am33xx boot issues
> - added regmap support to generic omap clock core
> - control module driver converted to use syscon
I made some comments to patch 25 of this series detailing
how we should limit the syscon usage to the scm_conf register
area only.
> - dropped patches for removing legacy pad muxing support (this is still
> needed)
Sounds like this can be moved to the DSS driver using the
syscon area as long as these are not in the pinctrl-single
padconf register area. Preferrably implementing some standard
Linux framework, along the lines pbias-regulator.c is handling
the SCM register for MMC.
Regards,
Tony
next prev parent reply other threads:[~2015-02-13 18:38 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-13 16:12 [PATCHv2 00/33] ARM: OMAP2+: PRCM/omap ctrl cleanups against 3.19-rc1 Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 01/33] ARM: OMAP2+: clock: move clock provider infrastructure to clock driver Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 02/33] ARM: OMAP2+: PRCM: rename of_prcm_init to omap_prcm_init Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 03/33] ARM: OMAP2+: PRCM: split PRCM module init to their own driver files Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 06/33] ARM: OMAP3: PRM: invert the wkst_mask for the prm_clear_mod_irqs Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 07/33] ARM: OMAP2+: PRM: add generic API for clear_mod_irqs Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 09/33] ARM: OMAP3+: PRM: add common APIs for prm_vp_check/clear_txdone Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 10/33] ARM: OMAP4+: PRM: move omap_prm_base_init under OMAP4 PRM driver Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 11/33] ARM: OMAP4+: CM: move omap_cm_base_init under OMAP4 CM driver Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 12/33] ARM: OMAP2+: clock: add support for static clock memmap indexes Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 13/33] ARM: OMAP2+: CM: determine CM base address from device tree Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 14/33] ARM: OMAP4: PRM: move omap4xxx_prm_init earlier in init order Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 15/33] ARM: OMAP2+: PRM: determine PRM base address from device tree Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 16/33] ARM: OMAP2+: control: determine control module base address from DT Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 17/33] ARM: OMAP2+: PRM: move SoC specific init calls within a generic API Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 18/33] ARM: OMAP4+: PRM: determine prm_device_inst based on DT compatibility Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 19/33] ARM: OMAP2+: CM: move SoC specific init calls within a generic API Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 20/33] ARM: OMAP4+: PRM: setup prm_features from the PRM init time flags Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 21/33] ARM: OMAP4+: PRM: get rid of cpu_is_omap44xx calls from interrupt init Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 22/33] ARM: OMAP2+: clock: convert low-level clock APIs to use regmap Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 23/33] ARM: OMAP2+: control: remove API for getting control module base address Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 24/33] ARM: OMAP2+: id: cache omap_type value Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 25/33] ARM: dts: am33xx: add syscon support to scrm node Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 18:29 ` Tony Lindgren
2015-02-13 18:29 ` Tony Lindgren
2015-02-13 16:12 ` [PATCHv2 26/33] ARM: dts: am4372: add syscon support to control module node Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 27/33] ARM: dts: omap24xx: add syscon support to scrm node Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 28/33] ARM: dts: omap3: " Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 29/33] ARM: OMAP2+: control: convert to use syscon for register accesses Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 30/33] ARM: dts: omap4: add nodes for control module core instances Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 31/33] ARM: dts: omap5: " Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 32/33] ARM: dts: dra7: fix control module core instance nodes Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 16:12 ` [PATCHv2 33/33] ARM: OMAP4+: control: add support for initializing control module via DT Tero Kristo
2015-02-13 16:12 ` Tero Kristo
2015-02-13 18:33 ` Tony Lindgren [this message]
2015-02-13 18:33 ` [PATCHv2 00/33] ARM: OMAP2+: PRCM/omap ctrl cleanups against 3.19-rc1 Tony Lindgren
2015-02-25 18:47 ` Tero Kristo
2015-02-25 18:47 ` Tero Kristo
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=20150213183327.GQ2531@atomide.com \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=nm@ti.com \
--cc=paul@pwsan.com \
--cc=t-kristo@ti.com \
--cc=tomi.valkeinen@ti.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.