Searched +full:max3420 +full:- +full:udc (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/usb/maxim,max3420-udc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: MAXIM MAX3420/1 USB Peripheral Controller10 - Jassi Brar <jaswinder.singh@linaro.org>22 - maxim,max3420-udc23 - maxim,max3421-udc30 - description: usb irq from max342031 - description: vbus detection irq[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * MAX3420 Device Controller driver for USB.6 * (C) Copyright 2019-2020 Linaro Ltd36 #define MAX3420_SPI_DIR_RD 0 /* read register from MAX3420 */37 #define MAX3420_SPI_DIR_WR 1 /* write register to MAX3420 */157 struct max3420_udc *udc; member189 #define DRIVER_DESC "MAX3420 USB Device-Mode Driver"190 static const char driver_name[] = "max3420-udc";199 static void spi_ack_ctrl(struct max3420_udc *udc) in spi_ack_ctrl() argument201 struct spi_device *spi = udc->spi; in spi_ack_ctrl()[all …]
1 # SPDX-License-Identifier: GPL-2.07 # NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !!9 # - Host systems (like PCs) need CONFIG_USB (with "A" jacks).10 # - Peripherals (like PDAs) need CONFIG_USB_GADGET (with "B" jacks).11 # - Some systems have both kinds of controllers.13 # With help from a special transceiver and a "Mini-AB" jack, systems with14 # both kinds of controller can also support "USB On-the-Go" (CONFIG_USB_OTG).22 # - integrated/SOC controllers first23 # - licensed IP used in both SOC and discrete versions24 # - discrete ones (including all PCI-only controllers)[all …]