Re: [PATCH v2 3/4] PM / Domains: Expect PM domains being powered at initialization

2014-10-01 Thread Simon Horman
ng this through Rafael's tree is consistent with how we have handled things before. So, providing it can appear in v3.18-rc1, in which case I can rebase anything in my tree to avoid conflicts bubling up: Acked-by: Simon Horman > diff --git a/arch/arm/mach-exynos/pm_domains.c > b/arch/

Re: [PATCH 1/3] kbuild: remove unnecessary "obj- := dummy.o" trick

2014-09-09 Thread Simon Horman
> Signed-off-by: Masahiro Yamada > > Acked-by: Mike Turquette shmobile portion: Acked-by: Simon Horman > > > --- > > > > arch/arm/plat-samsung/Makefile | 1 - > > drivers/clk/shmobile/Makefile | 2 -- > > drivers/net/wimax/Makefile | 4 >

Re: [PATCH 13/15] drivers: sh: Leave disabling of unused PM domains to genpd

2014-09-03 Thread Simon Horman
On Wed, Sep 03, 2014 at 12:52:29PM +0200, Ulf Hansson wrote: > Since genpd at late init, will try to disable unused PM domains we > don't need to do it from here as well. > > Cc: Simon Horman > Cc: Magnus Damm > Signed-off-by: Ulf Hansson Acked-by: Simon Horma

Re: [PATCH 11/14] arm64: dts: Add initial device tree support for EXYNOS7

2014-08-28 Thread Simon Horman
7;s there. > > Ok, I'm happily proven wrong here, also by confirming how this is done > on "real" OF. > > According to benh: > > 15:20 ojn: 0,0 is not quite right, it's supposed to be used > when the two numbers are different things, like de

Re: [PATCH] PM / OPP: Remove ARCH_HAS_OPP

2014-06-06 Thread Simon Horman
On Fri, Jun 06, 2014 at 09:14:01PM +0900, Magnus Damm wrote: > On Fri, Jun 6, 2014 at 8:14 PM, Simon Horman wrote: > > On Fri, Jun 06, 2014 at 11:36:56AM +0100, Mark Brown wrote: > >> From: Mark Brown > >> > >> Since the OPP layer is a kernel library which ha

Re: [PATCH] PM / OPP: Remove ARCH_HAS_OPP

2014-06-06 Thread Simon Horman
ch/arm/mach-omap2/Kconfig| 1 - > arch/arm/mach-shmobile/Kconfig | 2 -- > arch/arm/mach-vexpress/Kconfig | 1 - > arch/arm/mach-zynq/Kconfig | 1 - > drivers/devfreq/Kconfig| 1 - > kernel/power/Kconfig | 3 --- > 10 files changed, 15 deletions(-)

Re: [PATCH 51/97] ARM: l2c: remove platforms/SoCs setting early BRESP

2014-04-29 Thread Simon Horman
On Tue, Apr 29, 2014 at 10:17:01AM -0600, Stephen Warren wrote: > On 04/28/2014 06:02 PM, Simon Horman wrote: > > On Mon, Apr 28, 2014 at 08:30:32PM +0100, Russell King wrote: > >> Since we now automatically enable early BRESP in core L2C-310 code when > >> we detect

Re: [PATCH 51/97] ARM: l2c: remove platforms/SoCs setting early BRESP

2014-04-28 Thread Simon Horman
On Mon, Apr 28, 2014 at 08:30:32PM +0100, Russell King wrote: > Since we now automatically enable early BRESP in core L2C-310 code when > we detect a Cortex-A9, we don't need platforms/SoCs to set this bit > explicitly. Instead, they should seek to preserve the value of bit 30 > in the auxiliary c

Re: [PATCH v2 3/6] PCI: rcar: use new OF interrupt mapping when possible

2014-03-05 Thread Simon Horman
on the wrapper: Acked-by: Simon Horman > --- > v2: pass in parent device to pci_common_init(), to > make DT parsing work. > --- > drivers/pci/host/pci-rcar-gen2.c | 12 +--- > 1 file changed, 9 insertions(+), 3 deletions(-) > > diff --git a/drivers/pci/host/pc

Re: [PATCH] MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers

2013-12-11 Thread Simon Horman
r drivers in drivers/pci/host/. > > Signed-off-by: Bjorn Helgaas Renesas R-Car potion: Acked-by: Simon Horman > --- > MAINTAINERS | 31 +++ > 1 file changed, 31 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 8285ed46

Re: [PATCH 06/10] ARM: shmobile: Initialize PWM backlight enable_gpio field

2013-09-24 Thread Simon Horman
a.c > @@ -423,6 +423,7 @@ static struct platform_pwm_backlight_data > pwm_backlight_data = { > .max_brightness = 255, > .dft_brightness = 255, > .pwm_period_ns = 3, /* 30kHz */ > + .enable_gpio = -1, > }; > > static struct platform_device pw

Re: [PATCH 00/10] pwm-backlight: Add GPIO and power supply support

2013-09-24 Thread Simon Horman
On Tue, Sep 24, 2013 at 11:00:24AM +0200, Thierry Reding wrote: > On Tue, Sep 24, 2013 at 05:14:46PM +0900, Simon Horman wrote: > > [ Cc: Olof Johansson, Kevin Hilman and Arnd Bergman: arm-soc maintainers ] > > > > On Mon, Sep 23, 2013 at 11:40:57PM +0200, Thierry Reding wro

Re: [PATCH 00/10] pwm-backlight: Add GPIO and power supply support

2013-09-24 Thread Simon Horman
[ Cc: Olof Johansson, Kevin Hilman and Arnd Bergman: arm-soc maintainers ] On Mon, Sep 23, 2013 at 11:40:57PM +0200, Thierry Reding wrote: > This series adds the ability to specify a GPIO and a power supply to > enable a backlight. > > Patch 1 refactors the power on and power off sequences into s

Re: [PATCH v2 02/13] ARM: convert arm/arm64 arch timer to use CLKSRC_OF init

2013-04-10 Thread Simon Horman
[ CC Magnus Damm ] On Wed, Apr 10, 2013 at 06:17:31PM -0500, Rob Herring wrote: > On 04/04/2013 12:56 AM, Simon Horman wrote: > > On Mon, Apr 01, 2013 at 05:21:12PM -0500, Rob Herring wrote: > >> From: Rob Herring > >> > >> This converts arm and arm64 to use C

Re: [PATCH v2 02/13] ARM: convert arm/arm64 arch timer to use CLKSRC_OF init

2013-04-03 Thread Simon Horman
g > Cc: Russell King > Cc: Kukjin Kim > Cc: Tony Lindgren > Cc: Simon Horman > Cc: Magnus Damm > Cc: Catalin Marinas > Cc: Will Deacon > Cc: John Stultz > Cc: Thomas Gleixner > Cc: linux-samsung-soc@vger.kernel.org > Cc: linux-o...@vger.kernel.org > Cc: linu