zephyr/samples/subsys/usb
Henrik Brix Andersen d4023b3c1b drivers: gpio: move non-standard dts flags to be soc specific
Reserve the upper 8 bits of gpio_dt_flags_t for SoC specific flags and
move the non-standard, hardware-specific GPIO devicetree flags (IO
voltage level, drive strength, debounce filter) from the generic
dt-bindings/gpio/gpio.h header to SoC specific dt-bindings headers.

Some of the SoC specific dt-bindings flags take up more bits than
necessary in order to retain backwards compatibility with the deprecated
GPIO flags. The width of these fields can be reduced/optimized once the
deprecated flags are removed.

Remove hardcoded use of GPIO_INT_DEBOUNCE in GPIO client drivers. This
flag can now be set in the devicetree for boards/SoCs with debounce
filter support. The SoC specific debounce flags have had the _INT part
of their name removed since these flag must be passed to
gpio_pin_configure(), not gpio_pin_interrupt_configure().

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2022-03-10 13:46:34 -05:00
..
audio Kconfig: net: deprecate NET_BUF_USER_DATA_LEN 2021-11-24 16:04:50 +02:00
cdc_acm samples: fix wrong extra_args definitions 2022-01-04 17:15:06 -05:00
cdc_acm_composite samples: cdc_acm: check return value of uart_fifo_read() 2021-11-24 10:50:11 +01:00
console samples: usb: console: fix configuration 2021-11-18 14:29:18 +01:00
dfu doc: use :kconfig:option: domain role 2022-03-02 09:28:37 +01:00
hid cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
hid-cdc drivers: gpio: move non-standard dts flags to be soc specific 2022-03-10 13:46:34 -05:00
hid-mouse usb: move USB_DEVICE_REMOTE_WAKEUP option to drivers 2021-11-08 17:01:32 +01:00
inf
mass cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
testusb cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
webusb usb: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
usb_pid.Kconfig
usb.rst doc: usb: refactor USB device support documentation structure 2021-10-06 11:51:07 +02:00