All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv6 00/34] ARM: OMAP2+: PRCM+SCM cleanup against 4.0-rc1
@ 2015-03-31 19:13 ` Tero Kristo
  0 siblings, 0 replies; 72+ messages in thread
From: Tero Kristo @ 2015-03-31 19:13 UTC (permalink / raw)
  To: linux-omap, tony, paul; +Cc: linux-arm-kernel

Hi,

Decided to post a new version because of the number of minor changes
compared to v5, just to avoid any misunderstandings:

- dropped patch #1 ("clk: ti: fix ti_clk_get_reg_addr..."), this has been merged
  through clock tree now
- fixed scm_conf area size issues on am33xx/am43xx
- fixed scm area size issue on am43xx
- fixed size issues on omap3_pmx_core (was 8 bytes short)
- added warnings on omap2_clk_readl/writel in case legacy access is attempted
- fixed omap3 legacy boot
- fixed boot time warning on omap4+ where scm_conf does not contain clocks node
  yet (these may be added to DT later if support is required)
- fixed some randconfig warnings

Testing done:
 1: am335x-evm      : boot
 2: am335x-evmsk    : boot
 3: am3517-evm      : boot
 4: am43x-epos-evm  : boot
 5: am437x-gp-evm   : boot
 6: omap3-beagle-xm : boot
 7: omap3-beagle    : boot, cpuidle (ret/off), suspend (ret/off), legacy boot
 8: am335x-boneblack: boot
 9: am335x-bone     : boot
10: dra7xx-evm      : boot
11: omap3-n900      : boot
12: omap5-uevm      : boot
13: omap4-panda-es  : boot, cpuidle (ret), suspend (ret)
14: omap4-panda     : boot
15: omap2430-sdp    : boot
16: omap3430-sdp    : boot
17: omap4-sdp-es23plus: boot

New branch also pushed:
tree: https://github.com/t-kristo/linux-pm.git
branch: 4.0-rc1-prcm-cleanup-v6

-Tero


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

end of thread, other threads:[~2015-04-01 19:33 UTC | newest]

Thread overview: 72+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-31 19:13 [PATCHv6 00/34] ARM: OMAP2+: PRCM+SCM cleanup against 4.0-rc1 Tero Kristo
2015-03-31 19:13 ` Tero Kristo
2015-03-31 19:13 ` [PATCHv6 01/34] ARM: OMAP2+: PRCM: rename of_prcm_init to omap_prcm_init Tero Kristo
2015-03-31 19:13   ` Tero Kristo
2015-03-31 19:13 ` [PATCHv6 02/34] ARM: OMAP3: PRM: invert the wkst_mask for the prm_clear_mod_irqs Tero Kristo
2015-03-31 19:13   ` Tero Kristo
2015-03-31 19:13 ` [PATCHv6 03/34] ARM: OMAP2+: PRM: add generic API for clear_mod_irqs Tero Kristo
2015-03-31 19:13   ` Tero Kristo
2015-03-31 19:13 ` [PATCHv6 04/34] ARM: OMAP3+: PRM: add common APIs for prm_vp_check/clear_txdone Tero Kristo
2015-03-31 19:13   ` Tero Kristo
2015-03-31 19:13 ` [PATCHv6 05/34] ARM: OMAP4+: PRM: move omap_prm_base_init under OMAP4 PRM driver Tero Kristo
2015-03-31 19:13   ` Tero Kristo
2015-03-31 19:13 ` [PATCHv6 06/34] ARM: OMAP4+: CM: move omap_cm_base_init under OMAP4 CM driver Tero Kristo
2015-03-31 19:13   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 07/34] ARM: OMAP4: PRM: move omap4xxx_prm_init earlier in init order Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 08/34] Documentation: DT: document PRCM compatible strings for dm81x SoCs Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 09/34] ARM: OMAP2+: PRCM: add support for static clock memmap indices Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 10/34] ARM: OMAP2+: clock: move clock provider infrastructure to clock driver Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 11/34] ARM: OMAP2+: PRCM: split PRCM module init to their own driver files Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 12/34] ARM: OMAP2+: CM: determine CM base address from device tree Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 13/34] ARM: OMAP2+: PRM: determine PRM " Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 14/34] ARM: OMAP2+: control: determine control module base address from DT Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 15/34] ARM: OMAP2+: PRM: move SoC specific init calls within a generic API Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 16/34] ARM: OMAP4+: PRM: determine prm_device_inst based on DT compatibility Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 17/34] ARM: OMAP2+: CM: move SoC specific init calls within a generic API Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 18/34] ARM: OMAP4+: PRM: setup prm_features from the PRM init time flags Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 19/34] ARM: OMAP4+: PRM: get rid of cpu_is_omap44xx calls from interrupt init Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 20/34] ARM: OMAP2+: clock: add low-level support for regmap Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 21/34] ARM: OMAP2+: control: remove API for getting control module base address Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 22/34] ARM: OMAP2+: id: cache omap_type value Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 23/34] ARM: OMAP2+: control: add syscon support for register accesses Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 24/34] ARM: dts: omap24xx: add minimal l4 bus layout with control module support Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 25/34] ARM: dts: omap3: " Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 26/34] ARM: dts: am33xx: " Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 27/34] ARM: dts: am43xx-epos-evm: fix pinmux node layout Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 28/34] ARM: dts: am4372: add minimal l4 bus layout with control module support Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 29/34] ARM: dts: omap4: " Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 30/34] ARM: OMAP4: display: convert display to use syscon for dsi muxing Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 31/34] ARM: OMAP4+: control: remove support for legacy pad read/write Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 32/34] ARM: dts: omap5: add minimal l4 bus layout with control module support Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 33/34] ARM: dts: dra7: " Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-03-31 19:14 ` [PATCHv6 34/34] ARM: OMAP4+: control: add support for initializing control module via DT Tero Kristo
2015-03-31 19:14   ` Tero Kristo
2015-04-01 19:29 ` [PATCHv6 00/34] ARM: OMAP2+: PRCM+SCM cleanup against 4.0-rc1 Tony Lindgren
2015-04-01 19:29   ` Tony Lindgren

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.