freebsd-dev/sys/modules/i2c
Ian Lepore 098f6cb6e6 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't do transfers without interrupts.
- Add a detach() routine.
- Add to module build.
2017-08-14 00:00:24 +00:00
..
controllers sys/modules: normalize .CURDIR-relative paths to SRCTOP 2017-03-04 10:10:17 +00:00
cyapa sys/modules: normalize .CURDIR-relative paths to SRCTOP 2017-03-04 10:10:17 +00:00
ds13rtc Add a new driver, ds13rtc, that handles all DS13xx series i2c RTC chips. 2017-08-13 21:02:40 +00:00
ds1307 Add missing ofw_bus_if.h src file. 2017-08-02 15:16:40 +00:00
ds3231 Add missing ofw_bus_if.h src file. 2017-08-02 15:16:40 +00:00
if_ic sys/modules: normalize .CURDIR-relative paths to SRCTOP 2017-03-04 10:10:17 +00:00
iic sys/modules: normalize .CURDIR-relative paths to SRCTOP 2017-03-04 10:10:17 +00:00
iicbb sys/modules: normalize .CURDIR-relative paths to SRCTOP 2017-03-04 10:10:17 +00:00
iicbus sys/modules: normalize .CURDIR-relative paths to SRCTOP 2017-03-04 10:10:17 +00:00
iicsmb sys/modules: normalize .CURDIR-relative paths to SRCTOP 2017-03-04 10:10:17 +00:00
isl sys/modules: normalize .CURDIR-relative paths to SRCTOP 2017-03-04 10:10:17 +00:00
isl12xx Add missing ofw_bus_if.h src file. 2017-08-02 15:16:40 +00:00
jedec_ts sys/modules: normalize .CURDIR-relative paths to SRCTOP 2017-03-04 10:10:17 +00:00
nxprtc Add missing header file to SRCS. 2017-08-03 18:49:15 +00:00
s35390a Minor fixes and enhancements for the s35390a i2c RTC driver... 2017-08-14 00:00:24 +00:00
smb sys/modules: normalize .CURDIR-relative paths to SRCTOP 2017-03-04 10:10:17 +00:00
smbus sys/modules: normalize .CURDIR-relative paths to SRCTOP 2017-03-04 10:10:17 +00:00
Makefile Minor fixes and enhancements for the s35390a i2c RTC driver... 2017-08-14 00:00:24 +00:00
Makefile.inc