Releases: data-modul/eAPI
dmo-v2020.12.23
Improvement in EEPROM , Storage and I2C
dmo-v2019.02.19
Accept 8bit I2C address from user and shift it to 7bit
Based on EAPI specification, the I2C device address is expected in 8-bit hex format with the 7-bit address in the upper seven bits and the lowest bit set as read (1) / write (0) bit accordingly. In other words, user must enter encoded 7bit address. EAPIlib should decode that later.
dmo-v2017.08.07
Add EApi Extensions PWM Functions.
These functions are used to control the PMW feature if supported in hardware, they do not exist in the PICMG® EAPI Specification R1.0.
dmo-til-v4.7-v2017
Use ACPI control method to fetch HWMON data instead of using HWMON driver
dmo-v2017.05.19
Use ACPI control method to fetch HWMON data instead of using HWMON driver
dmo-v2017.03.08
Added support gpio control for kernel below 4.7 and kernel above 4.8.
Two branches are specified:
- eapi-til-v4.7 : for kernel up to 4.7 and less
- master : for kernel 4.8 and above
in control GPIO in kernel 4.8 and above, new GPIO API character device mechanism is used.
dmo-til-v4.7-v2017.03.08
Added support gpio control for kernel below 4.7 and kernel above 4.8.
Two branches are specified:
- eapi-til-v4.7 : for kernel up to 4.7 and less
- master : for kernel 4.8 and above
in control GPIO in kernel below 4.7, sysfs mechanism is used.
dmo-v2017.02.06
Added eapi-lib support for the following features:
- gpio pins
- Watchdog
- Backlight
- user storage
remarks:
- gpio functionality works only under kernel 4.8 and above.