<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>55927c98 - media: atmel: atmel-isc: move to staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/platform/atmel/Makefile#55927c98</link>
        <description>media: atmel: atmel-isc: move to stagingThe Atmel ISC driver is not compliant with media controller specification.In order to evolve this driver, it has to move to media controller, tosupport enhanced features and future products which embed it.The move to media controller involves several changes which arenot backwards compatible with the current usability of the driver.The best example is the way the format is propagated from the top videodriver /dev/videoX down to the sensor.In a simple configuration sensor ==&gt; isc , the isc just calls subdev s_fmtand controls the sensor directly. This is achieved by having a lot of codeinside the driver that will query the subdev at probe time and make a listof formats which are usable.Basically the user has nothing to configure, as the isc will handleeverything at the top level. This is an easy way to capture, but also comeswith the drawback of lack of flexibility.In a more complicated pipelinesensor ==&gt; controller 1 ==&gt; controller 2 ==&gt; iscthis will not be achievable, as controller 1 and controller 2 might bemedia-controller configurable, and will not propagate the formats down tothe sensor.After discussions with the media maintainers, the decision is to moveAtmel ISC to staging as-is, to keep the Kconfig symbols and the usersto the driver in staging. Thus, all the existing users of the nonmedia-controller paradigm will continue to be happy and use the old configway.The new driver was added in the media subsystem with a differentsymbol, with the conversion to media controller done, and new usersof the driver will be able to use all the new features.This patch is merely a file move to staging, not affecting any of theusers.The exported symbols had to be renamed to atmel_* to avoid duplication withthe new Microchip ISC driver.Signed-off-by: Eugen Hristev &lt;eugen.hristev@microchip.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/platform/atmel/Makefile</description>
        <pubDate>Mon, 07 Nov 2022 14:18:18 +0000</pubDate>
        <dc:creator>Eugen Hristev &lt;eugen.hristev@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>37dcaf1e - media: atmel: move microchip_csi2dc to dedicated microchip platform</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/platform/atmel/Makefile#37dcaf1e</link>
        <description>media: atmel: move microchip_csi2dc to dedicated microchip platformThe Atmel ISC will be moved to staging thus the atmel platform will onlyhave the ISI driver.The new media-controller converted ISC driver will be placed inside adedicated microchip platform directory.It is then natural to have the microchip-csi2dc moved to this new platformdirectory.The next step is to add the Microchip ISC driver to the new platformdirectory and reside together with the Microchip CSI2DC driver.Signed-off-by: Eugen Hristev &lt;eugen.hristev@microchip.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/platform/atmel/Makefile</description>
        <pubDate>Mon, 07 Nov 2022 14:18:13 +0000</pubDate>
        <dc:creator>Eugen Hristev &lt;eugen.hristev@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>fc6836b3 - media: atmel: atmel-isc: move to staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/platform/atmel/Makefile#fc6836b3</link>
        <description>media: atmel: atmel-isc: move to stagingThe Atmel ISC driver is not compliant with media controller specification.In order to evolve this driver, it has to move to media controller, tosupport enhanced features and future products which embed it.The move to media controller involves several changes which arenot backwards compatible with the current usability of the driver.The best example is the way the format is propagated from the top videodriver /dev/videoX down to the sensor.In a simple configuration sensor ==&gt; isc , the isc just calls subdev s_fmtand controls the sensor directly. This is achieved by having a lot of codeinside the driver that will query the subdev at probe time and make a listof formats which are usable.Basically the user has nothing to configure, as the isc will handleeverything at the top level. This is an easy way to capture, but also comeswith the drawback of lack of flexibility.In a more complicated pipelinesensor ==&gt; controller 1 ==&gt; controller 2 ==&gt; iscthis will not be achievable, as controller 1 and controller 2 might bemedia-controller configurable, and will not propagate the formats down tothe sensor.After discussions with the media maintainers, the decision is to moveAtmel ISC to staging as-is, to keep the Kconfig symbols and the usersto the driver in staging. Thus, all the existing users of the nonmedia-controller paradigm will continue to be happy and use the old configway.The new driver was added in the media subsystem with a differentsymbol, with the conversion to media controller done, and new usersof the driver will be able to use all the new features.This patch is merely a file move to staging, not affecting any of theusers.The exported symbols had to be renamed to atmel_* to avoid duplication withthe new Microchip ISC driver.Signed-off-by: Eugen Hristev &lt;eugen.hristev@microchip.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;

            List of files:
            /linux-6.15/drivers/media/platform/atmel/Makefile</description>
        <pubDate>Mon, 07 Nov 2022 14:18:18 +0000</pubDate>
        <dc:creator>Eugen Hristev &lt;eugen.hristev@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>5c018562 - media: atmel: move microchip_csi2dc to dedicated microchip platform</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/platform/atmel/Makefile#5c018562</link>
        <description>media: atmel: move microchip_csi2dc to dedicated microchip platformThe Atmel ISC will be moved to staging thus the atmel platform will onlyhave the ISI driver.The new media-controller converted ISC driver will be placed inside adedicated microchip platform directory.It is then natural to have the microchip-csi2dc moved to this new platformdirectory.The next step is to add the Microchip ISC driver to the new platformdirectory and reside together with the Microchip CSI2DC driver.Signed-off-by: Eugen Hristev &lt;eugen.hristev@microchip.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;

            List of files:
            /linux-6.15/drivers/media/platform/atmel/Makefile</description>
        <pubDate>Mon, 07 Nov 2022 14:18:13 +0000</pubDate>
        <dc:creator>Eugen Hristev &lt;eugen.hristev@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>118bf76a - media: atmel: atmel-isc: split the clock code into separate source file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/platform/atmel/Makefile#118bf76a</link>
        <description>media: atmel: atmel-isc: split the clock code into separate source fileThe atmel-isc-base is getting crowded. Split the clock functions intoatmel-isc-clk.c.Signed-off-by: Eugen Hristev &lt;eugen.hristev@microchip.com&gt;Reviewed-by: Jacopo Mondi &lt;jacopo+renesas@jmondi.org&gt;Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/platform/atmel/Makefile</description>
        <pubDate>Mon, 13 Dec 2021 13:49:21 +0000</pubDate>
        <dc:creator>Eugen Hristev &lt;eugen.hristev@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>2de0b3c0 - media: atmel: introduce microchip csi2dc driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/platform/atmel/Makefile#2de0b3c0</link>
        <description>media: atmel: introduce microchip csi2dc driverMicrochip CSI2DC (CSI2 Demultiplexer Controller) is a misc bridge devicethat converts a byte stream in IDI Synopsys format (coming from a CSI2HOST)to a pixel stream that can be captured by a sensor controller.Signed-off-by: Eugen Hristev &lt;eugen.hristev@microchip.com&gt;Reviewed-by: Jacopo Mondi &lt;jacopo+renesas@jmondi.org&gt;Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/platform/atmel/Makefile</description>
        <pubDate>Mon, 13 Dec 2021 13:49:20 +0000</pubDate>
        <dc:creator>Eugen Hristev &lt;eugen.hristev@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>f1de1c78 - media: atmel: fix build when ISC=m and XISC=y</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/platform/atmel/Makefile#f1de1c78</link>
        <description>media: atmel: fix build when ISC=m and XISC=yBuilding VIDEO_ATMEL_ISC as module and VIDEO_ATMEL_XISC as built-in(or viceversa) causes build errors: or1k-linux-ld: drivers/media/platform/atmel/atmel-isc-base.o: in function `isc_async_complete&apos;: atmel-isc-base.c:(.text+0x40d0): undefined reference to `__this_module&apos; or1k-linux-ld: atmel-isc-base.c:(.text+0x40f0): undefined reference to `__this_module&apos; or1k-linux-ld: drivers/media/platform/atmel/atmel-isc-base.o:(.rodata+0x390): undefined reference to `__this_module&apos; or1k-linux-ld: drivers/media/platform/atmel/atmel-isc-base.o:(__param+0x4): undefined reference to `__this_module&apos; or1k-linux-ld: drivers/media/platform/atmel/atmel-isc-base.o:(__param+0x18): undefined reference to `__this_module&apos;This is caused by the file atmel-isc-base.c which is common code betweenthe two drivers.The solution is to create another Kconfig symbol that is automaticallyselected and generates the module atmel-isc-base.ko. This module can beloaded when both drivers are modules, or built-in when at least one of themis built-in.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Fixes: c9aa973884a1 (&quot;media: atmel: atmel-isc: add microchip-xisc driver&quot;)Signed-off-by: Eugen Hristev &lt;eugen.hristev@microchip.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/platform/atmel/Makefile</description>
        <pubDate>Mon, 05 Jul 2021 12:57:08 +0000</pubDate>
        <dc:creator>Eugen Hristev &lt;eugen.hristev@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>c9aa9738 - media: atmel: atmel-isc: add microchip-xisc driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/platform/atmel/Makefile#c9aa9738</link>
        <description>media: atmel: atmel-isc: add microchip-xisc driverAdd driver for the extended variant of the isc, the microchip XISCpresent on sama7g5 product.[hverkuil: drop MODULE_SUPPORTED_DEVICE, no longer exists][hverkuil: made isc_sama7g5_config_csc et al static][hverkuil: made sama7g5_controller_formats et al static]Signed-off-by: Eugen Hristev &lt;eugen.hristev@microchip.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/platform/atmel/Makefile</description>
        <pubDate>Tue, 13 Apr 2021 10:57:29 +0000</pubDate>
        <dc:creator>Eugen Hristev &lt;eugen.hristev@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>0a0e2655 - media: atmel: atmel-isc: split driver into driver base and isc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/platform/atmel/Makefile#0a0e2655</link>
        <description>media: atmel: atmel-isc: split driver into driver base and iscThis splits the Atmel ISC driver into a common base: atmel-isc-base.cand the driver probe/dt part , atmel-sama5d2-isc.cThis is needed to keep a common ground for the sensor controller which willbe reused.The atmel-isc will use the common symbols inside the atmel-isc-baseFuture driver will also use the same symbols and redefine different aspects,for a different version of the ISC.This is done to avoid complete code duplication by creating a totallydifferent driver for the new variant of the ISC.Signed-off-by: Eugen Hristev &lt;eugen.hristev@microchip.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;[hverkuil-cisco@xs4all.nl: folded &apos;atmel: atmel-sama5d2-isc: fixed checkpatch warnings&apos; into this patch]Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/platform/atmel/Makefile</description>
        <pubDate>Wed, 12 Jun 2019 12:00:31 +0000</pubDate>
        <dc:creator>Eugen Hristev &lt;eugen.hristev@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/platform/atmel/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/media/platform/atmel/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>c1d82b89 - [media] atmel-isi: move out of soc_camera to atmel</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/platform/atmel/Makefile#c1d82b89</link>
        <description>[media] atmel-isi: move out of soc_camera to atmelMove this out of the soc_camera directory into the atmel directorywhere it belongs.Signed-off-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;Acked-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/platform/atmel/Makefile</description>
        <pubDate>Wed, 21 Sep 2016 06:53:25 +0000</pubDate>
        <dc:creator>Hans Verkuil &lt;hans.verkuil@cisco.com&gt;</dc:creator>
    </item>
<item>
        <title>10626744 - [media] atmel-isc: add the Image Sensor Controller code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/platform/atmel/Makefile#10626744</link>
        <description>[media] atmel-isc: add the Image Sensor Controller codeAdd driver for the Image Sensor Controller. It managesincoming data from a parallel based CMOS/CCD sensor.It has an internal image processor, also integrates atriple channel direct memory access controller masterinterface.Signed-off-by: Songjun Wu &lt;songjun.wu@microchip.com&gt;Signed-off-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/platform/atmel/Makefile</description>
        <pubDate>Wed, 17 Aug 2016 06:05:27 +0000</pubDate>
        <dc:creator>Songjun Wu &lt;songjun.wu@microchip.com&gt;</dc:creator>
    </item>
</channel>
</rss>
