linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 00/33] ARM: OMAP2+: PRCM/omap ctrl cleanups against 3.19-rc1
@ 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
                   ` (30 more replies)
  0 siblings, 31 replies; 34+ messages in thread
From: Tero Kristo @ 2015-02-13 16:12 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Updates since v1:

- fixed omap2/am33xx boot issues
- added regmap support to generic omap clock core
- control module driver converted to use syscon
- dropped patches for removing legacy pad muxing support (this is still
  needed)

Notes:

- patches 4,5 and 8 not posted as these were already queued by Tony
- the above patches still exist in the test branch though
- patches 22-33 are new

Testing done:
- am335x-evm: boot
- am335x-sk: boot
- am3517-evm: boot
- am43x-epos-evm: boot
- am437x-gp-evm: boot
- omap3-beagle-xm: boot
- omap3-beagle: boot, suspend/resume (ret/off), cpuidle (ret/off)
- am335x-bone: boot
- am335x-boneblack: boot
- dra7xx-evm: boot
- omap5-uevm: boot
- omap4-panda: boot
- omap4-panda-es: boot, suspend/resume (ret)
- omap2430-sdp: boot
- omap3430-sdp: boot
- omap4430-sdp-es23plus: boot

Test branch location:

tree: https://github.com/t-kristo/linux-pm.git
branch: 3.19-rc1-prcm-cleanup

-Tero

^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2015-02-25 18:47 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCHv2 01/33] ARM: OMAP2+: clock: move clock provider infrastructure to clock driver 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 ` [PATCHv2 03/33] ARM: OMAP2+: PRCM: split PRCM module init to their own driver files 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 ` [PATCHv2 07/33] ARM: OMAP2+: PRM: add generic API for clear_mod_irqs 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 ` [PATCHv2 10/33] ARM: OMAP4+: PRM: move omap_prm_base_init under OMAP4 PRM driver 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 ` [PATCHv2 12/33] ARM: OMAP2+: clock: add support for static clock memmap indexes 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 ` [PATCHv2 14/33] ARM: OMAP4: PRM: move omap4xxx_prm_init earlier in init order 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 ` [PATCHv2 16/33] ARM: OMAP2+: control: determine control module base address from DT 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 ` [PATCHv2 18/33] ARM: OMAP4+: PRM: determine prm_device_inst based on DT compatibility 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 ` [PATCHv2 20/33] ARM: OMAP4+: PRM: setup prm_features from the PRM init time flags 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 ` [PATCHv2 22/33] ARM: OMAP2+: clock: convert low-level clock APIs to use regmap 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 ` [PATCHv2 24/33] ARM: OMAP2+: id: cache omap_type value Tero Kristo
2015-02-13 16:12 ` [PATCHv2 25/33] ARM: dts: am33xx: add syscon support to scrm node Tero Kristo
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 ` [PATCHv2 27/33] ARM: dts: omap24xx: add syscon support to scrm node Tero Kristo
2015-02-13 16:12 ` [PATCHv2 28/33] ARM: dts: omap3: " 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 ` [PATCHv2 30/33] ARM: dts: omap4: add nodes for control module core instances Tero Kristo
2015-02-13 16:12 ` [PATCHv2 31/33] ARM: dts: omap5: " 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 ` [PATCHv2 33/33] ARM: OMAP4+: control: add support for initializing control module via DT Tero Kristo
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

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).