<?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>e27633af - MFC r350591, r350971, r351724</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/i2c/Makefile#e27633af</link>
        <description>MFC r350591, r350971, r351724r350591:Add a driver for Texas Instruments ADS101x/ADS111x i2c ADC chips.Instances of the device can be configured using hints or FDT data.Interfaces to reconfigure the chip and extract voltage measurements fromit are available via sysctl(8).r350971:Fix the driver name in ads111x.4, and hook the manpage up to the build.The driver was originally written with the name ads1115, but at the lastminute it got renamed to ads111x to reflect its support for many relatedchips, but I forgot to update the manpage to match the renaming beforecommitting it all.r351724:Fix the name of the devicetree bindings document file cited in the manpage.

            List of files:
            /freebsd-12.1/sys/modules/i2c/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 16:37:10 +0000</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b5988450 - Remove jedec_ts(4)</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/i2c/Makefile#b5988450</link>
        <description>Remove jedec_ts(4)The jedec_ts(4) driver has been marked as deprecated in stable/11, and isnow being removed from -HEAD. Add a notice in UPDATING, and update the fewremaining references (regarding jedec_dimm(4)&apos;s compatibility and history)to reflect the fact that jedec_ts(4) is now deleted.Reviewed by:	avgRelnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D16537

            List of files:
            /freebsd-12.1/sys/modules/i2c/Makefile</description>
        <pubDate>Wed, 01 Aug 2018 08:24:34 +0000</pubDate>
        <dc:creator>Ravi Pokala &lt;rpokala@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b138780b - Build the ds1672 driver as a module.  Add a detach() to unregister the rtc.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/i2c/Makefile#b138780b</link>
        <description>Build the ds1672 driver as a module.  Add a detach() to unregister the rtc.

            List of files:
            /freebsd-12.1/sys/modules/i2c/Makefile</description>
        <pubDate>Tue, 06 Mar 2018 02:30:34 +0000</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5a45ce2f - Build iicbus/rtc8583 as a module.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/i2c/Makefile#5a45ce2f</link>
        <description>Build iicbus/rtc8583 as a module.

            List of files:
            /freebsd-12.1/sys/modules/i2c/Makefile</description>
        <pubDate>Sun, 04 Mar 2018 21:06:21 +0000</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f0a2d31a - Instead of building ofw_iicbus as a separate module, just compile it in to</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/i2c/Makefile#f0a2d31a</link>
        <description>Instead of building ofw_iicbus as a separate module, just compile it in tothe iicbus module for FDT-based systems.The primary motivation for this is that host controller drivers whichdeclare DRIVER_MODULE(ofw_iicbus, thisdriver, etc, etc) now only need asingle MODULE_DEPEND(thisdriver, ofw_iicbus) for runtime linking to resolveall the symbols.  With ofw_iicbus and iicbus in separate modules, driverswould need to declare a MODULE_DEPEND() on both, because symbol lookup isnon-recursive through the dependency chain.  Requiring a driver to haveMODULE_DEPENDS() on both amounts to requiring the drivers to understand thekobj inheritence details of how ofw_iicbus is implemented, which seems likesomething they shouldn&apos;t have to know (and could even change some day).Also, this is somewhat analogous to how the drivers get built when compiledinto the kernel.  You don&apos;t have to ask for ofw_iicbus separately, it justgets built in along with iicbus when option FDT is in effect.

            List of files:
            /freebsd-12.1/sys/modules/i2c/Makefile</description>
        <pubDate>Sun, 25 Feb 2018 18:26:50 +0000</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dcd935df - jedec_dimm(4): report asset info and temperatures for DDR3 and DDR4 DIMMs</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/i2c/Makefile#dcd935df</link>
        <description>jedec_dimm(4): report asset info and temperatures for DDR3 and DDR4 DIMMsA super-set of the functionality of jedec_ts(4). jedec_dimm(4) reports assetinformation (Part Number, Serial Number) encoded in the &quot;Serial PresenceDetect&quot; (SPD) data on JEDEC DDR3 and DDR4 DIMMs. It also calculates andreports the memory capacity of the DIMM, in megabytes. If the DIMM includesa &quot;Thermal Sensor On DIMM&quot; (TSOD), the temperature is also reported.Reviewed by:	cemMFC after:	1 weekRelnotes:	yesSponsored by:	PanasasDifferential Revision:	https://reviews.freebsd.org/D14392Discussed with:	avg, cemTested by:	avg, cem (previous version, no semantic changes)

            List of files:
            /freebsd-12.1/sys/modules/i2c/Makefile</description>
        <pubDate>Thu, 22 Feb 2018 23:18:46 +0000</pubDate>
        <dc:creator>Ravi Pokala &lt;rpokala@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a7e31772 - Build ofw_iicbus as a module if OPT_FDT is defined.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/i2c/Makefile#a7e31772</link>
        <description>Build ofw_iicbus as a module if OPT_FDT is defined.

            List of files:
            /freebsd-12.1/sys/modules/i2c/Makefile</description>
        <pubDate>Mon, 19 Feb 2018 00:47:03 +0000</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d18915fa - Give icee(4) a detach() method so it can be used as a module.  Add a</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/i2c/Makefile#d18915fa</link>
        <description>Give icee(4) a detach() method so it can be used as a module.  Add amodule makefile for it.

            List of files:
            /freebsd-12.1/sys/modules/i2c/Makefile</description>
        <pubDate>Sun, 17 Sep 2017 22:58:13 +0000</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>098f6cb6 - Minor fixes and enhancements for the s35390a i2c RTC driver...</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/i2c/Makefile#098f6cb6</link>
        <description>Minor fixes and enhancements for the s35390a i2c RTC driver...- Add FDT probe code.- Do i2c transfers with exclusive bus ownership.- Use config_intrhook_oneshot() to defer chip setup because some i2c  busses can&apos;t do transfers without interrupts.- Add a detach() routine.- Add to module build.

            List of files:
            /freebsd-12.1/sys/modules/i2c/Makefile</description>
        <pubDate>Mon, 14 Aug 2017 00:00:24 +0000</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bb2e8108 - Add a new driver, ds13rtc, that handles all DS13xx series i2c RTC chips.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/i2c/Makefile#bb2e8108</link>
        <description>Add a new driver, ds13rtc, that handles all DS13xx series i2c RTC chips.This driver supports only basic timekeeping functionality.  It completelyreplaces the ds133x driver.  It can also replace the ds1374 driver, but thatwill take a few other changes in MIPS code and config, and will be committedseparately.  It does NOT replace the existing ds1307 driver, which providesaccess to some of the extended features on the 1307 chip, such as controllingthe square wave output signal.  If both ds1307 and ds13rtc drivers arepresent, the ds1307 driver will outbid and win control of the device.This driver can be configured with FDT data, or by using hints on non-FDTsystems.  In addition to the standard hints for i2c devices, it requiresa &quot;chiptype&quot; string of the form &quot;dallas,ds13xx&quot; where &apos;xx&apos; is the chip id(i.e., the same format as FDT compat strings).

            List of files:
            /freebsd-12.1/sys/modules/i2c/Makefile</description>
        <pubDate>Sun, 13 Aug 2017 21:02:40 +0000</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>94759a24 - Add a driver for the Intersil ISL12xx family of i2c RTC chips.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/i2c/Makefile#94759a24</link>
        <description>Add a driver for the Intersil ISL12xx family of i2c RTC chips.Supports ISL1209, ISL1218, ISL1219, ISL1220, ISL1221 (just basic RTCfunctionality, not all the other fancy stuff the chips can do).

            List of files:
            /freebsd-12.1/sys/modules/i2c/Makefile</description>
        <pubDate>Tue, 01 Aug 2017 04:16:52 +0000</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>55b0d8a0 - Build iicbus/{ds1307,ds3231,nxprtc} as modules.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/i2c/Makefile#55b0d8a0</link>
        <description>Build iicbus/{ds1307,ds3231,nxprtc} as modules.

            List of files:
            /freebsd-12.1/sys/modules/i2c/Makefile</description>
        <pubDate>Mon, 31 Jul 2017 22:32:11 +0000</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c28ccaf0 - Restructure the SUBDIR list as 1-per-line and alphabetize, so it will be</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/i2c/Makefile#c28ccaf0</link>
        <description>Restructure the SUBDIR list as 1-per-line and alphabetize, so it will beeasier to add new things (and see what changed) in the future.

            List of files:
            /freebsd-12.1/sys/modules/i2c/Makefile</description>
        <pubDate>Mon, 31 Jul 2017 22:26:30 +0000</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4afdfe97 - jedec_ts: a driver for thermal sensors on memory modules</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/i2c/Makefile#4afdfe97</link>
        <description>jedec_ts: a driver for thermal sensors on memory modulesThe driver currently supports chips that are fully compliant with theJEDEC SPD / EEPROM / TS standard (JEDEC Standard 21-C,TSE2002 Specification, frequenlty referred to as JEDEC JC 42.4).Additionally some chips from STMicroelectronics are supported as well.They are compliant except for their Device ID pattern.Given the continued lack of any common sensor infrastructure, the driveruses an ad-hoc sysctl to report the temperature.Reviewed by:	wblock (documentation)MFC after:	2 weeksRelnotes:	yesDifferential Revision: https://reviews.freebsd.org/D8174

            List of files:
            /freebsd-12.1/sys/modules/i2c/Makefile</description>
        <pubDate>Sat, 22 Oct 2016 08:00:46 +0000</pubDate>
        <dc:creator>Andriy Gapon &lt;avg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ca2e4ecd - isl(4), driver for Intersil I2C ISL29018 Digital Ambient Light Sensor</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/i2c/Makefile#ca2e4ecd</link>
        <description>isl(4), driver for Intersil I2C ISL29018 Digital Ambient Light SensorDifferential Revision:	https://reviews.freebsd.org/D2811Reviewed by:	adrian, wblockApproved by:	adrian, wblockRelnotes:	yes

            List of files:
            /freebsd-12.1/sys/modules/i2c/Makefile</description>
        <pubDate>Sat, 25 Jul 2015 20:17:19 +0000</pubDate>
        <dc:creator>Michael Gmelin &lt;grembo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>46f07718 - cyapa(4), driver for the Cypress APA I2C trackpad</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/i2c/Makefile#46f07718</link>
        <description>cyapa(4), driver for the Cypress APA I2C trackpadDifferential Revision:	https://reviews.freebsd.org/D3068Reviewed by:	kib, wblockApproved by:	kibRelnotes:	yes

            List of files:
            /freebsd-12.1/sys/modules/i2c/Makefile</description>
        <pubDate>Sat, 25 Jul 2015 18:14:35 +0000</pubDate>
        <dc:creator>Michael Gmelin &lt;grembo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c17d4340 - Major rework of the iicbus/smbus framework:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/i2c/Makefile#c17d4340</link>
        <description>Major rework of the iicbus/smbus framework:	- VIA chipset SMBus controllers added	- alpm driver updated	- Support for dynamic modules added	- bktr FreeBSD smbus updated but not tested	- cleanup

            List of files:
            /freebsd-12.1/sys/modules/i2c/Makefile</description>
        <pubDate>Sat, 23 Mar 2002 15:49:15 +0000</pubDate>
        <dc:creator>Nicolas Souchu &lt;nsouch@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
