All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH v4 0/2] Refactor the pm code to use DT based lookup
@ 2014-08-19  6:52 ` Vikas Sajjan
  0 siblings, 0 replies; 22+ messages in thread
From: Vikas Sajjan @ 2014-08-19  6:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-samsung-soc
  Cc: kgene.kim, tomasz.figa, joshi, sajjan.linux, dianders, olof

Refactoring the pm.c to avoid using "soc_is_exynos" checks,
instead use the DT based lookup.

While at it, move exynos5250 specific disabling of JPEG USE_RETENTION to pmu.c

changes since v3:
	- Addressed comments from Tomasz Figa.
changes since v2:
	- Addressed Tomasz Figa's comments to unify the functions for exynos4
	and exynos5250.
	- Added new patch to move exynos5250 specific disabling of 
		JPEG USE_RETENTION to pmu.c 
	- Addressed comment from Thomas Abraham.
changes since v1:
	- Address Kukjin Kim comments to respin this patch separately from
		http://lists.infradead.org/pipermail/linux-arm-kernel/2014-July/272574.html
	- removed panic, returned if no PMU node found and added check in exynos_wkup_irq.

Rebased on Kukjin Kim's tree, for-next branch 
	https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h=for-next

Tested on 5250 based Chromebook.

Vikas Sajjan (2):
  ARM: EXYNOS: Move Disabling of JPEG USE_RETENTION for exynos5250 to
    pmu.c
  ARM: EXYNOS: Refactor the pm code to use DT based lookup

 arch/arm/mach-exynos/pm.c       |  172 ++++++++++++++++++++++++++++-----------
 arch/arm/mach-exynos/pmu.c      |    1 +
 arch/arm/mach-exynos/regs-pmu.h |    1 +
 3 files changed, 127 insertions(+), 47 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-09-24  5:00 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-19  6:52 [RESEND PATCH v4 0/2] Refactor the pm code to use DT based lookup Vikas Sajjan
2014-08-19  6:52 ` Vikas Sajjan
2014-08-19  6:52 ` [RESEND PATCH v4 1/2] ARM: EXYNOS: Move Disabling of JPEG USE_RETENTION for exynos5250 to pmu.c Vikas Sajjan
2014-08-19  6:52   ` Vikas Sajjan
2014-08-19  6:52 ` [RESEND PATCH v4 2/2] ARM: EXYNOS: Refactor the pm code to use DT based lookup Vikas Sajjan
2014-08-19  6:52   ` Vikas Sajjan
2014-08-19  7:56   ` Vikas Sajjan
2014-08-19  7:56     ` Vikas Sajjan
2014-08-19  9:35     ` Bartlomiej Zolnierkiewicz
2014-08-19  9:35       ` Bartlomiej Zolnierkiewicz
2014-08-21  6:10       ` Vikas Sajjan
2014-08-21  6:10         ` Vikas Sajjan
2014-09-03 13:40         ` Kukjin Kim
2014-09-03 13:40           ` Kukjin Kim
2014-09-09  5:54           ` Vikas Sajjan
2014-09-09  5:54             ` Vikas Sajjan
2014-09-14 14:59             ` Vikas Sajjan
2014-09-14 14:59               ` Vikas Sajjan
2014-09-24  5:00       ` Kukjin Kim
2014-09-24  5:00         ` Kukjin Kim
2014-08-26 10:36   ` Vikas Sajjan
2014-08-26 10:36     ` Vikas Sajjan

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.