Hi Bryan, On Wed, Jun 10, 2015 at 02:39:09PM -0700, Bryan Wu wrote: > On Wed, Jun 10, 2015 at 2:34 PM, Sakari Ailus <sakari.ai...@iki.fi> wrote: > > Hi Bryan, > > > > On Wed, Jun 10, 2015 at 11:12:50AM -0700, Bryan Wu wrote: > >> On Wed, Jun 10, 2015 at 11:01 AM, Bryan Wu <coolo...@gmail.com> wrote: > >> > On Wed, Jun 10, 2015 at 10:57 AM, Bryan Wu <coolo...@gmail.com> wrote: > >> >> On Mon, Jun 8, 2015 at 2:02 AM, Jacek Anaszewski > >> >> <j.anaszew...@samsung.com> wrote: > >> >>> This patch adds helper functions for registering/unregistering > >> >>> LED Flash class devices as V4L2 sub-devices. The functions should > >> >>> be called from the LED subsystem device driver. In case the > >> >>> support for V4L2 Flash sub-devices is disabled in the kernel > >> >>> config the functions' empty versions will be used. > >> >>> > >> >> > >> >> Please go ahead with my Ack > >> >> > >> >> Acked-by: Bryan Wu <coolo...@gmail.com> > >> >> > >> > > >> > I found the rest of LED patches depend on this one. What about merging > >> > this through my tree? > >> > > >> > -Bryan > >> > > >> > > >> > >> Merged into my -devel branch and it won't be merged into 4.2.0 merge > >> window but wait for one more cycle, since now it's quite late in 4.1.0 > >> cycle. > > > > Thanks!! > > > > I briefly discussed this with Mauro (cc'd), this should be fine indeed. > > > > I just got an email reporting a building error. > > tree: git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git > devel > head: c7551d847a2336c299dff27b33ff48913fb11ee3 > commit: badd9dba592c55f7a7b1f2b59ecdf0345ca56f01 [23/26] media: Add > registration helpers for V4L2 flash sub-devices > config: i386-allyesconfig (attached as .config) > reproduce: > git checkout badd9dba592c55f7a7b1f2b59ecdf0345ca56f01 > # save the attached .config to linux build tree > make ARCH=i386 > > All error/warnings (new ones prefixed by >>): > > drivers/media/v4l2-core/v4l2-flash-led-class.c: In function > 'v4l2_flash_init': > > drivers/media/v4l2-core/v4l2-flash-led-class.c:646:4: error: 'struct > v4l2_subdev' has no member named 'of_node' > > sd->of_node = of_node; > ^ > drivers/media/v4l2-core/v4l2-flash-led-class.c:662:8: error: > 'struct v4l2_subdev' has no member named 'of_node' > if (sd->of_node) > ^ > drivers/media/v4l2-core/v4l2-flash-led-class.c:663:17: error: > 'struct v4l2_subdev' has no member named 'of_node' > of_node_get(sd->of_node); > ^ > drivers/media/v4l2-core/v4l2-flash-led-class.c: In function > 'v4l2_flash_release': > drivers/media/v4l2-core/v4l2-flash-led-class.c:696:8: error: > 'struct v4l2_subdev' has no member named 'of_node' > if (sd->of_node) > ^ > drivers/media/v4l2-core/v4l2-flash-led-class.c:697:17: error: > 'struct v4l2_subdev' has no member named 'of_node' > of_node_put(sd->of_node); > ^ > > vim +646 drivers/media/v4l2-core/v4l2-flash-led-class.c
Oh dear. I briefly forgot the dependency to the patch Jacek also referred to: <URL:http://www.spinics.net/lists/linux-media/msg90846.html> That's v1.2 I just sent in order to address Laurent's concern. I'd like to get an ack from him on that though, but he probably won't be able to give one until tomorrow evening Finnish time. -- Kind regards, Sakari Ailus e-mail: sakari.ai...@iki.fi XMPP: sai...@retiisi.org.uk -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html