Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1588241
| From | Pavel Machek <pavel@ucw.cz> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | camera subdevice support was Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times |
| Date | 2017-02-25 23:00 +0100 |
| Message-ID | <teSxI-5tz-11@gated-at.bofh.it> (permalink) |
| References | (3 earlier) <tcWFs-5o2-11@gated-at.bofh.it> <tdguu-1L2-33@gated-at.bofh.it> <tdgEa-1QZ-11@gated-at.bofh.it> <tey5X-7ZJ-3@gated-at.bofh.it> <teKTv-8uG-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hi! > > Ok, I got the camera sensor to work. No subdevices support, so I don't > > have focus (etc) working, but that's a start. I also had to remove > > video-bus-switch support; but I guess it will be easier to use > > video-multiplexer patches... > > > > I'll have patches over weekend. > > I briefly looked at what's there --- you do miss the video nodes for the > non-sensor sub-devices, and they also don't show up in the media graph, > right? Yes. > I guess they don't end up matching in the async list. How should they get to the async list? > I think we need to make the non-sensor sub-device support more generic; > it's not just the OMAP 3 ISP that needs it. I think we need to document > the property for the flash phandle as well; I can write one, or refresh > an existing one that I believe already exists. > > How about calling it either simply "flash" or "camera-flash"? Similarly > for lens: "lens" or "camera-lens". I have a vague feeling the "camera-" > prefix is somewhat redundant, so I'd just go for "flash" or "lens". Actually, I'd go for "flash" and "focus-coil". There may be other lens properties, such as zoom, mirror movement, lens identification, ... > At the very least the property names must be generic (not hardware > dependent) as this kind of functionality should be present in the > framework rather than in individual drivers. That'll be for later > though. Agreed, that would be nice. > Making the sub-device bus configuration a pointer should be in a separate > patch. It makes sense since the entire configuration is not valid for all > sub-devices attached to the ISP anymore. I think it originally was a > separate patch, but they probably have been merged at some point. I can't > find it right now anyway. I believe I can find the patch. But I'm not sure if I can port it to the fwnode infrastructure anytime soon... Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times Pavel Machek <pavel@ucw.cz> - 2017-02-14 23:40 +0100
[PATCH 4/4] v4l: split lane parsing code Pavel Machek <pavel@ucw.cz> - 2017-02-14 23:40 +0100
[PATCH 2/4] Core changes for CCP2/CSI1 support. Pavel Machek <pavel@ucw.cz> - 2017-02-14 23:40 +0100
[PATCH 3/4] smiapp: add CCP2 support Pavel Machek <pavel@ucw.cz> - 2017-02-14 23:40 +0100
Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times Pavel Machek <pavel@ucw.cz> - 2017-02-20 11:40 +0100
Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times Sakari Ailus <sakari.ailus@iki.fi> - 2017-02-20 14:20 +0100
Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times Sakari Ailus <sakari.ailus@iki.fi> - 2017-02-20 15:00 +0100
Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times Pavel Machek <pavel@ucw.cz> - 2017-02-21 12:10 +0100
Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times Sakari Ailus <sakari.ailus@iki.fi> - 2017-02-21 12:20 +0100
Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times Pavel Machek <pavel@ucw.cz> - 2017-02-24 00:00 +0100
Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times Pavel Machek <pavel@ucw.cz> - 2017-02-25 01:10 +0100
Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times Sakari Ailus <sakari.ailus@iki.fi> - 2017-02-25 14:50 +0100
camera subdevice support was Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times Pavel Machek <pavel@ucw.cz> - 2017-02-25 23:00 +0100
Re: camera subdevice support was Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times Pavel Machek <pavel@ucw.cz> - 2017-02-26 00:10 +0100
Re: camera subdevice support was Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times Sakari Ailus <sakari.ailus@iki.fi> - 2017-02-26 00:20 +0100
Re: camera subdevice support was Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times Pavel Machek <pavel@ucw.cz> - 2017-02-26 09:40 +0100
Re: camera subdevice support was Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times Sakari Ailus <sakari.ailus@iki.fi> - 2017-02-26 22:40 +0100
Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times Pavel Machek <pavel@ucw.cz> - 2017-02-25 23:20 +0100
Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times Pavel Machek <pavel@ucw.cz> - 2017-02-27 21:10 +0100
Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times Sakari Ailus <sakari.ailus@iki.fi> - 2017-02-27 22:00 +0100
Re: [PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times Pavel Machek <pavel@ucw.cz> - 2017-02-28 10:20 +0100
[PATCH] omap3isp: Parse CSI1 configuration from the device tree. Pavel Machek <pavel@ucw.cz> - 2017-02-28 12:40 +0100
csiph-web