aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/i2c
Commit message (Expand)AuthorAgeFilesLines
* iicbus: Add missing dependency for iicbus module.Michal Meloun2022-02-231-1/+1
* iicbb: Always build ofw_bus_if.hWarner Losh2022-01-021-6/+1
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-1/+2
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-021-2/+1
* TMP461: Add thermal sensor driverHubert Mazur2021-12-022-1/+9
* Pcf85063: Add RTC driverHubert Mazur2021-11-241-2/+2
* Fix some modules to export more used symbolsKonstantin Belousov2021-11-184-0/+8
* pca954x: driver for PCA954x / TCA954x I2C switchesAndriy Gapon2021-11-132-0/+21
* pcf8574: driver for 8-pin quasi-bidirectional GPIO over I2CAndriy Gapon2021-11-062-0/+19
* driver for MAX44009 I2C illuminance sensorAndriy Gapon2021-11-062-0/+18
* pcf8591: driver for adc/dac with i2c interfaceAndriy Gapon2021-11-062-0/+18
* iicoc: support building as a moduleThomas Skibo2021-11-012-0/+10
* modules: iichid: needs opt_acpi.hKyle Evans2021-09-301-1/+2
* htu21: driver for HTU21D I2C temperature and humidity sensorAndriy Gapon2021-01-192-0/+18
* hid: Import iichid - I2C transport backend for HID subsystemVladimir Kondratyev2021-01-072-0/+13
* cyapa(4): Add support for evdev protocolVladimir Kondratyev2020-12-231-1/+2
* Introduce support for Epson RX-8803 RTC.Marcin Wojtas2020-05-252-1/+18
* Add TCA6416 GPIO expander support.Marcin Wojtas2020-05-252-0/+11
* iicbus(4): Add support for ACPI-based children enumerationVladimir Kondratyev2020-03-091-0/+5
* Remove sparc64 kernel supportWarner Losh2020-02-031-8/+2
* Add support for i2c bus mux hardware.Ian Lepore2020-01-025-0/+71
* Include ofw_bus_if.h in SRCS only on systems configured with the FDT option.Ian Lepore2019-12-131-1/+4
* Add a driver for Texas Instruments ADS101x/ADS111x i2c ADC chips.Ian Lepore2019-08-052-0/+16
* enable ig4_acpi on aarch64Ed Maste2019-07-241-1/+2
* 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