Re: [PATCH v3 0/2] media: add et8ek8 camera sensor driver and documentation
On 23.10.2016 21:17, Pavel Machek wrote: Hi! This series adds driver for Toshiba et8ek8 camera sensor found in Nokia N900 Changes from v2: - fix build when CONFIG_PM is not defined Changes from v1: - driver and documentation split into separate patches - removed custom controls - code changed according to the comments on v1 Ivaylo Dimitrov (2): media: Driver for Toshiba et8ek8 5MP sensor media: et8ek8: Add documentation Is there any progress here? Is there any way I could help? There were some notes I need to address, unfortunately no spare time lately :( . Feel free to fix those for me and resend the patches. If not, I really don't know when I will have the time needed to focus on it. So good start would be taking these two, address the comments, and try to merge them? Yep, the whole history should be at https://patchwork.kernel.org/patch/9171067/ and http://www.gossamer-threads.com/lists/linux/kernel/2462501 Thanks, Ivo -- 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
Re: [PATCH v3 0/2] media: add et8ek8 camera sensor driver and documentation
Hi! > >>This series adds driver for Toshiba et8ek8 camera sensor found in Nokia N900 > >> > >>Changes from v2: > >> > >> - fix build when CONFIG_PM is not defined > >> > >>Changes from v1: > >> > >> - driver and documentation split into separate patches > >> - removed custom controls > >> - code changed according to the comments on v1 > > > >>Ivaylo Dimitrov (2): > >> media: Driver for Toshiba et8ek8 5MP sensor > >> media: et8ek8: Add documentation > > > >Is there any progress here? Is there any way I could help? > > > > There were some notes I need to address, unfortunately no spare time lately > :( . Feel free to fix those for me and resend the patches. If not, I really > don't know when I will have the time needed to focus on it. So good start would be taking these two, address the comments, and try to merge them? Date: Sat, 11 Jun 2016 18:39:52 +0300 Subject: [PATCH v3 1/2] media: Driver for Toshiba et8ek8 5MP sensor Date: Wed, 15 Jun 2016 22:24:40 +0300 Subject: Re: [PATCH v3 2/2] media: et8ek8: Add documentation Thanks and best regards, Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html signature.asc Description: Digital signature
Re: [PATCH v3 0/2] media: add et8ek8 camera sensor driver and documentation
Hi, On 23.10.2016 10:33, Pavel Machek wrote: Hi! This series adds driver for Toshiba et8ek8 camera sensor found in Nokia N900 Changes from v2: - fix build when CONFIG_PM is not defined Changes from v1: - driver and documentation split into separate patches - removed custom controls - code changed according to the comments on v1 Ivaylo Dimitrov (2): media: Driver for Toshiba et8ek8 5MP sensor media: et8ek8: Add documentation Is there any progress here? Is there any way I could help? There were some notes I need to address, unfortunately no spare time lately :( . Feel free to fix those for me and resend the patches. If not, I really don't know when I will have the time needed to focus on it. Regards, Ivo -- 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
Re: [PATCH v3 0/2] media: add et8ek8 camera sensor driver and documentation
Hi! > This series adds driver for Toshiba et8ek8 camera sensor found in Nokia N900 > > Changes from v2: > > - fix build when CONFIG_PM is not defined > > Changes from v1: > > - driver and documentation split into separate patches > - removed custom controls > - code changed according to the comments on v1 > Ivaylo Dimitrov (2): > media: Driver for Toshiba et8ek8 5MP sensor > media: et8ek8: Add documentation Is there any progress here? Is there any way I could help? Best regards, Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html signature.asc Description: Digital signature
[PATCH v3 0/2] media: add et8ek8 camera sensor driver and documentation
This series adds driver for Toshiba et8ek8 camera sensor found in Nokia N900 Changes from v2: - fix build when CONFIG_PM is not defined Changes from v1: - driver and documentation split into separate patches - removed custom controls - code changed according to the comments on v1 Ivaylo Dimitrov (2): media: Driver for Toshiba et8ek8 5MP sensor media: et8ek8: Add documentation .../bindings/media/i2c/toshiba,et8ek8.txt | 50 + drivers/media/i2c/Kconfig |1 + drivers/media/i2c/Makefile |1 + drivers/media/i2c/et8ek8/Kconfig |6 + drivers/media/i2c/et8ek8/Makefile |2 + drivers/media/i2c/et8ek8/et8ek8_driver.c | 1593 drivers/media/i2c/et8ek8/et8ek8_mode.c | 590 drivers/media/i2c/et8ek8/et8ek8_reg.h | 96 ++ 8 files changed, 2339 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/i2c/toshiba,et8ek8.txt create mode 100644 drivers/media/i2c/et8ek8/Kconfig create mode 100644 drivers/media/i2c/et8ek8/Makefile create mode 100644 drivers/media/i2c/et8ek8/et8ek8_driver.c create mode 100644 drivers/media/i2c/et8ek8/et8ek8_mode.c create mode 100644 drivers/media/i2c/et8ek8/et8ek8_reg.h -- 1.9.1 -- 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