Re: [PATCH v2 2/3] hwrng: OMAP3 ROM Random Number Generator support

2013-11-23 Thread Pali Rohár
On Tuesday 19 November 2013 03:14:09 Herbert Xu wrote: On Mon, Nov 18, 2013 at 10:51:30PM +0100, Pali Rohár wrote: On Wednesday 16 October 2013 14:57:34 Herbert Xu wrote: On Tue, Oct 08, 2013 at 12:04:09PM -0700, Tony Lindgren wrote: * Pali Rohár pali.ro...@gmail.com [130920 06:33]:

Re: [PATCH v2 2/3] hwrng: OMAP3 ROM Random Number Generator support

2013-11-23 Thread Sebastian Reichel
On Sat, Nov 23, 2013 at 10:37:13AM +0100, Pali Rohár wrote: Now 3.13-rc1 is out, but your tree was not merged. Can you try to ping Linus what happened? See here: http://www.spinics.net/lists/arm-kernel/msg288508.html -- Sebastian signature.asc Description: Digital signature

Re: [PATCH 5/8] ARM: OMAP2+: timer: Introduce OF-friendly clocksource/clockevent system timers

2013-11-23 Thread Rob Herring
On Fri, Nov 22, 2013 at 7:12 PM, Joel Fernandes jo...@ti.com wrote: Adding Thomas to the thread since discussion is about clocksource, and Mark Rutland as discussion is related to timers and DT, thanks. On 11/22/2013 02:01 PM, Rob Herring wrote: On Fri, Nov 22, 2013 at 10:42 AM, Joel

Re: [rtc-linux] Re: [PATCH v4 0/4] pm: Add power off control

2013-11-23 Thread Vaibhav Bedia
On Fri, Nov 22, 2013 at 2:50 PM, Ezequiel Garcia ezequiel.gar...@free-electrons.com wrote: [...] And why specifically *2* seconds, instead of *1* or *33* ? Sounds a bit like voodoo magic on this side :-) Consider the scenario where the actual time is 00:00:01.95 secs. Due to the 1 second

[PATCH 3/5] DTS: ARM: OMAP3-N900: Add reset gpio to lcd node

2013-11-23 Thread Sebastian Reichel
This adds reset-gpio property to the Nokia N900's lcd node. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 6ad5ae9..ac725e0

[PATCH 2/5] DTS: ARM: OMAP3-N900: Add vendor prefixes to SPI devices

2013-11-23 Thread Sebastian Reichel
SPI attached devices are currently missing vendor prefixes. This patch adds them. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/omap3-n900.dts

[PATCH 5/5] Documentation: dt: Document ACX565AKM DT binding

2013-11-23 Thread Sebastian Reichel
Add devicetree binding documentation for ACX565AKM panel. Signed-off-by: Sebastian Reichel s...@debian.org --- .../devicetree/bindings/video/sony,acx565akm.txt | 22 ++ 1 file changed, 22 insertions(+) create mode 100644

[PATCH 0/5] N900 DT support for N900 panel

2013-11-23 Thread Sebastian Reichel
Hi, This patchset adds DT support for the N900 panel. The panel bindings will be extended once omapdss has DT support. Until then the panel driver defaults to omapdss.sdi0 in DT mode. -- Sebastian Sebastian Reichel (5): OMAPDSS: ACX565AKM: Add basic DT support DTS: ARM: OMAP3-N900: Add

[PATCH 4/5] OMAPDSS: SDI: Use V28 as regulator for N900

2013-11-23 Thread Sebastian Reichel
This adds a Nokia N900 quirk, so that the V28 regulator is used for the omapdss.sdi port. This quirk is needed until omapdss is converted to DT, so that the regulator can be acquired via a phandle. On other boards the regulator can be renamed in the DT data, but on the Nokia N900 the regulator

[PATCH 1/5] OMAPDSS: ACX565AKM: Add basic DT support

2013-11-23 Thread Sebastian Reichel
This adds basic DT support to the ACX565AKM panel driver. Signed-off-by: Sebastian Reichel s...@debian.org --- .../omap2/displays-new/panel-sony-acx565akm.c | 29 ++ 1 file changed, 29 insertions(+) diff --git a/drivers/video/omap2/displays-new/panel-sony-acx565akm.c

Re: N900 board code in 3.14

2013-11-23 Thread Sebastian Reichel
Hi, On Fri, Nov 22, 2013 at 11:41:27AM +0100, Javier Martinez Canillas wrote: I dropped that patch from my series and posted a v2 that just name the VPLL2 regulator as vdds_dsi [1]. That way will be safer for Tony and Benoit to take this series as a fix for the -rc cycle since the changes are

[PATCH 1/2] ARM: dts: OMAP5: Add maintenance interrupt for virtualisation

2013-11-23 Thread Santosh Shilimkar
Add a maintenance IRQ using PPI 9 to OMAP5 device tree needed for virtualisation. Cc: Marc Zyngier marc.zyng...@arm.com Cc: Christoffer Dall christoffer.d...@linaro.org Cc: Benoît Cousson bcous...@baylibre.com Cc: Tony Lindgren t...@atomide.com Signed-off-by: Santosh Shilimkar

[PATCH 0/2] ARM: OMAP5: Couple of patches for KVM

2013-11-23 Thread Santosh Shilimkar
Couple of patches for OMAP5 machines towards KVM support. Cc: Marc Zyngier marc.zyng...@arm.com Cc: Christoffer Dall christoffer.d...@linaro.org Cc: Tony Lindgren t...@atomide.com Santosh Shilimkar (2): ARM: dts: OMAP5: Add maintenance interrupt for virtualisation ARM: OMAP5: Add HYP mode

[PATCH 2/2] ARM: OMAP5: Add HYP mode entry support for secondary CPUs

2013-11-23 Thread Santosh Shilimkar
Boot-CPU entry into the HYP mode is managed in boot-loader but the secondary CPUs directly jumps to kernel during boot. Same path is also used for CPU hotplug as well during suspend for secondary CPU. Hence patch the secondary CPU boot path for hyp mode etry. Cc: Marc Zyngier

Re: [PATCH 1/2] ARM: dts: OMAP5: Add maintenance interrupt for virtualisation

2013-11-23 Thread Santosh Shilimkar
On Saturday 23 November 2013 07:07 PM, Santosh Shilimkar wrote: Add a maintenance IRQ using PPI 9 to OMAP5 device tree needed for virtualisation. Cc: Marc Zyngier marc.zyng...@arm.com Cc: Christoffer Dall christoffer.d...@linaro.org Cc: Benoît Cousson bcous...@baylibre.com Cc: Tony