zephyr/drivers
Simon Glass 6b50f643da drivers: i2c: Add a dump routine
Add a function to dump out a set of I2C messages. It uses debug logging
so it only useful for debugging.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-08-04 17:50:39 +02:00
..
adc drivers: adc_mcp320x: respect devicetree cs-gpios flags 2020-07-09 06:07:07 -05:00
audio drivers: dma: Apply DMA callback change to relevant drivers 2020-07-30 09:48:00 +02:00
bluetooth drivers: bluetooth: hci_spi: add missing gpio_dt_flags to spi_cs_config 2020-08-04 16:18:54 +02:00
can can: mcp2515: Add chip select flags 2020-07-01 16:40:03 -05:00
clock_control drivers: clock_control: lpc11u6x: Add support for clock controller 2020-07-29 20:12:24 +02:00
console cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
counter drivers: counter: Add native_posix counter hardware model and driver 2020-07-27 13:25:50 +02:00
crypto zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dac drivers: dac: mcux_dac32: add Kconfig option for enabling test output 2020-07-03 08:05:25 -04:00
debug
display driver: display: Added extra asserts to SDL display 2020-07-21 15:12:05 +02:00
dma drivers: dma: Align all drivers using user_data for callback 2020-07-30 09:48:00 +02:00
eeprom drivers: eeprom: add driver for NXP LPC11U6X 2020-07-29 20:12:24 +02:00
entropy drivers: entropy: cc13xx_cc26xx: add power management support 2020-07-10 11:45:31 +02:00
espi drivers: espi: xec: Fix incorrect ACK to eSPI host about channel readiness 2020-07-26 09:02:35 -04:00
ethernet drivers: eth_enc28j60: reverts part of 3722c64 2020-07-29 08:00:23 -05:00
flash drivers: flash: stm32wb: disable Page Erase at end of erase_page() 2020-07-20 12:48:10 +02:00
gpio drivers: gpio: add driver for NXP LPC11U6X MCUs 2020-07-29 20:12:24 +02:00
hwinfo shell: enable modules by default if shell is enabled 2020-06-24 21:37:12 -04:00
i2c drivers: i2c: Add a dump routine 2020-08-04 17:50:39 +02:00
i2s drivers: dma: Align all drivers using user_data for callback 2020-07-30 09:48:00 +02:00
ieee802154 drivers: ieee802154: rf2xx: Add CS gpio flags from DT 2020-07-08 23:22:19 -04:00
interrupt_controller drivers: arcv2_irq_unit: remove include 2020-07-30 08:00:03 -04:00
ipm cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
kscan zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
led zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
led_strip treewide: remove unnecessary DT GPIO/PWM flags checks 2020-08-04 07:35:26 -05:00
lora drivers: lora: sx126x: Use the new pin helpers 2020-07-13 13:11:59 +02:00
modem uart: Fix uart_irq_callback_set usage 2020-07-30 09:43:12 +02:00
net net: ppp: select RING_BUFFER via Kconfig 2020-08-01 08:13:50 -04:00
neural_net drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
pcie drivers: pcie: refactor pcie directory to make RC and EP independent 2020-07-14 19:35:31 -04:00
peci zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pinmux drivers: pinmux: add driver for NXP LPC11U6X MCUs 2020-07-29 20:12:24 +02:00
ps2 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ptp_clock
pwm drivers: pwm: stm32: fix polarity setting 2020-07-07 15:09:03 +02:00
sensor drivers: sensor: nrf5: only assert on errors 2020-08-03 13:50:08 +02:00
serial drivers: serial: nrf_uart: Improve detection of late uart_rx_buf_rsp 2020-08-03 13:49:57 +02:00
spi drivers: spi: nrfx: Update get_nrf_spim_frequency for nRF5340 HS-SPI 2020-08-04 17:24:41 +02:00
timer cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
usb drivers: usb: device: nrf: Adapt to control clock using onoff 2020-07-20 16:22:21 +02:00
video zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
watchdog drivers: wdt: sam0: fix register access in feed() 2020-07-11 12:40:18 -04:00
wifi drivers: wifi: eswifi: Fix parsing buffer-overflows 2020-07-30 16:35:58 +03:00
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
Kconfig