zephyr/drivers
Kwon Tae-young 2aeed81202 drivers: dac: Added driver for TI DACx0508
TI's DACx0508 is a DAC chip that supports SPI.
Gain and Reference can be set through the register.

Signed-off-by: Kwon Tae-young <tykwon@m2i.co.kr>
2020-08-26 12:24:43 +02:00
..
adc drivers: adc: mcp320x: fix compilation when using spi cs-gpios 2020-08-21 14:31:40 -05:00
audio device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
bluetooth drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
can guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
clock_control drivers: clock_control: Add support for MCUX CCM IUART clock 2020-08-14 14:51:50 -05:00
console drivers: console: uart_mux: consume ringbuf until it is empty 2020-08-21 13:51:45 -04:00
counter drivers: counter: stm32: Allow disabling backup domain reset 2020-08-24 16:27:13 -05:00
crypto device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
dac drivers: dac: Added driver for TI DACx0508 2020-08-26 12:24:43 +02:00
debug
display device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
dma device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
eeprom guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
entropy device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
espi drivers: espi: xec: Fix eSPI frequency override during IO selection 2020-08-25 09:32:29 +02:00
ethernet driver: eth: native_posix: Minimum RX sleep with gPTP 2020-08-19 12:47:09 -04:00
flash drivers: flash: spi_nor: support serial flash API 2020-08-17 13:38:14 -04:00
gpio RT600: Fix IOCON setting 2020-08-19 13:06:30 -05:00
hwinfo shell: enable modules by default if shell is enabled 2020-06-24 21:37:12 -04:00
i2c guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
i2s device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
ieee802154 device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
interrupt_controller drivers: use node IDs for DEVICE_MMIO.*_INIT 2020-08-14 13:35:02 +02:00
ipm ipm: ipm_intel_adsp: Add INTEL ADSP IPM driver 2020-08-24 13:38:33 -04:00
kscan drivers: kscan: generalize and improve FT5336 driver 2020-08-12 12:35:04 +02:00
led guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
led_strip device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
lora drivers: lora: sx126x: Use the new pin helpers 2020-07-13 13:11:59 +02:00
modem drivers: fix socket close() implementations for socket offloading 2020-08-18 10:41:01 +03:00
net device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
neural_net device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
pcie device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
peci
pinmux drivers: pinmux: stm32: add SPI pinmux for F4 series 2020-08-18 14:50:34 +02:00
ps2 device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
ptp_clock
pwm device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
sensor guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
serial guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
spi device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
timer drivers: use node IDs for DEVICE_MMIO.*_INIT 2020-08-14 13:35:02 +02:00
usb usb: nrf: Fix for remote wake up request. 2020-08-17 13:41:35 -04:00
video device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
watchdog device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
wifi drivers: eswifi: Remove unused variable in ioctl routine 2020-08-19 14:35:10 +03:00
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
Kconfig