Re: [PATCH 00/31] ARM: tegra: use common reset and DMA bindings

2013-11-18 Thread Terje Bergström
On 15.11.2013 22:53, Stephen Warren wrote: > From: Stephen Warren > > This series implements a common reset framework driver for Tegra, and > updates all relevant Tegra drivers to use it. It also removes the custom > DMA bindings and replaced them with the standard DMA DT bindings. > > Historica

Re: [PATCH] staging: imx-drm: Fix modular build of DRM_IMX_IPUV3

2013-11-18 Thread Sascha Hauer
On Tue, Nov 12, 2013 at 12:15:45PM -0500, Josh Boyer wrote: > commit b8d181e408af (staging: drm/imx: add drm plane support) added a file > to the make target for DRM_IMX_IPUV3 but didn't adjust the objs required > to actually build that as a module. Kbuild got confused and this lead to > link erro

Re: [PATCH] Staging: comedi: fix coding style issues in unioxx5.c

2013-11-18 Thread Ian Abbott
On 2013-11-17 03:42, Conrad Gomes wrote: Hi, No problem, I'll break this up and resend it. In order to use dev_info type functions I was planning on assigning the comedi device's struct device to the struct subdevice's class_dev as follows in comedi_alloc_subdevices as it appears that is is not

[PATCH -v2 09/10] mfd: staging: Constify struct mfd_cell where possible

2013-11-18 Thread Geert Uytterhoeven
As of commit 03e361b25ee8dfb1fd9b890072c23c4aae01c6c7 ("mfd: Stop setting refcounting pointers in original mfd_cell arrays"), the "cell" parameter of mfd_add_devices() is "const" again. Hence make all cell data passed to mfd_add_devices() const where possible. Signed-off-by: Geert Uytterhoeven Cc

Re: staging: media: Use dev_err() instead of pr_err()

2013-11-18 Thread Greg Kroah-Hartman
On Sun, Nov 17, 2013 at 10:03:21AM -0200, Mauro Carvalho Chehab wrote: > Em Fri, 15 Nov 2013 15:29:39 +0900 > Greg Kroah-Hartman escreveu: > > > On Thu, Nov 14, 2013 at 11:08:14AM -0200, Mauro Carvalho Chehab wrote: > > > Hi, > > > > > > I'm not sure how this patch got applied upstream: > > > >