aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/i2c
Commit message (Expand)AuthorAgeFilesLines
* Remove jedec_ts(4)Ravi Pokala2018-08-012-8/+0
* Add opt_platform.h for several modules that have #ifdef FDT in the source.Ian Lepore2018-04-012-1/+2
* Build the ds1672 driver as a module. Add a detach() to unregister the rtc.Ian Lepore2018-03-062-0/+20
* Build iicbus/rtc8583 as a module.Ian Lepore2018-03-042-0/+20
* imcsmb(4): Intel integrated Memory Controller (iMC) SMBus controller driverRavi Pokala2018-03-032-0/+12
* Instead of building ofw_iicbus as a separate module, just compile it in toIan Lepore2018-02-253-19/+4
* jedec_dimm(4): report asset info and temperatures for DDR3 and DDR4 DIMMsRavi Pokala2018-02-222-0/+8
* Build ofw_iicbus as a module if OPT_FDT is defined.Ian Lepore2018-02-192-0/+19
* Add iic_recover_bus.c, now part of iicbus. This should have been addedIan Lepore2018-02-181-0/+1
* Arrange SRCS= as 1 file per line, alphabetical, so it's easier to maintain.Ian Lepore2018-02-181-4/+12
* Give icee(4) a detach() method so it can be used as a module. Add aIan Lepore2017-09-172-0/+15
* Add a missing header file to SRCS to fix out-of-kernel builds.Ian Lepore2017-09-166-6/+6
* Minor fixes and enhancements for the s35390a i2c RTC driver...Ian Lepore2017-08-142-0/+8
* Add a new driver, ds13rtc, that handles all DS13xx series i2c RTC chips.Ian Lepore2017-08-132-0/+8
* Add missing header file to SRCS.Ian Lepore2017-08-031-1/+1
* Add missing ofw_bus_if.h src file.Ian Lepore2017-08-023-3/+3
* Add a driver for the Intersil ISL12xx family of i2c RTC chips.Ian Lepore2017-08-012-0/+8
* Build iicbus/{ds1307,ds3231,nxprtc} as modules.Ian Lepore2017-07-314-0/+24
* Restructure the SUBDIR list as 1-per-line and alphabetize, so it will beIan Lepore2017-07-311-2/+12
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-0421-21/+21
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-4/+0
* [ig4] Add ACPI platform support for ig4 driverOleksandr Tymoshenko2016-12-261-2/+7
* add iic interface to ig4 driver, move isl and cyapa to iicbusAndriy Gapon2016-10-303-3/+3
* jedec_ts: a driver for thermal sensors on memory modulesAndriy Gapon2016-10-222-1/+8
* Build ofw_bus_if.h for modules for RISC-V.Ruslan Bukin2016-07-281-1/+2
* MIPS also needs ofw_bus_if.h in some cases.Brooks Davis2016-01-201-1/+1
* Build ofw_bus_if.h for modules that need it on arm64Ed Maste2015-10-211-1/+2
* isl(4), driver for Intersil I2C ISL29018 Digital Ambient Light SensorMichael Gmelin2015-07-252-1/+8
* cyapa(4), driver for the Cypress APA I2C trackpadMichael Gmelin2015-07-252-1/+8
* ig4 - Intel fourth gen integrated I2C SMBus driver.Michael Gmelin2015-05-302-1/+9
* Fix build race on armv6* and powerpc*.Andreas Tobler2015-04-041-1/+4
* Move all the power management (SMBus) drivers to their own directory,Rui Paulo2014-09-234-4/+4
* Move amdsmb and nfsmb from dev/pci to their own device directory.Rui Paulo2014-09-232-2/+2
* Add ismt(4) driver.Jim Harris2014-05-202-1/+9
* Fix make depend.Li-Wen Hsu2014-02-261-1/+1
* MFtbemd:Warner Losh2010-08-231-2/+2
* The viapm module build had what appear to be some debugging CFLAGS leftNate Lawson2007-06-242-2/+0
* Drivers for AMD-8111 and NVIDIA nForce2/3/4 SMBus 2.0 controllers.Ruslan Ermilov2005-12-213-1/+19
* - Add ofw_bus_if.h to SRCS on sparc64 as envctrl.c and pcf_ebus.c dependMarius Strobl2005-11-221-8/+11
* Fix standalone module build for viapm. Note that by default it doesn'tJohn Baldwin2005-11-081-2/+2
* Finally complete some work on generalizing the PCF8584-based I2CJoerg Wunsch2005-10-281-1/+10
* Hook ichsmb to build.Takanori Watanabe2005-06-051-1/+1
* Make ichsmb loadable.Takanori Watanabe2005-06-051-0/+8
* Kill bogus isa compat opt file.Warner Losh2004-03-151-1/+1
* Most power management devices don't exist on pc98.Yoshihiro Takahashi2003-06-151-0/+4
* Fix the KMOD for the lpbb device.John-Mark Gurney2003-06-141-1/+1
* amdpm was omitted from the build of i2c controllers. Fixed.Nicolas Souchu2003-06-141-1/+1
* Include "../Makefile.inc".Yoshihiro Takahashi2002-11-062-0/+6
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-2315-0/+117