zephyr/drivers
Fabio Baltieri d4c8de514f drivers: net: initialize logging for the slip module
This fixes a regression introduced in:

16a0e314ea drivers: net: Move Ethernet device definition for SLIP to
	   ethernet

Where the module would fail to build with:

log_core.h:153:20: error: '__log_level' undeclared (first use in this
function)

Registering a module fixes the build.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-02-20 16:44:23 +01:00
..
adc drivers: adc: support side B channels in LPADC driver 2023-02-08 01:08:08 +09:00
audio drivers: audio: dmic_nrfx_pdm: Fix a race condition in the driver 2023-01-18 12:14:07 +01:00
bbram drivers: bbram: Introduce BBRAM shell 2022-12-08 16:47:09 +09:00
bluetooth drivers: hci: stm32wb: Use clock_control driver for clock configuration 2023-01-08 19:48:27 +01:00
cache cache: kconfig: Reorder and fix entries 2022-12-30 10:53:22 +00:00
can drivers: can: can_loopback: Abort pending messages when stopped 2023-01-27 00:58:59 +09:00
clock_control drivers/clock_control: stm32l4: allow enabling MCO output 2023-01-26 09:39:33 +00:00
console drivers: uart_mux: Fix documentation of uart_mux_recv() 2023-01-19 08:44:34 -06:00
coredump everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
counter drivers: counter: align ace rtc get_value with api 2023-02-20 11:13:45 +01:00
crypto drivers: crypto: don't return uninitialized local variable 2023-01-03 13:36:46 +01:00
dac drivers: gd32-dac: add support for gd32a50x 2023-01-12 21:45:38 +01:00
dai drivers: dai: intel: ssp: add aux data support 2023-02-19 20:43:34 -05:00
debug kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
disk drivers: disk: sdmmc_stm32: handle DMA errors instead of ignoring them 2023-02-20 12:40:45 +01:00
display drivers: display ssd1306: Remove referencing to cfb.h 2023-02-20 16:29:25 +01:00
dma drivers: dma: Add Microchip XEC DMA driver 2023-02-19 20:38:21 -05:00
ec_host_cmd_periph ec_host_cmd: add missing name to choice in Kconfig 2023-01-12 16:12:55 +00:00
edac edac: ibecc: Correct indication of -ENODATA 2022-11-19 14:18:40 +09:00
eeprom drivers: eeprom: Fix splitting format string 2023-01-18 07:27:00 -05:00
entropy drivers: entropy: use non-cache intermediate buffer for RNG 2023-01-26 09:46:20 -06:00
espi driver: Port80: npcx: defer Port80 code sending to workqueue thread 2023-02-20 09:43:20 +01:00
ethernet drivers: net: initialize logging for the slip module 2023-02-20 16:44:23 +01:00
flash flash: flash_shell: Fix check_arr size 2023-02-20 19:41:17 +09:00
fpga drivers: fpga: ice40: add support for the Lattice iCE40 series 2022-11-17 09:17:44 -05:00
fuel_gauge drivers: sbs_gauge: Add support for additional properties 2023-02-19 20:42:10 -05:00
gpio gpio/it8xxx2: do not set flag if register does not exist 2023-02-11 08:20:40 +09:00
hwinfo drivers: hwinfo: Fix Gecko hwinfo driver building 2022-12-20 22:50:19 +01:00
i2c ITE: drivers/i2c: Mutex issue in I2C transfer 2023-02-20 09:50:36 +01:00
i2s drivers: i2s: Improve precision in PLLI2S VCO calculation 2023-01-20 14:35:36 +01:00
i3c i3c: add cdns i3c driver 2022-12-12 15:51:16 -05:00
ieee802154 drivers: ieee802154_rf2xx: Remove magic number 2023-02-10 18:13:48 +01:00
interrupt_controller drivers/interrupt_controller: Move VT-D to new cache API 2023-02-06 10:07:53 +01:00
ipm all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
kscan drivers: kscan: Fix the kscan gt911 driver 2023-02-03 02:24:48 +09:00
led drivers: led: Microchip XEC LED driver using BBLED controller 2022-12-02 11:31:50 +01:00
led_strip drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
lora drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
mbox drivers: mbox: add support for NXP S32 MRU 2023-01-24 14:37:20 +01:00
mdio drivers: mdio: add support for NXP S32 NETC EMDIO 2023-01-24 14:37:20 +01:00
memc treewide: update usage of zephyr_code_relocate 2023-01-17 18:08:37 +01:00
mipi_dsi drivers: mipi_dsi: mcux: add missing soc.h 2022-10-24 12:44:57 +02:00
misc drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
mm drivers: mm: Use mm_drv_bank module 2023-02-20 09:48:44 +01:00
modem modem: hl7800: Fix DNS resolver for all address families 2023-02-20 09:51:38 +01:00
net drivers: net: Move Ethernet device definition for SLIP to ethernet 2023-02-20 10:52:20 +01:00
neural_net include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
pcie drivers: pcie: late initialization of pcie when PCIe controller is used 2022-12-10 09:47:26 +01:00
peci driver: peci: mec: enable peci in ec subsystem register 2022-11-10 22:39:43 -05:00
pinctrl ITE drivers/pinctrl/it8xxx2: add default mode function 2023-02-19 21:00:14 -05:00
pinmux include: add missing errno.h include 2022-10-11 18:05:17 +02:00
pm_cpu_ops arm64: implement arch_system_halt 2022-11-23 11:37:08 +01:00
power_domain power_domain: gpio: only run actions for children on domain 2023-01-24 09:42:11 +01:00
ps2 include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
ptp_clock drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
pwm drivers: pwm: Add Microchip XEC BBLED PWM driver 2023-02-19 20:40:22 -05:00
regulator drivers: regulator: shell: fix fp number parsing 2023-01-16 16:52:35 +01:00
reset drivers: reset: Add support for reset clear register 2022-12-09 09:43:36 -08:00
sdhc drivers: sdhc: Support HS400 mode on IMX driver 2023-01-14 09:22:22 +01:00
sensor drivers: sensor: Add infineon xmc4xxx die temperature sensor 2023-02-20 11:14:15 +01:00
serial drivers: serial: Add PM support for UART MCUX 2023-02-19 20:56:16 -05:00
spi spi: SAM add spin lock around all tx/rx/txrx funcs 2023-02-08 01:08:59 +09:00
syscon include: add missing errno.h include 2022-10-11 18:05:17 +02:00
timer drivers: timer: Machine timer driver enablement for NIOSV 2023-02-20 09:29:13 -05:00
usb drivers: usb: udc: nrf: fix declaration after label 2023-02-20 13:22:02 +01:00
usb_c usb-c: tcpc: Add support for Dead Battery 2023-02-06 10:03:13 +01:00
video include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
virtualization drivers: ivshmem: msi.h header only required for ivshmem-doorbell 2022-12-10 09:47:26 +01:00
w1 crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
watchdog watchdog: dw: Fixed interrupt configuration 2023-02-20 06:53:06 -05:00
wifi libc: minimal: include: move fcntl.h to posix 2023-01-10 09:02:21 +09:00
xen include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
CMakeLists.txt fuel_gauge: Sample sbs gauge driver with tests 2022-11-19 17:56:05 -05:00
Kconfig fuel_gauge: Sample sbs gauge driver with tests 2022-11-19 17:56:05 -05:00