Re: [PATCH v3] mfd: da9052: add device-tree support for i2c driver

2012-04-14 Thread Shawn Guo
On Sat, Apr 14, 2012 at 09:39:06PM +0800, Ying-Chun Liu (PaulLiu) wrote: > From: "Ying-Chun Liu (PaulLiu)" > > This patch adds device-tree support for dialog MFD and the binding > documentations. > > Signed-off-by: Ying-Chun Liu (PaulLiu) > Cc: Samuel Ortiz > Cc: Mark Brown > Cc: Shawn Guo >

Re: Getting from a CI report to a hardware pack

2012-04-14 Thread Scott Bambrough
On 12-04-14 11:59 AM, Fathi Boudra wrote: On 14 April 2012 18:02, Christian Robottom Reis wrote: On Sat, Apr 14, 2012 at 04:29:26PM +0200, Alexander Sack wrote: http://snapshots.linaro.org/kernel-hwpack/TI-working-tree/TI-working-tree_tilt-linux-linaro-3.1_panda-omap4plus/ Is that right? For

Re: Thermal release for this month.

2012-04-14 Thread Amit Kucheria
On Sat, Apr 14, 2012 at 3:49 AM, Christian Robottom Reis wrote: > On Sat, Apr 14, 2012 at 01:02:59AM +0400, Andrey Konovalov wrote: > > 2) So the new thermal_exynos4_imx6_work obsoletes the old > > exynos_thermal_framework_V2 topic. You should mention that > > explicitly when asking to add the new

Re: Getting from a CI report to a hardware pack

2012-04-14 Thread Fathi Boudra
On 14 April 2012 18:02, Christian Robottom Reis wrote: > On Sat, Apr 14, 2012 at 04:29:26PM +0200, Alexander Sack wrote: >> > http://snapshots.linaro.org/kernel-hwpack/TI-working-tree/TI-working-tree_tilt-linux-linaro-3.1_panda-omap4plus/ >> > >> > Is that right? For some background, we got this i

Re: Getting from a CI report to a hardware pack

2012-04-14 Thread Christian Robottom Reis
On Sat, Apr 14, 2012 at 04:29:26PM +0200, Alexander Sack wrote: > > http://snapshots.linaro.org/kernel-hwpack/TI-working-tree/TI-working-tree_tilt-linux-linaro-3.1_panda-omap4plus/ > > > > Is that right? For some background, we got this inquiry on IRC: [...] > We don't export the .deb package its

Re: Getting from a CI report to a hardware pack

2012-04-14 Thread Alexander Sack
On Sat, Apr 14, 2012 at 4:29 PM, Alexander Sack wrote: > > > On Sat, Apr 14, 2012 at 2:41 PM, Christian Robottom Reis > wrote: > >> I think there's a standard link missing from CI pages such as >> >> >> https://ci.linaro.org/jenkins/job/TI-working-tree_tilt-linux-linaro-3.1_panda-omap4plus/ >> >

Re: Getting from a CI report to a hardware pack

2012-04-14 Thread Alexander Sack
On Sat, Apr 14, 2012 at 2:41 PM, Christian Robottom Reis wrote: > I think there's a standard link missing from CI pages such as > > > https://ci.linaro.org/jenkins/job/TI-working-tree_tilt-linux-linaro-3.1_panda-omap4plus/ > > to the output directory at > > > http://snapshots.linaro.org/kernel-hwp

[PATCH v3] mfd: da9052: add device-tree support for i2c driver

2012-04-14 Thread Ying-Chun Liu (PaulLiu)
From: "Ying-Chun Liu (PaulLiu)" This patch adds device-tree support for dialog MFD and the binding documentations. Signed-off-by: Ying-Chun Liu (PaulLiu) Cc: Samuel Ortiz Cc: Mark Brown Cc: Shawn Guo Cc: Ashish Jangam --- .../devicetree/bindings/mfd/da9052-i2c.txt | 60 ++

Getting from a CI report to a hardware pack

2012-04-14 Thread Christian Robottom Reis
I think there's a standard link missing from CI pages such as https://ci.linaro.org/jenkins/job/TI-working-tree_tilt-linux-linaro-3.1_panda-omap4plus/ to the output directory at http://snapshots.linaro.org/kernel-hwpack/TI-working-tree/TI-working-tree_tilt-linux-linaro-3.1_panda-omap4p

Re: [PATCH v2] rtc: add support for Freescale SNVS RTC

2012-04-14 Thread Sascha Hauer
On Sat, Apr 14, 2012 at 03:07:17PM +0800, Ying-Chun Liu (PaulLiu) wrote: > From: "Ying-Chun Liu (PaulLiu)" > > This adds an RTC driver for the Low Power (LP) section of SNVS. > It hooks into the /dev/rtc interface and supports ioctl to complete RTC > features. This driver supports device tree bin

[PATCH v2] rtc: add support for Freescale SNVS RTC

2012-04-14 Thread Ying-Chun Liu (PaulLiu)
From: "Ying-Chun Liu (PaulLiu)" This adds an RTC driver for the Low Power (LP) section of SNVS. It hooks into the /dev/rtc interface and supports ioctl to complete RTC features. This driver supports device tree bindings. It only uses the RTC hw in non-secure mode. Signed-off-by: Anish Trivedi S