Re: [PATCH v2] N900: add device tree

2013-07-14 Thread Aaro Koskinen
Hi, On Sat, Jul 13, 2013 at 02:17:09PM +0200, Pavel Machek wrote: This adds device tree with neccessary support to boot with functional video (on both emulator and real N900 device). Signed-off-by: Pavel Machek pa...@ucw.cz You can also add: Signed-off-by: Aaro Koskinen

Re: [PATCHv2] am33xx: cpsw: default to ethernet hwaddr from efuse if not defined in dt

2013-07-14 Thread Peter Korsgaard
Mark == Mark Jackson mpfj-l...@newflow.co.uk writes: Hi, Mark On 08/07/13 13:42, Mark Jackson wrote: On 18/01/13 05:14, Mugunthan V N wrote: On 1/18/2013 3:48 AM, Peter Korsgaard wrote: When booting with CONFIG_ARM_APPENDED_DTB (either because of using an old U-Boot, not wanting the

Re: [PATCH 8/8] ARM: DRA7: Kconfig: Increase the default gpio count

2013-07-14 Thread Kevin Hilman
On 07/09/2013 08:27 AM, Rajendra Nayak wrote: From: R Sricharan r.sricha...@ti.com DRA7xx has 8 GPIO banks so that there are 32x8 = 256 GPIOs. In order for the gpiolib to detect and initialize these additional GPIOs and other TWL GPIOs, ARCH_NR_GPIO is set to 512 instead of present 256.

Re: [PATCH 4/6] mfd: omap-usb-host: Put pins in IDLE state on suspend

2013-07-14 Thread Kevin Hilman
On 07/10/2013 05:23 PM, Roger Quadros wrote: In order to support wake up from suspend use the pinctrl framework to put the USB host pins in IDLE state during suspend. CC: Samuel Ortiz sa...@linux.intel.com Signed-off-by: Roger Quadros rog...@ti.com [...] @@ -608,6 +618,14 @@ static int

Re: [PATCH 08/12] ARM: DRA7: Reuse the omap44xx_restart and fix the device instance

2013-07-14 Thread Kevin Hilman
On 07/09/2013 08:32 AM, Rajendra Nayak wrote: The omap44xx_restart used on omap4 and omap5 devices can be reused on dra7 devices as well. The device instance however is different across omap5 and dra7 as compared to omap4. So fix this for omap5 as well as dra7. Signed-off-by: Rajendra Nayak