- 26f2e33 drivers: usb_dc_nrfx: add attached event delay by Johann Fischer · 4 years ago
- 2691541 drivers/clock_controller: stm32: Prepare for dts based configuration by Erwan Gouriou · 4 years ago
- 583334b drivers: usb_dc_nrfx: clear endpoint flags during ep_disable() by Johann Fischer · 4 years ago
- 2ac596b usb: conversion of k_work API by Peter Bigot · 4 years ago
- 5164d65 drivers: usb: device: Add support for USB FS on STM32H7. by Jeremy Wood · 4 years ago
- 63ca48a drivers: usb_dc_native_posix: use ep_dir and ep_idx in usbip_send_common by Johann Fischer · 4 years ago
- 735ba17 drivers: usb_dc_native_posix: read setup packet as part of submit struct by Johann Fischer · 4 years ago
- 6c214f7 drivers: usb_dc_native_posix: rework how OUT endpoint data is passed by Johann Fischer · 4 years ago
- 77c2c12 drivers: usb_dc_native_posix: do not use IN callback without reason by Johann Fischer · 4 years ago
- 16cd3be drivers: usb_dc_native_posix: rework handle_usb_control/handle_usb_data by Johann Fischer · 4 years ago
- 627c04f drivers: usb_dc_stm32: remove confusing comments by Johann Fischer · 4 years, 1 month ago
- b275fec soc: stm32: convert to use DEVICE_DT_GET for clocks by Kumar Gala · 4 years, 1 month ago
- 6e0ef1c drivers: usb: stm32: fix potential null pointer dereference by Jacob Siverskog · 4 years, 1 month ago
- 35adb6e drivers: usb_dc_sam: get the maximum speed from DT as enum by Aurelien Jarno · 4 years, 3 months ago
- 78627a5 usb: stm32: added support for USB Device mode on STM32F105xx parts by Attie Grande · 4 years, 3 months ago
- f5a38cb drivers: usb_dc_nrfx: Use mem_slab for fifo elements by Marek Pieta · 4 years, 3 months ago
- 5dbca81 drivers: usb_dc_nrfx: Use static memory for out endpoints by Marek Pieta · 4 years, 3 months ago
- fcd392f kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers by Andy Ross · 4 years, 4 months ago
- 6965cf5 kernel: Deprecate k_mem_pool APIs by Andy Ross · 4 years, 4 months ago
- 0636b42 drivers: usb: stm32: use generic LL headers by Martin Jäger · 4 years, 4 months ago
- 5cd66c6 drivers: usb_dc_nrfx: remove k_mem_pool_free for IN endpoints by Johann Fischer · 4 years, 4 months ago
- 773f02e usb: drivers: Fix ZLP handling for Nordic driver. by Emil Obalski · 4 years, 4 months ago
- 2eb2bc3 usb: drivers: Save setup packet in the driver structure. by Emil Obalski · 4 years, 4 months ago
- b3c6342 usb: driver: Reduce Endpoint buffer pool. by Emil Obalski · 4 years, 4 months ago
- 8dacb99 usb: drivers: Do not fragment IN transfers for Nordic. by Emil Obalski · 4 years, 4 months ago
- 1ebe157 usb: nordic: Clear STALL when Endpoint is enabled. by Emil Obalski · 4 years, 5 months ago
- 33fdaac drivers: usb: Start Nordic driver workqueue at USB init. by Emil Obalski · 4 years, 5 months ago
- a1cb593 drivers/usb: stm32: Add support for pinctrl configuration by Erwan Gouriou · 4 years, 5 months ago
- 5a9eff1 drivers/usb: stm32: Clean up related to DT api usage by Erwan Gouriou · 4 years, 5 months ago
- a97611a drivers: usb_dc_nrfx: Correct the nrfx_power driver configuration by Andrzej Głąbek · 4 years, 5 months ago
- dc79b37 usb: nrf: Do not allow to clear STALL or dtoggle for ISO ep. by Emil Obalski · 4 years, 7 months ago
- 6137267 usb: clock_control: Fix symbol when getting mgr for HFCLK by Emil Obalski · 4 years, 7 months ago
- 362d8b2 drivers: usb_dc_mcux_ehci: fix endpoints index assignment by Johann Fischer · 4 years, 7 months ago
- 8f2754e drivers: usb: device: nrf: Add support for hf192m clock by Krzysztof Chruscinski · 4 years, 7 months ago
- 460a97d drivers: usb_dc_nrfx: Enable and properly initialize nrfx POWER driver by Andrzej Głąbek · 4 years, 7 months ago
- 5deb8ff drivers: STM32: Rework CLK48 HSEM protection by Alexandre Bourdiol · 4 years, 7 months ago
- 4dcfb55 isr: Normalize usage of device instance through ISR by Tomasz Bursztyka · 4 years, 7 months ago
- e18fcbb device: Const-ify all device driver instance pointers by Tomasz Bursztyka · 4 years, 7 months ago
- 701e9be drivers: clock_control: nrf: Move USB part to the USB driver by Krzysztof Chruscinski · 4 years, 7 months ago
- 0042e1e usb: nrf: Fix for remote wake up request. by Emil Obalski · 4 years, 8 months ago
- 7d920ba drivers: use K_KERNEL_STACK macros by Andrew Boie · 4 years, 8 months ago
- 9e546fd drivers: usb: device: nrf: Adapt to control clock using onoff by Krzysztof Chruscinski · 4 years, 8 months ago
- 6d76bd8 drivers: usb_dc_sam0: rename ep_num to common ep_idx by Johann Fischer · 4 years, 9 months ago
- b95558d drivers: usb: unify endpoint helper macros by Johann Fischer · 4 years, 9 months ago
- dcf64c9 drivers: usb: switch the SAM0 driver from a custom allocator to the heap by Michael Hope · 4 years, 9 months ago
- ad7ea0d drivers: usb: fix usb_dc_ep_mps() for the SAM0 for IN endpoints by Michael Hope · 4 years, 9 months ago
- 18d3499 drivers: usb: fix a buffer overflow in usb_sam0.c by Michael Hope · 4 years, 10 months ago
- fe35269 drivers: usb: handle a null output arg on SAM0 by Michael Hope · 4 years, 10 months ago
- a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
- f525a4b usb: stm32wb: Properly lock Sem5 before initializing USB. by Pete Johanson · 4 years, 10 months ago
- 19f6ed0 usb: driver: Fix Nordic driver for fragmented control OUT transfers. by Emil Obalski · 4 years, 10 months ago
- 2a2d92f usb: driver: nordic: Unlock mutex in case of error. by Emil Obalski · 4 years, 10 months ago
- 6da1563 drivers: usb_dc_nrfx: Abort write on ep_ctx_reset by Marek Pieta · 4 years, 11 months ago
- 5a3d442 drivers: usb_dc_sam: free endpoint memory on End of Reset event by Johann Fischer · 4 years, 11 months ago
- 29d95ba drivers: usb_dc_sam: tweak logging for enable, disable, configure by Johann Fischer · 4 years, 11 months ago
- 7e0eed9 devicetree: allow access to all nodes by Martí Bolívar · 5 years ago
- 38aea28 usb: Sync receiving data from ISO OUT endpoint with SOF by Emil Obalski · 5 years ago
- 9e998d1 drivers: usb: Correct naming for endpoint Transfer Type by Emil Obalski · 5 years ago
- 79704fa usb: ISO endpoint size may not be power of 2. by Emil Obalski · 5 years ago
- 91d6139 boards: arm: nucleo_wb55rg: Enable USB for stm32wb. by Pete Johanson · 5 years ago
- 1ce133d drivers: usb: usb_dc_stm32: Rename defines to remove DT_ prefix by Kumar Gala · 5 years ago
- 085747e drivers: usb: usb_dc_sam: Convert to DT_INST macros by Kumar Gala · 5 years ago
- 22a41e4 drivers: usb: usb_dc_stm32: Convert DT_COMPAT_ define usage to new macros by Kumar Gala · 5 years ago
- 18c9c8c drivers: usb_dc_nrfx: move to new DT API by Martí Bolívar · 5 years ago
- af5515e drivers: usb: device: kinetis: Convert driver to DT_INST macro by Kumar Gala · 5 years ago
- 1d60568 drivers: usb: device: mcux_ehci: Convert driver to DT_INST macro by Kumar Gala · 5 years ago
- 8b56e7a drivers: usb_dc_nrfx: Convert driver to new DT_INST macros by Kumar Gala · 5 years ago
- e6e5d86 drivers: usb: usb_dw: Convert to new DT_INST macros by Kumar Gala · 5 years ago
- 28870e7 drivers: atmel sam0: Convert atmel sam0 drivers to new DT_INST macros by Kumar Gala · 5 years ago
- 989484b drivers: stm32: Convert STM32 drivers to new DT_INST macros by Kumar Gala · 5 years ago
- c4479d0 drivers: usb_dc_sam: Use mode-specific interrupt register fields by Stephanos Ioannidis · 5 years ago
- 9367c6a drivers/usb: usb_dc_stm32: Convert to DT_INST by Erwan Gouriou · 5 years ago
- 0c7a5fd drivers: usb: usb_dw: convert to DT_INST defines by Kumar Gala · 5 years ago
- b9d2028 usb_dc_stm32: improve struct layout. by Josh Gao · 5 years ago
- c4a7d96 usb_dc_stm32: reuse PMA buffer when possible. by Josh Gao · 5 years ago
- 085e58f drivers: usb_dc_mcux_ehci: re-enable reception after clear stall by Johann Fischer · 5 years ago
- e0b2227 drivers: usb_dc_mcux_ehci: add checks for valid endpoint by Johann Fischer · 5 years ago
- e9a35dd drivers: usb_dc_mcux_ehci: rework USB_DeviceNotificationTrigger() by Johann Fischer · 5 years ago
- c2d4564 drivers: usb_dc_mcux_ehci: rework ep_write/ep_read by Johann Fischer · 5 years ago
- 0958667 drivers: usb_dc_mcux_ehci: rework endpoint enable/disable by Johann Fischer · 5 years ago
- 031d744 drivers: usb_dc_mcux_ehci: rework set/clear stall by Johann Fischer · 5 years ago
- 4bbd5ae drivers: usb_dc_mcux_ehci: do not reconfigure active endpoint by Johann Fischer · 5 years ago
- adf8cfd drivers: usb_dc_mcux_ehci: fix style, rework usb_dc_detach() by Johann Fischer · 5 years ago
- 6116a03 drivers: usb_dc_mcux_ehci: fix style, rework usb_dc_attach by Johann Fischer · 5 years ago
- a6207db drivers: usb_dc_mcux_ehci: remove unnecessary cast by Johann Fischer · 5 years ago
- b04715b drivers: usb_dc_mcux_ehci: fix style, variables name by Johann Fischer · 5 years ago
- 4253280 drivers: usb_dc_nrfx: always reset data toggle in usb_dc_ep_enable by Johann Fischer · 5 years ago
- 388c6ea drivers: usb_dc_nrfx: Reset dtoggle when stall is cleared by Audun Korneliussen · 5 years ago
- 557d263 dts: stm32f3: Remap USB IRQ to avoid conflict with CAN by Erwan Gouriou · 5 years ago
- 3ed9dc3 usb: Fix for set/reset endpoints by Emil Obalski · 5 years ago
- ee35132 usb_dc_stm32: Convert usb disconnect gpio to new gpio api by Yannis Damigos · 5 years ago
- 17ccd9e drivers: usb: sam: Add support to samv71 soc by Gerson Fernando Budke · 5 years ago
- 0358d70 usb: dw: fix undefined callback variable by Anas Nashif · 5 years ago
- b8e14b5 drivers/usb: Switching to DTS based configuration for DW driver by Tomasz Bursztyka · 5 years ago
- 2161c91 drivers/usb: Fixing style issues in DW driver by Tomasz Bursztyka · 5 years ago
- 84497d0 treewide: use full path to usb/usb_dc.h header by Peter Bigot · 5 years ago
- 0b0d2e64 treewide: use full path to clock_control/stm32_clock_control.h header by Peter Bigot · 5 years ago
- 136d92d drivers/usb/device: stm32: Update due to API change on F0/F3/L0 by Erwan Gouriou · 5 years ago
- 00156ad drivers: clock_control: nrf: Switch to single clock device by Krzysztof Chruscinski · 5 years ago
- 984bfae global: Remove leading/trailing blank lines in files by Ulf Magnusson · 5 years ago