zephyr/drivers
Puranjay Mohan d31ed3be04 drivers: sensor: tmp116: Add support for SENSOR_ATTR_OFFSET.
TMP117 from TI is a sensor similar to tmp116, but it has more precision
and it also supports the offset register.
Add support for SENSOR_ATTR_OFFSET, which is used by TMP117 to the
pre-exisiting tmp116 driver.

This commit also enables multiple instances and adds TMP117 to Kconfig.

Signed-off-by: Puranjay Mohan <puranjay12@gmail.com>
2020-12-20 13:02:21 -05:00
..
adc drivers: adc: Convert drivers to new DT device macros 2020-12-10 08:48:17 -06:00
audio drivers: audio: Convert drivers to new DT device macros 2020-12-17 09:21:02 -05:00
bluetooth drivers: bluetooth: Add timeout to rpmsg init 2020-12-08 12:41:21 +02:00
can drivers: can: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-18 13:25:34 -06:00
clock_control drivers: clock_control: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 04:53:45 -06:00
console drivers: console: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-18 13:25:22 -06:00
counter drivers: counter: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 20:00:23 -05:00
crypto drivers: crypto: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 20:01:58 -05:00
dac drivers: dac: Convert drivers to new DT device macros 2020-12-15 08:04:04 -06:00
debug debug: tracing: Add Segger RTT and SystemView linker section options 2020-11-20 12:54:09 -06:00
display drivers: display: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-18 13:25:46 -06:00
dma drivers: dma: stm32: add get_status to dmamux driver 2020-12-20 13:00:46 -05:00
ec_host_cmd_periph drivers: ec_host_cmd_periph: Convert drivers to new DT device macros 2020-12-15 15:17:59 -06:00
eeprom drivers: eeprom: Convert drivers to new DT device macros 2020-12-16 12:18:59 -05:00
entropy drivers: entropy: Convert drivers to new DT device macros 2020-12-13 19:27:01 -05:00
espi drivers: espi_mchp_xec: Implement support for flash erase 2020-12-16 13:51:12 -05:00
ethernet drivers: ethernet: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 20:01:24 -05:00
flash drivers: flash: stm32g4x: fix LOG_ERR compiler warning 2020-12-20 12:40:19 -05:00
gpio pinmux: Convert drivers to be devicetree based 2020-12-19 20:04:23 -05:00
hwinfo drivers: hwinfo: stm32: use generic LL headers 2020-11-30 15:50:03 +01:00
i2c drivers: i2c: eeprom: Convert drivers to new DT device macros 2020-12-18 08:01:59 -06:00
i2s drivers: i2s_cavs: convert to use device tree 2020-12-18 09:29:20 -05:00
ieee802154 drivers: ieee802154: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 20:01:06 -05:00
interrupt_controller drivers: interrupt_controller: Convert drivers to new DT device macros 2020-12-19 20:06:25 -05:00
ipm drivers: ipm: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 12:18:49 -05:00
kscan drivers: kscan: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 20:02:19 -05:00
led drivers: led: fix led_pwm initialization 2020-12-20 10:30:29 -06:00
led_strip drivers: led_strip: Convert drivers to new DT device macros 2020-12-16 11:10:08 -06:00
lora drivers: lora: Convert drivers to new DT device macros 2020-12-15 15:17:59 -06:00
memc drivers: memc: Convert drivers to new DT device macros 2020-12-18 07:53:15 -06:00
modem drivers: modem: wncm14a2a: set NET_CONTEXT_CONNECTED state 2020-12-14 18:15:49 +02:00
net net: ppp: Avoid wrapping each byte in muxing headers 2020-10-19 18:29:02 +02:00
neural_net drivers: neural_net: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 12:19:12 -05:00
pcie drivers: pcie: Convert drivers to new DT device macros 2020-12-16 13:51:53 -05:00
peci drivers: peci: Convert drivers to new DT device macros 2020-12-15 15:17:59 -06:00
pinmux drivers: pinmux: Convert drivers to new DT device macros 2020-12-19 20:06:45 -05:00
ps2 drivers: ps2: Convert drivers to new DT device macros 2020-12-15 15:17:59 -06:00
ptp_clock device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
pwm drivers: pwm: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 20:00:00 -05:00
regulator drivers: Convert to use new DEVICE_DT_INST_* macros 2020-12-09 14:06:48 -06:00
sensor drivers: sensor: tmp116: Add support for SENSOR_ATTR_OFFSET. 2020-12-20 13:02:21 -05:00
serial drivers: serial: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 19:59:21 -05:00
spi drivers: spi: cc13xx_cc26xx: Fix compile error 2020-12-11 03:34:50 -06:00
timer arch: arm: timer: mask interrupt in ISR 2020-12-17 08:08:00 -05:00
usb kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers 2020-12-07 21:50:14 -05:00
video drivers: video: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 20:00:43 -05:00
virtualization drivers/virtualization: Make ivshmem driver userspace ready 2020-12-16 18:47:35 -05:00
watchdog drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wifi drivers: wifi: esp: deduplicate RX data processing 2020-12-17 14:38:02 +02:00
CMakeLists.txt drivers/virtualization: Adding ivshmem driver 2020-12-16 18:47:35 -05:00
Kconfig drivers/virtualization: Adding ivshmem driver 2020-12-16 18:47:35 -05:00