Edit

IABSD.fr/src/sys/dev/i2c

Branch :

  • Show log

    Commit

  • Author : patrick
    Date : 2020-09-30 22:23:40
    Hash : d714ed3d
    Message : Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by more platforms than just loongson. Rename it to mfokrtc(4) for consistency with other RTC drivers. Make it match on st,m41t83, since that was the chip for which the driver was written for. More compatible strings can be added for each chip of the series verified to behave the same. Discussed with kettenis@ Compile tested on loongson by kn@ Tested on loongson by and ok visa@